Cheers,
-----Original Message-----
From: Roland Kamsika [mailto:[EMAIL PROTECTED]]
Sent: 11 May 2000 18:36
To: 'Sean Bowman'; [EMAIL PROTECTED]
Subject: RE: Configuration ProblemsThanks - That solved that one!
Now I have the error:
JOnAS Server, version 2.0, running on rmi.
Cannot rebind UserTransaction:javax.naming.CommunicationException [Root exception is java.rmi.Server
Exception: Server RemoteException; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.io.InvalidClassException: com.sun.jndi.rmi.registry.ReferenceWrapper_Stub; Local class
not compatible: stream classdesc serialVersionUID=2 local class serialVersionUID=-654059317803390457
6]
JOnAS: Cannot start Transaction Service
javax.naming.CommunicationException. Root exception is java.rmi.ServerException: Server RemoteExcep
tion; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.io.InvalidClassException: com.sun.jndi.rmi.registry.ReferenceWrapper_Stub; Local class
not compatible: stream classdesc serialVersionUID=2 local class serialVersionUID=-654059317803390457
6
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.io.InvalidClassException: com.sun.jndi.rmi.registry.ReferenceWrapper_Stub; Local class
not compatible: stream classdesc serialVersionUID=2 local class serialVersionUID=-654059317803390457
6
java.io.InvalidClassException: com.sun.jndi.rmi.registry.ReferenceWrapper_Stub; Local class not comp
atible: stream classdesc serialVersionUID=2 local class serialVersionUID=-6540593178033904576
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
at sun.rmi.server.UnicastRef.invoke(Unknown Source)
at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source)
at com.sun.jndi.rmi.registry.RegistryContext.rebind(Unknown Source)
at com.sun.jndi.rmi.registry.RegistryContext.rebind(Unknown Source)
at javax.naming.InitialContext.rebind(Unknown Source)
at org.objectweb.jonas.naming.java.javaURLContext.rebind(javaURLContext.java:257)
at javax.naming.InitialContext.rebind(Unknown Source)
at org.objectweb.jonas.naming.NamingManager.rebind(NamingManager.java:226)
at org.objectweb.jonas.jtm.TransactionService.<init>(TransactionService.java:95)
at org.objectweb.jonas.server.Server.main(Server.java:89)Any more tips?
Roland Kamsika
> -----Original Message-----
> From: Sean Bowman [mailto:[EMAIL PROTECTED]]
> Sent: 11 May 2000 18:05
> To: [EMAIL PROTECTED]
> Subject: RE: Configuration Problems
>
>
> Make sure that the JDBC 2.0 jar file is in your path. That
> contains the
> javax.sql.* package.
>
> Sean Bowman
> Webb Interactive, Inc.
> http://www.webb.net <http://www.webb.net>
>
> -----Original Message-----
> From: Roland Kamsika [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 11, 2000 10:59 AM
> To: 'Philippe Coq'; [EMAIL PROTECTED]
> Subject: Configuration Problems
>
>
>
> The problem was solved by running the config file to set up
> the environment
> before running RmiRegistry.
> I then had a problem with permissions to rebind from
> localhost to the IP of
> the Server:
>
> This was fixed by manually setting the jndi.properties from
> LocalHost to the
> IP of the Server.
> e.g.
> java.naming.factory.initial
> com.sun.jndi.rmi.registry.RegistryContextFactory
> java.naming.provider.url rmi://193.175.0.3:1099
>
> The problem I have now is:
>
> JOnAS Server, version 2.0, running on rmi.
> Exception in thread "main" java.lang.NoClassDefFoundError:
> javax/sql/PooledConnection
> at
> org.objectweb.jonas.jtm.TransactionService.<init>(TransactionS
> ervice.java:88
> )
> at org.objectweb.jonas.server.Server.main(Server.java:89)
>
> Any tips on what the problem is here would be appreciated.
>
> regards
>
> Roland Kamsika
>
>
> > -----Original Message-----
> > From: Philippe Coq [ mailto:[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]> ]
> > Sent: 11 May 2000 16:38
> > To: Roland Kamsika
> > Cc: [EMAIL PROTECTED]; R�diger'; [EMAIL PROTECTED]
> > Subject: Re:
> >
> >
> > > Roland Kamsika wrote:
> > >
> > > Did you solve this one? I'm getting exactly the same
> error on an NT
> > > 4.0 deployment. It seems like I'm following your footsteps
> > exactly...
> > > ;-)
> > >
> > > regards
> > >
> > > Roland Kamsika
> >
> > Hi,
> > It seems that rmiregistry has no the correct CLASSPATH.
> > Have you run rmiregistry command?
> > You must use the "registry" command that set up correctly the
> > CLASSPATH.
> > best regards,
> > --
> > Philippe
> >
> > Philippe Coq Groupe Bulll/BullSoft/OpenMaster Phone:
> > (33) 04 76 29 78
> > 49
> > Bull S.A - 1 rue de Provence - 38432 Echirolles Cedex France
> > [EMAIL PROTECTED] http://www-frec.bull.com
<http://www-frec.bull.com>> Download our EJBServer at http://www.bullsoft.com/ejb
<http://www.bullsoft.com/ejb>
> ----
> To unsubscribe, send email to [EMAIL PROTECTED] and
> include in the body of the message "unsubscribe jonas-users".
> For general help, send email to [EMAIL PROTECTED] and
> include in the body of the message "help".
>----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".
