Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

jms / wl 5.1 app and topic on wl 7.0

2 views
Skip to first unread message

slauder

unread,
Dec 20, 2002, 11:02:56 AM12/20/02
to
JMS / WL 5.1 app and topic on WL 7.0 problem.
App works with both topic and app in WL 5.1.
Moved topic to WL 70, and WL 5.1 app gets communication problem.
app works standalone with WL 7 jars.


com.systemax.jms.TopicReceive t3://10.10.7.20:7001
javax.naming.CommunicationException. Root exception is java.net.ConnectException: No server found at T3://10.10.7.20:7001
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:161)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:200)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:195)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:148)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:123)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:665)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
at javax.naming.InitialContext.init(InitialContext.java:222)
at javax.naming.InitialContext.<init>(InitialContext.java:198)
at com.systemax.jms.TopicReceive.getInitialContext(TopicReceive.java:143)
at com.systemax.jms.TopicReceive.main(TopicReceive.java:119)

0 new messages