Sun ONE web server : startup failure

Hi All,

The Sun One web server version 6.1, SP2 that we are using is running on a UNIX m/c. Because of some reason the server failed to startup after deploying the code and applying the changes.

Please find below the error message from the admin console.....

Can anybody please help us get this issue resolved...

Ajay

https-cussya1r.carrier.utc.com]: start failed. (2: No such file or

directory)

[https-cussya1r.carrier.utc.com]: Sun ONE Web Server 6.1SP2 B04/07/2004

16:09

[https-cussya1r.carrier.utc.com]: warning: CORE3283: stderr: 25493:

CSemCounter created a semaphore with ID 19 using key 989894454.

[https-cussya1r.carrier.utc.com]: warning: CORE3283: stderr:

[25/Jul/2006:03:39:19] [Information] SiteMinder Agent

[https-cussya1r.carrier.utc.com]: warning: CORE3283: stderr: SiteMinder agent is enabled.

[https-cussya1r.carrier.utc.com]: warning: CORE3283: stderr: 25493: Cache - created semaphore 20 using key 486577974

[https-cussya1r.carrier.utc.com]: warning: CORE3283: stderr: 25493:

ResourceCache - created semaphore 21 using key 771790646

[https-cussya1r.carrier.utc.com]: warning: CORE3283: stderr: 25493: Cache - created semaphore 22 using key 503355190

[https-cussya1r.carrier.utc.com]: warning: CORE3283: stderr: 25493: Cache - created semaphore 23 using key 520132406

[https-cussya1r.carrier.utc.com]: info: CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.4.2_04] from [Sun Microsystems Inc.]

[https-cussya1r.carrier.utc.com]: info: WEB0100: Loading web module in virtual server [https-cussya1r.carrier.utc.com] at [/PartsListerStaging]

[https-cussya1r.carrier.utc.com]: info: WEB0100: Loading web module in virtual server [https-cussya1r.carrier.utc.com] at [/search]

[https-cussya1r.carrier.utc.com]: startup failure: could not bind to port 80 (Permission denied)

[https-cussya1r.carrier.utc.com]: failure: HTTP3127: [LS ls1]

http://cussya1r.carrier.utc.com:80: Error creating socket (Permission

denied)

[https-cussya1r.carrier.utc.com]: failure: HTTP3094: 1 listen sockets could not be created

[https-cussya1r.carrier.utc.com]: failure: CORE3186: Failed to set configuration

[https-cussya1r.carrier.utc.com]: failure: server initialization failed Error An error occurred during startup.

The server https-cussya1r.carrier.utc.com was not started

[2455 byte] By [ajayk_Bhosle] at [2007-11-26 9:00:50]
# 1
Error shows you do not have permission to bind port 80.The port may be in use. Please check it.RegardsRanajit
ranajitghosh at 2007-7-6 23:06:07 > top of Java-index,Web & Directory Servers,Web Servers...
# 2

As ranajit says you do not have permission to bind to port 80.

One common reason is that you have installed web server as a non-root user and non-root users do not have permissions to bind to ports < 1024.

Which OS are you using ? It should be possible to enable allowing non-root users to bind to ports < 1024.

For information on how to do this on Solaris see

http://blogs.sun.com/roller/page/natarajan?entry=how_do_i_run_my

HTH,

Hari

hari19 at 2007-7-6 23:06:07 > top of Java-index,Web & Directory Servers,Web Servers...