• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Exception: java.rmi.RemoteException: Call invocation failed;

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Bartender
Posts: 2270
20
Android Java ME Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
https://coderanch.com/t/465360/Web-Services/java/setProperty-must-overridden-all-subclasses
 
lekha Varma
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Bartender
Posts: 2270
20
Android Java ME Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please guide me to resolve this problem
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic