[JBoss-user] jndi port change does not work under 3.2.1

2003-07-31 Thread Marko Friedemann
Hi there,

I wanted to upgrade from 3.2.0beta to 3.2.1 a while ago and I need to
change the jndi naming port away from 1099. I did this before with
3.2.0beta and have had it setup to 1199 without any problems.
Under 3.2.1, however, I can set it up and it tells me it is running at
1199, but when it comes to actual usage, every request goes to 1099. I
do not have any clue why this would happen, there is not a single 1099
to be found anywhere in the config files.

I already posted the question to the jboss forum [1] quite a while back
(including some log snippets), but there has been no answer whatsoever.
I hope someone here can share some insights.

[1] - the forum thread:
  http://www.jboss.org/thread.jsp?forum=47thread=36267

Marko
-- 
www.bmx-chemnitz.de -==- 20 Zoll in Chemnitz
[EMAIL PROTECTED]


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] jndi port change does not work under 3.2.1

2003-07-31 Thread Scott M Stark
This stack trace shows that you have a jndi.properties file available in the 
classpath that that a Context.PROVIDER_URL, and this must be pointing to
localhost:1099.

java.net.ConnectException: Connection refused: connect
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:355)
   at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:142)
   at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:129)
   at java.net.Socket.init(Socket.java:273)
   at java.net.Socket.init(Socket.java:177)
   at 
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:69)
   at 
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:62)
   at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:187)
   at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1116)
   at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:478)
   at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:471)
   at javax.naming.InitialContext.lookup(InitialContext.java:350)
   at org.jboss.naming.Util.createSubcontext(Util.java:49)
   at org.jboss.naming.Util.rebind(Util.java:107)
   at org.jboss.naming.Util.rebind(Util.java:95)

Marko Friedemann wrote:

Hi there,

I wanted to upgrade from 3.2.0beta to 3.2.1 a while ago and I need to
change the jndi naming port away from 1099. I did this before with
3.2.0beta and have had it setup to 1199 without any problems.
Under 3.2.1, however, I can set it up and it tells me it is running at
1199, but when it comes to actual usage, every request goes to 1099. I
do not have any clue why this would happen, there is not a single 1099
to be found anywhere in the config files.
I already posted the question to the jboss forum [1] quite a while back
(including some log snippets), but there has been no answer whatsoever.
I hope someone here can share some insights.
[1] - the forum thread:
  http://www.jboss.org/thread.jsp?forum=47thread=36267
Marko


--

Scott Stark
Chief Technology Officer
JBoss Group, LLC



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user