[jira] Commented: (GERONIMO-3011) Adjust port configuration for running multiple instances of geronimo

2007-05-04 Thread Anita Kulshreshtha (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493721
 ] 

Anita Kulshreshtha commented on GERONIMO-3011:
--

rev 534454  Use relative java.io.tmpdir in deploy.bat and geronimo-maven-plugin

 Adjust port configuration for running multiple instances of geronimo
 

 Key: GERONIMO-3011
 URL: https://issues.apache.org/jira/browse/GERONIMO-3011
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: ActiveMQ, naming, OpenEJB
Affects Versions: 2.0-M5
 Environment: All
Reporter: Anita Kulshreshtha
 Assigned To: Anita Kulshreshtha
Priority: Minor
 Fix For: 2.0-M5

 Attachments: activemq.patch, assemblies.patch, GERONIMO-3011.patch, 
 script.patch


Make the following changes to facilitate running multiple instances of 
 geronimo on the same machine.
 1. The port number for these GBeans should be configurable via config.xml:
  - EJBNetworkService  
  -  ActiveMQ.stomp.default
 2. Change default RMI Naming port
 3. Fix :
 Module  5/27 org.apache.geronimo.configs/openejb/2.0-SNAPSHOT/car
 13:25:08,046 FATAL [remote] Service Start Failed: admin thread 127.0.0.1 
 420
 0: Service failed to start.: Address already in use: JVM_Bind

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3011) Adjust port configuration for running multiple instances of geronimo

2007-04-29 Thread Anita Kulshreshtha (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492573
 ] 

Anita Kulshreshtha commented on GERONIMO-3011:
--

rev 533500
- Resolve relative java.io.tmpdir relative to GERONIMO_BASE. This allows each 
instance to have its own java.io.tmpdir. 
  If an absolute value is specified, it will be used as java.io.tmpdir for the 
instance.

 Adjust port configuration for running multiple instances of geronimo
 

 Key: GERONIMO-3011
 URL: https://issues.apache.org/jira/browse/GERONIMO-3011
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: ActiveMQ, naming, OpenEJB
Affects Versions: 2.0-M5
 Environment: All
Reporter: Anita Kulshreshtha
 Assigned To: Anita Kulshreshtha
Priority: Minor
 Fix For: 2.0-M5

 Attachments: activemq.patch, assemblies.patch, GERONIMO-3011.patch, 
 script.patch


Make the following changes to facilitate running multiple instances of 
 geronimo on the same machine.
 1. The port number for these GBeans should be configurable via config.xml:
  - EJBNetworkService  
  -  ActiveMQ.stomp.default
 2. Change default RMI Naming port
 3. Fix :
 Module  5/27 org.apache.geronimo.configs/openejb/2.0-SNAPSHOT/car
 13:25:08,046 FATAL [remote] Service Start Failed: admin thread 127.0.0.1 
 420
 0: Service failed to start.: Address already in use: JVM_Bind

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3011) Adjust port configuration for running multiple instances of geronimo

2007-04-23 Thread Anita Kulshreshtha (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490917
 ] 

Anita Kulshreshtha commented on GERONIMO-3011:
--

rev 530592,  and rev511311

-  Do not allow creation of ConnectorServer by activemq
-  FileKeystoreManager and ExplicitDefaultArtifactResolver should resolve 
path/uri relative to GERONIMO_BASE

 Adjust port configuration for running multiple instances of geronimo
 

 Key: GERONIMO-3011
 URL: https://issues.apache.org/jira/browse/GERONIMO-3011
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: ActiveMQ, naming, OpenEJB
Affects Versions: 2.0-M5
 Environment: All
Reporter: Anita Kulshreshtha
 Assigned To: Anita Kulshreshtha
Priority: Minor
 Fix For: 2.0-M5

 Attachments: activemq.patch, assemblies.patch, GERONIMO-3011.patch


Make the following changes to facilitate running multiple instances of 
 geronimo on the same machine.
 1. The port number for these GBeans should be configurable via config.xml:
  - EJBNetworkService  
  -  ActiveMQ.stomp.default
 2. Change default RMI Naming port
 3. Fix :
 Module  5/27 org.apache.geronimo.configs/openejb/2.0-SNAPSHOT/car
 13:25:08,046 FATAL [remote] Service Start Failed: admin thread 127.0.0.1 
 420
 0: Service failed to start.: Address already in use: JVM_Bind

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3011) Adjust port configuration for running multiple instances of geronimo

