XAResource.XAER_RMFAIL start() failed on resource

We are getting following error in production system. What may be the cause of this issue?
com.ekaplus.common.exception.SystemException: java.sql.SQLException: Unexpected exception while enlisting XAConnection java.sql.SQLException: XA error: XAResource.XAER_RMERR start() failed on resource 'MyPool_EKA8X_QA': XAER_RMERR : A resource manager error has occured in the transaction branch
oracle.jdbc.xa.OracleXAException
     at oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:1110)
     at oracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:240)
     at weblogic.jdbc.wrapper.VendorXAResource.start(VendorXAResource.java:50)
     at weblogic.jdbc.jta.DataSource.start(DataSource.java:729)
     at weblogic.transaction.internal.XAServerResourceInfo.start(XAServerResourceInfo.java:1231)
     at weblogic.transaction.internal.XAServerResourceInfo.xaStart(XAServerResourceInfo.java:1164)
     at weblogic.transaction.internal.XAServerResourceInfo.enlist(XAServerResourceInfo.java:285)
     at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTransactionImpl.java:522)
     at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTransactionImpl.java:449)
     at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1599)
     at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1503)
     at weblogic.jdbc.jta.DataSource.getConnection(DataSource.java:446)
     at weblogic.jdbc.jta.DataSource.connect(DataSource.java:403)
     at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:364)
     at com.ekaplus.common.db.ContainerConnectionProvider.getConnection(ContainerConnectionProvider.java:79)
     at com.ekaplus.dao.common.ConnectionManager.getDSConnection(ConnectionManager.java:24)
     at com.ekaplus.dao.common.ConnectionManager.getConnection(ConnectionManager.java:14)
     at com.ekaplus.dao.common.JdbcDAO.getConnection(JdbcDAO.java:372)
     at com.ekaplus.asyncAlertReminder.dao.AlertReminderBaseDAO.getConnection(AlertReminderBaseDAO.java:26)
     at com.ekaplus.asyncAlertReminder.dao.AlertEventMasterDAO.findBySearchCriteria(AlertEventMasterDAO.java:265)
     at com.ekaplus.asyncAlertReminder.service.engine.alertprocessor.OperationalAlertProcessorService.initialize(OperationalAlertProcessorService.java:151)
     at com.ekaplus.asyncAlertReminder.service.engine.alertprocessor.AlertListener.onMessage(AlertListener.java:118)
We have tried following but no resolution could be found with these changes.
increase MaxXACallMillis value to 600000 on JTA Advanced settings.
Increase max pool size from 100 to 150.
Please enable set XA transaction timeout configuration for MyPool data source and let timeout value remain 0.
Most of the stack traces logged when this exception is raised, point to JMS queue listener making DB calls using XA pool connection. However, JMS transaction factory is non-XA.
R,
Vineet

Hi mates,
Did you finally manage to solve this issue? We are facing a very similar one, but with a transaction related to SqlJmsProvider. The transactions related to the message polling are very light and shouldn't be expiring.
Do you have any suggestion about this?
We have our app (ATG10.0.1deployed in WebLogic10.3.
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider --- java.sql.SQLException: Unexpected exception while enlisting XAConnection java.sql.SQLException: XA error: XAResource.XAER_RMFAIL start() failed on resource 'ATGProductionDS_SDG': XAER_RMFAIL : Resource manager is unavailable
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider oracle.jdbc.xa.OracleXAException
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:1110)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at oracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:240)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at weblogic.jdbc.wrapper.VendorXAResource.start(VendorXAResource.java:50)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at weblogic.jdbc.jta.DataSource.start(DataSource.java:729)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at weblogic.transaction.internal.XAServerResourceInfo.start(XAServerResourceInfo.java:1231)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at weblogic.transaction.internal.XAServerResourceInfo.xaStart(XAServerResourceInfo.java:1164)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at weblogic.transaction.internal.XAServerResourceInfo.enlist(XAServerResourceInfo.java:285)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTransactionImpl.java:522)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTransactionImpl.java:449)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1599)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1503)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at weblogic.jdbc.jta.DataSource.getConnection(DataSource.java:446)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at weblogic.jdbc.jta.DataSource.connect(DataSource.java:403)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:364)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at atg.dms.sql.SqlTopicManager.flagWithStatement(SqlTopicManager.java:986)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at atg.dms.sql.SqlTopicManager.flagNewEntries(SqlTopicManager.java:872)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at atg.dms.sql.SqlTopicManager.pollForNewEntries(SqlTopicManager.java:816)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at atg.dms.sql.SqlJmsManager.poll(SqlJmsManager.java:1598)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at atg.dms.sql.SqlJmsManager.performScheduledTask(SqlJmsManager.java:908)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at atg.service.scheduler.ScheduledJob.runJobs(ScheduledJob.java:441)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at atg.service.scheduler.Scheduler$2handler.run(Scheduler.java:760)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1604)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1503)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at weblogic.jdbc.jta.DataSource.getConnection(DataSource.java:446)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at weblogic.jdbc.jta.DataSource.connect(DataSource.java:403)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:364)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at atg.dms.sql.SqlTopicManager.flagWithStatement(SqlTopicManager.java:986)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at atg.dms.sql.SqlTopicManager.flagNewEntries(SqlTopicManager.java:872)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at atg.dms.sql.SqlTopicManager.pollForNewEntries(SqlTopicManager.java:816)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at atg.dms.sql.SqlJmsManager.poll(SqlJmsManager.java:1598)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at atg.dms.sql.SqlJmsManager.performScheduledTask(SqlJmsManager.java:908)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at atg.service.scheduler.ScheduledJob.runJobs(ScheduledJob.java:441)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at atg.service.scheduler.Scheduler$2handler.run(Scheduler.java:760)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1522)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at weblogic.jdbc.jta.DataSource.getConnection(DataSource.java:446)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at weblogic.jdbc.jta.DataSource.connect(DataSource.java:403)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:364)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at atg.dms.sql.SqlTopicManager.flagWithStatement(SqlTopicManager.java:986)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at atg.dms.sql.SqlTopicManager.flagNewEntries(SqlTopicManager.java:872)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at atg.dms.sql.SqlTopicManager.pollForNewEntries(SqlTopicManager.java:816)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at atg.dms.sql.SqlJmsManager.poll(SqlJmsManager.java:1598)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at atg.dms.sql.SqlJmsManager.performScheduledTask(SqlJmsManager.java:908)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at atg.service.scheduler.ScheduledJob.runJobs(ScheduledJob.java:441)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider at atg.service.scheduler.Scheduler$2handler.run(Scheduler.java:760)
**** Error Tue Jun 04 07:29:57 BST 2013 1370327397440 /atg/dynamo/messaging/SqlJmsProvider
Thank you very much.
Edited by: 1009736 on 05-Jun-2013 03:11

