Yep, that did it. It was pointing to JVM 1.4. Thanks.
kitplummer wrote: > > Try a different VM? > > On 8/23/07, charliec <[EMAIL PROTECTED]> wrote: >> >> >> Hello, >> I downloaded the ServiceMix binaries for the Linux platform and when >> starting ServiceMix I receive the error below. Any ideas on how to fix >> this >> issue? >> Thanks >> >> Copyright (C) 2006 Free Software Foundation, Inc. >> This is free software; see the source for copying conditions. There is >> NO >> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR >> PURPOSE. >> Starting Apache ServiceMix ESB: 3.1.1-incubating >> >> Loading Apache ServiceMix from servicemix.xml on the CLASSPATH >> 23-Aug-07 11:34:21 AM org.springframework.core.CollectionFactory <clinit> >> INFO: JDK 1.4+ collections available >> 23-Aug-07 11:34:21 AM org.springframework.core.CollectionFactory <clinit> >> INFO: Commons Collections 3.x available >> Exception in thread "main" java.lang.NoClassDefFoundError: >> org.springframework.beans.factory.xml.XmlBeanDefinitionReader >> at java.lang.Class.initializeClass(libgcj.so.7rh) >> at java.lang.Class.initializeClass(libgcj.so.7rh) >> at java.lang.Class.forName(libgcj.so.7rh) >> at java.lang.Class.forName(libgcj.so.7rh) >> at >> >> org.apache.xbean.spring.context.impl.XBeanHelper.createBeanDefinitionReader >> (XBeanHelper.java:44) >> at >> >> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.loadBeanDefinitions >> (ClassPathXmlApplicationContext.java:170) >> at >> >> org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory >> (AbstractRefreshableApplicationContext.java:94) >> at >> org.springframework.context.support.AbstractApplicationContext.refresh( >> AbstractApplicationContext.java:292) >> at >> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>( >> ClassPathXmlApplicationContext.java:161) >> at >> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>( >> ClassPathXmlApplicationContext.java:51) >> at org.apache.servicemix.Main.main(Main.java:51) >> at java.lang.reflect.Method.invoke(libgcj.so.7rh) >> at org.codehaus.classworlds.Launcher.launchStandard(Launcher.java:410) >> at org.codehaus.classworlds.Launcher.launch(Launcher.java:344) >> at org.codehaus.classworlds.Launcher.main(Launcher.java:461) >> Caused by: java.lang.NullPointerException >> at java.lang.Class.initializeClass(libgcj.so.7rh) >> ...14 more >> [EMAIL PROTECTED] apache-servicemix-3.1.1-incubating]# >> >> -- >> View this message in context: >> http://www.nabble.com/Error-when-starting-ServiceMix-in-Linux-tf4318706s12049.html#a12297511 >> Sent from the ServiceMix - User mailing list archive at Nabble.com. >> >> > > > -- > Kit Plummer > Nobody-in-Charge @ Black:Hole:Logic > http://www.blackholelogic.com > > -- View this message in context: http://www.nabble.com/Error-when-starting-ServiceMix-in-Linux-tf4318706s12049.html#a12298400 Sent from the ServiceMix - User mailing list archive at Nabble.com.
