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

2006-02-07 Thread krishnakumars
I use JBoss 4.0.3SP1. With Windows Firewall turned on, i run into the same 
problem. (Port 1098 already in use by alg.exe). 

In my case, i turned windows firewall off. 

Ideally, i would like to configure my jboss to work with the firewall. I 
briefly looked at this 
http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall.This refers 
to conf/jboss-service.xml. OTOH, in 4.0.3SP1 the RmiPort seems to live in 
deploy/naming-service.xml. 

Is there an updated wiki page with the files to touch for 4.0.3SP1?  [/url]

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922198#3922198

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922198


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
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-11-17 Thread kanags
I had the same problem. Then I referred to other sites and understand that 
other applications such as OUTLOOK, Oracle etc make use of this port 1098. We 
can stop these services/processes using Windows Task Manager. Now start the 
JBoss. Hopefully there will be no problems.

Alternatively, one can change the RmiPort definition of JBoss service from 1098 
to some other ports. eg 10098. RmiPort is defined in the JNDI part of 
jboss-service.xml file inside the conf directory.

With warm regards,
kanags

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907605#3907605

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3907605


---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=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-11-10 Thread rolz
The same problem on 4.0.3 SP1.

The problem seems to be related to ISA firewall client. You have to turn it off 
to make JBoss work. 


I've found another solution though - 

you have to remove _ALL_  ${jboss.bind.address} encounters from 
jboss-service.xml:



  |   1099
  |   ${jboss.bind.address}
  |   5098
  |   ${jboss.bind.address}
  | 
to:

  |   1099
  |   5098
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3906559#3906559

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3906559


---
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] [Beginners Corner] - Re: Problems starting JBoss for a second ou third time

2005-10-13 Thread frogsense
Hi Marcos,

I had the problem and came through your post. On the base this problem is 
because JBoss is trying to start a service on port that is already in user 
(1098). Now which process is using this port is another discussion (I couldn't 
find it yet except that it's owned by system).

Solution to the problem is that you change port number to the one that you are 
sure is not in use (conf/jboss-services.xml). Below is the one that I'm using 
now.

  "5098"

-fg

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900858#3900858

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900858


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
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-09-20 Thread hasithy
I had also faced the similar problem. I found that the Skype process uses the 
port 1098. If u r on windows xp try command "netstat -a -n -o" and get the 
processid which uses the port, and then use command "tasklist" to get the name 
of the process holding that processid.

http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895756#3895756

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3895756


---
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] [Beginners Corner] - Re: Problems starting JBoss for a second ou third time

2005-08-03 Thread lgg_bohemia
Hi guys
I'm having the same problem but in my case there is a process which is using 
the port 1098, but is a system process, I can't get any description of what it 
is and I have tried several ways: I already disconenct my network but the 
process doesn't release the port.
I'm afraid of terminate the process.
Any ideas??
Thanks in advance.
Laura

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888250#3888250

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888250


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
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=bb&op=viewtopic&p=3882552#3882552

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=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=7477&alloc_id=16492&op=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-22 Thread GTScoobyDoo
Marcos,

Did you manage to work out this issue?

I am having EXACTLY the same problem as you described.

If you managed to work out a fix, I would love your help.

Kind regards,

Nathan

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882435#3882435

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882435


---
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=7477&alloc_id=16492&op=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 PeterJ
Since you and your co-worker are having the same problem I think it has 
something to do with the configuration of your machines; configurations 
probably dictated by by your IT staff (I know I have similar restrictions at 
work and some things that work at home just will not work on my PC at work).  
Perhaps you should try running on your PC at home (if you have one) to verify 
it does indeed work.

When you find out what the problem is, let me know.

Good luck!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882150#3882150

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882150


---
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=7477&alloc_id=16492&op=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-20 Thread PeterJ
Are you running a firewall?  One that block ports?  For example, I run Sygate 
at work and ZoneAlarm at home.  Both are set to ask if ports can be opened.  
When Java asks to open a port, I give it termporary permission (this time 
only).  If you have afirewall, did you by any chance disallow Java from opening 
a port at any time in the past, and make that decision permanent?  If so, you 
will have to reconfigure your firewall to ask each time Java want to open a 
port.

If the firewall is not the problem, then I have run out of ides because you 
have stated that no programs have ports 1098 and  open, yet JBoss says that 
they are already in use.  (Possible virus/spyware infection?)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882126#3882126

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882126


---
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=7477&alloc_id=16492&op=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-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=bb&op=viewtopic&p=3882034#3882034

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=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=7477&alloc_id=16492&op=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 PeterJ
When you got these errors did you immediately run the utility to determine who 
was using the ports?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881987#3881987

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881987


---
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=7477&alloc_id=16492&op=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!

I´ve 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=bb&op=viewtopic&p=3881981#3881981

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=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_idt77&alloc_id492&op=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 PeterJ
What operating system are you running?

If Linux, try running "netstat -an | grep 1098" to see what process is using 
the port.  (I used 1098 based on the error message you supplied, if other ports 
are also in use, alter the command line accordingly.)

If Windows, download tcpview.exe from www.sysinternals.com, run it and 
determine what process(es) are using the ports.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881977#3881977

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881977


---
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=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user