RE: Problem with the last JAIN version ...
"Bruno Vignola" <[email protected]>
| Newsgroups | gmane.comp.voip.nist-sip |
|---|---|
| Message-ID | <[email protected]> |
.... and log4j-1.2.14.jar ! thank you very much, now it works !!!!!!!!!!!!!!! Bruno >From: "buptyw gmail" <[email protected]> >To: "'Bruno Vignola'" <[email protected]>,<[email protected]> >Subject: ´ð¸´: [nist-sip] Problem with the last JAIN version ... >Date: Tue, 10 Oct 2006 15:55:10 +0800 > >Add concurrent.jar in your classpath > >-----ÓʼþÔ¼þ----- >·¢¼þÈË: [email protected] >[mailto:[email protected]] ´ú±í Bruno Vignola >·¢ËÍʱ¼ä: 2006Äê10ÔÂ10ÈÕ 15:35 >ÊÕ¼þÈË: [email protected] >Ö÷Ìâ: [nist-sip] Problem with the last JAIN version ... > >Good Morning, > >I have been working with an old version of NIST/JAIN and my app worked >fine ... > >Now I have downloaded the last version from https://jain-sip.dev.java.net/, >made the required changes to may app but I can't initialize the SipFactory, >I get the following exception: > >The Peer SIP Stack: gov.nist.javax.sip.SipStackImpl could not be >instantiated. Ensure the Path Name has been set. >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:320) > at javax.sip.SipFactory.createSipStack(SipFactory.java:159) > at >loquendo.sip.client.SipGeneralFactory.init(SipGeneralFactory.java:127) > at loquendo.dp.DPSessionsManager.<init>(DPSessionsManager.java:126) > at loquendo.vxml.interpreter.Main.<init>(Main.java:390) > at loquendo.vxml.interpreter.Main.main(Main.java:665) >Caused by: java.lang.reflect.InvocationTargetException > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native >Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown >Source) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown > >Source) > at java.lang.reflect.Constructor.newInstance(Unknown Source) > at javax.sip.SipFactory.createStack(SipFactory.java:310) > ... 5 more > >Caused by: java.lang.NoClassDefFoundError: >EDU/oswego/cs/dl/util/concurrent/ConcurrentHashMap > at >gov.nist.javax.sip.stack.SIPTransactionStack.<init>(SIPTransactionStack.java >:322) > at gov.nist.javax.sip.SipStackImpl.<init>(SipStackImpl.java:230) > at gov.nist.javax.sip.SipStackImpl.<init>(SipStackImpl.java:271) > ... 10 more > >what is this EDU/oswego/cs/dl/util/ ... etc. not found? I obviously had a >look at the examples, >but it seems that the properties are set correctly (on the other hand, with >the old stack >anything works fine) ... > >does anyone have a clue? > >thanks in advance :) > >Bruno > > >_______________________________________________ >nist-sip mailing list >[email protected] >http://www-x.antd.nist.gov/mailman/listinfo/nist-sip >