Tomcat 6.0.18 startup Permission Denied Error:listen failed initializing endpoint

2008-08-05 Thread Charles Lim
Hi, (reposted to provide more meaningful subject) I got the error shown below when i run startup.bat. Seems to have 2 main error here: 1. Tomcat not able to find the library that allows optimal performance in production environment. 2. There is a Permission Denied while trying to initialize endpoin

Re: Tomcat 6.0.18 startup Permission Denied Error:listen failed initializing endpoint

2008-08-06 Thread Mladen Turk
Charles Lim wrote: Hi, (reposted to provide more meaningful subject) I got the error shown below when i run startup.bat. Seems to have 2 main error here: 1. Tomcat not able to find the library that allows optimal performance in production environment. This not an error. It's an [info] that you

Re: Tomcat 6.0.18 startup Permission Denied Error:listen failed initializing endpoint

2008-08-06 Thread Charles Lim
Below is the result after running netstat...both port 8080 and 8383 do not seem to be used. C:\Programs2\apache-tomcat-6.0.18\bin>netstat -ab -p tcp Active Connections Proto Local Address Foreign AddressState TCP0.0.0.0:135Charles-PC:0 LISTENING

Re: Tomcat 6.0.18 startup Permission Denied Error:listen failed initializing endpoint

2008-08-06 Thread Mladen Turk
Charles Lim wrote: Below is the result after running netstat...both port 8080 and 8383 do not seem to be used. C:\Programs2\apache-tomcat-6.0.18\bin>netstat -ab -p tcp Active Connections Seems the ports are not used. So you should try some simple program Download openssl.exe from http://www.

Re: Tomcat 6.0.18 startup Permission Denied Error:listen failed initializing endpoint

2008-08-06 Thread Charles Lim
I try to run, but it says -nocert and -accept commands are invalid: C:\Downloads\test program>openssl -nocert -accept 8080 openssl:Error: '-nocert' is an invalid command. Standard commands asn1parse ca cipherscrlcrl2pkcs7 dgst dh dhparam

Re: Tomcat 6.0.18 startup Permission Denied Error:listen failed initializing endpoint

2008-08-06 Thread Mladen Turk
Charles Lim wrote: I try to run, but it says -nocert and -accept commands are invalid: C:\Downloads\test program>openssl -nocert -accept 8080 openssl:Error: '-nocert' is an invalid command. Sorry, its openssl s_server -nocert -accept 8080 Regards -- ^(TM) ---

Re: Tomcat 6.0.18 startup Permission Denied Error:listen failed initializing endpoint

2008-08-06 Thread Charles Lim
Below is the result. Seems like the port is ok. C:\Users\Charles\Downloads\java\apache>openssl s_server -nocert -accept 8080 Loading 'screen' into random state - done Using default temp DH parameters Using default temp ECDH parameters ACCEPT On Wed, Aug 6, 2008 at 5:54 PM, Mladen Turk <[EMAIL P

Re: Tomcat 6.0.18 startup Permission Denied Error:listen failed initializing endpoint

2008-08-08 Thread Charles Lim
Finally the issue was solved. It was due to the Norman Anti-virus+Firwall. Although I have disable the firewall, stopped all Norman services that can be stopped, i still get the Permission Denied error. Only after I have uninstalled Norman can Tomcat start. After which I 1) installed AVG free anti