On Tue, Oct 21, 2008 at 4:16 PM, Dale Worley <[EMAIL PROTECTED]> wrote: > I am seeing a startup error that I didn't see last week. I don't think > I've changed any configuration that would affect this, so I suspect that > a code change has made this appear. (I'm running 13779.) Does anyone > know what is going on? > > javax.sip.PeerUnavailableException: The Peer SIP Stack: > gov.nist.javax.sip.SipStackImpl could not be instantiated. Ensure the Path > Name has been set. > at javax.sip.SipFactory.createStack(SipFactory.java:324) > at javax.sip.SipFactory.createSipStack(SipFactory.java:152) > at > org.sipfoundry.sipxbridge.ProtocolObjects.<clinit>(ProtocolObjects.java:66) > at > org.sipfoundry.sipxbridge.Gateway.initializeSipListeningPoints(Gateway.java:380) > at org.sipfoundry.sipxbridge.Gateway.start(Gateway.java:719) > at org.sipfoundry.sipxbridge.Gateway.main(Gateway.java:999) > Caused by: java.lang.reflect.InvocationTargetException > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:494) > at javax.sip.SipFactory.createStack(SipFactory.java:314) > ... 5 more > Caused by: java.lang.ClassCastException: java.lang.NoSuchMethodError > at gov.nist.javax.sip.SipStackImpl.<init>(SipStackImpl.java:400) > ... 10 more > java.lang.ExceptionInInitializerError > at > org.sipfoundry.sipxbridge.Gateway.initializeSipListeningPoints(Gateway.java:380) > at org.sipfoundry.sipxbridge.Gateway.start(Gateway.java:719) > at org.sipfoundry.sipxbridge.Gateway.main(Gateway.java:999) > Caused by: org.sipfoundry.sipxbridge.GatewayConfigurationException: Error > loading factories > at > org.sipfoundry.sipxbridge.ProtocolObjects.<clinit>(ProtocolObjects.java:80) > ... 3 more > Caused by: javax.sip.PeerUnavailableException: The Peer SIP Stack: > gov.nist.javax.sip.SipStackImpl could not be instantiated. Ensure the Path > Name has been set. > at javax.sip.SipFactory.createStack(SipFactory.java:324) > at javax.sip.SipFactory.createSipStack(SipFactory.java:152) > at > org.sipfoundry.sipxbridge.ProtocolObjects.<clinit>(ProtocolObjects.java:66) > ... 3 more > Caused by: java.lang.reflect.InvocationTargetException > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:494) > at javax.sip.SipFactory.createStack(SipFactory.java:314) > ... 5 more > Caused by: java.lang.ClassCastException: java.lang.NoSuchMethodError > at gov.nist.javax.sip.SipStackImpl.<init>(SipStackImpl.java:400) > ... 10 more
Yes this is familiar. It appears that the jain-sip-1.2.x.jar is either out of date or otherwise corrupted. Do you have sipxcommons.jar in the class path? It should reside in usr/share/java/sipXecs/sipXcommons What is the minor version on that file? Can y ou re-install the commons jar files. Thanks Ranga > > Dale > > > _______________________________________________ > sipx-dev mailing list > [email protected] > List Archive: http://list.sipfoundry.org/archive/sipx-dev > Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev > -- M. Ranganathan _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
