Unable to start sun java web server 6.1 SP4

Hi,

I have recently installed sun java web server 6.1 SP4 on solaris 10. The directory structure it created was completely different from the one mentioned in the documentation. I could not find the https-adminserv directory under the web server root directory. Instead the closest directory was bin/https/httpadmin/bin directory. On executing ./start it gave an error

ld.so.1: start: fatal: libssl3.so: open failed: No such file or directory

Killed

Any help is welcome. Thanks.

I had not installed the webserver in the standard location /opt/SUNWwbsrvr but in /BCP partition.

[621 byte] By [pradeep_venkatarman] at [2007-11-26 11:13:53]
# 1
Where did you get "Sun java web server 6.1 SP4" from?I think you should try downloading Sun Java System Web Server 6.1 SP6 from http://www.sun.com/download/products.xml?id=44989742.
elving at 2007-7-7 3:28:28 > top of Java-index,Web & Directory Servers,Web Servers...
# 2
Hi, The requirement is to install the service pack 4. It was installed through as a part of the sun java enterprise system 2005Q1.
pradeep_venkatarman at 2007-7-7 3:28:28 > top of Java-index,Web & Directory Servers,Web Servers...
# 3
It seems that your installation has problem. Web Server needs some shared components from JES. If you install WS in default location what happen?If it still show the problem, you may post the result here. Otherwise, you may report a bug for JES installer.
wyb2005 at 2007-7-7 3:28:28 > top of Java-index,Web & Directory Servers,Web Servers...
# 4
I could not install in the default locations due to certain constraints. If i download the standalone installer from the sun website then there shouldnt be any dependencies right?
pradeep_venkatarman at 2007-7-7 3:28:28 > top of Java-index,Web & Directory Servers,Web Servers...
# 5

also, you can do something like

cd https-admserv

sh -x start

this will show as to what is the current LD_LIBRARY_PATH is pointing to and why ssl3.so is not getting loaded.

if you don't see

https-* under web server install root directory, then something wrong with your installation as well.

yes, if u stand alone version of web server, then you shouldn't run into any dependencies issue. u can also get 6.1 sp6 version from web - http://www.sun.com/webserver

chilideveloper at 2007-7-7 3:28:28 > top of Java-index,Web & Directory Servers,Web Servers...
# 6
There was some problem with the old installation. I reinstalled it and the directory structure mentioned in the docs is present. Thanks a lot to everyone.
pradeep_venkatarman at 2007-7-7 3:28:28 > top of Java-index,Web & Directory Servers,Web Servers...