|
Problem(Abstract) |
Running WebSphere® Application Server for z/OS® V5.1
Installation Verification Test (IVT), the following failure occurred with
the following error messages appearing in the log files:
WSVR0501E: Error creating component null
Ýclass com.ibm.ws.runtime.component.
ApplicationServerImpl¨
com.ibm.ws.exception.RuntimeWarning
and
CNTR0019E: Non-application exception occurred while
processing method "create". Exception data:
java.lang.NullPointerException
From BBOSV511:
Trace: 2004/10/11 13:42:10.546 01 t=ACCAE0 c=UNK key=S2 (13007002)
FunctionName: com.ibm.ws.recoverylog.spi.RecoveryLogImpl
SourceId: com.ibm.ws.recoverylog.spi.RecoveryLogImpl
Category: AUDIT
ExtendedMessage: WTRN0103E: Recovery log is being marked as failed. Ý2
transaction ¨
Trace: 2004/10/11 13:42:10.566 01 t=ACCAE0 c=UNK key=S2 (13007002)
FunctionName: com.ibm.ws.recoverylog.spi.RecoveryLogImpl
SourceId: com.ibm.ws.recoverylog.spi.RecoveryLogImpl
ExtendedMessage: WTRN0104E: Details of recovery log failure:
com.ibm.ws.recoverylog.spi.LogCorruptedException: One of the recovery
log files has been deleted. Recovery cannot complete
at com.ibm.ws.recoverylog.spi.LogHandle.openLog(LogHandle.java:298)
at
com.ibm.ws.recoverylog.spi.RecoveryLogImpl.openLog(RecoveryLogImpl.java:
485)
at
com.ibm.ws.recoverylog.spi.FilteredRecoveryLogImpl.openLog(FilteredRecoveryLogImpl.java:75)
and
java.io.IOException: EDC8114I Address family not supported
(errno2=0x112B0000 ) |
|
|
|
Cause |
Initially, APAR PQ93139
(com.ibm.ws.recoverylog.spi.InternalLogException causes application server
not to start), looked like a possibility, but the local fix did not help.
It was determined that a group of Unix System Services (USS)
BPXPRMxx parameters were commented out in error. |
|
|
Resolving the
problem |
After enabling the following parameters in your BPXPRMxx
file as shown below, deleting the current recovery log1 file, and IPLing
the system, the problem was resolved.
FILESYSTYPE TYPE(UDS) ENTRYPOINT(BPXTUINT) */
/*NETWORK DOMAINNAME(AF_UNIX) */
/* DOMAINNUMBER(1) */
/* MAXSOCKETS(2000) */
/* TYPE(UDS) */
This is the path to the log1 file:
/WebSphere/V5R1M0/AppServer/tranlog/rnd1v510/BBOCV51/server1/
transaction/partnerLog/log1. |
|
|
|
|
|
|