I'm not sure which version of JBoss your using so lets get in synch on that point.
What version are you using?

I use cygwin on w2k as well and the only time I came across the issue you mention
is when I first rebuilt the jnp JNDI provider code and dropped it onto the 2.2.0
release. This is when I saw that there had been a change to the jnp code that had
not been tested against the jboss code and so I updated the NamingService code to
not attempt to start the jnp provider in initService.

If you using a cygwin sh to start JBoss post that as well in case there is some cygwin
issue although I doubt it.

----- Original Message ----- 
From: "Tim Taylor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 16, 2001 6:38 AM
Subject: RE: [JBoss-user] NamingService initialization problems--ConnectionException


> Yes.  That file is there and it sets no provider url.  That causes a
> "Missing Provider URL ConfigurationException" in the
> NamingService.initService() method.  If I slow the server startup down with
> a debugger, the server starts up fine.  It looks like you may have fixed
> this issue in the CVS trunk by moving the creation of the InitialContext to
> after the naming.start() call in the NamingService.startService() method.  
> 
> However, you also seem to be saying that it should be possible to create an
> InitialContext within JBoss's VM even if the NamingService.startService()
> has yet to be called in the startup sequence.  I.e., the naming service has
> a mode where it uses the provider url (client mode) and one where it doesn't
> (server mode).
> 
> Thanks for the help so far.  I'm using Cygwin, so I'm sure it's something
> I'm doing.
> 
> JBoss is great, BTW!  I'm running it on Solaris and Linux with zero
> problems.
> 



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to