2007-04-18 Thread Anita Kulshreshtha (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489909
 ] 

Anita Kulshreshtha commented on GERONIMO-3011:
--

rev 530206 Resolve UsersURI and groupsURI relative GERONIMO_BASE.
This allows each instance to update its own copy of users.properties and 
groups.properties.

 Adjust port configuration for running multiple instances of geronimo
 

 Key: GERONIMO-3011
 URL: https://issues.apache.org/jira/browse/GERONIMO-3011
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: ActiveMQ, naming, OpenEJB
Affects Versions: 2.0-M5
 Environment: All
Reporter: Anita Kulshreshtha
 Assigned To: Anita Kulshreshtha
Priority: Minor
 Fix For: 2.0-M5

 Attachments: assemblies.patch, GERONIMO-3011.patch


Make the following changes to facilitate running multiple instances of 
 geronimo on the same machine.
 1. The port number for these GBeans should be configurable via config.xml:
  - EJBNetworkService  
  -  ActiveMQ.stomp.default
 2. Change default RMI Naming port
 3. Fix :
 Module  5/27 org.apache.geronimo.configs/openejb/2.0-SNAPSHOT/car
 13:25:08,046 FATAL [remote] Service Start Failed: admin thread 127.0.0.1 
 420
 0: Service failed to start.: Address already in use: JVM_Bind

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3011) Adjust port configuration for running multiple instances of geronimo

2007-04-11 Thread Anita Kulshreshtha (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488144
 ] 

Anita Kulshreshtha commented on GERONIMO-3011:
--

rev 527596  Added port configuration for
-  EJBNetworkService,
-  ActiveMQ.stomp.default, and 
- ActiveMQ RA  http://www.nabble.com/Re%3A-activemq-broker-p9913112s134.html

 Adjust port configuration for running multiple instances of geronimo
 

 Key: GERONIMO-3011
 URL: https://issues.apache.org/jira/browse/GERONIMO-3011
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: ActiveMQ, naming, OpenEJB
Affects Versions: 2.0-M5
 Environment: All
Reporter: Anita Kulshreshtha
 Assigned To: Anita Kulshreshtha
Priority: Minor
 Fix For: 2.0-M5

 Attachments: assemblies.patch


Make the following changes to facilitate running multiple instances of 
 geronimo on the same machine.
 1. The port number for these GBeans should be configurable via config.xml:
  - EJBNetworkService  
  -  ActiveMQ.stomp.default
 2. Change default RMI Naming port
 3. Fix :
 Module  5/27 org.apache.geronimo.configs/openejb/2.0-SNAPSHOT/car
 13:25:08,046 FATAL [remote] Service Start Failed: admin thread 127.0.0.1 
 420
 0: Service failed to start.: Address already in use: JVM_Bind

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3011) Adjust port configuration for running multiple instances of geronimo

2007-04-11 Thread Anita Kulshreshtha (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488236
 ] 

Anita Kulshreshtha commented on GERONIMO-3011:
--

rev 527746
- Changed default RMINaming port to 1098
- added system property admin.disabled=true, thanks David B!
  
http://www.nabble.com/Openejb-should-allow-configuration-of-port-used-by-AdminDaemon-tf3500975s134.html#a9777401

 Adjust port configuration for running multiple instances of geronimo
 

 Key: GERONIMO-3011
 URL: https://issues.apache.org/jira/browse/GERONIMO-3011
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: ActiveMQ, naming, OpenEJB
Affects Versions: 2.0-M5
 Environment: All
Reporter: Anita Kulshreshtha
 Assigned To: Anita Kulshreshtha
Priority: Minor
 Fix For: 2.0-M5

 Attachments: assemblies.patch


Make the following changes to facilitate running multiple instances of 
 geronimo on the same machine.
 1. The port number for these GBeans should be configurable via config.xml:
  - EJBNetworkService  
  -  ActiveMQ.stomp.default
 2. Change default RMI Naming port
 3. Fix :
 Module  5/27 org.apache.geronimo.configs/openejb/2.0-SNAPSHOT/car
 13:25:08,046 FATAL [remote] Service Start Failed: admin thread 127.0.0.1 
 420
 0: Service failed to start.: Address already in use: JVM_Bind

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3011) Adjust port configuration for running multiple instances of geronimo

2007-03-29 Thread Anita Kulshreshtha (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485310
 ] 

