You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/04/30 00:50:26 UTC

DO NOT REPLY [Bug 19445] New: - tomcat doesn't startup the second time on mac os x 10.2.5

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19445>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19445

tomcat doesn't startup the second time on mac os x 10.2.5

           Summary: tomcat doesn't startup the second time on mac os x
                    10.2.5
           Product: Tomcat 5
           Version: Nightly Build
          Platform: Macintosh
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: rajiv.mordani@sun.com


When I install tomcat 5 on mac os x 10.2.5 running jdk 1.4.1_01-14 mixed mode
tomcat comes up the first time. However if I stop the server and restart it then
I get the following exception. The server doesn't stop however I get a "document
 contains no data" error when I try to access any page.
Created Listener
StandardServer.await: create[8005]: java.net.SocketException: Too many open files
java.net.SocketException: Too many open files
        at java.net.ServerSocket.createImpl(ServerSocket.java:245)
        at java.net.ServerSocket.getImpl(ServerSocket.java:203)
        at java.net.ServerSocket.bind(ServerSocket.java:309)
        at java.net.ServerSocket.<init>(ServerSocket.java:183)
        at org.apache.catalina.core.StandardServer.await(StandardServer.java:523)
        at org.apache.catalina.startup.Catalina.await(Catalina.java:625)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:587)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:297)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:394)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
java.lang.NullPointerException
        at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:483)
        at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:468)
        at org.apache.catalina.startup.HostConfig.run(HostConfig.java:968)
        at java.lang.Thread.run(Thread.java:554)

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org