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?

[564 byte] By [04nunhucksa] at [2007-11-27 6:16:35]
# 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 > top of Java-index,Web & Directory Servers,Web Servers...
# 2
I used :C:\Program Files\Java\jre1.6.0_01Is that fine?
04nunhucksa at 2007-7-12 17:28:28 > top of Java-index,Web & Directory Servers,Web Servers...
# 3
It's looking in C:/Sun/ProxyServer40/bin/proxy/bin/j2eeplugin.dll. Is it there?
Kobara at 2007-7-12 17:28:28 > top of Java-index,Web & Directory Servers,Web Servers...
# 4
C:/Sun/ProxyServer40/bin/proxy/bin/j2eeplugin.dllis there and does exist.
04nunhucksa at 2007-7-12 17:28:28 > top of Java-index,Web & Directory Servers,Web Servers...
# 5
Anyone, I really need to set it up asap.
04nunhucksa at 2007-7-12 17:28:28 > top of Java-index,Web & Directory Servers,Web Servers...
# 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 > top of Java-index,Web & Directory Servers,Web Servers...
# 7
I can't reinstall with the bundled JRE as it mucks up all the other Java web applications as well. Here is javahome, is it set correctly?<JAVA javahome="C:\Program Files\Java\jre1.6.0_01">
04nunhucksa at 2007-7-12 17:28:28 > top of Java-index,Web & Directory Servers,Web Servers...
# 8
Ok, then you should try the second option. Edit the server.xml, remove the location of your JRE to your installed JDK location.
floyda at 2007-7-12 17:28:28 > top of Java-index,Web & Directory Servers,Web Servers...