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

WLS8.1 and Visibroker 4.5

11 views
Skip to first unread message

Derek Lee

unread,
Mar 18, 2004, 10:13:38 PM3/18/04
to
Dear All,
I am using WLS8.1 and there is a rich client using RMI with JDK1.4
bundled with WLS8.1 server. Also, there has some logic at the rich client
need to have some CORBA calls to Visibroker 4.5.1 server.
However, we find that the Visibroker4.5.1 doesn't support jdk1.4 so we
got the exception
ERROR : org.omg.CORBA.ORBPackage.InvalidName
org.omg.CORBA.ORBPackage.InvalidName
at
com.visigenic.vbroker.orb.ORB.resolve_initial_references(ORB.java:709
)
However, we use Visibroker6 vbj to run the java rich client. The CORBA
connection is fine. BUT the WLS8.1 connect doesn't work and got the
exception
Start connecting to Primary :t3://192.168.42.55:20003
javax.naming.InvalidNameException: Couldn't resolve initial reference:
NameService. Root exception is org.omg.CORBA.ORBPackage.InvalidName
at
com.inprise.vbroker.orb.ORB.resolve_initial_references(ORB.java:972)
at
weblogic.corba.j2ee.naming.ORBHelper.getORBReferenceWithRetry(ORBHelper.java
:488)
at
weblogic.corba.j2ee.naming.ORBHelper.getORBReference(ORBHelper.java:465)
at
weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(Initi
alContextFactoryImpl.java:97)
at
weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(Initi
alContextFactoryImpl.java:42)
at
weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
ory.java:41)
at
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
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
com.shk.comm.client.ServiceHelper.initialContext(ServiceHelper.java:183)
at
com.shk.comm.client.ServiceHelper.initConfig(ServiceHelper.java:493)
at com.shk.pims.SDS_main.<init>(SDS_main.java:182)
at com.shk.pims.SDS_main.main(SDS_main.java:118)

Does anyone can give advice?
Thx,
Derek


Andy Piper

unread,
Mar 19, 2004, 1:34:50 PM3/19/04
to
"Derek Lee" <dere...@so-net.com.hk> writes:

The thin client uses the JDK ORB and JDK ORB features, you cannot use
it with Visibroker. You would probably need to alter you Visi code to
not set system properties for the ORB. Even then I'm not sure if it
would work, you may be forced to use the fat client.

andy

--

0 new messages