[JBoss-user] [JBoss Portal] - JBoss 3.2.5 hanging out

2005-09-20 Thread msf
Hi, guys!

I'm having some problems with JBoss 3.2.5 and its embedded Tomcat 4.1.
When i start JBoss up, it goes right until Tomcat (Coyote) is started by JBoss.
After it showed its log line telling that Tomcat is starting at port 8080, it 
hangs out.
It is happening in 7 different machines (with different configurations of 
software) in the same network.
I really don't know what to do and i have to start it up in all machines.
Is there any way to start a debug verbose for Tomcat?
There is anyone that can help me?

Thanks

Marcos

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3895941#3895941

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3895941


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - JBoss 3.2.5 and Port Binding

2005-09-20 Thread msf
Hi for all!

I have installed JBoss in 7 machines and some of them shows problems when 
trying to bind jndi and port 1099.
JBoss complains that this port is under use by windows system process.
Do you know how to solve this keeping all default ports and what windows system 
process is using that port?

Thank u,

Marcos

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3895942#3895942

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3895942


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Problems with JBOSS 3.2.6 and Windows 2000 Pro

2005-09-15 Thread msf
Hy for all!

I'm trying to run JBoss 3.2.6 on my windows 2k pro and it shows me the 
following error:

16:09:33,811 ERROR [NamingService] Starting failed jboss:service=Naming
java.rmi.server.ExportException: Port already in use: 7098;

First i tried to run JBoss using its default port for RMI, 1098, but it didn't 
work, so i changed the port (1098 - 7098 and 1099 - 7099).
As you can see the problem persists.

Does anyone knows the solution for this?


Thanks,

Marcos


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3894985#3894985

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3894985


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - JBoss starting problem

2005-06-24 Thread msf
Hi, guys!

After I tried to find a solution to my problem at Beginners thread, i've come 
here to try for another kind of help.

I've downloaded and installed JBoss 3.2.7 and i'm having problems when trying 
to execute it for a second time, or even a third time.

There was something wrong with ports 1098 and  only, which were linked to 
binds done by JBoss. I've firewall client (ISA client) and trend micro 
antivirus client running. 

There is no other app running on these port. I've looked for.

What's is strange is that if i remove the network cable from the machine, JBoss 
works correctly, showing no problems.

Is there anyone who knows what could be the solution for this problem?

I've no problem with my personal machine who is on a network too.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3882642#3882642

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3882642


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Problems starting JBoss for a second ou third time

2005-06-23 Thread msf
Sorry, Nathan!

But i'm still having this ugly problem.
I found a topic about the same problem and the only different thing is that if 
you unplugged the network, everything works fine and this is, unfortunatelly is 
true, but I think its not our case.

I'm still looking for a solution if i find it i'll tell u too.

Best regards,

Marcos

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3882552#3882552

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3882552


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - JDBC not bound

2005-06-20 Thread msf
Hi, guys!

I'm trying to connect MS SqlServer using jTDS 1.1 jdbc driver and JBoss is 
showing me this message:

12:08:26,292 INFO  [STDOUT] javax.naming.NameNotFoundException: jdbc not bound
12:08:26,292 INFO  [STDOUT] at org.jnp.server.NamingServer.getBinding(Naming
Server.java:490)

What could be wrong with my configuration parameters?

Thanx

Marcos

P.S.: JBoss 3.2.7 / Jsdk 1.4.1_04 / MS SqlServer 2k / Windows 2k

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3882122#3882122

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3882122


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Problems starting JBoss for a second ou third time

2005-06-20 Thread msf
Hi, Peter!

I've only a firewall client running. This not shows me that it could be a 
problem. Otherwise i've trend micro antivirus client running too.

I'm still having this problem and didn't see any light at the end of the tunnel.
My coworker is having the same problem with JBoss 4.01.

I'm putting two list views from TcpView, showing JBoss before and after 
starting it.

Take a look:

