A long time ago, in a galaxy far away…
…refactoring tools taking care not only of code but also of configuration files. :) Von: [email protected] [mailto:[email protected]] Im Auftrag von Joakim Erdfelt Gesendet: Sonntag, 24. Februar 2013 15:45 An: JETTY user mailing list Betreff: Re: [jetty-users] Jetty 9.0.0 RC1 not starting The relevant changes required to start RC1 ... 2 files are broken: 1) ${jetty.home}/etc/jetty-https.xml 2) ${jetty.home}/etc/jetty.xml $ git diff dbf3662f90c99d66fd95696d655b61388346812b..6d850146fba7b66182d0160f95e6848a2c6b3cf9 diff --git a/jetty-server/src/main/config/etc/jetty-https.xml b/jetty-server/src/main/config/etc/jetty-https.xml index a4aad59..fe3f195 100644 --- a/jetty-server/src/main/config/etc/jetty-https.xml +++ b/jetty-server/src/main/config/etc/jetty-https.xml @@ -24,7 +24,7 @@ <Set name="KeyManagerPassword">OBF:1u2u1wml1z7s1z7a1wnl1u2g</Set> <Set name="TrustStorePath"><Property name="jetty.home" default="." />/etc/keystore</Set> <Set name="TrustStorePassword">OBF:1vny1zlo1x8e1vnw1vn61x8g1zlu1vn4</Set> - <Set name="ExcludedCipherSuites"> + <Set name="ExcludeCipherSuites"> <Array type="String"> <Item>SSL_RSA_WITH_DES_CBC_SHA</Item> <Item>SSL_DHE_RSA_WITH_DES_CBC_SHA</Item> diff --git a/jetty-server/src/main/config/etc/jetty.xml b/jetty-server/src/main/config/etc/jetty.xml index 8a4c695..06dc9e7 100644 --- a/jetty-server/src/main/config/etc/jetty.xml +++ b/jetty-server/src/main/config/etc/jetty.xml @@ -55,7 +55,7 @@ <!-- =========================================================== --> <Call name="addBean"> <Arg> - <New class="org.eclipse.jetty.util.thread.TimerScheduler.TimerScheduler"/> + <New class="org.eclipse.jetty.util.thread.TimerScheduler"/> </Arg> </Call> -- Joakim Erdfelt <[email protected] <mailto:[email protected]> > webtide.com <http://www.webtide.com/> Developer advice, services and support from the Jetty & CometD experts eclipse.org/jetty <http://eclipse.org/jetty/> - cometd.org <http://cometd.org/> On Sun, Feb 24, 2013 at 7:40 AM, Joakim Erdfelt <[email protected] <mailto:[email protected]> > wrote: This is a *REALLY* bad error on our part. We are rolling RC2 today (notice that we didn't really announce RC1) -- Joakim Erdfelt <[email protected] <mailto:[email protected]> > webtide.com <http://www.webtide.com/> Developer advice, services and support from the Jetty & CometD experts eclipse.org/jetty <http://eclipse.org/jetty/> - cometd.org <http://cometd.org/> On Sun, Feb 24, 2013 at 7:12 AM, S. Ali Tokmen <[email protected] <mailto:[email protected]> > wrote: Hallo Andreas I'm relieved to see that I'm not the only person suffering from this issue :) Let's see what the rest of the team says... Have a nice weekend S. Ali Tokmen http://ali.tokmen.com/ My IM, GSM, PGP and other contact details are on http://contact.ali.tokmen.com On 2/24/13 15:05 , Andreas Schöneck wrote: Hey, strange thing nobody noticed before, but I am facing the same problems under Windows 8 x64, starting via well-known ‘java -jar start.jar’. Same with the zip distribution file. Either we’re doing something wrong or the distribution file is really broken. Regards, Andreas Von: [email protected] <mailto:[email protected]> [mailto:[email protected]] Im Auftrag von S. Ali Tokmen Gesendet: Sonntag, 24. Februar 2013 14:42 An: [email protected] <mailto:[email protected]> Betreff: [jetty-users] Jetty 9.0.0 RC1 not starting Hi everyone I have just downloaded the Jetty 9.0.0 RC1 TAR GZ and tried to run it on my MacOS X (10.7.5 - Lion) machine with Java 7 (1.7.0_13): Last login: Sun Feb 24 14:35:31 on ttys001 alitokmen$ cd Downloads/jetty-distribution-9.0.0.RC1 alitokmen$ bin/jetty.sh start Starting Jetty: STARTED Jetty Sun Feb 24 14:40:18 CET 2013 Savas-Ali-Tokmens-MacBook-Air:jetty-distribution-9.0.0.RC1 alitokmen$ WARNING: System properties and/or JVM args set. Consider using --dry-run or --exec 2013-02-24 14:40:19.584:WARN:oejx.XmlConfiguration:main: Config error at <Call name="addBean"><Arg>| <New class="org.eclipse.jetty.util.thread.TimerScheduler.TimerScheduler"/>| </Arg></Call> java.lang.ClassNotFoundException: org.eclipse.jetty.util.thread.TimerScheduler.TimerScheduler in file:/Users/alitokmen/Downloads/jetty-distribution-9.0.0.RC1/etc/jetty.xml java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.eclipse.jetty.start.Main.invokeMain(Main.java:453) at org.eclipse.jetty.start.Main.start(Main.java:595) at org.eclipse.jetty.start.Main.main(Main.java:96) Caused by: java.lang.ClassNotFoundException: org.eclipse.jetty.util.thread.TimerScheduler.TimerScheduler at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) at org.eclipse.jetty.util.Loader.loadClass(Loader.java:100) at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration.nodeClass(XmlConfiguration.java:354) at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration.newObj(XmlConfiguration.java:743) at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration.itemValue(XmlConfiguration.java:1111) at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration.value(XmlConfiguration.java:1016) at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration.call(XmlConfiguration.java:710) at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration.configure(XmlConfiguration.java:407) at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration.configure(XmlConfiguration.java:344) at org.eclipse.jetty.xml.XmlConfiguration.configure(XmlConfiguration.java:262) at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1221) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1160) ... 7 more Usage: java -jar start.jar [options] [properties] [configs] java -jar start.jar --help # for more information How come the out of the box TAR GZ doesn't work? Did I do something terribly wrong? Thank you -- S. Ali Tokmen http://ali.tokmen.com/ My IM, GSM, PGP and other contact details are on http://contact.ali.tokmen.com _______________________________________________ jetty-users mailing list [email protected] <mailto:[email protected]> https://dev.eclipse.org/mailman/listinfo/jetty-users _______________________________________________ jetty-users mailing list [email protected] <mailto:[email protected]> https://dev.eclipse.org/mailman/listinfo/jetty-users
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
