You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Anita Kulshreshtha (JIRA)" <ji...@apache.org> on 2007/03/23 19:35:32 UTC

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

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-beta1
         Environment: All
            Reporter: Anita Kulshreshtha
         Assigned To: Anita Kulshreshtha
            Priority: Minor
             Fix For: 2.0-beta1


   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] Updated: (GERONIMO-3011) Adjust port configuration for running multiple instances of geronimo

Posted by "Anita Kulshreshtha (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anita Kulshreshtha updated GERONIMO-3011:
-----------------------------------------

    Attachment: assemblies.patch

1. This patch will allow us to run multiple instances of geronimo as follows:
  - create GERONIMO_HOME/myserver dir
  - copy a pristine 'var' directory to myserver
  -   set GERONIMO_OPTS=-Dorg.apache.geronimo.server.name=myserver and run bin\startup or 
      use java -jar -D.......... 
2. Similar changes will be added for jetty and unix systems.
3. TODO - We need to provide an addserver(String servername) etc in J2EEDomain to automate the process
 
   

> 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] Closed: (GERONIMO-3011) Adjust port configuration for running multiple instances of geronimo

Posted by "Anita Kulshreshtha (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anita Kulshreshtha closed GERONIMO-3011.
----------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.0-M5)
                   2.0-M6

Applied fix for ActiveMQ ConnectorServer to 1.2 branch in rev 535304

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

Posted by "Anita Kulshreshtha (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by Anita Kulshreshtha <a_...@yahoo.com>.
   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)" <ji...@apache.org> 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 thread@18178978
> 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 

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

Posted by "Anita Kulshreshtha (JIRA)" <ji...@apache.org>.
    [ 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 thread@18178978
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.


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

Posted by "Anita Kulshreshtha (JIRA)" <ji...@apache.org>.
    [ 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] Updated: (GERONIMO-3011) Adjust port configuration for running multiple instances of geronimo

Posted by "Anita Kulshreshtha (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anita Kulshreshtha updated GERONIMO-3011:
-----------------------------------------

    Attachment: activemq.patch

activemq.patch disables creation of the second Connectorserver. This will free up port 1099.

> 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

Posted by "Anita Kulshreshtha (JIRA)" <ji...@apache.org>.
    [ 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

Posted by "Anita Kulshreshtha (JIRA)" <ji...@apache.org>.
    [ 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] Updated: (GERONIMO-3011) Adjust port configuration for running multiple instances of geronimo

Posted by "Anita Kulshreshtha (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anita Kulshreshtha updated GERONIMO-3011:
-----------------------------------------

    Attachment: GERONIMO-3011.patch

The change to 1098 broke many things because activemq is using  hardcoded value for rmi registry port. 
The patch (tomcat only)  attached here makes this port configurable via BrokerServiceGBeanImpl. The warning message [1]  is gone. It needs testing..

[1] http://www.nabble.com/Openejb-and-port-1099-tf3571375s134.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, 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

Posted by "Anita Kulshreshtha (JIRA)" <ji...@apache.org>.
    [ 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] Updated: (GERONIMO-3011) Adjust port configuration for running multiple instances of geronimo

Posted by "Anita Kulshreshtha (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anita Kulshreshtha updated GERONIMO-3011:
-----------------------------------------

        Fix Version/s:     (was: 2.0-M4)
                       2.0-M5
    Affects Version/s:     (was: 2.0-M4)
                       2.0-M5

> 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
>
>
>    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] Updated: (GERONIMO-3011) Adjust port configuration for running multiple instances of geronimo

Posted by "Anita Kulshreshtha (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anita Kulshreshtha updated GERONIMO-3011:
-----------------------------------------

    Attachment: script.patch

- The script.patch  will allow us to start the default server using bin\startup and run geronimo from geronimo\var. 
- It will still be possible to start geronimo using java -jar......,. This will run geronimo from 'var' and this image of geronimo should not be used for running 
multiple instances.
Jason, could you please review and add the unix counterpart!

> 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

Posted by "Anita Kulshreshtha (JIRA)" <ji...@apache.org>.
    [ 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.