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

Why to resolve hostname for Incoming T3 Connection

7 views
Skip to first unread message

Vijay

unread,
Nov 4, 2002, 12:29:22 PM11/4/02
to

Hello:
Can anyone please tell me as why the WebLogic managed server needs to call java.net.InetAddress.getByName
for an incoming T3 connection from a remote WebLogic EJB client.

This requires that the server that the WebLogic managed server is running be able
to resolve a hostname. This seems unnecessary, since the managed server is acting
as a TCP server in this scenario, and it requires additional network configuration
to be able to resolve hostnames from incoming clients.

####<Nov 3, 2002 3:08:09 AM CST> <Warning> <Posix Performance Pack> <intmgr1>
<ifmwls1> <ExecuteThread: '14' for que
ue: 'default'> <> <> <000000> <Caught Throwable on socket: 'weblogic.rjvm.t3.T3JVMConnection@49b16e',
fd: '11'>
java.net.UnknownHostException: helloadm.it.somename.com
at java.net.InetAddress.getAllByName0(InetAddress.java:566)
at java.net.InetAddress.getAllByName0(InetAddress.java:535)
at java.net.InetAddress.getByName(InetAddress.java:444)
at weblogic.rjvm.JVMID.readExternal(JVMID.java:514)
at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1207)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:381)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:231)
at weblogic.rjvm.InboundMsgAbbrev.readObject(InboundMsgAbbrev.java:66)
at weblogic.rjvm.InboundMsgAbbrev.read(InboundMsgAbbrev.java:38)
at weblogic.rjvm.MsgAbbrevJVMConnection.readMsgAbbrevs(MsgAbbrevJVMConnection.java:186)
at weblogic.rjvm.MsgAbbrevInputStream.readMessageContext(MsgAbbrevInputStream.java:165)
at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:590)
at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
at weblogic.socket.PosixSocketMuxer.deliverGoodNews(PosixSocketMuxer.java:455)
at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:384)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

Thanks,
Vijay

Deepak Vohra

unread,
Nov 13, 2002, 1:37:11 PM11/13/02
to
To construct a T3Client hostname is required.
http://e-docs.bea.com/wls/docs70/javadocs/weblogic/common/T3Client.html
0 new messages