[Soaplab-users] run-Applab-server
Brought to you by:
marsenger
From: Per L. <per...@sb...> - 2006-04-25 11:56:07
|
Dear list! After installation of Soaplab, i tried to start the Applab-server by ./run-Applab-server. Then I get the followint message. Can someone please tell me if I have misconfigured something or if I perhaps need to install additional software for it to work properly. Cheers /Per Larsson ./run-AppLab-server Exception in thread "main" java.lang.ClassCastException: gnu.CORBA.typecodes.ArrayTypeCode cannot be cast to com.ooc.CORBA.TypeCode at com.ooc.CORBA.Any.type (Any.java:192) at com.ooc.CORBA.Any.insert_Streamable (Any.java:944) at org.omg.CORBA.StringSeqHelper.insert (libgcj.so.7) at com.ooc.OB.IIOPConfig.parseHost (IIOPConfig.java:47) at com.ooc.OB.IIOPConfig.parseDefaults (IIOPConfig.java:272) at com.ooc.OB.IIOPConfig.parseAll (IIOPConfig.java:317) at com.ooc.OBPortableServer.POAManagerFactory_impl.create_poa_manager (POAManagerFactory_impl.java:148) at com.ooc.OB.ORBControl.initializeRootPOA (ORBControl.java:548) at com.ooc.OBCORBA.ORB_impl.resolve_initial_references (ORB_impl.java:782) at embl.ebi.corbatools.POAServer.POAInit (POAServer.java:73) at embl.ebi.corbatools.POAServer.POAInit (POAServer.java:66) at embl.ebi.AppLabServer.AppLabServer.<init> (AppLabServer.java:50) at Server.<init> (Server.java:25) at Server.main (Server.java:35) |