Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Migrating from 7.5.4 to 8.1.0

Installed 8.1.0 with a system with 7.5.4 .  Made similar changes to the .xml's & keystore and copied servlets. changed symbolic link to point to 8.1.0.  Things run, but all logging is written to start.log.  Nothing is in 2012_02_13.stderrout.log

The bigger problem is as soon as start.ini has any java options uncommented start fails.  For the simplest of examples uncomment --exec & -Xmx30000m, and this is the error in start.log:

java.io.IOException: Cannot run program "/opt/jre1.7.0_01/bin/java-Xmx30000m": error=2, No such file or directory
        at java.lang.ProcessBuilder.start(Unknown Source)
        at java.lang.Runtime.exec(Unknown Source)
        at java.lang.Runtime.exec(Unknown Source)
        at java.lang.Runtime.exec(Unknown Source)
        at org.eclipse.jetty.start.Main.start(Main.java:552)
        at org.eclipse.jetty.start.Main.main(Main.java:82)
Caused by: java.io.IOException: error=2, No such file or directory
        at java.lang.UNIXProcess.forkAndExec(Native Method)
        at java.lang.UNIXProcess.<init>(Unknown Source)
        at java.lang.ProcessImpl.start(Unknown Source)
        ... 6 more


There is no jar in the command.  Is it me or is there a problem?

Regards,

Jeff Palmer

Back to the top