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 2008/06/10 07:14:36 UTC

DO NOT REPLY [Bug 45173] New: Apache installation in Windows Vista Home Premium is failing

https://issues.apache.org/bugzilla/show_bug.cgi?id=45173

           Summary: Apache installation in Windows Vista Home Premium is
                    failing
           Product: Tomcat 5
           Version: Unknown
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: major
          Priority: P2
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: sudipto312@rediffmail.com


Bug Description :

1.  When I try to click on startup.bat of Tomcat 5.0.26 in Windows Vista Home
Premium I get and exception showing java.net.SocketExcepiton : Permission
denied
although the CATALINA_HOME and JAVA_HOME are set properly.
The stacktarace goes like this :
  java.net.SocketException: Permission denied: listen failed
at java.net.PlainSocketImpl.socketListen(Native Method)
at java.net.PlainSocketImpl.listen(Unknown Source)
at java.net.ServerSocket.bind(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at SocketTest.main(SocketTest.java:18)
java.net.SocketException: Permission denied: listen failed





2. If I use the Windows Installer, click of start button is not starting up the
Web Server.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 45173] Apache installation in Windows Vista Home Premium is failing

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45173





--- Comment #7 from Tim Funk <fu...@joedog.org>  2008-06-11 06:59:49 PST ---
http://wiki.apache.org/tomcat/FAQ/Bugs#USERLIST


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 45173] Apache installation in Windows Vista Home Premium is failing

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45173


Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID




--- Comment #4 from Mark Thomas <ma...@apache.org>  2008-06-10 23:37:29 PST ---
http://tomcat.apache.org/lists.html


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 45173] Apache installation in Windows Vista Home Premium is failing

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45173





--- Comment #2 from Sudipto Chakraborty <su...@rediffmail.com>  2008-06-10 22:17:45 PST ---
(In reply to comment #1)
> It looks like the user you are installing / running Tomcat with a user that
> does not have the necessary permissions. Please use the users list to debug
> this issue.

Hi 

I have only one user (the administrator). What do you mean by debugging the
issue using user list ? Please let me know about the steps required for that..

Now I am getting the same Exception with windows installer as well


java.net.SocketException: Permission denied: listen failed
        at java.net.PlainSocketImpl.socketListen(Native Method)
        at java.net.PlainSocketImpl.listen(PlainSocketImpl.java:374)
        at java.net.ServerSocket.bind(ServerSocket.java:320)
        at java.net.ServerSocket.<init>(ServerSocket.java:185)
        at java.net.ServerSocket.<init>(ServerSocket.java:141)
        at
org.apache.tomcat.util.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFactory.java:50)
        at
org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:293)
        at
org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.java:139)
        at
org.apache.catalina.connector.Connector.initialize(Connector.java:1017)
        at
org.apache.catalina.core.StandardService.initialize(StandardService.java:578)
        at
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:782)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:504)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:524)
        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:585)
        at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:267)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
Jun 11, 2008 9:46:45 AM org.apache.catalina.startup.Catalina load


Regards
Sudipto


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 45173] Apache installation in Windows Vista Home Premium is failing

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45173


Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID




--- Comment #6 from Mark Thomas <ma...@apache.org>  2008-06-11 01:34:27 PST ---
There is no bug. This is a configuration error on the part of the user. The
users mailing list is the place to go to get help with this. Bugzilla is not a
support forum.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 45173] Apache installation in Windows Vista Home Premium is failing

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45173


Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Mark Thomas <ma...@apache.org>  2008-06-10 09:21:04 PST ---
It looks like the user you are installing / running Tomcat with a user that
does not have the necessary permissions. Please use the users list to debug
this issue.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 45173] Apache installation in Windows Vista Home Premium is failing

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45173


Sudipto Chakraborty <su...@rediffmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |




--- Comment #5 from Sudipto Chakraborty <su...@rediffmail.com>  2008-06-11 00:41:09 PST ---
(In reply to comment #4)
> http://tomcat.apache.org/lists.html

Please provide any substantial information before you close the bug


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 45173] Apache installation in Windows Vista Home Premium is failing

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45173


Sudipto Chakraborty <su...@rediffmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |




--- Comment #3 from Sudipto Chakraborty <su...@rediffmail.com>  2008-06-10 22:19:47 PST ---
(In reply to comment #1)
> It looks like the user you are installing / running Tomcat with a user that
> does not have the necessary permissions. Please use the users list to debug
> this issue.

Hi 

I have only one user (the administrator). What do you mean by debugging the
issue using user list ? Please let me know about the steps required for that..

Now I am getting the same Exception with windows installer as well


java.net.SocketException: Permission denied: listen failed
        at java.net.PlainSocketImpl.socketListen(Native Method)
        at java.net.PlainSocketImpl.listen(PlainSocketImpl.java:374)
        at java.net.ServerSocket.bind(ServerSocket.java:320)
        at java.net.ServerSocket.<init>(ServerSocket.java:185)
        at java.net.ServerSocket.<init>(ServerSocket.java:141)
        at
org.apache.tomcat.util.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFactory.java:50)
        at
org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:293)
        at
org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.java:139)
        at
org.apache.catalina.connector.Connector.initialize(Connector.java:1017)
        at
org.apache.catalina.core.StandardService.initialize(StandardService.java:578)
        at
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:782)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:504)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:524)
        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:585)
        at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:267)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
Jun 11, 2008 9:46:45 AM org.apache.catalina.startup.Catalina load


Regards
Sudipto


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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


DO NOT REPLY [Bug 45173] Apache installation in Windows Vista Home Premium is failing

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45173


Sudipto Chakraborty <su...@rediffmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |blocker




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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