Running from: /project/jenkins.war
webroot: $user.home/.jenkins
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at Main._main(Main.java:311)
at Main.main(Main.java:114)
Caused by: java.lang.IllegalArgumentException: Unrecognized option: --server.port=6396
at winstone.cmdline.CmdLineParser.parse(CmdLineParser.java:52)
at winstone.Launcher.getArgsFromCommandLine(Launcher.java:378)
at winstone.Launcher.main(Launcher.java:349)
... 6 more |