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

http tunneling (t3 over http) doesn't work!! (examples too)

3 views
Skip to first unread message

Leonid Portnoy

unread,
May 4, 2001, 12:33:40 PM5/4/01
to

Hi,

I'm trying to get http tunneling (t3 connection over http protocol) to work. I
ran some examples included with Weblogic that try establishing that connection
(PingTest, HelloApplet, SimpleT3Client), as well as my own test program, and they
all give an error similar to this :


Couldn't get a reference to server. Exception :

javax.naming.CommunicationException. Root exception is java.net.ConnectException:
No server found at HTTP://<IP>:<port>

at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:161) at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:200)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java,
Compiled Code) at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:148)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:123)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:671) at
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:242) at javax.naming.InitialContext.init(InitialContext.java:218)
at javax.naming.InitialContext.<init>(InitialContext.java:194)

(I replaced the actual Ip and port with <IP> and <port>).

Now, the server is started and working at that ip and port - it services web http
requests correctly, etc. Regular T3 connection (not over http) also works with
it.

Does anyone know the reason for this problem and/or how to fix it?

Thanks, Leonid Portnoy

Adomas Svirskas

unread,
May 20, 2001, 10:48:07 AM5/20/01
to

Hi Leonid,

Have you found a solution for this? I have these problems too.
Thanks,
Adomas

Adomas Svirskas

unread,
May 20, 2001, 1:00:05 PM5/20/01
to

It seems that the solution is to have these two lines in the
properties file:

weblogic.httpd.enable=true
weblogic.httpd.tunnelingenabled=true

Now it works.

Thanks,
Adomas

rk tumuluri

unread,
Jun 26, 2001, 5:55:26 PM6/26/01
to
It appears that one has to use the "Java Plugin" for this mode to work. The
question is does the version of plugin need to be "in sync" with the JVM
version on the server. ?.

/rk
"Adomas Svirskas" <ado...@svirskas.com> wrote in message
news:3b07ea05$1...@newsgroups.bea.com...

0 new messages