CORBA Error

Hi,

My web app is able to connect to a remote BO server from my machine, but when i installed my app in another machine and connecting to the same BO server, the following error is occurring.

org.omg.CORBA.NO_IMPLEMENT: minor code: 0 completed: No
at org.omg.CORBA.TypeCode.equivalent(TypeCode.java:180)
at com.iona.corba.IT_Config.ConfigListHelper.extract(Unknown Source)
at
com.iona.corba.art.configuration.config.ConfigurationImpl.get_list(Unknown
Source)
at com.iona.corba.art.artimpl.ORBDelegate.set_parameters(Unknown
Source)
at com.iona.corba.art.artimpl.ORBImpl.set_parameters(Unknown Source)
at org.omg.CORBA.ORB.init(ORB.java:324)
at com.bo.asf.ORBWrapper.initORB(ORBWrapper.java:95)
at com.bo.asf.ORBWrapper.initORB(ORBWrapper.java:79)
at com.bo.asf.ASFCluster.init(ASFCluster.java:132)
at com.bo.asf.ASFCluster.getCluster(ASFCluster.java:64)
at com.bo.asf.ASFCluster.getCluster(ASFCluster.java:52)
at com.bo.wibean.WIServerImpl.initAll(WIServerImpl.java:342)
at
com.bo.wibean.WIServerImpl.getBestServerObject(WIServerImpl.java:325)
at com.bo.wibean.WIServerImpl.isRunning(WIServerImpl.java:503)

Please suggest any solution.

Sudhakar


ssudhakar (BOB member since 2004-03-01)

By Web App I am assuming that you have split the Web & Application servers (normally JSP) for your install and now you want to use another machine for the Web server?


MikeD :south_africa: (BOB member since 2002-06-18)

That’s not right. By web app i mean web application (war file). This is on a different box other than the BO server. Communication is through cluster.cfg and webi.properties files inside my web application.

Do we need to do anything more on the box where my web application is installed?

Sudhakar


ssudhakar (BOB member since 2004-03-01)