Did you really use "localhost" with success calling geronimo 1.2 ?
To my experience "localhost" doesn't work. Maybe 127.0.0.1 is better.

Michael
  

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Jacek Laskowski
Gesendet: Donnerstag, 12. Juli 2007 12:14
An: user@geronimo.apache.org
Betreff: Re: Geronimo2: "port out of range:-1"

On 7/12/07, Francisco Borges <[EMAIL PROTECTED]> wrote:

> I'm now trying to run my sample application on Geronimo2.0, the same 
> sample runs fine on JBoss4.2 and Geronimo1.2.
>
> But on Geronimo2.0 I get:
>
> java.io.IOException: Cannot access server: null:-1 due to an unkown 
> exception in the OpenEJB client: java.lang.IllegalArgumentException :
> port out of range:-1
>
> All I need to do is try to get hold of the :
>
>     Properties p = System.getProperties();
>     InitialContext jndiCntx = new InitialContext(p);
>
> So I assume I am missing something very obvious in the "java." 
> properties I'm passing down?
>
> java.naming.factory.initial=org.apache.openejb.client.RemoteInitialCon
> textFactory java.naming.provider.url = localhost:4201 
> java.naming.security.principal = system 
> java.naming.security.credentials = manager

Hi,

How are the properties passed on to the client? Can you show the command line 
you use to run the client?

Jacek

--
Jacek Laskowski
http://www.JacekLaskowski.pl

Reply via email to