error in admin server
hi, I keep getting this when trying to start the admin server:
[03/Jun/2007:21:46:05] info ( 3680): CORE1116: Sun Java System Web Proxy Server 4.0.5 B04/18/2007 06:36
[03/Jun/2007:21:46:05] failure ( 3680): CORE3170: Configuration initialization failed: Error running init function load-modules: dlopen of C:/Sun/ProxyServer40/bin/proxy/bin/j2eeplugin.dll failed (The specified module could not be found.)
[03/Jun/2007:21:46:05] warning ( 3680): CORE3283: stderr: Sun Java System Web Proxy Server 4.0.5 B04/18/2007 06:36
Help please?
# 1
During installation, did you choose to "Reuse existing Java Runtime Environment" ?If so, please make sure that you provided the full path, inclusive of the "jre" directory,while specifying the path to the java installation
motora at 2007-7-12 17:28:28 >

# 6
Maybe its not able to find the jvm.dll, hence this error is thrown.
Please edit your server.xml kept in <install-root>/proxy-admserv/config and check the <javahome>.
You have two options -
1. Uninstall your PS, and reinstall it with the jdk bundled with the Proxy Server installation.
2. Install JDK and edit the server.xml to point <javahome> to your JDK location, instead of jre.
floyda at 2007-7-12 17:28:28 >