Anita Kulshreshtha commented on GERONIMO-3011:
--

  Openejb is using a hard coded value of 4200 for a port in ServiceDaemon:

Name: service.admin [EMAIL PROTECTED]
State: RUNNABLE
Total blocked: 0  Total waited: 0

Stack trace: 
java.net.PlainSocketImpl.socketAccept(Native Method)
java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
java.net.ServerSocket.implAccept(ServerSocket.java:450)
java.net.ServerSocket.accept(ServerSocket.java:421)
org.apache.openejb.server.ServiceDaemon.run(ServiceDaemon.java:155)
java.lang.Thread.run(Thread.java:595)

 Could someone familiar with this code please explain how to make it 
configurable?



 Adjust port configuration for running multiple instances of geronimo
 

 Key: GERONIMO-3011
 URL: https://issues.apache.org/jira/browse/GERONIMO-3011
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: ActiveMQ, naming, OpenEJB
Affects Versions: 2.0-M4
 Environment: All
Reporter: Anita Kulshreshtha
 Assigned To: Anita Kulshreshtha
Priority: Minor
 Fix For: 2.0-M4


Make the following changes to facilitate running multiple instances of 
 geronimo on the same machine.
 1. The port number for these GBeans should be configurable via config.xml:
  - EJBNetworkService  
  -  ActiveMQ.stomp.default
 2. Change default RMI Naming port
 3. Fix :
 Module  5/27 org.apache.geronimo.configs/openejb/2.0-SNAPSHOT/car
 13:25:08,046 FATAL [remote] Service Start Failed: admin thread 127.0.0.1 
 420
 0: Service failed to start.: Address already in use: JVM_Bind

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: [jira] Commented: (GERONIMO-3011) Adjust port configuration for running multiple instances of geronimo

2007-03-29 Thread Anita Kulshreshtha
   These are the contents of
META-INF/o.a.openejb.server.ServerService/admin in
openejb-server...jar:
server  = org.apache.openejb.server.admin.AdminDaemon
bind= 127.0.0.1
port= 4200
disabled= false
threads = 1
only_from   = localhost

   Is this being used in Geronimo?

Thanks
Anita

--- Anita Kulshreshtha (JIRA) [EMAIL PROTECTED] wrote:

 
 [

https://issues.apache.org/jira/browse/GERONIMO-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485310
 ] 
 
 Anita Kulshreshtha commented on GERONIMO-3011:
 --
 
   Openejb is using a hard coded value of 4200 for a port in
 ServiceDaemon:
 
 Name: service.admin [EMAIL PROTECTED]
 State: RUNNABLE
 Total blocked: 0  Total waited: 0
 
 Stack trace: 
 java.net.PlainSocketImpl.socketAccept(Native Method)
 java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
 java.net.ServerSocket.implAccept(ServerSocket.java:450)
 java.net.ServerSocket.accept(ServerSocket.java:421)
 org.apache.openejb.server.ServiceDaemon.run(ServiceDaemon.java:155)
 java.lang.Thread.run(Thread.java:595)
 
  Could someone familiar with this code please explain how to make
 it configurable?
 
 
 
  Adjust port configuration for running multiple instances of
 geronimo
 
 
 
  Key: GERONIMO-3011
  URL:
 https://issues.apache.org/jira/browse/GERONIMO-3011
  Project: Geronimo
   Issue Type: Improvement
   Security Level: public(Regular issues) 
   Components: ActiveMQ, naming, OpenEJB
 Affects Versions: 2.0-M4
  Environment: All
 Reporter: Anita Kulshreshtha
  Assigned To: Anita Kulshreshtha
 Priority: Minor
  Fix For: 2.0-M4
 
 
 Make the following changes to facilitate running multiple
 instances of geronimo on the same machine.
  1. The port number for these GBeans should be configurable via
 config.xml:
   - EJBNetworkService  
   -  ActiveMQ.stomp.default
  2. Change default RMI Naming port
  3. Fix :
  Module  5/27 org.apache.geronimo.configs/openejb/2.0-SNAPSHOT/car
  13:25:08,046 FATAL [remote] Service Start Failed: admin thread
 127.0.0.1 420
  0: Service failed to start.: Address already in use: JVM_Bind
 
 -- 
 This message is automatically generated by JIRA.
 -
 You can reply to this email to add a comment to the issue online.
 
 



 

We won't tell. Get more on shows you hate to love 
(and love to hate): Yahoo! TV's Guilty Pleasures list.
http://tv.yahoo.com/collections/265