Starting up application instance

Hi,

i am getting the following error which starting up the application server instance for an application

ld.so.1: appservd: fatal: relocation error: file /apps/sunone/sun-appserver7/base/lib/appservd: symbol __1cJWebServerEInit6Fippc_nIPRStatus__: referenced symbol not found

Also in the server.log file I am getting the errors

[03/Oct/2006:19:32:21] INFO ( 9256): CORE1116: Sun ONE Application Server 7.0.0_03b

[03/Oct/2006:19:32:21] SEVERE ( 9256): CORE3170: Configuration initialization failed: Error running init function load-modules: dlopen of /apps/sunone/sun-appserver7/base/lib/libj2eeplugin.so failed (ld.so.1: appservd: fatal: libjvm.so: open failed: No such file or directory)

Is any one aware what could be the possible reason for these messages.

Nikhil

[816 byte] By [nikhil_sahay] at [2007-11-14]
# 1

The problem was resolved after I disabled the following parse parameters in the sunone start up scripts.

#parse JAVA_HOME

#JAVA_HOME=`./parsexml ${PRODUCT_SUBDIR}/config java-config java-home`; export JAVA_HOME

#parse LD_PATH_PREFIX

#LD_LIBRARY_PREFIX=`./parsexml ${PRODUCT_SUBDIR}/config java-config native-library-path-prefix`

#parse LD_PATH_SUFFIX

#LD_LIBRARY_SUFFIX=`./parsexml ${PRODUCT_SUBDIR}/config java-config native-library-path-suffix`

#PROFILER_LD_PATH=`./parsexml ${PRODUCT_SUBDIR}/config java-config/profiler native-library-path`

But dont know why after disabling the above parameter this thing worked fine. Because I have the same settings on another server on which its working fine.

nikhil_sahay at 2007-7-7 > top of java,Application & Integration Servers,Application Servers...
# 2

add the location of the libjvm.so file to the LD_LIBRARY_PATH of the web server's administration start script.

don't know why this is so, since in the global settings for the web server,

the jdk path is explicit.

http://www.sunmanagers.org/pipermail/sunmanagers/2001-June/004424.html

jfuecor at 2007-7-7 > top of java,Application & Integration Servers,Application Servers...