[jira] Commented: (GERONIMO-1349) Missing Ports in Startup Port List
[ 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: > tcp0 0 :::1099 :::*LISTEN > 8447/java > tcp0 0 :::1389 :::*LISTEN > 8447/java > tcp0 0 :::1527 :::*LISTEN > 8447/java > tcp0 0 :::4201 :::*LISTEN > 8447/java > tcp0 0 :::4242 :::*LISTEN > 8447/java > tcp0 0 127.0.0.1:8019 :::*LISTEN > 8447/java > tcp0 0 :::8080 :::*LISTEN > 8447/java > tcp0 0 :::8443 :::*LISTEN > 8447/java > tcp0 0 :::16321:::*LISTEN > 8447/java > tcp0 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
[jira] Commented: (GERONIMO-1349) Missing Ports in Startup Port List
[ http://issues.apache.org/jira/browse/GERONIMO-1349?page=comments#action_12365918 ] Aaron Mulder commented on GERONIMO-1349: A recent Geronimo/netstat run with at least one CORBA EJB enabled indicates that we don't show the CORBA TSS SSL listen port, and there were two unknown ports in the list. If one was JMX, I'm still not sure about the other. > Missing Ports in Startup Port List > -- > > Key: GERONIMO-1349 > URL: http://issues.apache.org/jira/browse/GERONIMO-1349 > Project: Geronimo > Type: Bug > Components: 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: > tcp0 0 :::1099 :::*LISTEN > 8447/java > tcp0 0 :::1389 :::*LISTEN > 8447/java > tcp0 0 :::1527 :::*LISTEN > 8447/java > tcp0 0 :::4201 :::*LISTEN > 8447/java > tcp0 0 :::4242 :::*LISTEN > 8447/java > tcp0 0 127.0.0.1:8019 :::*LISTEN > 8447/java > tcp0 0 :::8080 :::*LISTEN > 8447/java > tcp0 0 :::8443 :::*LISTEN > 8447/java > tcp0 0 :::16321:::*LISTEN > 8447/java > tcp0 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
[jira] Commented: (GERONIMO-1349) Missing Ports in Startup Port List
[ http://issues.apache.org/jira/browse/GERONIMO-1349?page=comments#action_12362639 ] Aaron Mulder commented on GERONIMO-1349: Are we saying that the JMX connector is listening on an arbitrary port? That would be really bad, as it sounds like it would mean you can't configure a firewall to allow remote management! > Missing Ports in Startup Port List > -- > > Key: GERONIMO-1349 > URL: http://issues.apache.org/jira/browse/GERONIMO-1349 > Project: Geronimo > Type: Bug > Components: startup/shutdown > Versions: 1.0-M5, 1.0 > Reporter: Aaron Mulder > Assignee: Aaron Mulder > Fix For: 1.1, 1.0.1 > > 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: > tcp0 0 :::1099 :::*LISTEN > 8447/java > tcp0 0 :::1389 :::*LISTEN > 8447/java > tcp0 0 :::1527 :::*LISTEN > 8447/java > tcp0 0 :::4201 :::*LISTEN > 8447/java > tcp0 0 :::4242 :::*LISTEN > 8447/java > tcp0 0 127.0.0.1:8019 :::*LISTEN > 8447/java > tcp0 0 :::8080 :::*LISTEN > 8447/java > tcp0 0 :::8443 :::*LISTEN > 8447/java > tcp0 0 :::16321:::*LISTEN > 8447/java > tcp0 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
[jira] Commented: (GERONIMO-1349) Missing Ports in Startup Port List
[ http://issues.apache.org/jira/browse/GERONIMO-1349?page=comments#action_12362601 ] John Sisson commented on GERONIMO-1349: --- I think this is the code that is causing us to listen on another port.. Thread [main] (Suspended) java.net.ServerSocket.bind(java.net.SocketAddress, int) line: 316 java.net.ServerSocket.(int, int, java.net.InetAddress) line: 185 java.net.ServerSocket.(int) line: 97 sun.rmi.transport.proxy.RMIDirectSocketFactory.createServerSocket(int) line: 27 sun.rmi.transport.proxy.RMIMasterSocketFactory.createServerSocket(int) line: 333 sun.rmi.transport.tcp.TCPEndpoint.newServerSocket() line: 615 sun.rmi.transport.tcp.TCPTransport.listen() line: 231 sun.rmi.transport.tcp.TCPTransport.exportObject(sun.rmi.transport.Target) line: 178 sun.rmi.transport.tcp.TCPEndpoint.exportObject(sun.rmi.transport.Target) line: 382 sun.rmi.transport.LiveRef.exportObject(sun.rmi.transport.Target) line: 116 sun.rmi.server.UnicastServerRef2(sun.rmi.server.UnicastServerRef).exportObject(java.rmi.Remote, java.lang.Object, boolean) line: 145 sun.rmi.server.UnicastServerRef2(sun.rmi.server.UnicastServerRef).exportObject(java.rmi.Remote, java.lang.Object) line: 129 java.rmi.server.UnicastRemoteObject.exportObject(java.rmi.Remote, java.lang.String, java.lang.Class[], java.lang.Object[]) line: 275 java.rmi.server.UnicastRemoteObject.exportObject(java.rmi.Remote, int, java.rmi.server.RMIClientSocketFactory, java.rmi.server.RMIServerSocketFactory) line: 206 javax.management.remote.rmi.RMIJRMPServerImpl.export() line: 39 javax.management.remote.rmi.RMIConnectorServer.start() line: 149 org.apache.geronimo.jmxremoting.JMXConnector.doStart() line: 122 org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance() line: 936 org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart() line: 325 > Missing Ports in Startup Port List > -- > > Key: GERONIMO-1349 > URL: http://issues.apache.org/jira/browse/GERONIMO-1349 > Project: Geronimo > Type: Bug > Components: startup/shutdown > Versions: 1.0-M5, 1.0 > Reporter: Aaron Mulder > Assignee: Aaron Mulder > Fix For: 1.1, 1.0.1 > > 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: > tcp0 0 :::1099 :::*LISTEN > 8447/java > tcp0 0 :::1389 :::*LISTEN > 8447/java > tcp0 0 :::1527 :::*LISTEN > 8447/java > tcp0 0 :::4201 :::*LISTEN > 8447/java > tcp0 0 :::4242 :::*LISTEN > 8447/java > tcp0 0 127.0.0.1:8019 :::*LISTEN > 8447/java > tcp0 0 :::8080 :::*LISTEN > 8447/java > tcp0 0 :::8443 :::*LISTEN > 8447/java > tcp0 0 :::16321:::*LISTEN > 8447/java > tcp0 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