[JBoss-user] [JNDI/Naming/Network] - Re: Port 1098 is taken

2005-12-09 Thread DrHok
"kannaiyanbalaji" wrote : 
  | java.rmi.server.ExportException: Port already in use: 1098; nested 
exception is: 
  | java.net.BindException: Address already in use: JVM_Bind
  | 

You don't need to move JBoss to a different port. It is sufficient and maybe 
even better to reserve some ports using regedit. It is described here (in the 
reply by fbiaggi):

http://www.jboss.com/index.html?module=bb&op=viewtopic&t=64248

Port range 1098-1099 works for me.


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

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


---
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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Re: Port 1098 is taken

2005-10-27 Thread ntableman
I am having the problem as well in Windows 2000 pro and XP

here is my chain of events

I start JBoss

1098 is in use, by JBoss

I stop JBoss

1098 is NOT IN USE

I start JBoss, it fails telling me 109 is in use.

When I move it to 10098, it then get 8083 in use errors.

JBoss isnt cleaning this up.

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

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


---
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
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Re: Port 1098 is taken

2005-10-20 Thread Subhash_Bhushan
I encountered the same problem on my machine, and found that Oracle services 
were using the port 1098.
If you are using Oracle, then try stopping those services, and restarting jboss.

Regards,
Subhash Bhushan.

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

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


---
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] [JNDI/Naming/Network] - Re: Port 1098 is taken

2005-10-06 Thread rgrantITT
Often Outlook will take this port prior to starting jboss. Shutdown Outlook, or 
reboot your computer without Outlook running on startup, start your jboss 
server first then start Outlook. If you are not running outlook on the same 
machine then I can't help you.

But I have run into this issue with outlook

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

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


---
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] [JNDI/Naming/Network] - Re: Port 1098 is taken

2005-10-02 Thread Subhash_Bhushan
Hi,

I too am a newbie to JBoss, but came across the answer to your question.

jboss-service.xml file, present in the conf directory of your server mode (Ex. 
default), has a section called JNDI. The ports have been specified there. You 
probably will be able to change the ports there.

Here is the listing that I have in jboss-service.xml:

  | 
  |
  |
  | 
  |
  |   
  |   false
  |   
  |   1099
  |   
  |   ${jboss.bind.address}
  |   
  |   1098
  |   
  |   ${jboss.bind.address}
  |   
  |   jboss.system:service=ThreadPool
  |
  | 
  |
  |
  | 

Regards,
Subhash Bhushan.

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

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


---
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] [JNDI/Naming/Network] - Re: Port 1098 is taken

2005-08-26 Thread plnarayana
How I tell Jboss server to use a different port
Thanks
LN

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

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


---
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] [JNDI/Naming/Network] - Re: Port 1098 is taken

2005-07-22 Thread nlsurfman
On Windows XP type on a prompt: netstat -a -n -o
The output will include the Process ID. Use the task manager to find out what 
process that is

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

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


---
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