Sunday, October 2, 2011

wlfullclient.jar

I was getting from my JMS client:

com.sun.corba.se.impl.encoding.CDRInputStream_1_0 read_value
WARNING: "IOP00810257: (MARSHAL) Could not find class "org.omg.CORBA.MARSHAL: vmcid: SUN minor code: 257 completed: Maybe
at com.sun.corba.se.impl.logging.ORBUtilSystemException.couldNotFindClass(ORBUtilSystemException.java:8260)

googling around I find:

https://kr.forums.oracle.com/forums/thread.jspa?threadID=705919


1. Change directories to the server/lib directory.
cd WL_HOME/server/lib

2. Use the following command to create wlfullclient.jar in the server/lib directory:
java -jar wljarbuilder.jar

in fact the wljarbuilder.jar contains only a MANIFEST.MF with:

Main-Class: com.bea.jarbuilder.JarBuilder
Class-Path: ../../../modules/com.bea.core.jarbuilder_1.6.0.1.jar

It does build the wlfullclient.jar and it does solve the problem.

No comments: