Patchzip 117665-03 Breaks Admin Server?

I'm running the JES 2005_Q1(directory 5.2_patch3) and would like to upgrade using the 117665-03 patchzip file. I've installed this on 2 servers in our test environment and it has broken the admin server on both instances. When trying to start via /<server-root>/start-admin, the following output occurs:

[LS ls1] <a href="http&#58;&#47;&#47;testbox.test.com," target="_blank">http://testbox.test.com,</a> port 390 ready to accept requests

failure: server initialization failed (Interrupted system call)

The error logs show (sorry this is long):

[27/Feb/2006:19:01:54] info ( 877): successful server startup

[27/Feb/2006:19:01:54] info ( 877): SunONE-WebServer-Enterprise/6.0SP3 B05/19/2004 02:48

[27/Feb/2006:19:01:54] warning ( 877): admin40_check_ds_availability_init(): WARNING: Unable to determine the location of the User an

d Group DS (unable to set User/Group baseDN)

[27/Feb/2006:19:01:54] failure ( 877): Warning! admin40_task_eval_init(): unable to build User Group Info (unable to set User/Group b

aseDN)

[27/Feb/2006:19:01:54] failure ( 877): admin40_host_ip_init(): PSET failure: Failed to create PSET handle (pset error = Entry does no

t exist)

[27/Feb/2006:19:01:54] info ( 879): Installing a new configuration

[27/Feb/2006:19:01:54] info ( 879): [LS ls1] <a href="http&#58;&#47;&#47;testbox.test.com," target="_blank">http://testbox.test.com,</a> port 390 ready to accept requests

[27/Feb/2006:19:01:54] info ( 879): A new configuration was successfully installed

[27/Feb/2006:19:01:54] config ( 879): There was an error trying to initialize the HPI library.

[27/Feb/2006:19:01:54] config ( 879): Please check your installation, HotSpot does not work correctly

[27/Feb/2006:19:01:54] config ( 879): when installed in the JDK 1.2 Solaris Production Release, or

[27/Feb/2006:19:01:54] config ( 879): with any JDK 1.1.x release.

[27/Feb/2006:19:01:54] info ( 879): jvm.src.ERR_JVM_CREATE

[27/Feb/2006:19:01:54] info ( 879): JNI_CreateJavaVM returned -1

[27/Feb/2006:19:01:54] failure ( 879): servlets.src.nsapi.ERR_JVM_LOAD

[27/Feb/2006:19:01:54] failure ( 879): Late initialization failed: Error running init function(late) NSServletLateInit: unknown error

The platform is:

SunOS dst14 5.9 Generic_118558-16 sun4u sparc SUNW,Sun-Fire-V240

Any ideas?

Thanks in advance!

[2645 byte] By [] at [2008-2-22]
# 1

warning ( 877): admin40_check_ds_availability_init(): WARNING: Unable to determine the location of the User an

d Group DS (unable to set User/Group baseDN)

What this means: please start the DS (./start-slapd) first PRIOR TO starting admin server (./start-admin), the admin server is depending on soeme User and Group info in DS.

Gary

at 2007-7-6 > top of java,Java Enterprise System,Java Enterprise System - Installation, Upgrade and Migration...
# 2
You may wish to post DS related question to DS forum.<a href=" http://swforum.sun.com/jive/forum.jspa?forumID=13" target="_blank"> http://swforum.sun.com/jive/forum.jspa?forumID=13</a>Gary
at 2007-7-6 > top of java,Java Enterprise System,Java Enterprise System - Installation, Upgrade and Migration...
# 3
You may need to install the JES/PKG patches instead of the patchzip: http://docs.sun.com/source/819-2331/directoryAdminSvr.html#wp1036969
Tomisfaraway at 2007-7-6 > top of java,Java Enterprise System,Java Enterprise System - Installation, Upgrade and Migration...