dev@glassfish.java.net

host name question running sqe tests

From: Bobby Bissett <Robert.Bissett_at_Sun.COM>
Date: Thu, 01 Oct 2009 15:11:58 -0400

I'm trying to run some sqe tests in a v2.1 server so that I can verify
an upgrade bug and am running into this:

runclient-common:
appclient -client /Users/bobby/work/ws/quicklook_tests/glassfish/
appserv-tests/build/module/archive/connector-cciAppClient.jar -name
connector-cciClient -textauth -user j2ee -password j2ee -xml /Users/
bobby/servers/gfv2.1/glassfish/domains/domain1/config/sun-acc.xml
standalone
Oct 1, 2009 3:04:20 PM
com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl <init>
WARNING: "IOP00410201: (COMM_FAILURE) Connection failure: socketType:
IIOP_CLEAR_TEXT; hostname: dhcp-ubur02-71-244.east.sun.com; port: 3700"
org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
        at
com
.sun
.corba
.ee
.impl
.logging
.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2690)
        at
com
.sun
.corba
.ee
.impl
.logging
.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2711)
        at
com
.sun
.corba
.ee
.impl
.transport
.SocketOrChannelConnectionImpl
.<init>(SocketOrChannelConnectionImpl.java:261)
        at
com
.sun
.corba
.ee
.impl
.transport
.SocketOrChannelConnectionImpl
.<init>(SocketOrChannelConnectionImpl.java:274)
        at
com
.sun
.corba
.ee
.impl
.transport
.SocketOrChannelContactInfoImpl
.createConnection(SocketOrChannelContactInfoImpl.java:130)
        at
com
.sun
.corba
.ee
.impl
.protocol
.CorbaClientRequestDispatcherImpl
.beginRequest(CorbaClientRequestDispatcherImpl.java:192)
        at
com
.sun
.corba
.ee
.impl
.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:
181)
[...]

My problem I guess is that host name: dhcp-ubur02-71-244.east.sun.com.
I'm not on swan right now, and if I were I would probably have a
different host name anyway. I see that address in my config dir both
in domain.xml and, I think more importantly, sun-acc.xml. Does that
mean a domain can never be moved from one machine to another and still
work? I'm going to try changing those manually to 'localhost,' but I'm
really curious about the intent and consequences of this.

Thanks,
Bobby