[ http://issues.apache.org/jira/browse/GERONIMO-1349?page=comments#action_12365990 ]
Aaron Mulder commented on GERONIMO-1349: ---------------------------------------- With the previous patch committed and an adjustment to OpenEJB to show the ORB TSS listen port, there is only one port left, which is the CORBA root POA. The last line of our code that executes is the OpenEJBPOA constructor -- it calls super and super listens on a random port. It would be nice to figure out a way to pass a port into that. However, that would still leave the problem that one GBean (the CORBABean) effectively wraps both the ORB and POA, and our port list currently can't handle a single GBean listening on multiple ports. It would be nice if OpenEJBORB and OpenEJBPOA were GBeans such that they could each provide a manageable port number. Perhaps the TSS configuration should be a GBean, as it's what has the actual SSL listen port configured on it. Also, if a secondary TSS is defined to listen on a different port and then associated with a live EJB, that probably would not be caught at present. > Missing Ports in Startup Port List > ---------------------------------- > > Key: GERONIMO-1349 > URL: http://issues.apache.org/jira/browse/GERONIMO-1349 > Project: Geronimo > Type: Bug > Components: CORBA, startup/shutdown > Versions: 1.0-M5, 1.0 > Reporter: Aaron Mulder > Assignee: Aaron Mulder > Fix For: 1.1, 1.0.1 > Attachments: GERONIMO-1349_JMXConnector.patch > > The port list for Geronimo is: > Listening on Ports: > 1099 0.0.0.0 RMI Naming > 1527 0.0.0.0 Derby Connector > 4201 0.0.0.0 ActiveIO Connector EJB > 4242 0.0.0.0 Remote Login Listener > 8019 127.0.0.1 Jetty Connector AJP13 > 8080 0.0.0.0 Jetty Connector HTTP > 8443 0.0.0.0 Jetty Connector HTTPS > 61616 0.0.0.0 ActiveMQ Message Broker Connector > The port list from netstat is: > tcp 0 0 :::1099 :::* LISTEN > 8447/java > tcp 0 0 :::1389 :::* LISTEN > 8447/java > tcp 0 0 :::1527 :::* LISTEN > 8447/java > tcp 0 0 :::4201 :::* LISTEN > 8447/java > tcp 0 0 :::4242 :::* LISTEN > 8447/java > tcp 0 0 127.0.0.1:8019 :::* LISTEN > 8447/java > tcp 0 0 :::8080 :::* LISTEN > 8447/java > tcp 0 0 :::8443 :::* LISTEN > 8447/java > tcp 0 0 :::16321 :::* LISTEN > 8447/java > tcp 0 0 :::61616 :::* LISTEN > 8447/java > The differences are: > 1389 -- Directory > variable -- 16321 (16333 on next run) -- what is this?? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