before
svchost.exe:416 TCP 0.0.0.0:135 0.0.0.0:0   LISTENING   
System:8TCP 0.0.0.0:445 0.0.0.0:0   LISTENING   
System:8UDP 0.0.0.0:445 *:* 
LSASS.EXE:236   UDP 0.0.0.0:1027*:* 
WINLOGON.EXE:172UDP 0.0.0.0:1054*:* 
mstask.exe:884  TCP 0.0.0.0:10700.0.0.0:0   LISTENING   
System:8TCP 0.0.0.0:10890.0.0.0:0   LISTENING   
System:8TCP 0.0.0.0:11230.0.0.0:0   LISTENING   
System:8TCP 0.0.0.0:11400.0.0.0:0   LISTENING   
explorer.exe:1304   UDP 0.0.0.0:1211*:* 
mplayer2.exe:1568   TCP 0.0.0.0:12900.0.0.0:0   LISTENING   
mplayer2.exe:1568   TCP 0.0.0.0:12960.0.0.0:0   LISTENING   
firefox.exe:2468TCP 0.0.0.0:14680.0.0.0:0   LISTENING   
System:8TCP 0.0.0.0:32060.0.0.0:0   LISTENING   
tmlisten.exe:920UDP 0.0.0.0:3414*:* 
tmlisten.exe:920TCP 0.0.0.0:12345   0.0.0.0:0   LISTENING   
System:8UDP 10.17.5.166:137 *:* 
System:8UDP 10.17.5.166:138 *:* 
System:8TCP 10.17.5.166:139 0.0.0.0:0   LISTENING   
LSASS.EXE:236   UDP 10.17.5.166:500 *:* 
System:8TCP 10.17.5.166:112310.17.0.1:445   ESTABLISHED 
mplayer2.exe:1568   TCP 10.17.5.166:129010.17.0.3:80
CLOSE_WAIT  
mplayer2.exe:1568   TCP 10.17.5.166:129610.17.0.3:80
ESTABLISHED 
System:8TCP 10.17.5.166:18780.0.0.0:0   LISTENING   
System:8TCP 10.17.5.166:18787.0.0.28:139ESTABLISHED 
System:8TCP 10.17.5.166:18887.0.0.29:80 TIME_WAIT   
System:8TCP 10.17.5.166:18897.0.0.29:80 TIME_WAIT   
System:8TCP 10.17.5.166:18927.0.0.29:80 TIME_WAIT   
System:8TCP 10.17.5.166:12345   7.0.0.29:4758   TIME_WAIT   
POP3Trap.exe:1792   TCP 127.0.0.1:110   0.0.0.0:0   LISTENING   
aengine.exe:540 TCP 127.0.0.1:1065  0.0.0.0:0   LISTENING   
mstask.exe:884  TCP 127.0.0.1:1069  0.0.0.0:0   LISTENING   
tmlisten.exe:920TCP 127.0.0.1:1075  0.0.0.0:0   LISTENING   
OfcPfwSvc.exe:840   TCP 127.0.0.1:1091  0.0.0.0:0   LISTENING   
spoolsv.exe:444 TCP 127.0.0.1:1104  0.0.0.0:0   LISTENING   
PccNTMon.exe:1620   TCP 127.0.0.1:1145  0.0.0.0:0   LISTENING   
explorer.exe:1304   TCP 127.0.0.1:1210  0.0.0.0:0   LISTENING   
mplayer2.exe:1568   TCP 127.0.0.1:1294  0.0.0.0:0   LISTENING   
firefox.exe:2468TCP 127.0.0.1:1466  0.0.0.0:0   LISTENING   
firefox.exe:2468TCP 127.0.0.1:1467  0.0.0.0:0   LISTENING   
firefox.exe:2468TCP 127.0.0.1:1467  127.0.0.1:1468  ESTABLISHED 
firefox.exe:2468TCP 127.0.0.1:1468  127.0.0.1:1467  ESTABLISHED 
IEXPLORE.EXE:1616   TCP 127.0.0.1:1578  0.0.0.0:0   LISTENING   
IEXPLORE.EXE:1616   UDP 127.0.0.1:1579  *:* 
javaw.exe:1756  TCP 127.0.0.1:1666  0.0.0.0:0   LISTENING   
Tcpview.exe:2368TCP 127.0.0.1:1857  0.0.0.0:0   LISTENING   
POP3Trap.exe:1792   TCP 127.0.0.1:4533  0.0.0.0:0   LISTENING   


