It's been a long time I worked with WL, but it looks like, http tunneling might not be enabled, since you're using http for a jndi connection. You may want to try the default naming protocol( sorry, I don't remember) supported by WL.
good luck, Chandrakumar On Fri, 17 Jan 2003 14:34:46 +0530, G. Srinivasa Murthy <[EMAIL PROTECTED]> wrote: >Guys, > >I am learning JMS using the example server provided. However, I am able to >compile the queuebrowse.java example but when I run the example, it says the >following error: > >java first.QueueBrowse http://localhost:7001 > >Exception in thread "main" javax.naming.CommunicationException. Root >exception >is java.net.ConnectException: No server found at HTTP://localhost:7001 > at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:155) > at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:207) > at >weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni >tialContextFactoryDelegate.java:261) > at >weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni >tialContextFactoryDelegate.java:203) > at >weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialCont >extFactory.java:124) > at >javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6 >62) > at >javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243 >) > at javax.naming.InitialContext.init(InitialContext.java:219) > at javax.naming.InitialContext.<init>(InitialContext.java:195) > at first.QueueBrowse.getInitialContext(QueueBrowse.java:144) > at first.QueueBrowse.main(QueueBrowse.java:131) > > > > HOWEVER I AM RUNNING THE SERVER AT THIS POINT OF TIME, STILL IT SAYS >COMMUNICATION EXCEPTION. could someone tell me whats missing here and why >the queuebrowse.java file is not able to communicate to the server. > >Thnx in advance. >Srinivas. > > ========================================================================== >To unsubscribe, send email to [EMAIL PROTECTED] and include in the body >of the message "signoff EJB-INTEREST". For general help, send email to >[EMAIL PROTECTED] and include in the body of the message "help". > =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
