aspose file tools
The moose likes Websphere and the fly likes Error calling EJB methods deployed on WAS 7.0 on remote server (Linux SUSE) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "Error calling EJB methods deployed on WAS 7.0 on remote server (Linux SUSE)" Watch "Error calling EJB methods deployed on WAS 7.0 on remote server (Linux SUSE)" New topic
Author

Error calling EJB methods deployed on WAS 7.0 on remote server (Linux SUSE)

Mohamed Soliman
Greenhorn

Joined: Mar 09, 2010
Posts: 13
I've two websphere application servers deployed on two different virtual machines (operating system for each one is Linux SUSE). Each server has an enterprise web application deployed on it (the same application is deployed with it's own EJBs and is working properly on it's own). When I configure one web application to lookup and use the EJB on the other server instead of the one deployed on the local server, it is looked up successfully but
when I try to do ejb method invocations (most of methods but not all) I get the following exception:

"java.rmi.MarshalException: CORBA MARSHAL 0x4942f999 No; nested exception is: org.omg.CORBA.MARSHAL: Profile data of length 0x7fffff0a while reading IOR Profile vmcid: IBM minor code: 999 completed: No "

any ideas?

best regards!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Error calling EJB methods deployed on WAS 7.0 on remote server (Linux SUSE)
 
Similar Threads
To Nikhil Pendharkar for IBM 287
Accessing a Remote EJB in Glassfish from Tomcat
'HOME' question
Test 252: Mock exam
Load Balancing in Websphere 6.x through MDB's