Hello
I've got following problem using JEREMIE as naming services together
with JOnAS:
when I start the EJBServer I've got these Message:
$ EJBServer
JOnAS Server, version 2.2.2, running on Jeremie.
TransactionService: Cannot rebind TM:
javax.naming.NamingException: registry context error: rebind [Root
exception is
java.rmi.MarshalException: error during marshalling/unmarshalling by
stub; nested exception is:
java.io.EOFException]
JOnAS: Cannot start Transaction Service : EJBServer halting
The Jeremie-Server throws an exception in the same Moment:
$ java org.objectweb.jeremie.libs.services.registry.JRMIRegistry &
$ Jeremie Registry started
java.security.AccessControlException: access denied
(java.net.SocketPermission 192.168.100.112:1117 accept,resolve)
at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:272)
at
java.security.AccessController.checkPermission(AccessController.java:399)
at
java.lang.SecurityManager.checkPermission(SecurityManager.java:545)
at
java.lang.SecurityManager.checkAccept(SecurityManager.java:1162)
at java.net.ServerSocket.implAccept(ServerSocket.java:247)
at java.net.ServerSocket.accept(ServerSocket.java:222)
at
org.objectweb.jonathan.libs.resources.tcpip.IPv4ConnectionFactory$SrvConnectionFactory.newSrvConnection(IPv4ConnectionFactory.java:426)
at
org.objectweb.david.libs.resources.giop.SrvConnectionFactory.newSrvConnection(GIOPConnectionFactory.java:136)
at
org.objectweb.jonathan.libs.resources.tcpip.JConnectionMgr$SrvConnectionFactory.newSrvConnection(JConnectionMgr.java:432)
at
org.objectweb.jonathan.libs.protocols.tcpip.TcpIpProtocol$SrvSessionFactory.run(TcpIpProtocol.java:572)
at
org.objectweb.jonathan.libs.resources.JScheduler$JJob.run(JScheduler.java:265)
If somebody can help me....
Thank you very much
Ciao,
Thomas Sindt