Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Portal Server can't be started on Linux Redhat

3 views
Skip to first unread message

gige...@yahoo.co.uk

unread,
Mar 25, 2007, 2:15:54 PM3/25/07
to
I can start again the Portal on a Redhat version. The issue is similar to that posted in an earlier post, but this time it relates to an Redhat OS. I have installed correctly the system that has been working fine. However, when I restarted the server and I tried to restart both the Application Server and Portal Server with the correct shell commands I was never successful and I always get an error. This is the content SystemOut.log. Can anyone help me in such a issue? Thanks:

************ Start Display Current Environment ************
WebSphere Platform 6.0 [ND 6.0.2.15 cf150636.04] running with process name dcc\dcc\WebSphere_Portal and process id 4784
Host Operating System is Linux, version 2.6.9-42.ELsmp
Java version = J2RE 1.4.2 IBM build cxia32142-20060421 (SR5) (JIT enabled: jitc), Java Compiler = jitc, Java VM name = Classi
c VM
was.install.root = /opt/IBM/PE/AppServer
user.install.root = /opt/IBM/PE/AppServer/profiles/wp_profile
Java Home = /opt/IBM/PE/AppServer/java/jre
ws.ext.dirs = /opt/IBM/PE/AppServer/java/lib:/opt/IBM/PE/AppServer/profiles/wp_profile/classes:/opt/IBM/PE/AppServer/classes:
/opt/IBM/PE/AppServer/lib:/opt/IBM/PE/AppServer/installedChannels:/opt/IBM/PE/AppServer/lib/ext:/opt/IBM/PE/AppServer/web/hel
p:/opt/IBM/PE/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime:/opt/IBM/PE/PortalServer/shared/ext:/opt/IBM/
PE/PortalServer/shared/ext/wp.jndi.jar
Classpath = /opt/IBM/PE/AppServer/profiles/wp_profile/properties:/opt/IBM/PE/AppServer/properties:/opt/IBM/PE/AppServer/lib/b
ootstrap.jar:/opt/IBM/PE/AppServer/lib/j2ee.jar:/opt/IBM/PE/AppServer/lib/lmproxy.jar:/opt/IBM/PE/AppServer/lib/urlprotocols.
jar
Java Library path = /opt/IBM/PE/AppServer/java/jre/bin:/opt/IBM/PE/AppServer/java/jre/bin/classic:/opt/IBM/PE/AppServer/java/
jre/bin:/opt/IBM/PE/PortalServer/shared/app/oiexport:/opt/IBM/PE/AppServer/java/jre/bin:/opt/IBM/PE/AppServer/java/jre/bin/cl
assic:/opt/IBM/PE/AppServer/java/jre/bin:/opt/IBM/PE/AppServer/bin:/opt/mqm/java/lib:/opt/wemps/lib:/usr/lib
************* End Display Current Environment *************
[3/25/07 15:19:53:383 CEST] 00000011 XARecoveryDat E WTRN0005W: The XAResource for a transaction participant could not be r
ecreated and transaction recovery may not be able to complete properly. The resource was J2CXAResourceInfo :
cfName = wmmDS
configProps = [Deployed Resource Adapter Properties]
OptionC_authDataAlias java.lang.String wmmDSJAASAuth
XA_RECOVERY_AUTH_ALIAS java.lang.String wmmDSJAASAuth
InactiveConnectionSupport java.lang.Boolean true
TransactionResourceRegistration java.lang.String dynamic

dd = [Resource Adapter DD]
ManagedConnectionFactory Class Name: com.ibm.ws.rsadapter.spi.WSManagedConnectionFactoryImpl
Connection Factory Interface Name: javax.resource.cci.ConnectionFactory
Transaction Support: 2
Reauthentication Support: false

dsProps = {dataSourceClass=COM.ibm.db2.jdbc.DB2XADataSource, preTestSQLString=SELECT 1 FROM VP_DESC, connectionAttribute=curs
orhold=0, dbFailOverEnabled=false, description=, reauthentication=false, connRetriesDuringDBFailover=100, dataStoreHelperClas
s=com.ibm.websphere.rsadapter.DB2DataStoreHelper, connRetryIntervalDuringDBFailover=3000, databaseName=wpsdb, enableMultithre
adedAccessDetection=false, statementCacheSize=10}
mcfProps = com.ibm.ejs.j2c.ManagedConnectionFactoryProps@1
mmProps = {authDataAlias=wmmDSJAASAuth, BasicPassword=javax.resource.spi.security.PasswordCredential, mappingConfigAlias=Defa
ultPrincipalMapping, authMechanismPreference=BASIC_PASSWORD}
mbeanProps = null
cmConfig = [Resource-ref settings]

res-auth: 0 (CONTAINER)
res-isolation-level: 2 (TRANSACTION_READ_COMMITTED)
res-sharing-scope: true (SHAREABLE)
loginConfigurationName: null
loginConfigProperties: null
[Other attributes]

res-resolution-control: 999 (undefined)
res ref or CMP bean name: null
Database pool properties: null
primeID: 0
isCMP1_x: false (not CMP1.x)
isJMS: false (not JMS)

recoveryClasspath = /opt/IBM/PE/AppServer/lib/rsadapter.rar:/opt/IBM/PE/AppServer/lib/rsadapter.rar
The exception stack trace follows: java.lang.UnsatisfiedLinkError: xaConnect
at null.null(Unknown Source)
at COM.ibm.db2.jdbc.DB2XAConnection.<init>(Unknown Source)
at COM.ibm.db2.jdbc.DB2XADataSource.getXAConnection(Unknown Source)
at com.ibm.ws.rsadapter.DSConfigurationHelper$1.run(DSConfigurationHelper.java(Compiled Code))
at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Compiled Code))
at com.ibm.ws.rsadapter.DSConfigurationHelper.getPooledConnection(DSConfigurationHelper.java(Compiled Code))
at com.ibm.ws.rsadapter.spi.WSRdbDataSource.getPooledConnection(WSRdbDataSource.java(Compiled Code))
at com.ibm.ws.rsadapter.spi.WSManagedConnectionFactoryImpl.createManagedConnection(WSManagedConnectionFactoryImpl.jav
a(Compiled Code))
at com.ibm.ejs.j2c.J2CXAResourceFactory$1.run(J2CXAResourceFactory.java(Compiled Code))
at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Compiled Code))
at com.ibm.ejs.j2c.J2CXAResourceFactory.getXAResource(J2CXAResourceFactory.java(Compiled Code))
at com.ibm.ws.Transaction.JTA.XARecoveryData.recover(XARecoveryData.java(Compiled Code))
at com.ibm.ws.Transaction.JTA.PartnerLogTable.recover(PartnerLogTable.java(Compiled Code))
at com.ibm.ws.Transaction.JTA.RecoveryManager.resync(RecoveryManager.java:1949)
at com.ibm.ws.Transaction.JTA.RecoveryManager.run(RecoveryManager.java:2457)
at java.lang.Thread.run(Thread.java:570)

0 new messages