after
svchost.exe:416 TCP 0.0.0.0:135 0.0.0.0:0   LISTENING   
System:8TCP 0.0.0.0:445 0.0.0.0:0   LISTENING   
System:8UDP 0.0.0.0:445 *:* 
LSASS.EXE:236   UDP 0.0.0.0:1027*:* 
WINLOGON.EXE:172UDP 0.0.0.0:1054*:* 
mstask.exe:884  TCP 0.0.0.0:10700.0.0.0:0   LISTENING   
System:8TCP 0.0.0.0:10890.0.0.0:0   LISTENING   
System:8TCP 0.0.0.0:11230.0.0.0:0   LISTENING   
System:8TCP 0.0.0.0:11400.0.0.0:0   LISTENING   
explorer.exe:1304   UDP 0.0.0.0:1211*:* 
mplayer2.exe:1568   TCP 0.0.0.0:12900.0.0.0:0   LISTENING   
mplayer2.exe:1568   TCP 0.0.0.0:12960.0.0.0:0   LISTENING   
firefox.exe:2468TCP 0.0.0.0:14680.0.0.0:0   LISTENING   
System:8TCP 0.0.0.0:19090.0.0.0:0   LISTENING   
java.exe:1348   UDP 0.0.0.0:1910*:* 

[JBoss-user] [Beginners Corner] - Re: Problems starting JBoss for a second ou third time

2005-06-19 Thread msf
Hi, Peter!

I used to maintain tcpview app executing when  i shutdown jboss.
There isn't no app using this two ports even during jboss execution.

Thanx
Marcos

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3882034#3882034

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3882034


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Problems starting JBoss for a second ou third time

2005-06-17 Thread msf
Hi guys!

I've downloaded and installed JBoss 3.2.7 and i'm having problems when trying 
to execute it for a second time.
After it stops working, i have to wait about 30 min to start it again without 
errors, otherwise it shows that there are some ports that have been used by 
others process, but it not true.
It shows the log lines below:

2005-06-17 15:44:59,930 ERROR [org.jboss.naming.NamingService] Starting failed 
jboss:service=Naming
java.rmi.server.ExportException: Port already in use: 1098; nested exception 
is: 
java.net.BindException: Address already in use: JVM_Bind
at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:243)
at 
sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:178)
at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:382)
at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:116)
at 
sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:145)
at 
sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:129)
at 
java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:275)
at 
java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:206)
at org.jnp.server.Main.initJnpInvoker(Main.java:299)
at org.jnp.server.Main.start(Main.java:262)

I'd appreciate If anyone could help me.

Best regards,

Marcos

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3881974#3881974

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3881974


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Problems starting JBoss for a second ou third time

2005-06-17 Thread msf
Hi, Peter!

Ive done what u said i there is no process listening any port that JBoss used 
to listen.
Altough, after u replied i tried to start JBoss and it executed with success.
But i shut it down and tried to put it up again.
There was something wrong with ports 1098 and  only, wich were linked to 
binds done by JBoss.
It logged two different errors:

2005-06-17 16:52:55,628 ERROR [org.jboss.naming.NamingService] Starting failed 
jboss:service=Naming
java.rmi.server.ExportException: Port already in use: 1098; nested exception 
is: 
java.net.BindException: Address already in use: JVM_Bind
at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:243)
at 
sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:178)
at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:382)


and



java.rmi.server.ExportException: Port already in use: ; nested exception 
is: 
java.net.BindException: Address already in use: JVM_Bind
at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:243)


Since it had something wrong with this two ports, i'd like a help ou an explain 
about this kind of trouble, and if JBoss is ok even with this two kind of 
problems.


Best regards,

Marcos

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3881981#3881981

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3881981


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77alloc_id492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user