Similar Messages

  • Java.sql.SQLException: Unexpected exception while enlisting XAConnection java.sql.SQLException: XA error: XAResource.XAER_RMFAIL start() failed on resource 'myDomain': XAER_RMFAIL : Resource manager is unavailable

    Hi All,
    I am facing below issue without any change in the config from weblogic
    Managed servers are coming up and running without any issue
    But when we are doing any operation from application then its failing
    java.sql.SQLException: Unexpected exception while enlisting XAConnection java.sql.SQLException: XA error: XAResource.XAER_RMFAIL start() failed on resource 'myDomain': XAER_RMFAIL : Resource manager is unavailable
    Regards
    Lokesh

    Hi,
    Can you please try increase the below MaxXACallMillis setting in Weblogic set 'Maximum Duration of XA Calls' to a bigger value
    MaxXACallMillis: Sets the maximum allowed duration (in milliseconds) of XA calls to XA resources. This setting applies to the entire domain.
    http://docs.oracle.com/cd/E12840_01/wls/docs103/jta/trxcon.html
    The parameter is exposed through administration console: services --> jta --> advanced --> "Maximum Duration of XA Calls:"
    Check the below docs for more information
    WLS 10.3: Intermittent XA error: XAResource.XAER_RMERR (Doc ID 1118264.1)
    Hope it Helps

  • Start() failed on resource 'jackrabbit': XAER_RMFAIL : Resource manager ...

    Hello Group,
    We are using Weblogic Version 9.2.3 & facing some problem related to 'jackrabbit' not available. I feel we are facing problem similar to the one mentioned in following link
    Re: What causes XAER_RMFAIL : Resource manager is unavailable / unregistered
    Following above post, we tried increased the Initial Capacity of this 'jackrabbit' Resource Adapter to 50. Initially it was 1. Although this doesn't change anything. Although it works fine for a few hours but seems like after server has run for a few hours and served some requests it starts showing this exception.
    Following is our weblogic-ra.xml file.
    <?xml version='1.0' encoding='UTF-8'?>
    <weblogic-connector xmlns="http://www.bea.com/ns/weblogic/90" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <native-libdir></native-libdir>
    <jndi-name>repository</jndi-name>
    <enable-access-outside-app>true</enable-access-outside-app>
    <enable-global-access-to-classes>true</enable-global-access-to-classes>
    <security></security>
    <outbound-resource-adapter>
    <default-connection-properties>
    <pool-params></pool-params>
    <logging></logging>
    </default-connection-properties>
    <connection-definition-group>
    <connection-factory-interface>javax.jcr.Repository</connection-factory-interface>
    <default-connection-properties>
    <pool-params>
         <initial-capacity>50</initial-capacity>
         <max-capacity>100</max-capacity>
    </pool-params>
    <logging></logging>
    <properties>
    <property>
    <name>HomeDir</name>
    <value>jackrabbit-preferences</value>
    </property>
    <property>
    <name>ConfigFile</name>
    <value>jackrabbit-preferences/repository.xml</value>
    </property>
    </properties>
    </default-connection-properties>
    <connection-instance>
    <jndi-name>jackrabbit</jndi-name>
    <connection-properties>
    <pool-params>
         <initial-capacity>50</initial-capacity>
         <max-capacity>250</max-capacity>
    </pool-params>
    <logging></logging>
    <properties>
    <property>
    <name>HomeDir</name>
    <value>jackrabbit-preferences</value>
    </property>
    </properties>
    </connection-properties>
    </connection-instance>
    </connection-definition-group>
    </outbound-resource-adapter>
    </weblogic-connector>
    Also please find below the exception that we see in the logs.
    Caused by: ag.mycompany1.workflow.runtime.DocumentManagementServiceException: null: javax.jcr.RepositoryException: start() failed on resource 'jackrabbit': XAER_RMFAIL : Resource manager is unavailable
    javax.transaction.xa.XAException: Internal error: XAResource 'jackrabbit' is unavailable
         at weblogic.transaction.internal.XAResourceDescriptor.checkResource(XAResourceDescriptor.java:1143)
         at weblogic.transaction.internal.XAResourceDescriptor.startResourceUse(XAResourceDescriptor.java:685)
         at weblogic.transaction.internal.XAServerResourceInfo.start(XAServerResourceInfo.java:1181)
         at weblogic.transaction.internal.XAServerResourceInfo.xaStart(XAServerResourceInfo.java:1115)
         at weblogic.transaction.internal.XAServerResourceInfo.enlist(XAServerResourceInfo.java:274)
         at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTransactionImpl.java:497)
         at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTransactionImpl.java:429)
         at weblogic.connector.transaction.outbound.XATxConnectionHandler.enListResource(XATxConnectionHandler.java:118)
         at weblogic.connector.outbound.ConnectionHandlerBaseImpl.prepareHandle(ConnectionHandlerBaseImpl.java:670)
         at weblogic.connector.outbound.ConnectionHandlerBaseImpl.createConnectionHandle(ConnectionHandlerBaseImpl.java:361)
         at weblogic.connector.outbound.ConnectionInfo.createConnectionHandle(ConnectionInfo.java:411)
         at weblogic.connector.outbound.ConnectionManagerImpl.getConnection(ConnectionManagerImpl.java:308)
         at weblogic.connector.outbound.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:115)
         at org.apache.jackrabbit.jca.JCARepositoryHandle.login(JCARepositoryHandle.java:98)
         at org.apache.jackrabbit.jca.JCARepositoryHandle.login(JCARepositoryHandle.java:89)
         at com.mycompany2.infinity.bpm.vfs.jcr.spring.JcrSessionFactory.createSession(JcrSessionFactory.java:38)
         at com.mycompany2.infinity.bpm.vfs.jcr.spring.JcrSessionFactoryUtils.getSession(JcrSessionFactoryUtils.java:72)
         at com.mycompany2.infinity.bpm.vfs.jcr.spring.JcrSessionFactory.getSession(JcrSessionFactory.java:33)
         at com.mycompany2.infinity.bpm.vfs.impl.jcr.AbstractJcrDocumentRepositoryService.doWithJcrVfs(AbstractJcrDocumentRepositoryService.java:537)
         at com.mycompany2.infinity.bpm.vfs.impl.jcr.AbstractJcrDocumentRepositoryService.doWithJcrVfs(AbstractJcrDocumentRepositoryService.java:564)
         at com.mycompany2.infinity.bpm.vfs.impl.jcr.AbstractJcrDocumentRepositoryService.retrieveFileContent(AbstractJcrDocumentRepositoryService.java:186)
         at com.mycompany2.infinity.bpm.vfs.impl.AbstractDocumentRepositoryServiceImpl.retrieveFileContent(AbstractDocumentRepositoryServiceImpl.java:46)
         at ag.mycompany1.workflow.runtime.beans.DocumentManagementServiceImpl$5.withVfs(DocumentManagementServiceImpl.java:112)
         at ag.mycompany1.workflow.runtime.beans.DocumentManagementServiceImpl.adaptVfsCall(DocumentManagementServiceImpl.java:417)
         at ag.mycompany1.workflow.runtime.beans.DocumentManagementServiceImpl.retrieveDocumentContent(DocumentManagementServiceImpl.java:108)
         at sun.reflect.GeneratedMethodAccessor826.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at ag.mycompany1.workflow.runtime.beans.interceptors.CallingInterceptor.invoke(CallingInterceptor.java:18)
         at ag.mycompany1.workflow.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:95)
         at ag.mycompany1.workflow.runtime.beans.interceptors.POJOExceptionHandler.invoke(POJOExceptionHandler.java:23)
         at ag.mycompany1.workflow.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:95)
         at ag.mycompany1.workflow.runtime.beans.interceptors.GuardingInterceptor.invoke(GuardingInterceptor.java:87)
         at ag.mycompany1.workflow.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:95)
         at ag.mycompany1.workflow.runtime.beans.interceptors.AbstractLoginInterceptor.performCall(AbstractLoginInterceptor.java:142)
         at ag.mycompany1.workflow.runtime.beans.interceptors.AbstractLoginInterceptor.invoke(AbstractLoginInterceptor.java:80)
         at ag.mycompany1.workflow.runtime.spring.SpringBeanLoginInterceptor.invoke(SpringBeanLoginInterceptor.java:58)
         at ag.mycompany1.workflow.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:95)
         at ag.mycompany1.workflow.runtime.spring.SpringSessionInterceptor$1.doInConnection(SpringSessionInterceptor.java:104)
         at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:342)
         at ag.mycompany1.workflow.runtime.spring.SpringSessionInterceptor.invoke(SpringSessionInterceptor.java:52)
         at ag.mycompany1.workflow.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:95)
         at ag.mycompany1.workflow.runtime.spring.SpringConfigurationInterceptor.invoke(SpringConfigurationInterceptor.java:94)
         at ag.mycompany1.workflow.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:95)
         at ag.mycompany1.workflow.runtime.beans.interceptors.PropertyLayerProviderInterceptor.invoke(PropertyLayerProviderInterceptor.java:85)
         at ag.mycompany1.workflow.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:95)
         at ag.mycompany1.workflow.runtime.beans.interceptors.DebugInterceptor.invoke(DebugInterceptor.java:25)
         at ag.mycompany1.workflow.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:95)
         at ag.mycompany1.workflow.runtime.spring.SpringTxInterceptor$1.doInTransaction(SpringTxInterceptor.java:62)
         at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:128)
         at ag.mycompany1.workflow.runtime.spring.SpringTxInterceptor.invoke(SpringTxInterceptor.java:47)
         at ag.mycompany1.workflow.runtime.interceptor.MethodInvocationImpl.proceed(MethodInvocationImpl.java:95)
         at ag.mycompany1.workflow.runtime.interceptor.MethodInvocationImpl.execute(MethodInvocationImpl.java:55)
         at ag.mycompany1.workflow.runtime.beans.InvocationManager.invoke(InvocationManager.java:46)
         at $Proxy175.retrieveDocumentContent(Unknown Source)
         at ag.mycompany1.workflow.runtime.spring.DocumentManagementServiceBean.retrieveDocumentContent(DocumentManagementServiceBean.java:70)
         at sun.reflect.GeneratedMethodAccessor826.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at ag.mycompany1.workflow.runtime.spring.SpringServiceFactory$SpringServiceInvocationHandler.invoke(SpringServiceFactory.java:159)
         at $Proxy175.retrieveDocumentContent(Unknown Source)
         at com.infinity.bpm.ui.preferences.AbstractDocumentServicePreferencesManager.loadPreferences(AbstractDocumentServicePreferencesManager.java:318)
         at com.infinity.bpm.ui.preferences.AbstractDocumentServicePreferencesManager.getPreferences(AbstractDocumentServicePreferencesManager.java:269)
         at com.infinity.bpm.ui.preferences.AbstractDocumentServicePreferencesManager.getPreferencesEditor(AbstractDocumentServicePreferencesManager.java:133)
         at com.mycompany2.infinity.bpm.bcc.configuration.TrafficLightViewPropertyProvider.<init>(TrafficLightViewPropertyProvider.java:85)
         at com.mycompany2.infinity.bpm.bcc.configuration.TrafficLightViewPropertyProvider.getInstance(TrafficLightViewPropertyProvider.java:103)
         at com.mycompany2.sims.workflow.tlv.TrafficLightDataLoader.persistData(TrafficLightDataLoader.java:129)
         at com.mycompany2.sims.workflow.tlv.TrafficLightDataLoader.loadData(TrafficLightDataLoader.java:73)
         at com.mycompany2.sims.workflow.SyncSettingsBean.reload(SyncSettingsBean.java:73)
         at com.mycompany2.sims.workflow.EnterpriseSettings.isWorklistConfigured(EnterpriseSettings.java:143)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:457)
         at org.apache.myfaces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:85)
         at com.sun.facelets.el.LegacyELContext$LegacyELResolver.getValue(LegacyELContext.java:141)
         at com.sun.el.parser.AstValue.getValue(AstValue.java:96)
         at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:183)
         at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71)
         at com.sun.facelets.tag.TagAttribute.getObject(TagAttribute.java:233)
         at com.sun.facelets.tag.TagAttribute.getBoolean(TagAttribute.java:79)
         at com.sun.facelets.tag.jstl.core.ChooseWhenHandler.isTestTrue(ChooseWhenHandler.java:49)
         at com.sun.facelets.tag.jstl.core.ChooseHandler.apply(ChooseHandler.java:67)
         at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314)
         at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169)
         at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
         at com.sun.facelets.tag.jsf.core.ViewHandler.apply(ViewHandler.java:109)
         at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
         at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
         at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)
         at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:524)
         at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:567)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:182)
         at org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:41)
         at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:132)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:140)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at ag.mycompany1.web.jsf.common.ExceptionFilter.doFilter(ExceptionFilter.java:45)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:290)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:250)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:207)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:161)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at ag.mycompany1.web.jsf.common.LoginFilter.doFilter(LoginFilter.java:250)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3251)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2010)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1916)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    : start() failed on resource 'jackrabbit': XAER_RMFAIL : Resource manager is unavailable
    Any help in this regard is highly appreciated. Thanks.

    Hi,
    Can you please try increase the below MaxXACallMillis setting in Weblogic set 'Maximum Duration of XA Calls' to a bigger value
    MaxXACallMillis: Sets the maximum allowed duration (in milliseconds) of XA calls to XA resources. This setting applies to the entire domain.
    http://docs.oracle.com/cd/E12840_01/wls/docs103/jta/trxcon.html
    The parameter is exposed through administration console: services --> jta --> advanced --> "Maximum Duration of XA Calls:"
    Check the below docs for more information
    WLS 10.3: Intermittent XA error: XAResource.XAER_RMERR (Doc ID 1118264.1)
    Hope it Helps

  • XAConnection java.sql.SQLException: XA error: XAResource.XAER_PROTO start()

    I am getting an error when I am coming out of a method. I am not doing any database operations in the code.
    The error I am getting is
    The activity execution failed.\nCaused by: Activity '/AddNewSubMaster#Default-1.0/DeleteRequests' task 'Confirmation_Router' could not execute successfully.\nCaused by: Process execution engine execution error.\nCaused by: An error occurred while accesing the database.\nTechnical detail:SQL statement: 'unknown'\n\nCaused by: Unexpected exception while enlisting XAConnection java.sql.SQLException: XA error: XAResource.XAER_PROTO start() failed on resource 'ALBPM Engine Database': XAER_PROTO : Routine was invoked in an inproper context\noracle.jdbc.xa.OracleXAException\n\tat oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:938)\n\tat oracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:244)\n\tat weblogic.jdbc.wrapper.VendorXAResource.start(VendorXAResource.java:50)\n\tat weblogic.jdbc.jta.DataSource.start(DataSource.java:710)\n\tat weblogic.transaction.internal.XAServerResourceInfo.start(XAServerResourceInfo.java:1182)\n\tat ...........

    Are you using studio?
    I see an Oracle DB-connection. In studio without configuration you only have one or two derby databases.

  • SQLException: XA error: XAResource.XAER_PROTO start() - weblogic 10.0.1.0

    Hello all,
    We are facing java.sql.SQLException: XA error: XAResource.XAER_PROTO start() in one of our EJB classes.
    It is only occurring intermittently! Probably during peak load time (not really sure).
    Our EJB uses CMP transactions and the EJB operation's trans-attribute is <trans-attribute>Supports</trans-attribute>.
    Google is showing similar experiences from users with wls8.1 versions. Has any one come across this error in wls 10? Any help is hugely appreciated.
    with Thanks
    Val
    * Error stacktrace & JDBC settings xml are below.
    Weblogic server version is: 10.0.1.0
    JDBC Driver version: 10.2.0.4
    Oracle Database version info:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE 10.2.0.4.0 Production
    TNS for IBM/AIX RISC System/6000: Version 10.2.0.4.0 - Productio
    NLSRTL Version 10.2.0.4.0 - Production
    Error StackTrace:_
    nested exception is javax.transaction.TransactionRolledbackException: EJB Exception: :
    javax.ejb.EJBException: Could not get JDBC Connection; nested exception is java.sql.SQLException:
    Unexpected exception while enlisting XAConnection java.sql.SQLException: XA error: XAResource.XAER_PROTO start() failed on resource DatasourceTxD': XAER_PROTO : Routine was invoked in an inproper context oracle.jdbc.xa.OracleXAException
    JDBC datasource settings xml:_
    <jdbc-connection-pool-params>
    <initial-capacity>5</initial-capacity>
    <max-capacity>25</max-capacity>
    <capacity-increment>5</capacity-increment>
    <shrink-frequency-seconds>900</shrink-frequency-seconds>
    <connection-creation-retry-frequency-seconds>360</connection-creation-retry-frequency-seconds>
    <test-frequency-seconds>360</test-frequency-seconds>
    <test-connections-on-reserve>true</test-connections-on-reserve>
    <inactive-connection-timeout-seconds>600</inactive-connection-timeout-seconds>
    <test-table-name>SQL SELECT 1 FROM dual</test-table-name>
    <statement-cache-size>100</statement-cache-size>
    <seconds-to-trust-an-idle-pool-connection>360</seconds-to-trust-an-idle-pool-connection>
    </jdbc-connection-pool-params>
    <jdbc-data-source-params>
    <jndi-name>JNDI_NAME</jndi-name>
    <global-transactions-protocol>TwoPhaseCommit</global-transactions-protocol>
    </jdbc-data-source-params>
    <jdbc-xa-params>
    <keep-xa-conn-till-tx-complete>true</keep-xa-conn-till-tx-complete>
    <xa-end-only-once>true</xa-end-only-once>
    <xa-set-transaction-timeout>true</xa-set-transaction-timeout>
    <xa-transaction-timeout>120</xa-transaction-timeout>
    <xa-retry-duration-seconds>360</xa-retry-duration-seconds>
    </jdbc-xa-params>

    Thanks Joe, we will contact the official support.
    Edited by: user5380898 on Nov 1, 2010 11:20 AM

  • Root.sh fails on 11.2.0.3 clusterware while starting 'ora.asm' resource

    Dear all,
    I am trying to install clean Oracle 11.2.0.3 grid infrastructure on a two node cluster running on Solaris 5.10.
    - Cluster verification was successfully on both nodes; No warning or issues;
    - I am using 2 network cards for the public and 2 for the private interconnect;
    - OCR is stored on ASM
    - Firewall is disabled on both nodes
    - SCAN is being configured on the DNS (not added in /etc/hosts)
    - GNS is not used
    - hosts file is identical (except the primary hostname)
    The problem: root.sh fails on the 2nd (remote) node, because it fails to start the "ora.asm" resource. However, the root.sh has completed successfully on the 1st node.. Somehow, root.sh doesn't create +ASM2 instance on the remote (host2) node.
    root.sh was executed first on the local node (host1) and after the successful execution was started on the remote (host2) node.
    Output from host1 (working):
    ===================
    Adding Clusterware entries to inittab
    CRS-2672: Attempting to start 'ora.mdnsd' on 'host1'
    CRS-2676: Start of 'ora.mdnsd' on 'host1' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'host1'
    CRS-2676: Start of 'ora.gpnpd' on 'host1' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'host1'
    CRS-2672: Attempting to start 'ora.gipcd' on 'host1'
    CRS-2676: Start of 'ora.cssdmonitor' on 'host1' succeeded
    CRS-2676: Start of 'ora.gipcd' on 'host1' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'host1'
    CRS-2672: Attempting to start 'ora.diskmon' on 'host1'
    CRS-2676: Start of 'ora.diskmon' on 'host1' succeeded
    CRS-2676: Start of 'ora.cssd' on 'host1' succeeded
    ASM created and started successfully.
    Disk Group CRS created successfully.
    clscfg: -install mode specified
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    CRS-4256: Updating the profile
    Successful addition of voting disk 4373be34efab4f01bf79f6c5362acfd3.
    Successful addition of voting disk 7fd725fa4d904f07bf76cecf96791547.
    Successful addition of voting disk a9c85297bdd74f3abfd86899205aaf17.
    Successfully replaced voting disk group with +CRS.
    CRS-4256: Updating the profile
    CRS-4266: Voting file(s) successfully replaced
    ## STATE File Universal Id File Name Disk group
    1. ONLINE 4373be34efab4f01bf79f6c5362acfd3 (/dev/rdsk/c4t600A0B80006E2CC40000C6674E82AA57d0s4) [CRS]
    2. ONLINE 7fd725fa4d904f07bf76cecf96791547 (/dev/rdsk/c4t600A0B80006E2CC40000C6694E82AADDd0s4) [CRS]
    3. ONLINE a9c85297bdd74f3abfd86899205aaf17 (/dev/rdsk/c4t600A0B80006E2F100000C7744E82AC7Ad0s4) [CRS]
    Located 3 voting disk(s).
    CRS-2672: Attempting to start 'ora.asm' on 'host1'
    CRS-2676: Start of 'ora.asm' on 'host1' succeeded
    CRS-2672: Attempting to start 'ora.CRS.dg' on 'host1'
    CRS-2676: Start of 'ora.CRS.dg' on 'host1' succeeded
    CRS-2672: Attempting to start 'ora.registry.acfs' on 'host1'
    CRS-2676: Start of 'ora.registry.acfs' on 'host1' succeeded
    Configure Oracle Grid Infrastructure for a Cluster ... succeeded
    Name Type Target State Host
    ora.CRS.dg ora....up.type ONLINE ONLINE host1
    ora....ER.lsnr ora....er.type ONLINE ONLINE host1
    ora....N1.lsnr ora....er.type ONLINE ONLINE host1
    ora....N2.lsnr ora....er.type ONLINE ONLINE host1
    ora....N3.lsnr ora....er.type ONLINE ONLINE host1
    ora.asm ora.asm.type ONLINE ONLINE host1
    ora....SM1.asm application ONLINE ONLINE host1
    ora....B1.lsnr application ONLINE ONLINE host1
    ora....db1.gsd application OFFLINE OFFLINE
    ora....db1.ons application ONLINE ONLINE host1
    ora....db1.vip ora....t1.type ONLINE ONLINE host1
    ora.cvu ora.cvu.type ONLINE ONLINE host1
    ora.gsd ora.gsd.type OFFLINE OFFLINE
    ora....network ora....rk.type ONLINE ONLINE host1
    ora.oc4j ora.oc4j.type ONLINE ONLINE host1
    ora.ons ora.ons.type ONLINE ONLINE host1
    ora....ry.acfs ora....fs.type ONLINE ONLINE host1
    ora.scan1.vip ora....ip.type ONLINE ONLINE host1
    ora.scan2.vip ora....ip.type ONLINE ONLINE host1
    ora.scan3.vip ora....ip.type ONLINE ONLINE host1
    Output from host2 (failing):
    ===================
    OLR initialization - successful
    Adding Clusterware entries to inittab
    CRS-4402: The CSS daemon was started in exclusive mode but found an active CSS daemon on node billdb1, number 1, and is terminating
    An active cluster was found during exclusive startup, restarting to join the cluster
    Start of resource "ora.asm" failed
    CRS-2672: Attempting to start 'ora.drivers.acfs' on 'host2'
    CRS-2676: Start of 'ora.drivers.acfs' on 'host2' succeeded
    CRS-2672: Attempting to start 'ora.asm' on 'host2'
    CRS-5017: The resource action "ora.asm start" encountered the following error:
    ORA-03113: end-of-file on communication channel
    Process ID: 0
    Session ID: 0 Serial number: 0
    *. For details refer to "(:CLSN00107:)" in "/u01/11.2.0/grid/log/host2/agent/ohasd/oraagent_grid/oraagent_grid.log".*
    CRS-2674: Start of 'ora.asm' on 'host2' failed
    CRS-2679: Attempting to clean 'ora.asm' on 'host2'
    CRS-2681: Clean of 'ora.asm' on 'host2' succeeded
    CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'host2'
    CRS-2677: Stop of 'ora.drivers.acfs' on 'host2' succeeded
    CRS-4000: Command Start failed, or completed with errors.
    Failed to start Oracle Grid Infrastructure stack
    Failed to start ASM at /u01/11.2.0/grid/crs/install/crsconfig_lib.pm line 1272.
    /u01/11.2.0/grid/perl/bin/perl -I/u01/11.2.0/grid/perl/lib -I/u01/11.2.0/grid/crs/install /u01/11.2.0/grid/crs/install/rootcrs.pl execution failed
    Contents of "/u01/11.2.0/grid/cfgtoollogs/crsconfig/rootcrs_host2.log"
    =============================================
    CRS-2672: Attempting to start 'ora.asm' on 'host2'
    CRS-5017: The resource action "ora.asm start" encountered the following error:
    ORA-03113: end-of-file on communication channel
    Process ID: 0
    Session ID: 0 Serial number: 0
    . For details refer to "(:CLSN00107:)" in "/u01/11.2.0/grid/log/host2/agent/ohasd/oraagent_grid/oraagent_grid.log".
    CRS-2674: Start of 'ora.asm' on 'host2' failed
    CRS-2679: Attempting to clean 'ora.asm' on 'host2'
    CRS-2681: Clean of 'ora.asm' on 'host2' succeeded
    CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'host2'
    CRS-2677: Stop of 'ora.drivers.acfs' on 'host2' succeeded
    CRS-4000: Command Start failed, or completed with errors.
    2011-10-24 19:36:54: Failed to start Oracle Grid Infrastructure stack
    2011-10-24 19:36:54: ###### Begin DIE Stack Trace ######
    2011-10-24 19:36:54: Package File Line Calling
    2011-10-24 19:36:54: --------------- -------------------- ---- ----------
    2011-10-24 19:36:54: 1: main rootcrs.pl 375 crsconfig_lib::dietrap
    2011-10-24 19:36:54: 2: crsconfig_lib crsconfig_lib.pm 1272 main::__ANON__
    2011-10-24 19:36:54: 3: crsconfig_lib crsconfig_lib.pm 1171 crsconfig_lib::start_cluster
    2011-10-24 19:36:54: 4: main rootcrs.pl 803 crsconfig_lib::perform_start_cluster
    2011-10-24 19:36:54: ####### End DIE Stack Trace #######
    Shortened output from "/u01/11.2.0/grid/log/host2/agent/ohasd/oraagent_grid/oraagent_grid.log"
    2011-10-24 19:35:48.726: [ora.asm][9] {0:0:224} [start] clean {
    2011-10-24 19:35:48.726: [ora.asm][9] {0:0:224} [start] InstAgent::stop_option stop mode immediate option 1
    2011-10-24 19:35:48.726: [ora.asm][9] {0:0:224} [start] InstAgent::stop {
    2011-10-24 19:35:48.727: [ora.asm][9] {0:0:224} [start] InstAgent::stop original reason system do shutdown abort
    2011-10-24 19:35:48.727: [ora.asm][9] {0:0:224} [start] ConnectionPool::resetConnection s_statusOfConnectionMap 00ab1948
    2011-10-24 19:35:48.727: [ora.asm][9] {0:0:224} [start] ConnectionPool::resetConnection sid +ASM2 status  2
    2011-10-24 19:35:48.728: [ora.asm][9] {0:0:224} [start] Gimh::check OH /u01/11.2.0/grid SID +ASM2
    2011-10-24 19:35:48.728: [ora.asm][9] {0:0:224} [start] Gimh::check condition changes to (GIMH_NEXT_NUM) 0,1,7 exists
    2011-10-24 19:35:48.729: [ora.asm][9] {0:0:224} [start] (:CLSN00006:)AsmAgent::check failed gimh state 0
    2011-10-24 19:35:48.729: [ora.asm][9] {0:0:224} [start] AsmAgent::check ocrCheck 1 m_OcrOnline 0 m_OcrTimer 0
    2011-10-24 19:35:48.729: [ora.asm][9] {0:0:224} [start] DgpAgent::initOcrDgpSet { entry
    2011-10-24 19:35:48.730: [ora.asm][9] {0:0:224} [start] DgpAgent::initOcrDgpSet procr_get_conf: retval [0] configured [1] local only [0] error buffer []
    2011-10-24 19:35:48.730: [ora.asm][9] {0:0:224} [start] DgpAgent::initOcrDgpSet procr_get_conf: OCR loc [0], Disk Group : [+CRS]
    2011-10-24 19:35:48.730: [ora.asm][9] {0:0:224} [start] DgpAgent::initOcrDgpSet m_ocrDgpSet 015fba90 dgName CRS
    2011-10-24 19:35:48.731: [ora.asm][9] {0:0:224} [start] DgpAgent::initOcrDgpSet ocrret 0 found 1
    2011-10-24 19:35:48.731: [ora.asm][9] {0:0:224} [start] DgpAgent::initOcrDgpSet ocrDgpSet CRS
    2011-10-24 19:35:48.731: [ora.asm][9] {0:0:224} [start] DgpAgent::initOcrDgpSet exit }
    2011-10-24 19:35:48.731: [ora.asm][9] {0:0:224} [start] DgpAgent::ocrDgCheck Entry {
    2011-10-24 19:35:48.732: [ora.asm][9] {0:0:224} [start] DgpAgent::getConnxn new pool
    2011-10-24 19:35:48.732: [ora.asm][9] {0:0:224} [start] DgpAgent::getConnxn new pool m_oracleHome:/u01/11.2.0/grid m_oracleSid:+ASM2 m_usrOraEnv:
    2011-10-24 19:35:48.732: [ora.asm][9] {0:0:224} [start] ConnectionPool::ConnectionPool 2 m_oracleHome:/u01/11.2.0/grid, m_oracleSid:+ASM2, m_usrOraEnv:
    2011-10-24 19:35:48.733: [ora.asm][9] {0:0:224} [start] ConnectionPool::addConnection m_oracleHome:/u01/11.2.0/grid m_oracleSid:+ASM2 m_usrOraEnv: pConnxn:
    01fcdf10
    2011-10-24 19:35:48.733: [ora.asm][9] {0:0:224} [start] Utils::getCrsHome crsHome /u01/11.2.0/grid
    2011-10-24 19:35:51.969: [ora.asm][14] {0:0:224} [check] makeConnectStr = (DESCRIPTION=(ADDRESS=(PROTOCOL=beq)(PROGRAM=/u01/11.2.0/grid/bin/oracle)(ARGV0=o
    racle+ASM2)(ENVS='ORACLE_HOME=/u01/11.2.0/grid,ORACLE_SID=+ASM2')(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=+ASM2)))
    2011-10-24 19:35:51.971: [ora.asm][14] {0:0:224} [check] ConnectionPool::getConnection 260 pConnxn 013e40a0
    2011-10-24 19:35:51.971: [ora.asm][14] {0:0:224} [check] DgpAgent::getConnxn connected
    2011-10-24 19:35:51.971: [ora.asm][14] {0:0:224} [check] InstConnection::connectInt: server not attached
    2011-10-24 19:35:52.190: [ora.asm][14] {0:0:224} [check] ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Process ID: 0
    Session ID: 0 Serial number: 0
    2011-10-24 19:35:52.190: [ora.asm][14] {0:0:224} [check] InstConnection::connectInt (2) Exception OCIException
    2011-10-24 19:35:52.190: [ora.asm][14] {0:0:224} [check] InstConnection:connect:excp OCIException OCI error 1034
    2011-10-24 19:35:52.190: [ora.asm][14] {0:0:224} [check] DgpAgent::queryDgStatus excp ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Process ID: 0
    Session ID: 0 Serial number: 0
    2011-10-24 19:35:52.190: [ora.asm][14] {0:0:224} [check] DgpAgent::queryDgStatus asm inst is down or going down
    2011-10-24 19:35:52.191: [ora.asm][14] {0:0:224} [check] DgpAgent::queryDgStatus dgName CRS ret 1
    2011-10-24 19:35:52.191: [ora.asm][14] {0:0:224} [check] (:CLSN00100:)DgpAgent::ocrDgCheck OCR dgName CRS state 1
    2011-10-24 19:35:52.192: [ora.asm][14] {0:0:224} [check] ConnectionPool::releaseConnection InstConnection 013e40a0
    2011-10-24 19:35:52.192: [ora.asm][14] {0:0:224} [check] AsmAgent::check ocrCheck 2 m_OcrOnline 0 m_OcrTimer 0
    2011-10-24 19:35:52.193: [ora.asm][14] {0:0:224} [check] CrsCmd::ClscrsCmdData::stat entity 1 statflag 32 useFilter 0
    2011-10-24 19:35:52.197: [ COMMCRS][23]clsc_connect: (1020d39d0) no listener at (ADDRESS=(PROTOCOL=IPC)(KEY=CRSD_UI_SOCKET))
    Please advice for any workaround or a metalink note.
    Thanks in advance!

    Thanks for the fast reply!
    - Yes, the shared storage is accessible.
    - The alert log for the +ASM2 clearly shows that ASM instance has started normally using default parameters and at one point PMON process dumped.
    - The system logs just shows that there is an error executing "crswrapexece.pl"
    System Log
    ===================
    *Oct 24 19:25:03 host2 root: [ID 702911 user.error] exec /u01/11.2.0/grid/perl/bin/perl -I/u01/11.2.0/grid/perl/lib /u01/11.2.0/grid/bin/crswrapexece.pl /*
    u01/11.2.0/grid/crs/install/s_crsconfig_host2_env.txt /u01/11.2.0/grid/bin/ohasd.bin "reboot"
    Oct 24 19:26:33 host2 oracleoks: [ID 902884 kern.notice] [Oracle OKS] mallocing log buffer, size=10485760
    Oct 24 19:26:33 host2 oracleoks: [ID 714332 kern.notice] [Oracle OKS] log buffer = 0x301780fcb50, size 10485760
    Oct 24 19:26:33 host2 oracleoks: [ID 400061 kern.notice] NOTICE: [Oracle OKS] ODLM hash size 16384
    Oct 24 19:26:33 host2 oracleoks: [ID 160659 kern.notice] NOTICE: OKSK-00004: Module load succeeded. Build information: (LOW DEBUG) USM_11.2.0.3.0_SOLAR
    IS.SPARC64_110803.1 2011/08/11 02:38:30
    Oct 24 19:26:33 host2 pseudo: [ID 129642 kern.info] pseudo-device: oracleadvm0
    Oct 24 19:26:33 host2 genunix: [ID 936769 kern.info] oracleadvm0 is /pseudo/oracleadvm@0
    Oct 24 19:26:33 host2 oracleoks: [ID 141287 kern.notice] NOTICE: ADVMK-00001: Module load succeeded. Build information: (LOW DEBUG) - USM_11.2.0.3.0_SOL
    ARIS.SPARC64_110803.1 built on 2011/08/11 02:40:17.
    Oct 24 19:26:33 host2 oracleacfs: [ID 202941 kern.notice] NOTICE: [Oracle ACFS] FCB hash size 16384
    Oct 24 19:26:33 host2 oracleacfs: [ID 671725 kern.notice] NOTICE: [Oracle ACFS] buffer cache size 511MB (79884 buckets)
    Oct 24 19:26:33 host2 oracleacfs: [ID 730054 kern.notice] NOTICE: [Oracle ACFS] DLM hash size 16384
    Oct 24 19:26:33 host2 oracleoks: [ID 617314 kern.notice] NOTICE: ACFSK-0037: Module load succeeded. Build information: (LOW DEBUG) USM_11.2.0.3.0_SOLAR
    IS.SPARC64_110803.1 2011/08/11 02:42:45
    Oct 24 19:26:33 host2 pseudo: [ID 129642 kern.info] pseudo-device: oracleacfs0
    Oct 24 19:26:33 host2 genunix: [ID 936769 kern.info] oracleacfs0 is /pseudo/oracleacfs@0
    Oct 24 19:26:36 host2 oracleoks: [ID 621795 kern.notice] NOTICE: OKSK-00010: Persistent OKS log opened at /u01/11.2.0/grid/log/host2/acfs/acfs.log.0.
    Oct 24 19:31:37 host2 last message repeated 1 time
    Oct 24 19:33:05 host2 CLSD: [ID 770310 daemon.notice] The clock on host host2 has been updated by the Cluster Time Synchronization Service to be synchr
    onous with the mean cluster time.
    ASM alert log
    ====================================================================
    <msg time='2011-10-24T19:35:48.776+01:00' org_id='oracle' comp_id='asm'
    client_id='' type='UNKNOWN' level='16'
    host_id='host2' host_addr='10.172.16.200' module=''
    pid='26406'>
    <txt>System state dump requested by (instance=2, osid=26396 (PMON)), summary=[abnormal instance termination].
    </txt>
    </msg>
    <msg time='2011-10-24T19:35:48.778+01:00' org_id='oracle' comp_id='asm'
    client_id='' type='UNKNOWN' level='16'
    host_id='host2' host_addr='10.172.16.200' module=''
    pid='26406'>
    <txt>System State dumped to trace file /u01/app/oracle/diag/asm/+asm/+ASM2/trace/+ASM2_diag_26406.trc
    </txt>
    </msg>
    <msg time='2011-10-24T19:35:48.927+01:00' org_id='oracle' comp_id='asm'
    type='UNKNOWN' level='16' host_id='host2'
    host_addr='10.172.16.200' pid='26470'>
    <txt>ORA-1092 : opitsk aborting process
    </txt>
    </msg>
    <msg time='2011-10-24T19:35:49.128+01:00' org_id='oracle' comp_id='asm'
    type='UNKNOWN' level='16' host_id='host2'
    host_addr='10.172.16.200' pid='26472'>
    <txt>ORA-1092 : opitsk aborting process
    </txt>
    </msg>
    Output from "/u01/app/oracle/diag/asm/+asm/+ASM2/trace/+ASM2_diag_26406.trc"
    REQUEST:system state dump at level 10, requested by (instance=2, osid=26396 (PMON)), summary=[abnormal instance termination].
    kjzdattdlm: Can not attach to DLM (LMON up=[TRUE], DB mounted=[FALSE]).
    ===================================================
    SYSTEM STATE (level=10)
    Orapids on dead process list: [count = 0]
    PROCESS 1:
    SO: 0x3df098b50, type: 2, owner: 0x0, flag: INIT/-/-/0x00 if: 0x3 c: 0x3
    proc=0x3df098b50, name=process, file=ksu.h LINE:12616 ID:, pg=0
    (process) Oracle pid:1, ser:0, calls cur/top: 0x0/0x0
    flags : (0x20) PSEUDO
    flags2: (0x0), flags3: (0x10)
    intr error: 0, call error: 0, sess error: 0, txn error 0
    intr queue: empty
    ksudlp FALSE at location: 0
    (post info) last post received: 0 0 0
    last post received-location: No post
    last process to post me: none
    last post sent: 0 0 0
    last post sent-location: No post
    last process posted by me: none
    (latch info) wait_event=0 bits=0
    O/S info: user: , term: , ospid: (DEAD)
    OSD pid info: Unix process pid: 0, image: PSEUDO
    SO: 0x38000cef0, type: 5, owner: 0x3df098b50, flag: INIT/-/-/0x00 if: 0x3 c: 0x3
    proc=0x0, name=kss parent, file=kss2.h LINE:138 ID:, pg=0
    PSO child state object changes :
    Dump of memory from 0x00000003DF722AC0 to 0x00000003DF722CC8
    3DF722AC0 00000000 00000000 00000000 00000000 [................]
    Repeat 31 times
    3DF722CC0 00000000 00000000 [........]
    PROCESS 2: PMON
    SO: 0x3df099bf8, type: 2, owner: 0x0, flag: INIT/-/-/0x00 if: 0x3 c: 0x3
    proc=0x3df099bf8, name=process, file=ksu.h LINE:12616 ID:, pg=0
    (process) Oracle pid:2, ser:1, calls cur/top: 0x3db6c8d30/0x3db6c8d30
    flags : (0xe) SYSTEM
    flags2: (0x0), flags3: (0x10)
    intr error: 0, call error: 0, sess error: 0, txn error 0
    intr queue: empty
    ksudlp FALSE at location: 0
    (post info) last post received: 0 0 136
    last post received-location: kjm.h LINE:1228 ID:kjmdmi: pmon to attach
    last process to post me: 3df0a2138 1 6
    last post sent: 0 0 137
    last post sent-location: kjm.h LINE:1230 ID:kjiath: pmon attached
    last process posted by me: 3df0a2138 1 6
    (latch info) wait_event=0 bits=0
    Process Group: DEFAULT, pseudo proc: 0x3debbbf40
    O/S info: user: grid, term: UNKNOWN, ospid: 26396
    OSD pid info: Unix process pid: 26396, image: oracle@host2 (PMON)
    SO: 0x3d8800c18, type: 30, owner: 0x3df099bf8, flag: INIT/-/-/0x00 if: 0x3 c: 0x3
    proc=0x3df099bf8, name=ges process, file=kji.h LINE:3669 ID:, pg=0
    GES MSG BUFFERS: st=emp chunk=0x0 hdr=0x0 lnk=0x0 flags=0x0 inc=0
    outq=0 sndq=0 opid=0 prmb=0x0
    mbg=(0 0) mbg=(0 0) mbg[r]=(0 0)
    fmq=(0 0) fmq=(0 0) fmq[r]=(0 0)
    mop[s]=0 mop[q]=0 pendq=0 zmbq=0
    nonksxp_recvs=0
    ------------process 3d8800c18--------------------
    proc version : 0
    Local inst : 2
    pid : 26396
    lkp_inst : 2
    svr_mode : 0
    proc state : KJP_FROZEN
    Last drm hb acked : 0
    flags : x50
    ast_rcvd_svrmod : 0
    current lock op : 0
    Total accesses : 1
    Imm. accesses : 0
    Locks on ASTQ : 0
    Locks Pending AST : 0
    Granted locks : 0
    AST_Q:
    PENDING_Q:
    GRANTED_Q:
    SO: 0x3d9835198, type: 14, owner: 0x3df099bf8, flag: INIT/-/-/0x00 if: 0x1 c: 0x1
    proc=0x3df099bf8, name=channel handle, file=ksr2.h LINE:367 ID:, pg=0
    (broadcast handle) 3d9835198 flag: (2) ACTIVE SUBSCRIBER,
    owner: 3df099bf8 - ospid: 26396
    event: 1, last message event: 1,
    last message waited event: 1,
    next message: 0(0), messages read: 0
    channel: (3d9934df8) PMON actions channel [name: 2]
    scope: 7, event: 1, last mesage event: 0,
    publishers/subscribers: 0/1,
    messages published: 0
    heuristic msg queue length: 0
    SO: 0x3d9835008, type: 14, owner: 0x3df099bf8, flag: INIT/-/-/0x00 if: 0x1 c: 0x1
    proc=0x3df099bf8, name=channel handle, file=ksr2.h LINE:367 ID:, pg=0
    (broadcast handle) 3d9835008 flag: (2) ACTIVE SUBSCRIBER,
    owner: 3df099bf8 - ospid: 26396
    event: 1, last message event: 1,
    last message waited event: 1,
    next message: 0(0), messages read: 0
    channel: (3d9941e40) scumnt mount lock [name: 157]
    scope: 1, event: 12, last mesage event: 0,
    publishers/subscribers: 0/12,
    messages published: 0
    heuristic msg queue length: 0
    SO: 0x3de4a2b80, type: 4, owner: 0x3df099bf8, flag: INIT/-/-/0x00 if: 0x3 c: 0x3
    proc=0x3df099bf8, name=session, file=ksu.h LINE:12624 ID:, pg=0
    (session) sid: 33 ser: 1 trans: 0x0, creator: 0x3df099bf8
    flags: (0x51) USR/- flags_idl: (0x1) BSY/-/-/-/-/-
    flags2: (0x409) -/-/INC
    DID: , short-term DID:
    txn branch: 0x0
    oct: 0, prv: 0, sql: 0x0, psql: 0x0, user: 0/SYS
    ksuxds FALSE at location: 0
    service name: SYS$BACKGROUND
    Current Wait Stack:
    Not in wait; last wait ended 0.666415 sec ago
    Wait State:
    fixed_waits=0 flags=0x21 boundary=0x0/-1
    Session Wait History:
    elapsed time of 0.666593 sec since last wait
    0: waited for 'pmon timer'
    duration=0x12c, =0x0, =0x0
    wait_id=63 seq_num=64 snap_id=1
    wait times: snap=3.000089 sec, exc=3.000089 sec, total=3.000089 sec
    wait times: max=3.000000 sec
    wait counts: calls=1 os=1
    occurred after 0.002067 sec of elapsed time
    1: waited for 'pmon timer'
    duration=0x12c, =0x0, =0x0
    wait_id=62 seq_num=63 snap_id=1
    wait times: snap=3.010111 sec, exc=3.010111 sec, total=3.010111 sec
    wait times: max=3.000000 sec
    wait counts: calls=1 os=1
    occurred after 0.001926 sec of elapsed time
    2: waited for 'pmon timer'
    duration=0x12c, =0x0, =0x0
    wait_id=61 seq_num=62 snap_id=1
    wait times: snap=3.125286 sec, exc=3.125286 sec, total=3.125286 sec
    wait times: max=3.000000 sec
    wait counts: calls=1 os=1
    occurred after 0.003361 sec of elapsed time
    3: waited for 'pmon timer'
    duration=0x12c, =0x0, =0x0
    wait_id=60 seq_num=61 snap_id=1
    wait times: snap=3.000081 sec, exc=3.000081 sec, total=3.000081 sec
    wait times: max=3.000000 sec
    wait counts: calls=1 os=1
    occurred after 0.002102 sec of elapsed time
    4: waited for 'pmon timer'
    duration=0x12c, =0x0, =0x0

  • Test connection failed for resource(s): AD: == No route to host\n

    Hi, First of all I would like to tell you that the application was running fine few days back, this issue has come suddenly.
    I am getting following error while doing connection test for AD with SUN IDM:
    Test connection failed for resource(s): AD: ==> No route to host\n
    and when I try to open the detail for windows active directory arrow mark from the resource tab, Its giving me below error:
    Error iterating over objects ==> com.waveset.util.WavesetException: ==>java.net.NoRouteToHostException: No route to host
    I tried to google on this but all are pointing to some network/firewall problem.
    Can anybody suggest me the correction ways to resolve this problem. Any idea how I can proceed further.
    Thanks,
    Jimmy

    First of all, I dont know if you even done the proper fault elimination
    No route to host is indicative of a network problem that could be based on several different faults.
    Simplest way to check, log in to the system running your IdM.
    first check if your nameservice is working
    nslookup <your fully qualified hostname for the AD gateway>
    idmmgr@unix103a:$ nslookup idm-gw.company.com
    Server:         139.188.2.1
    Address:        139.188.2.1#53
    idm-gw.company.com canonical name = win050a.company.com.
    Name:   win050a.company.com
    Address: 171.39.88.145if you get the right response there
    try pinging the returned address
    idmmgr@unix103a:$ ping 171.39.88.145
    171.39.88.145 is aliveIf you have a routing problem it will probably show above...
    if the route to the gateway works, it might be the gateway that cant talk to the AD
    Just follow the track manually and if it stops working from one point, go past that point (if you can) and see if it works beyond it.
    Either way, whatever resource is pointed out in the connectinfo in the pertinent adaptor or connector should work from the prompt of the system running it, if not, then you can start unraveling it from there.

  • Upgrade phase STARTSAP_NBAS error: SYSTEM START failed

    During an upgrade from BW 3.5 to BI 7.0, I get the following error
    message in phase STARTSAP_NBAS:
    SYSTEM START failed, code -2
    -2: the test rfc did not work.
    Try to log on to the system with user DDIC
    When I try to log on to the system as user DDIC, I get the following
    error message:
    DB-Error -0
    The same thing happens when I try to log on as SAP*. I am certain that
    the password I submit is correct. I have not changed this password at
    any time.
    I have included SAP_BASIS support package 14 into this upgrade, and
    this requires kernel version 133 at least (Note 822379). This kernel
    was copied into the usr\sap\put\exenew directory before the upgrade
    began. However, the system still seems to run on kernel version 111.
    I have tried to put the 133 kernel into
    F:\usr\sap\BWS\SYS\exe\nuc\NTAMD64 so that it is copied into
    F:\usr\sap\BWS\SYS\exe\run during system startup, but then all my work
    processes die. The gateway also seems to be down using this kernel.
    Please help!
    Regards,
    Thomas

    Hi.
    I made a stupid mistake.. the kernel I was using was unicode, but I should use a non-unicode kernel..
    Regards,
    Thomas

  • Java 7 Web start fails to download Java 1.6 version

    Sorry for the almost exact duplication of a previous thread, but that was closed (Java 7 Web start fails to download Java 1.6 version
    When launching an application requiring Java 1.6 with a Java 1.7 web start it fails when it tries to download 1.6 with the following message:
    "Unable to download http://javadl-esd.sun.com/update/1.6.0/1.6.0_29-b11.xml for installation"
    Problem only seems to occur on Windows 7 (64 bit), seems fine on Windows XP.
    Bug has been raised with Oracle by poster Matt Taylor - http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7168311
    Does anybody have any ideas?
    Thanks,
    Lee.

    igor wrote:
    Could you please collect and provide more info.
    In particular:
    0) Explain how exactly you launch JNLP when it does not work.We have a website with a link to a jnlp file. User clicks on the link the jnlp file downloads and installs.
    "install the jnlp from the dos window" - do you mean run "javaws applicationURL"?Yes. But actually that only worked because we had already installed a Java 6 version.
    When it does not work do you use Deployment Toolkit to embed link into web page?
    1) screenshot of the errorHere are links to several screenshots of errors we get:
    http://dl.waterford.org/pics/error_install.png
    http://dl.waterford.org/pics/error2.png
    http://dl.waterford.org/pics/error3.png
    Here is a link to the error in the java webstart failure dialog (details):
    http://dl.waterford.org/pics/errormsg.txt
    2) Enable full trace details (see http://docs.oracle.com/javase/7/docs/webnotes/tsg/TSG-Desktop/html/plugin.html#gcexdf)
    and post trace fileHere is a link to the java console with full trace details:
    http://dl.waterford.org/pics/javaconsole.txt
    3) Install WireShark and see what http requests are made. Please post all request/response pairshttp://dl.waterford.org/pics/packets.pcap
    Edited by: 933472 on May 10, 2012 1:30 PM

  • Please help: opmn start failed

    Hello,
    I have the following problem with the opmn:
    I have installed Oracle 10g Database in HPUX 11.11 from the disc "Database". It works OK, I can start my database instance "orademo" with dbstart and stop it with dbshut. If it is running, I can connect to it without problems.
    Then I have installed Oracle 10g Database Products from the disc "Companion" without problems.
    Then I tried to install Oracle 10g Database Companion Products. The installation seemed to proceed OK except of the following two messages: "File not found ...(emca.1.1.jar)" at approx. 76% of the status bar and "Error invoking target 'nmo nmb'..." at approx. 95%. I have clicked on "Continue" in both cases and the installation went up to the screen, "Configuration Assistants". The first of the two actions, OC4J Configuration Assistant, succeeded. The other one, "Starting HTTP Server", failed. Then I have canceled it, performed the root.sh script, and the last screen, "End of Installation" appeared. When I closed this, I could see the following message in the terminal:
    Exception : class java.sql.SQLException Io exception: The Network Adapter could not establish the connection
    Could not retrive nls_lang from database
    Then I tried to start HTTP server manually but I obtained the following error messages:
    bash-2.05b$ /export/ora10gcomp/opmn/bin/opmnctl startall
    opmnctl: starting opmn and all managed processes...
    Pthread internal error: message: __libc_reinit() failed, file: /ux/core/libs/threadslibs/src/common/pthreads/pthread.c, line: 1155
    Return Pointer is 0xc003a497
    /export/ora10gcomp/opmn/bin/opmnctl[3]: 21149 Quit(coredump)
    Pthread internal error: message: __libc_reinit() failed, file: /ux/core/libs/threadslibs/src/common/pthreads/pthread.c, line: 1155
    Return Pointer is 0xc003a497
    /export/ora10gcomp/opmn/bin/opmnctl[7]: 21150 Quit(coredump)
    Pthread internal error: message: __libc_reinit() failed, file: /ux/core/libs/threadslibs/src/common/pthreads/pthread.c, line: 1155
    Return Pointer is 0xc003a497
    /export/ora10gcomp/opmn/bin/opmnctl[9]: 21152 Quit(coredump)
    opmnctl: opmn start failed
    bash-2.05b$
    Then I checked all Oracle 10g requirements, namely required HPUX patches, unistalled and reinstalled the Oracle 10g Database Companion Products repeatedly, checked the connection to the database by SQL Plus etc. ... but the problem was always the same.
    Note: I installed Oracle 10g (including Database Companion Products) also in Windows XP and in Fedora Core 3 and I never encountered a problem like this. Everything runs correctly in these other operating systems.
    Would somebody help me?
    Thanks in advance!
    Vaclav

    Hi,
    Thanks for the replay. I am doing the installation once again. Now I am not facing OPMN problem.
    Now I am facing some another problem. That DBCA fails to create infrastructre metadata respository database. Why it is happening?
    regards,
    Mat.

  • UDI OSD Task Sequences started failing with 0x80070002 error in SCCM 2012

    This is kind of long, but here goes...
    We built a UDI task sequence in SCCM 2012 (with MDT integration) that we were testing for deployment of a couple of different Win7 images.  We customized the UDI experience thru the UDI wizard and XML file and OS deployment worked as expected
    thru the task sequence (testing on Hyper-V VMs). Recently, this UDI TS started failing with error 0x80070002  during what appears to be the "Use Toolkit Package" step.  This is after the OS image has already been laid down and after the ConfigMgr
    client has been installed/configured.  The SMSTS.log reports "Failed to open the task sequence key HKLM\Software\Microsoft\SMS\Task Sequence.  Error code 0x8007002"  Among other errors...I will post the entire log below...
    After the error during deployment, Win7 will boot normally, however, you have no network connectivity and it appears the proper network driver didn't get loaded in the OS. Combine this with the fact that the TS should have joined the machine to our domain,
    but you can't login because no network.. Im not sure if the network issue is a product of the TS failing early or the actual cause of the TS failure. 
    Anyway, I attempted to build another UDI task sequence using the same boot image and toolkit/settings packages, but am experiencing the same error during deployment.  We have a few OSD task sequences built without UDI and those all still work just fine. 
    So, I am at a loss for where the root problem lies.  Any suggestions or assistance would be greatly appreciated.
    Here is the entire SMSTS.log and BDD.log...
    https://skydrive.live.com/redir?resid=D65B1C4362892A26!110&authkey=!AKu5mOvDsXaEgvc
    Thanks
    Richie Tenhet

    your failure does appear to be network (driver or otherwise) or dns related and it cannot contact the management point FQDN just around the time where it should download and execute the
    Use Toolkit Package step...
    "Starting Task Sequence Engine . . . "
    "Non fatal error 0x80072ee7 in sending task sequence execution status message to MP"
    "Start executing an instruciton. Instruction name: Use Toolkit Package. Instruction pointer: 83"
    "unknown host (gethostbyname failed)"
    "sending with winhttp failed; 80072ee7"
    "Tried all the available http based locations. SMB based locations will be attempted now."
    "Failed to resolve the source for SMS PKGID=P0100015, hr=0x80070002"
    "Failed to run the action: Use Toolkit Package.
    The system cannot find the file specified. (Error: 80070002; Source: Windows)"
    that said, check that the package referenced above actually exists and is the correct source version on your distribution points, also verify (press F8 and check can you ping the FQDN of your management point) that you have network connectivity
    around the time of the failure.
    Step by Step Configuration Manager Guides >
    2012 Guides |
    2007 Guides | I'm on Twitter > ncbrady

  • BPMA_ProcessManager service start failed

    EPM Version: 11.1.1.1
    OS: Windows 2003
    Dear all,
    BPMA_ProcessManager service start failed, but the EPM System Diagnostic report is success.
    Which way I can find the error where it is?
    How can I resolve the problem?
    Or load service order is wrong?
    Thx
    Hector

    Windows Event viewer detail:
    Event Type:     Error
    Event Source:     HyS9BPMA_ProcessManager
    Event Category:     None
    Event ID:     0
    Date:          2009-1-16
    Time:          15:53:53
    User:          N/A
    Computer:     ITFARMER-K9EW27
    Description:
    [892] ERROR Can't find the method:com/hyperion/hss/clients/AuthenticationException: Hyperion.NetJNIBridge.Interface.Exceptions.CASSecurityException
    Message: Can't find the method:com/hyperion/hss/clients/Authentication
    Source: NetJNIBridge
    Server stack trace:
    at Hyperion.NetJNIBridge.CASSecurity.GetDataBaseDetails(String& dbType, String& serverName, ValueType& dbPort, String& dbName, String& userName, String& password, String& jdbcUrl)
    at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
    at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
    at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
    Exception rethrown at [0]:
    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
    at Hyperion.NetJNIBridge.Interface.ICASSecurity.GetDataBaseDetails(String& dbType, String& serverName, ValueType& dbPort, String& dbName, String& userName, String& password, String& jdbcUrl)
    at Hyperion.DimensionServer.SessionManager.CasSecurityProvider.GetDataBaseDetails(String& vendor, String& serverName, Int32& dbPort, String& dbName, String& username, String& password, String& jdbcUrl)

  • Mac book pro (2008)will not start up,command-v gives (error) Import:Importer start failed for 89(kr:268435459)invalid destination port)

    will not start up.
    tried Command-v
    message reads
    (error) Import:Importer start failed for 89 (kr:268435459)invalid destination port)

    First, uninstall "SuperTV" (whatever that is) according to the developer's instructions. It isn't working and it's filling the log with noise.
    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left.
    Enter "BOOT_TIME" (without the quotes) in the search box. Note the timestamps of those log messages, which refer to the times when the system was booted. Now clear the search box and scroll back in the log to the last boot time when you had the problem. Post the messages logged before the boot, while the system was unresponsive or was failing to shut down. Please include the BOOT_TIME message at the end of the log extract.
    Post the log text, please, not a screenshot. If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message. When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    PLEASE DO NOT INDISCRIMINATELY DUMP THOUSANDS OF LINES FROM THE LOG INTO A MESSAGE. If you do that, I will not respond.
    Important: Some private information, such as your name, may appear in the log. Edit it out by search-and-replace in a text editor before posting.
    Step 2
    Still in Console, look under System Diagnostic Reports for crash or panic logs, and post the most recent one, if any. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if present (it may not be.) Please don’t post shutdownStall, spin, or hang logs — they're very long and not helpful.

  • PVC300 "Recording entry 0 start failed" error to NSS3000

    Hi,
    I have 4 cameras setup to record to a NSS3000. 2 x PVC300 and 2 x PVC2300
    I have setup the server on the PVC300's and it will test OK with a message "Mount Succeffully" however if I try to setup a recording to write to it I get the above error: "Recording entry 0 start failed"
    If I try with a motion event it fails with a "Samba Mount Failed" error.
    I can get the motion event writing OK to a FTP server on the same NSS3000 but not to CIFS.
    Both PVC2300's connect fine to the same NSS300 using the smae credentials and same share (different folder)
    All devices are on the same LAN connected via a 3560 switch
    the PVC300's have firmware 1.0.1.13
    the PVC2300's have firmware 1.1.2.6
    I have searched this community and cannot find anything similar, so thought it best to post this as a new thread.  Hope this is correct.

    Hi,
    I have 4 cameras setup to record to a NSS3000. 2 x PVC300 and 2 x PVC2300
    I have setup the server on the PVC300's and it will test OK with a message "Mount Succeffully" however if I try to setup a recording to write to it I get the above error: "Recording entry 0 start failed"
    If I try with a motion event it fails with a "Samba Mount Failed" error.
    I can get the motion event writing OK to a FTP server on the same NSS3000 but not to CIFS.
    Both PVC2300's connect fine to the same NSS300 using the smae credentials and same share (different folder)
    All devices are on the same LAN connected via a 3560 switch
    the PVC300's have firmware 1.0.1.13
    the PVC2300's have firmware 1.1.2.6
    I have searched this community and cannot find anything similar, so thought it best to post this as a new thread.  Hope this is correct.

  • SMC 4.0 db-start failed

    Dear All ,
    I try install smc 4.0 on another sun box ,the reason for test CCR problem from on t2000 box ,I use same file which use for install smc on t2000 , but on step es-setup i got the problem (db-start failed).Here the log installation :
    Initiating setup for Sun Management Center Agent Component.
    This part of the setup process does the Sun Management Center Agent Component setup.
    Started /opt/SUNWsymon/lib/sbin/sm_setup_agent.sh at Thu Nov 8 20:16:52 BNT 2007.
    Running on SunOS sun240 5.10 Generic_120011-14 sun4u sparc SUNW,Sun-Fire-V240.
    Copying snmpd.conf file into /var/opt/SUNWsymon/cfg
    Server component also installed locally.
    Using this machine as the Sun Management Center server.
    ---------------------------- WARNING ---------------------------
    It appears that agent.snmpPort 161 is already in use.
    Sun Management Center 4.0 agent may not be able to run due to this conflict.
    There are two ways to correct this conflict:
    1. Reconfigure the port that Sun Management Center 4.0 uses.
    2. Stop the process that is using the port.
    Press RETURN to force default port.
    Enter port you would like to use [ 1100 to 65535 ]: 1161
    Updating /var/opt/SUNWsymon/cfg/domain-config.x with new port number.
    Generating agent security keys.
    PKCS11 Utilities package(SUNWcsl) was found.
    Encrypted SNMP Communication is supported.
    Setup of Agent component is successful.
    Starting Sun Management Center database setup...
    verifyDatabaseDown: instance is not executing
    Database consistency information missing.
    Configuring database initialization parameter file
    Stopping metadata component
    Successfully disabled service sunmc-metadata
    Stopping cfgserver component
    Successfully disabled service sunmc-cfgserver
    Stopping topology component
    Successfully disabled service sunmc-topology
    Stopping event component
    Successfully disabled service sunmc-event
    Stopping grouping service
    Successfully disabled service sunmc-grouping
    Stopping trap component
    Successfully disabled service sunmc-trap
    Stopping java server
    Successfully disabled service sunmc-javaserver
    Stopping webserver
    Successfully disabled service sunmc-webserver
    Stopping agent component
    Successfully disabled service sunmc-agent
    Stopping platform component
    Successfully disabled service sunmc-platform
    verifyDatabaseDown: instance is not executing
    Failed to enable service sunmc-database
    Database setup failed : db-start failed
    Updating registry...
    As database is not setup, Marking server setup as failed in Registry.
    None of the base layers are setup.
    No Addon is setup.
    Following Addons are not yet setup: Advanced System Monitoring,ELP Config-Reader Monitoring,Desktop,Service Availability Manager,Sun Fire Entry-Level Midrange System,Performance Reporting Manager,Solaris Container Manager,System Reliability Manager,Workgroup Server
    Could not finish requested task.
    I am already uninstall(use uninstall script ) and reinstall back , but the result is same , Does any one know how to solve this problem ?
    Regards
    hadi

    Greetings,
    I've not been able to resolve the topology issues, the recommended fixes have not resolved my issues. Upon un-installaing and re-installing multiple times I'm still not able to get the topology component to initialize correctly. The Management Center does display in the Applications listing in the Java Web Console (3.0.2) however clicking on it and displaying the main page for the Management Center 4.0 displays just a few items in the left nav, and none of the 'Discover Systems' requests make it in the queue or work at all. None of the other Management modules are displayed either. The web start console refuses to connect to the server as well, replying with a 'Server communication error, the server version may be incompatible' error.
    I've noticed quite a bit of sql errors in the install, I've not seen anything in the release notes or forums regarding this issue either. Any help on this would be greatly appreciated! SMA and snmpdx are both disabled as well as dmi services.
    The server is x86 Dell 2950, Entire install of Solaris 10 U3 11/06. Agent, Server, and Console components are installed and setup.
    */etc/project:*
    system:0::::
    user.root:1::::
    noproject:2::::
    default:3::::project.max-shm-memory=(priv,5368708912,deny)
    group.staff:10::::
    from */var/adm/messages:*
    Dec 19 12:19:21 dvall topology[963]: [ID 840589 daemon.alert] syslog Dec 19 12:19:21 topology parsing error in file://localhost/topology-license-d.x;flags=ro(13):
    Dec 19 12:19:21 dvall topology[963]: [ID 259113 daemon.alert] syslog Dec 19 12:19:21 topology *** aborting execution ***
    install log:
    Started ./es-inst at Wed Dec 19 11:50:19 PST 2007.
    Running on SunOS dvall 5.10 Generic_125101-07 i86pc i386 i86pc.
    This script installs Sun (TM) Sun Management Center 4.0
    Installation files source directory: /root/src/SunMC/disk1/image/SunOS/i386
    Copying required XML APIs from /root/src/SunMC/disk1/sbin/bin/i386-sun-solaris10 to /var/run/tmp/SunMCInstall/XML/APIs
    Enter the directory in which you want to install: [ /opt ] /opt/SunMC/
    Installation destination directory: /opt/SunMC
    Select the Sun Management Center 4.0 components to install:
    3 component(s) are available for your selection:
    Do you want to install the Server component (y|n|q) y
    Note: The Agent component will be installed automatically.
    Do you want to install the Console component (y|n|q) y
    Looking for valid JDK.
    Found incomplete installation of : "1.6.0_03-b05"
    SYMON_JAVAHOME is set to: /usr/java
    JDK version is: "1.6.0_03-b05"
    JDK check OK.
    Looking for Tomcat Webserver.
    Webserver check OK.
    You must agree to the above license agreement to proceed with installation.
    Do you agree (y|n|q) y
    Sun Management Center 4.0 can be installed in the following languages:
    Traditional Chinese
    Simplified Chinese
    French
    Japanese
    Korean
    English is installed by default.
    Are other languages required (y|n|q) n
    Reading Add-On products from image. Please wait...
    This can take approximately 3 minutes to complete.
    Found: Sun Management Center Integration for Unicenter TNG
    Found: Advanced System Monitoring
    Found: System Reliability Manager
    Found: Generic X86/X64 Config Reader
    Found: Solaris Container Manager
    Found: Service Availability Manager
    Found: Performance Reporting Manager
    Checking for applicable products. Please wait...
    This can take approximately 2 minutes to complete.
    Unable to find package directory for SUNWeshsm
    Component script found: check-remote-install.sh
    Running: /root/src/SunMC/disk1/image/SunOS/i386/Addons/TNG/Solaris_10/Basic//check-remote-install.sh
    Return value: 1
    Component script found: check-remote-install.sh
    Running: /root/src/SunMC/disk1/image/SunOS/i386/Addons/TNG/Solaris_10/Basic//check-remote-install.sh
    Return value: 1
    Component script found: check_TNG_Server.sh
    check if TNG Server is installed.
    Cannot install the Unicenter TNG addon Server component. CA-TNG is not installed, you should install CA-TNG first.
    Running: /root/src/SunMC/disk1/image/SunOS/i386/Addons/TNG/Solaris_10/Basic//check_TNG_Server.sh
    Return value: 2
    Script returned 2. Skipping this component.
    Component script found: gca-check.sh
    Running: /root/src/SunMC/disk1/image/SunOS/i386/Addons/X86ConfigReader/Solaris_10/Basic//gca-check.sh
    Return value: 1
    The Sun Management Center 4.0 Production environment will be installed.
    The following Add-On Products are applicable for installation.
    Advanced System Monitoring
    Service Availability Manager
    Performance Reporting Manager
    Solaris Container Manager
    System Reliability Manager
    Sun Management Center Integration for Unicenter TNG
    Generic X86/X64 Config Reader
    Do you want to select all the products (y|n|q) n
    Select the products you want to install:
    Advanced System Monitoring (y|n|q) y
    Service Availability Manager (y|n|q) y
    Performance Reporting Manager (y|n|q) y
    Solaris Container Manager (y|n|q) y
    System Reliability Manager (y|n|q) y
    Sun Management Center Integration for Unicenter TNG (y|n|q) n
    Generic X86/X64 Config Reader (y|n|q) y
    The following Add-On Products will be installed:
    Advanced System Monitoring
    Service Availability Manager
    Performance Reporting Manager
    Solaris Container Manager
    System Reliability Manager
    Generic X86/X64 Config Reader
    Do you want to proceed (y|n|q) y
    The following Add-On products are covered under license agreement:
    You must agree to the above license agreement to proceed with installation.
    Do you agree (y|n|q) y
    Disk Space Checking....
    Installing the components...
    Installing... PRODUCT.PE COMPONENT.AGENT
    Processing package instance <SUNWescom> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Solaris_10/Basic>
    Sun Management Center Common Components(i386) 4.0,REV=2.10.2007.10.23
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    Installing Sun Management Center Common Components as <SUNWescom>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    2426 blocks
    ## Executing postinstall script.
    Installation of <SUNWescom> was successful.
    Processing package instance <SUNWenesi> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center script localization messages(i386) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    1 package pathname is already properly installed.
    Installing Sun Management Center script localization messages as <SUNWenesi>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    683 blocks
    Installation of <SUNWenesi> was successful.
    Processing package instance <SUNWesagt> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center Agent(i386) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    3 package pathnames are already properly installed.
    Installing Sun Management Center Agent as <SUNWesagt>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    24750 blocks
    ## Executing postinstall script.
    Installation of <SUNWesagt> was successful.
    Processing package instance <SUNWesmib> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Solaris_10/Basic>
    Sun Management Center Mib Instance Module(i386) 4.0,REV=2.10.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    4 package pathnames are already properly installed.
    Installing Sun Management Center Mib Instance Module as <SUNWesmib>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    281 blocks
    Installation of <SUNWesmib> was successful.
    Processing package instance <SUNWesken> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Solaris_10/Basic>
    Sun Management Center Kernel Reader Module(i386) 4.0,REV=2.10.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    5 package pathnames are already properly installed.
    Installing Sun Management Center Kernel Reader Module as <SUNWesken>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    399 blocks
    Installation of <SUNWesken> was successful.
    Processing package instance <SUNWesmod> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center Agent Modules(i386) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    9 package pathnames are already properly installed.
    Installing Sun Management Center Agent Modules as <SUNWesmod>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    235 blocks
    Installation of <SUNWesmod> was successful.
    Processing package instance <SUNWesae> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Solaris_10/Basic>
    Sun Management Center Agent System Files(i386) 4.0,REV=2.10.2007.10.15
    Using </> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    9 package pathnames are already properly installed.
    Installing Sun Management Center Agent System Files as <SUNWesae>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    28 blocks
    ## Executing postinstall script.
    Installation of <SUNWesae> was successful.
    Processing package instance <SUNWesaem> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Solaris_10/Basic>
    Sun Management Center Event Module for Agent(i386) 4.0,REV=2.10.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    9 package pathnames are already properly installed.
    Installing Sun Management Center Event Module for Agent as <SUNWesaem>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    186 blocks
    Installation of <SUNWesaem> was successful.
    Processing package instance <SUNWesgui> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center GUI Installation(i386) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    7 package pathnames are already properly installed.
    Installing Sun Management Center GUI Installation as <SUNWesgui>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    6250 blocks
    Installation of <SUNWesgui> was successful.
    Processing package instance <SUNWsuagt> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center Dynamic Agent Update Agent Components(i386) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    6 package pathnames are already properly installed.
    Installing Sun Management Center Dynamic Agent Update Agent Components as <SUNWsuagt>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    152 blocks
    Installation of <SUNWsuagt> was successful.
    Processing package instance <SUNWesval> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center Validation Tool Components(i386) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    4 package pathnames are already properly installed.
    Installing Sun Management Center Validation Tool Components as <SUNWesval>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    220 blocks
    Installation of <SUNWesval> was successful.
    Processing package instance <SUNWesaxp> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Java API for XML Processing (JAXP) v1.1.3(i386) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    2 package pathnames are already properly installed.
    Installing Java API for XML Processing (JAXP) v1.1.3 as <SUNWesaxp>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    2362 blocks
    Installation of <SUNWesaxp> was successful.
    Processing package instance <SUNWesmcp> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Solaris_10/Basic>
    Sun Management Center Module Configuration Propagation(i386) 4.0,REV=2.10.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    8 package pathnames are already properly installed.
    Installing Sun Management Center Module Configuration Propagation as <SUNWesmcp>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    249 blocks
    Installation of <SUNWesmcp> was successful.
    Processing package instance <SUNWeslac> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Solaris_10/Basic>
    Sun Management Center Local Access(i386) 4.0,REV=2.10.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    3 package pathnames are already properly installed.
    Installing Sun Management Center Local Access as <SUNWeslac>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    14 blocks
    Installation of <SUNWeslac> was successful.
    Processing package instance <SUNWesafm> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Solaris_10/Basic>
    Sun Management Center FMA Service Module for Agent(i386) 4.0,REV=2.10.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    5 package pathnames are already properly installed.
    Installing Sun Management Center FMA Service Module for Agent as <SUNWesafm>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    92 blocks
    Installation of <SUNWesafm> was successful.
    Package SUNWservicetagr is already installed on this system.
    Validating the Registry entry.
    Package SUNWservicetagu is already installed on this system.
    Validating the Registry entry.
    Package SUNWstosreg is already installed on this system.
    Validating the Registry entry.
    Installing... PRODUCT.PE COMPONENT.CONSOLE
    Package SUNWescom is already installed on this system.
    Validating the Registry entry.
    Package SUNWenesi is already installed on this system.
    Validating the Registry entry.
    Processing package instance <SUNWescon> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center Console(i386) 4.0,REV=2.9.2007.10.16
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    4 package pathnames are already properly installed.
    Installing Sun Management Center Console as <SUNWescon>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    6638 blocks
    Installation of <SUNWescon> was successful.
    Processing package instance <SUNWesjp> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center Additional Components(i386) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    2 package pathnames are already properly installed.
    Installing Sun Management Center Additional Components as <SUNWesjp>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    5819 blocks
    Installation of <SUNWesjp> was successful.
    Package SUNWesaxp is already installed on this system.
    Validating the Registry entry.
    Processing package instance <SUNWesclt> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center Client API(i386) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    2 package pathnames are already properly installed.
    Installing Sun Management Center Client API as <SUNWesclt>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    1609 blocks
    Installation of <SUNWesclt> was successful.
    Processing package instance <SUNWesjrm> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center Client API support classes(i386) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    2 package pathnames are already properly installed.
    Installing Sun Management Center Client API support classes as <SUNWesjrm>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    663 blocks
    Installation of <SUNWesjrm> was successful.
    Processing package instance <SUNWenesf> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center Console properties(i386) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    2 package pathnames are already properly installed.
    Installing Sun Management Center Console properties as <SUNWenesf>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    557 blocks
    ## Executing postinstall script.
    Installation of <SUNWenesf> was successful.
    Package SUNWesgui is already installed on this system.
    Validating the Registry entry.
    Processing package instance <SUNWesasc> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center Advanced Services Console(i386) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    2 package pathnames are already properly installed.
    Installing Sun Management Center Advanced Services Console as <SUNWesasc>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    156 blocks
    Installation of <SUNWesasc> was successful.
    Processing package instance <SUNWescix> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center Import/Export(i386) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    2 package pathnames are already properly installed.
    Installing Sun Management Center Import/Export as <SUNWescix>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    156 blocks
    Installation of <SUNWescix> was successful.
    Processing package instance <SUNWsucon> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center Dynamic Agent Update Console Components(i386) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    2 package pathnames are already properly installed.
    Installing Sun Management Center Dynamic Agent Update Console Components as <SUNWsucon>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    27 blocks
    Installation of <SUNWsucon> was successful.
    Processing package instance <SUNWescli> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center Command Line Interface(i386) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    5 package pathnames are already properly installed.
    Installing Sun Management Center Command Line Interface as <SUNWescli>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    862 blocks
    Installation of <SUNWescli> was successful.
    Processing package instance <SUNWesclb> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Solaris_10/Basic>
    Sun Management Center Command Line Interface For BatchMode(i386) 4.0,REV=2.10.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    4 package pathnames are already properly installed.
    Installing Sun Management Center Command Line Interface For BatchMode as <SUNWesclb>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    155 blocks
    Installation of <SUNWesclb> was successful.
    Package SUNWesval is already installed on this system.
    Validating the Registry entry.
    Processing package instance <SUNWesmc> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center MCP Console(i386) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    3 package pathnames are already properly installed.
    Installing Sun Management Center MCP Console as <SUNWesmc>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    200 blocks
    Installation of <SUNWesmc> was successful.
    Processing package instance <SUNWescdv> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center Console Dataview(i386) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    3 package pathnames are already properly installed.
    Installing Sun Management Center Console Dataview as <SUNWescdv>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    354 blocks
    Installation of <SUNWescdv> was successful.
    Installing... PRODUCT.PE COMPONENT.SERVER
    Package SUNWescom is already installed on this system.
    Validating the Registry entry.
    Processing package instance <SUNWesbui> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center Web Console(sparc) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    3 package pathnames are already properly installed.
    Installing Sun Management Center Web Console as <SUNWesbui>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    7789 blocks
    Installation of <SUNWesbui> was successful.
    Processing package instance <SUNWesbuh> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center Help(sparc) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    2 package pathnames are already properly installed.
    Installing Sun Management Center Help as <SUNWesbuh>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    498 blocks
    Installation of <SUNWesbuh> was successful.
    Package SUNWenesi is already installed on this system.
    Validating the Registry entry.
    Processing package instance <SUNWesdb> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Solaris_10/Basic>
    Sun Management Center Database(i386) 4.0,REV=2.10.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    2 package pathnames are already properly installed.
    Installing Sun Management Center Database as <SUNWesdb>
    ## Executing preinstall script.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    Group smcdbg created
    User smcdbu created
    ## Installing part 1 of 1.
    /opt/SunMC/SUNWsymon/base <conflicting pathname not installed>
    /opt/SunMC/SUNWsymon/base/bin <conflicting pathname not installed>
    /opt/SunMC/SUNWsymon/base/bin/i386-sun-solaris2.10 <conflicting pathname not installed>
    /opt/SunMC/SUNWsymon/base/lib <conflicting pathname not installed>
    /opt/SunMC/SUNWsymon/base/lib/i386-sun-solaris2.10 <conflicting pathname not installed>
    /opt/SunMC/SUNWsymon/lib/sbin <conflicting pathname not installed>
    /opt/SunMC/SUNWsymon/sbin <conflicting pathname not installed>
    928 blocks
    Installation of <SUNWesdb> was successful.
    Package SUNWesagt is already installed on this system.
    Validating the Registry entry.
    Processing package instance <SUNWessrv> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center Server(i386) 4.0,REV=2.9.2007.10.16
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    12 package pathnames are already properly installed.
    Installing Sun Management Center Server as <SUNWessrv>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    10640 blocks
    [ verifying class <preserve> ]
    Installation of <SUNWessrv> was successful.
    Processing package instance <SUNWessa> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Solaris_10/Basic>
    Sun Management Center Server/Agent(i386) 4.0,REV=2.10.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    10 package pathnames are already properly installed.
    Installing Sun Management Center Server/Agent as <SUNWessa>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    2218 blocks
    Installation of <SUNWessa> was successful.
    Package SUNWesjp is already installed on this system.
    Validating the Registry entry.
    Package SUNWesaxp is already installed on this system.
    Validating the Registry entry.
    Processing package instance <SUNWesse> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Solaris_10/Basic>
    Sun Management Center Server System Files(i386) 4.0,REV=2.10.2007.10.15
    Using </> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    5 package pathnames are already properly installed.
    Installing Sun Management Center Server System Files as <SUNWesse>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    36 blocks
    ## Executing postinstall script.
    Installation of <SUNWesse> was successful.
    Package SUNWesclt is already installed on this system.
    Validating the Registry entry.
    Package SUNWesjrm is already installed on this system.
    Validating the Registry entry.
    Processing package instance <SUNWmeta> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center Metadata Agent(i386) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    3 package pathnames are already properly installed.
    Installing Sun Management Center Metadata Agent as <SUNWmeta>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    38 blocks
    Installation of <SUNWmeta> was successful.
    Package SUNWenesf is already installed on this system.
    Validating the Registry entry.
    Processing package instance <SUNWesmdr> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center MDR for Basic Pack(i386) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    4 package pathnames are already properly installed.
    Installing Sun Management Center MDR for Basic Pack as <SUNWesmdr>
    ## Installing part 1 of 1.
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    246 blocks
    Installation of <SUNWesmdr> was successful.
    Package SUNWesgui is already installed on this system.
    Validating the Registry entry.
    Processing package instance <SUNWesweb> from </root/src/SunMC/disk1/image/SunOS/i386/PE/Common/Basic>
    Sun Management Center Web Console(i386) 4.0,REV=2.9.2007.10.15
    Using </opt/SunMC> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    2 package pathnames are already properly installed.
    Installing Sun Management C

Maybe you are looking for

  • Updated itunes 11.2 crashes after opening

    So, I recently updated my itunes when prompted to the new 11.2 version from 11.1.5, and afterwards it no longer opened without crashing! It would bounce, open for a few seconds, and crash. Before this upgrade I have never had a problem with itunes, w

  • Problem with RFC-Call within BPM

    Hello Experts, I am developing a scenario in which I call an rfc-function-module for saving information from an incoming xml which will be transmitted as Idoc to another SAP System. The Idoc transmission is doing properly. But the RFC-Call I try to d

  • IC Nav Bar button for Complaint Dispute transaction

    Hello Experts, We're trying to create a nav bar button to start the Complaint Dispute transaction. We're able to get the button to work when we do not have any confirmed business partners. However when we do have confirmed business partners we get a

  • New OS release

    Hi, I'd like to know why the last OS (4.3) for iPhone is not compatible with 3G version. If it depends by the fact that 3G doesn't support the new OS, then why you can't develop a new one just for it? Are you going to not upgrade it anymore? and if s

  • (Why) do I need a JSR-168 Portlet container?

    Probably I'm missing something essential here, but whey do I need a JSR-168 portlet container? Suppose I'm using Tapestry 4 to write my JSR-168 compliant portlets, can they be consumed "directly" by a WSRP Portal server?