[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[xmlblaster] RMI Problem
- To: xmlblaster at server.xmlBlaster.org
- Subject: [xmlblaster] RMI Problem
- From: Mohannad <r.mohannad at gmail.com>
- Date: Sat, 31 May 2008 12:10:50 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=IZ0SeO6uGvut2cVDpi1v53zpEySeQtwNdIq0e2aJvAk=; b=o3mVvrNuyFYMw23wWZDkZ32VhfQNMTUXFdNJ/A4ucE6M+Pjfq6s/0W+F79pdDpg5yqvrynn/ddXZOx7A1UmEjeAhSDZNWnYgaY03SC9uj6Zqf8Z6b5h8Vdkdkq4sIhlzy3EAvztzmR28eO8dOuw1rqB4LF+tl4BstZGtRKO8tCg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=xg4NlHX6951AZvLgAPK0m5d/wfvOTFnmtbZyG5rjE5GZU3o1JwZ2RA4KCrLavFAocDmvguKOjxGetILVp7nsf5/qVzgAVG/E+8og2vHWSpel9tka/tDytkSPenIitucf9ncOu5WwuIfv2CyDxrTNhkn7G/9TCzXMvJDJ9+El3qY=
- Reply-to: xmlblaster at server.xmlBlaster.org
- Sender: owner-xmlblaster at server.xmlBlaster.org
Dear sir,
Thank you all for supporting and helping ,
I faced something a little strange !
I'm trying to run XMLBlaster with RMI, I followed this :
java -Djava.rmi.server.codebase="" -Djava.security.policy=mr/Desktop/xmlBlaster/config/xmlBlaster.policy
-Djava.rmi.server.hostname=172.16.132.55
org.xmlBlaster.Main -plugin/rmi/registryPort 2078
and I added the required plugin, but I am not sure what should I modify in
"Djava.rmi.server.codebase="" \"
I changed XMLBLASTER_HOME with my XMLBlaster home, but what should I do for /classes ??
when I run this command " java HelloWorld3 -protocol RMI -plugin/rmi/registryPort 2078"
at client side:
this error appeared although I added ProtocolPlugin[RMI][1.0]=org.xmlBlaster.protocol.rmi.RmiDriver and CbProtocolPlugin[RMI][1.0]=org.xmlBlaster.protocol.rmi.CallbackRmiDriver to xmlBlaster.properties
<init>: XmlBlasterException errorCode=[resource.configuration] serverSideException=false location=[PluginInfo-ClientProtocolPlugin] message=[#1.6.2 Plugin 'ClientProtocolPlugin[RMI][1.0]' not found, please check your configuration : ] [See URL http://www.xmlblaster.org/xmlBlaster/doc/requirements/admin.errorcodes.listing.html#resource.configuration]
could you help me, or rmi not supported any more ?
regards,
Mohannad