| Author |
Exception: java.rmi.RemoteException: Call invocation failed;
|
lekha Varma
Greenhorn
Joined: Feb 05, 2009
Posts: 4
|
|
Hi all,
Getting following RemoteException.
Need a help to get out from this exception. Please help.
Client class
Interface class - server
Implemented bean class--server
WSDL is
Jars added
jbossws-native-jaxws.jar
jbossws-native-jaxws-ext.jar
serializer.jar
xalan.jar
xercesImpl.jar
jbossall-client.jar
jbossws-native-jaxrpc.jar
jbossws-native-saaj.jar
wsdl4j.jar
activation.jar
saaj-impl-1.3.jar
Configuration is:
JBOSS: jboss-5.0.0.CR2-jdk6
Eclipse: indigo
JAVA : jdk1.6 (also tried with jdk 1.5)
Thanks in advanced
Lekha
Please have a look and guid me for how to resolve this issue.
|
 |
Swastik Dey
Ranch Hand
Joined: Jan 08, 2009
Posts: 1196
|
|
|
http://www.coderanch.com/t/465360/Web-Services/java/setProperty-must-overridden-all-subclasses
|
Swastik
|
 |
lekha Varma
Greenhorn
Joined: Feb 05, 2009
Posts: 4
|
|
Thanks for the reply swastik
I have also added "-Djava.endorsed.dirs=/<JBOSS_HOME>/lib/endorsed" to the configuration, but still same error.
|
 |
Swastik Dey
Ranch Hand
Joined: Jan 08, 2009
Posts: 1196
|
|
https://bugs.eclipse.org/bugs/show_bug.cgi?id=250643
that jboss_home should point to jboss home directory (the directory where jboss is installed). See the message posted by Tony in the above link.
|
 |
lekha Varma
Greenhorn
Joined: Feb 05, 2009
Posts: 4
|
|
Thanks Swastik,
I have rechecked it but ithink it is same
Run Configuration > VM Arguments
-Dprogram.name=run.bat -Djava.endorsed.dirs="D:\Workspace\EJB training\java karrox\java karrox\jboss-4.2.1.GA\jboss-4.2.1.GA\jboss-4.2.1.GA\lib\endorsed" -Xms128m -Xmx512m
Run configuration > Program arguments
-b 0.0.0.0
is it correct??
|
 |
lekha Varma
Greenhorn
Joined: Feb 05, 2009
Posts: 4
|
|
|
Please guide me to resolve this problem
|
 |
 |
|
|
subject: Exception: java.rmi.RemoteException: Call invocation failed;
|
|
|