Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Hop Server no longer can be started by name #2393

Closed
mattcasters opened this issue Feb 16, 2023 · 0 comments
Closed

[Bug]: Hop Server no longer can be started by name #2393

mattcasters opened this issue Feb 16, 2023 · 0 comments
Assignees
Labels
Milestone

Comments

@mattcasters
Copy link
Contributor

Apache Hop version?

2.4.0

Java version?

openjdk version "11.0.17" 2022-10-18

Operating system

Linux

What happened?

When starting a hop server by name and by referencing an environment, I get a nullpointer exception:

matt@canis:/opt/hop$ sh hop-server.sh -e 'IT hop_server' -n testserver 2023/02/16 13:47:50 - HopServer - Referencing environment 'IT hop_server' for project IT hop_server' in 2023/02/16 13:47:50 - HopServer - Enabling project 'IT hop_server' Error found during execution! picocli.CommandLine$ExecutionException: There was an error during the startup of the Hop server at org.apache.hop.www.HopServer.run(HopServer.java:312) at org.apache.hop.www.HopServer.main(HopServer.java:575) Caused by: java.lang.NullPointerException at java.base/java.util.Objects.requireNonNull(Objects.java:221) at java.base/java.util.ImmutableCollections$ListN.<init>(ImmutableCollections.java:432) at java.base/java.util.List.of(List.java:842) at org.apache.hop.www.HopServer.setupByServerName(HopServer.java:350) at org.apache.hop.www.HopServer.run(HopServer.java:256) ... 1 more

Issue Priority

Priority: 1

Issue Component

Component: Hop Server

@mattcasters mattcasters self-assigned this Feb 16, 2023
@github-actions github-actions bot added the P1 Critical Issue label Feb 16, 2023
@uraychang uraychang self-assigned this Feb 17, 2023
@hansva hansva closed this as completed in cb83236 Feb 17, 2023
hansva added a commit that referenced this issue Feb 17, 2023
fix #2393 Hop Server no longer can be started by name
@hansva hansva added this to the 2.4 milestone Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants