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

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

  • 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

  • XAER_RMFAIL : Resource manager is unavailable

    Weblogic 8.1, I don't recall which service pack, sp10? Maybe?
    Anyway, here's the relevant stack trace. We had a strange WLS implosion last
    night that we're tracking down. We saw these when our code was trying to get
    a connection out of the datapool.
    <Mar 1, 2006 10:09:12 PM PST> <Warning> <JTA> <BEA-110030> <XA resource
    [weblogic.jdbc.wrapper.JTSXAResourceImpl] has not responded in the last 120
    second(s).>
    01 Mar 2006 22:09:21,652 WARN com.pfizer.ecms.as.MetricsSession - logEvent:
    exception: start() failed on resource
    'weblogic.jdbc.wrapper.JTSXAResourceImpl': XAER_RMFAIL : Resource manager is
    unavailable
    javax.transaction.xa.XAException: Internal error: XAResource
    'weblogic.jdbc.wrapper.JTSXAResourceImpl' is unavailable
    at
    weblogic.transaction.internal.XAResourceDescriptor.checkResource(XAResourceD
    escriptor.java:1019)
    at
    weblogic.transaction.internal.XAResourceDescriptor.startResourceUse(XAResour
    ceDescriptor.java:572)
    at
    weblogic.transaction.internal.XAServerResourceInfo.start(XAServerResourceInf
    o.java:1068)
    at
    weblogic.transaction.internal.XAServerResourceInfo.xaStart(XAServerResourceI
    nfo.java:1001)
    at
    weblogic.transaction.internal.XAServerResourceInfo.enlist(XAServerResourceIn
    fo.java:203)
    at
    weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTra
    nsactionImpl.java:419)
    at weblogic.jdbc.jts.Driver.createLocalConnection(Driver.java:207)
    at weblogic.jdbc.jts.Driver.connect(Driver.java:154)
    at
    weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java
    :298)
    at
    com.pfizer.ecms.asutil.DataAccessManager.getConnection(DataAccessManager.jav
    a:117)
    Here's our configuration:
    <JDBCConnectionPool CapacityIncrement="1"
    DriverName="oracle.jdbc.driver.OracleDriver" InitialCapacity="1"
    MaxCapacity="150" Name="OraclePool"
    Password="*****"
    Properties="user=******" ShrinkPeriodMinutes="5"
    Targets="myserver" TestConnectionsOnCreate="true"
    TestConnectionsOnRelease="true" TestConnectionsOnReserve="true"
    TestTableName="dual" URL="jdbc:oracle:thin:@garrison.back:1521:IC"/>
    <JDBCTxDataSource EnableTwoPhaseCommit="true"
    JNDIName="dbpool" Name="OracleSource"
    PoolName="OraclePool" Targets="myserver"/>
    Looking this up, I was pointed to a JTA FAQ page on edocs, and it basically
    said we should be Refreshing the connection pool, but the RefreshMinutes
    parameter is deprecated, and as you can see we're testing connections as is.
    We're puzzled by a couple of things, almost certainly application related,
    but still relevant. We have 150 connections allocated to the pool, but even
    at peak load during the day we bounce around the 40 mark. When we got the
    above exception, we were hitting the 150 ceiling. We don't quite know why
    yet.
    During this time, our DB server was pretty heaviliy loaded. There were some
    horrendous queries running, some data imports, etc. Bascially a bunch of
    stuff that happens at the beginning of the month. However, there weren't
    necessarily a lot of actual users on the system, just a select few.
    One of the things that was happening was a user was using the web interface,
    and sent off a huge horrible query. When it didn't come back in a reasonable
    amount of time, he simply hit "Refresh" on the page, thereby submitting the
    query again (thank you Sir, may I have another!). This was partly why the
    database was so heavily loaded.
    Now, we're puzzled by a couple of things. One, is the spike of actual
    connections in the DB Pool up to 150. This makes no sense.
    Second, is this error detailed above. I've tried some contrived
    experiements, and I can not raise this specific exception myself. My
    experiment was to issue a "update table set column = 1 where id = 1" in a
    generic SQL browser, thus locking the row, and then issue the identical
    command through a Session Bean call. It has happily sat there for up to 10
    minutes (600 seconds, which is our default <JTA Name="inf4.2"
    TimeoutSeconds="600"/> setting), and it eventually times out, but not with
    the same exception. Rather I get "java.sql.SQLException: ORA-01013: user
    requested cancel of current operation" from Weblogic, and
    "weblogic.transaction.internal.TimedOutException:" from my client.
    Apparently, according to the original exception, an XA Resource has not
    responded within 120 seconds, but through my testing, that XA resource isn't
    necessarily a SQL connection waiting on a query.
    Could someone provide insight as to what resource the system may be waiting
    on? For in theory, to me, that's what is consuming our DB Pool. I'm assuming
    that whatever they're waiting on (the DB apparently), they're ALL waiting on
    it, and the reason that the pool spikes is because the system can never find
    a "valid" connection, thus trying again with a new one. Is that what it
    happening?
    Clearly we basically have a tuning issue, but in fact, I'm looking for a
    stability solution. When this occurred, our system run 3 load balanced
    "legs". The middle leg was having the problem. When we dropped it, leg 3
    picked up and then IT had the problem. However, once we killed all 3 of them
    and restarted, they recovered.
    So I'm looking for some idea to keep Weblogic alive, even at the expense of
    booting off these offending transactions, and not having to restart the
    servers.
    Perhaps over time the system would have recovered on its own (most probably
    in fact), but if we can get things cut off early (as well as beating users
    that hit Refresh constantly when things "stick"), we can prevent these from
    escalating the effectively downing the whole site.
    Any thoughts would be appreciated.
    Regards,
    Will Hartung
    ([email protected])

    Will Hartung wrote:
    Weblogic 8.1, I don't recall which service pack, sp10? Maybe?Well, we're only up to sp5 here, so we'll have to catch up ;)
    Please try this:
    <JDBCConnectionPool CapacityIncrement="1"
    DriverName="oracle.jdbc.driver.OracleDriver" InitialCapacity="45"
    MaxCapacity="45" Name="OraclePool"
    Password="*****"
    Properties="user=******"
    Targets="myserver" TestConnectionsOnCreate="true"
    TestConnectionsOnRelease="false" TestConnectionsOnReserve="true"
    KeepXAConnTillTxComplete="true"
    TestTableName="dual" URL="jdbc:oracle:thin:@garrison.back:1521:IC"/>
    <JDBCTxDataSource EnableTwoPhaseCommit="true"
    JNDIName="dbpool" Name="OracleSource"
    PoolName="OraclePool" Targets="myserver"/>
    You don't want the pool in flux at runtime, either shrinking or
    growing. Just have it make what you need at startup and keep it.
    Test-on-release is a waste of cycles. Also, I set keep-xa-con
    till tx complete, to ensure that only one connection is ever
    used for a given tx. XA allows connections to be changed at the
    granularity of a single JDBC call, but that provides no real
    benefit, and some overhead.
    Let me know if this helps, and do let me know what real
    service pack you're running.
    thanks
    Joe
    Anyway, here's the relevant stack trace. We had a strange WLS implosion last
    night that we're tracking down. We saw these when our code was trying to get
    a connection out of the datapool.
    <Mar 1, 2006 10:09:12 PM PST> <Warning> <JTA> <BEA-110030> <XA resource
    [weblogic.jdbc.wrapper.JTSXAResourceImpl] has not responded in the last 120
    second(s).>
    01 Mar 2006 22:09:21,652 WARN com.pfizer.ecms.as.MetricsSession - logEvent:
    exception: start() failed on resource
    'weblogic.jdbc.wrapper.JTSXAResourceImpl': XAER_RMFAIL : Resource manager is
    unavailable
    javax.transaction.xa.XAException: Internal error: XAResource
    'weblogic.jdbc.wrapper.JTSXAResourceImpl' is unavailable
    at
    weblogic.transaction.internal.XAResourceDescriptor.checkResource(XAResourceD
    escriptor.java:1019)
    at
    weblogic.transaction.internal.XAResourceDescriptor.startResourceUse(XAResour
    ceDescriptor.java:572)
    at
    weblogic.transaction.internal.XAServerResourceInfo.start(XAServerResourceInf
    o.java:1068)
    at
    weblogic.transaction.internal.XAServerResourceInfo.xaStart(XAServerResourceI
    nfo.java:1001)
    at
    weblogic.transaction.internal.XAServerResourceInfo.enlist(XAServerResourceIn
    fo.java:203)
    at
    weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTra
    nsactionImpl.java:419)
    at weblogic.jdbc.jts.Driver.createLocalConnection(Driver.java:207)
    at weblogic.jdbc.jts.Driver.connect(Driver.java:154)
    at
    weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java
    :298)
    at
    com.pfizer.ecms.asutil.DataAccessManager.getConnection(DataAccessManager.jav
    a:117)
    Here's our configuration:
    <JDBCConnectionPool CapacityIncrement="1"
    DriverName="oracle.jdbc.driver.OracleDriver" InitialCapacity="1"
    MaxCapacity="150" Name="OraclePool"
    Password="*****"
    Properties="user=******" ShrinkPeriodMinutes="5"
    Targets="myserver" TestConnectionsOnCreate="true"
    TestConnectionsOnRelease="true" TestConnectionsOnReserve="true"
    TestTableName="dual" URL="jdbc:oracle:thin:@garrison.back:1521:IC"/>
    <JDBCTxDataSource EnableTwoPhaseCommit="true"
    JNDIName="dbpool" Name="OracleSource"
    PoolName="OraclePool" Targets="myserver"/>
    Looking this up, I was pointed to a JTA FAQ page on edocs, and it basically
    said we should be Refreshing the connection pool, but the RefreshMinutes
    parameter is deprecated, and as you can see we're testing connections as is.
    We're puzzled by a couple of things, almost certainly application related,
    but still relevant. We have 150 connections allocated to the pool, but even
    at peak load during the day we bounce around the 40 mark. When we got the
    above exception, we were hitting the 150 ceiling. We don't quite know why
    yet.
    During this time, our DB server was pretty heaviliy loaded. There were some
    horrendous queries running, some data imports, etc. Bascially a bunch of
    stuff that happens at the beginning of the month. However, there weren't
    necessarily a lot of actual users on the system, just a select few.
    One of the things that was happening was a user was using the web interface,
    and sent off a huge horrible query. When it didn't come back in a reasonable
    amount of time, he simply hit "Refresh" on the page, thereby submitting the
    query again (thank you Sir, may I have another!). This was partly why the
    database was so heavily loaded.
    Now, we're puzzled by a couple of things. One, is the spike of actual
    connections in the DB Pool up to 150. This makes no sense.
    Second, is this error detailed above. I've tried some contrived
    experiements, and I can not raise this specific exception myself. My
    experiment was to issue a "update table set column = 1 where id = 1" in a
    generic SQL browser, thus locking the row, and then issue the identical
    command through a Session Bean call. It has happily sat there for up to 10
    minutes (600 seconds, which is our default <JTA Name="inf4.2"
    TimeoutSeconds="600"/> setting), and it eventually times out, but not with
    the same exception. Rather I get "java.sql.SQLException: ORA-01013: user
    requested cancel of current operation" from Weblogic, and
    "weblogic.transaction.internal.TimedOutException:" from my client.
    Apparently, according to the original exception, an XA Resource has not
    responded within 120 seconds, but through my testing, that XA resource isn't
    necessarily a SQL connection waiting on a query.
    Could someone provide insight as to what resource the system may be waiting
    on? For in theory, to me, that's what is consuming our DB Pool. I'm assuming
    that whatever they're waiting on (the DB apparently), they're ALL waiting on
    it, and the reason that the pool spikes is because the system can never find
    a "valid" connection, thus trying again with a new one. Is that what it
    happening?
    Clearly we basically have a tuning issue, but in fact, I'm looking for a
    stability solution. When this occurred, our system run 3 load balanced
    "legs". The middle leg was having the problem. When we dropped it, leg 3
    picked up and then IT had the problem. However, once we killed all 3 of them
    and restarted, they recovered.
    So I'm looking for some idea to keep Weblogic alive, even at the expense of
    booting off these offending transactions, and not having to restart the
    servers.
    Perhaps over time the system would have recovered on its own (most probably
    in fact), but if we can get things cut off early (as well as beating users
    that hit Refresh constantly when things "stick"), we can prevent these from
    escalating the effectively downing the whole site.
    Any thoughts would be appreciated.
    Regards,
    Will Hartung
    ([email protected])

  • Error message "failed to load an application resource (internal error)" when checking form in LiveCycle preview PDF

    After creating a form, when I click on Preview PDF, I am now getting an error message "Failed to load an application resource (internal error)". Not sure why this has started recently, but it makes it impossible to check my forms for clients before I send them. I can open them outside of the program in Adobe Reader, but it is faster to check the form within LiveCycle and change them if necessary. Please help!

    I fixed mine! In Reader 9 and 10.0 I had disabled the ReadOutLoud feature as it kept popping up whenever it felt like it, and I don't need ReadOutLoud. What worked for me was first to purge the system of Reader 9 - the uninstall routine leaves stuff behind. Then I went into the Reader 10 program folder, located the plug_ins sub folder, and renamed it to oldplug_ins. Then I ran the repair routine which recreated the plug_ins subfoler.. All now works, except that the <expletive deleted> ReadOutLoud is up to its old tricks again, but I can live with that for now.
    Hope this helps.

  • Project Server 2013 for Resource Planning & Project Portfolio Management

    We are looking to  use project server 2013 for resource and project portfolio management.  We are an IT department of approximately 600 growing to 1,000 within the next several years.
    We would like to us PS2013 to do the following :
    Manage Portfolio of Projects
    Manage Resources against this Portfolio
    Calculate Project Finances using resource roles and rates
    I would be grateful to have both comments on experience , both positive and negative.
    Thank You

    Many teams within organizations are turning to Project Server to help them control resources, deliverables and costs better.    It does resource management very well with work & cost resources, baseline costs, material costs, budget costs and
    out of the box earned value analysis (EV).  The Strategy (portfolio) component is very powerful and it will help you identify project that align to your objects then do what if analysis to find the right mix of projects.
    Here are a couple of things you should think about when moving to PS2013:
    1) Who will be using the tool?  If it is a mix of onsite staff, remote staff, vendors, contractors etc. you may want to think about a hosted solution.
    2) Training.  Don't assume everyone will just magically 'know' how to use the tool.  Train everyone (team members, PMs, Executives) then train them again.  It's the only way to truly get the value out of the tool.
    3) Who will manage the system?  This is not a typical application.  The right administrator needs SharePoint, Project Server, SQL Server,  MS Project, Analysis Services and SQL Report writing skills.  Please note that much of this can
    be learned by the right person but DEFINITELY find the right person.
    4) Don't start customizing right out of the box.  You will get frustrated.  Adjust your organization to the tool early on.  I know that is easier said than done but you need a realistic approach to get tool acceptance moving early.  
    5) Use workflows but don't use them right out of the gate.  Workflows are great but I suggest you wait until phase 2 or 3 to start aligning them to your business processes.  
    6) Lastly and most importantly, you must first establish your own business processes THEN  align them to the tool.  DO NOT assume the tool will create business process for you.  You must think about how you are going to initiate a project,
    how are you going to track deliverables, how will time sheets be managed, etc.  Get to a whiteboard, crack open Visio and start building and establishing your processes now.  PS 2013 is pretty flexible and usually will align well with existing business
    processes.
    And don't forget to hire a good consultant.  They can be brought in during key phases of your roll-out to add value, help you avoid risks, and provide you with best practice advice.
    Good luck.

  • Reader 10.1 "Failed to load an application resource"

    Hi
    I upgraded from Reader X (10) to 10.1. Since then every time I start it, whether as a standalone or plug-in, I get one or more instances of an error message which says "There was an error during initialization. Failed to load an application resource (internal error)." I also note that there is no plug-ins menu.
    This is getting annoying, to say the least. I am running Windows Vista SP2. Googling produced nothing relevant.
    Does anyone have any ideas?
    Thanks
    Luke

    Thanks.
    Both. In Vista Add/Remove Programs gives a "Change" rather than a repair option but it runs the repair either way, says everything is ok, but it isn't.
    Screenshots below
    Luke

  • Failed to load an application resource (internal error) - error message when previewing pdf in program

    Hi,
    I keep getting this error message when trying to Preview PDF in program "Failed to load an application resource (internal error)". I haven't changed anything in LiveCycle, so not sure why this is happening. Have had this issue for the past few months. I've been working around it, but it's kind of a pain. Would prefer to view forms in program. Suggestions to fix this?
    Thank you!
    Stacy

    I fixed mine! In Reader 9 and 10.0 I had disabled the ReadOutLoud feature as it kept popping up whenever it felt like it, and I don't need ReadOutLoud. What worked for me was first to purge the system of Reader 9 - the uninstall routine leaves stuff behind. Then I went into the Reader 10 program folder, located the plug_ins sub folder, and renamed it to oldplug_ins. Then I ran the repair routine which recreated the plug_ins subfoler.. All now works, except that the <expletive deleted> ReadOutLoud is up to its old tricks again, but I can live with that for now.
    Hope this helps.

  • Hiding/Disabling the resources tab under project management.

    Hi,
    We need to hide/disable the resources tab in project management screen. We are not using project resource management module and also the Profile Option "PA: Licensed to use Project Resource Management" has been set to "No".
    Can someone suggest a solution for the same.
    Regards,
    Rakesh Menon

    I already got an response to the issue from Julia through Oracle Community...
    Below is the solution -
    For the Project Management Responsibility where you want your Resource Tab to be disabled:
    Go to a System Administrator responsibility - Security - Responsibility-Define.
    Look for your resposibility of Project Management.
    Under Menu Exclusion Tab add a line with Type Menu and name "Project Resource Sub Tab".
    Click Save button and then go to check in your responsibility if the Resources Tab is disabled. (it should be).

  • Failed to load an application resource (Internal Error)

    Hi,
    Running Leopard MAC OS/X 10.5.6 and Adobe Reader 9.1.0. Is anybody going to fix this problem???? Which happens when you try to run Preferences. I won't even mention the fact that I cannot print either. Ooops, I just mentioned it...
    Thanks.
    Susan

    The same problem occurs for me.
    The error Failed to load an application resource (internal error) appears when viewing preferences inside the application.
    Like wise, when printing a similar error message is shown.
    I have uninstalled the application, all adobe products on the system, removed application support files, preferences, PDF preferences and reinstalled. The problem still exists.
    I installed the same version (v9.1.0) on another mac that had never had Acrobat installed before and the problem does not exist. I am able to view preferences and print.
    Both are intel based Macs running 10.5.6.
    Given that it works on one mac and not the other, what would be causing this?
    Also is there an uninstall tool for Adobe Acrobat Mac from Adobe?

  • PR_Accept() failed, error -5974 (Insufficient system resources.)

    How can I go about determining exactly which resource was insufficient? Or has anyone encountered this and has an idea of typical reasons?
    With about 1000 connections this morning, I saw this in the log:
    PR_Accept() failed, error -5974 (Insufficient system resources.)
    Our setup:
    iPlanet Directory Server 5.1
    HPUX platform - 6 gigs ram, dual 100mb nics, plenty of disc space.

    Thanks Gary. I was going to set the ulimit and the hard and soft limits on the OS. I had done this before on a Solaris system, but with HP, I'm not sure where the equivalent of /etc/system is. I may have to check with our HP guys.
    BTW, here's the output of idsktune. I don't see any warnings for only 64 threads being available. We are going to try 5.2 Patch 4, but we cannot apply it in this environment yet -- still doing a POC. Thanks!
    $ ./idsktune
    Sun Java Enterprise System platform tuning analysis version 12-DEC-2003.
    Copyright 2002-2003 Sun Microsystems, Inc.
    NOTICE : System is hppa2.0/644-hp9000/800/rp3440 -hpux_B.11.11.
    NOTICE : The tcp_keepalive_interval is set to 7200000 milliseconds
    (120 minutes). This may cause temporary server congestion from lost
    client connections.
    NOTICE : The NDD tcp_smallest_anon_port is currently 49152. This allows a
    maximum of 16384 simultaneous connections.
    NOTICE : ndd settings can be placed in /etc/rc.config.d/nddconf
    WARNING: Only the superuser can check what patches are installed. You must
    run idsktune as root to ensure necessary patches are present.
    NOTICE : The following patches might not be installed:
    Patch PHCO_24402 "libc cumulative header file patch".
    Patch PHCO_26061 "s700_800 11.11 Kernel configuration commands patch".
    Patch PHCO_27632 "initialised TLS, Psets, Mutex performance", which supercedes PHCO_26466.
    Patch PHCO_27740 "libc cumulative patch".
    Patch PHCO_27958 "mountall cumulative patch", which supercedes PHCO_24777.
    Patch PHKL_24751 "preserve IPSW W-bit and GR31 lower bits".
    Patch PHKL_25233 "select(2) and poll(2) hang".
    Patch PHKL_25468 "eventport (/dev/poll) pseudo driver".
    Patch PHKL_25993 "thread nostop for NFS, rlimit max value fix".
    Patch PHKL_25994 "thread NOSTOP, Psets Enablement", which supercedes PHKL_24253.
    Patch PHKL_27094 "Psets Enablement Patch, slpq1 perf".
    Patch PHKL_27316 "priority inversion and thread hang", which supercedes PHKL_25367.
    Patch PHKL_27686 "MO 4k sector size; FIFO; EventPort, perf".
    Patch PHKL_28122 "signals, threads enhancement, Psets Enablement".
    Patch PHKL_28267 "Required for large heap on SDK 1.3 and 1.4 VM-JFS ddlock, mmap,thread perf, user limits".
    Patch PHNE_28089 "cumulative ARPA Transport patch".
    Patch PHSS_26560 "ld(1) and linker tools cumulative patch".
    Patch PHSS_26971 "Japanese TrueType fonts".
    Patch PHSS_26973 "Korean TrueType fonts".
    Patch PHSS_26975 "Chinese-Simple TrueType fonts".
    Patch PHSS_26977 "Traditional Chinese TrueType fonts".
    Patch PHSS_28370 "X/Motif runtime patch".
    Patch PHSS_28470 "X Font Server SEP2001 Periodic Patch. Common patch for Asian TrueType fonts.".
    NOTICE : Patches are available from http://us-support.external.hp.com/
    WARNING: largefiles option is not present on mount of /opt,
    files may be limited to 2GB in size.
    Any ideas?

  • AR can't be added-Error "Failed to load from XML resource"

    Hi Everyone,
    I need help with this error. When entering an item and then tabbing in an AR document, this code appears.
    "Failed to load from XML resouce".
    Thanks,\
    Debbie

    Hello experts,
    I am facing this issue in SBO 9.0 PL 08.
    Using SBOdemoUS, clic 'Duplicate' an existing Sales Order, then select a Business Partner, and hit 'yes' to the question in order to refresh rows with new BP info. You will get red bar error 'Failed to load from XML resource - (UI_API 7004) [Message 66000-6]'  and it wipes out all the copied rows info.  Does not happen with BPs that don't have default Ship To info.
    Your advise please.
    Thanks

  • I purchased book, it shows downloaded but  when I open it says " failed to load because requested resource is missing"

    I purchased a book in I books and it's shows downloaded but when I go to open it reads " failed to load because requested resource is missing". how do I retrieve my book?

    Hello Mike,
    I am sure you are eager to read the new book you purchased. I have a few suggestions to download and open your book.
    First, I recommend deleting the book from iBooks and downloading it from your list of past purchases using the steps in the following article:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/ht2519
    If the book still does not download or open, you can report an issue with this purchase using the steps in this article:
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase
    http://support.apple.com/kb/ht1933
    Best,
    Sheila M.

  • I have purchased a book it appears in library but says failed to load book as resource is missing how do I resolve this????

    I have purchased a book it appears in library but says failed to load book as resource is missing how do I resolve this????

    Try deleting the book from the bookshelf in the iBooks app and then redownload it (assuming that it's still in your country's store) via the Puchased tab in the ibookstore in the app and see if you can then open it

  • Advisor connector failed to send analysis data to management server

    We are using the online advisory server on the servers we can, we continue to get the following on multiple servers - "Advisor connector failed to send analysis data to management server" 
    Event Description: Failed to upload CAB to management server.
    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.File.Delete(String path)
       at Microsoft.SystemCenter.Advisor.Internal.ProbeAction.CabProbeAction.UploadOneCab()
    Seems to be mostly servers with cluster resources
    Does anyone have any information that would lead us to resolve this?
    Thanks in advanced

    I'm also seeing the same problem - as below
    Alert: Advisor connector failed to send analysis data to management server
    Source: servername.domain.com
    Path: servername.domain.com
    Last modified by: System
    Last modified time: 6/29/2014 12:50:00 PM Alert description: Event Description: Failed to upload CAB to management server.
    Reason: System.UnauthorizedAccessException: Access to the path 'C:\Program Files\Microsoft Monitoring Agent\Agent\Advisor\AgentData\AdvisorMonitorV2\Mailbox\Outbox\20140629-114047342.cab' is denied.
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.File.InternalDelete(String path, Boolean checkHost)
       at Microsoft.SystemCenter.Advisor.Internal.ProbeAction.CabProbeAction.UploadOneCab()
    Any ideas...
    Yusuf

Maybe you are looking for

  • Detect form validation error

    Hi there, I have a page that displays a report and a form on the same page. The user clicks on a row in the report - triggering a re-submit - and the form fills with the correct details. On the report there's a NEW button to add a new row. When click

  • Content Conversion: keyFieldValue

    In <i>Recordset Structure</i>, I specified a substructure with *, the rest with 1. Do I <b>HAVE TO </b>specify keyFieldValue value for all the substructure with 1 occurrence. I mean, is that <b>compulsory</b> to specify it for one-time-occur substruc

  • Stacks aren't working

    I have stacks for my documents and for my downloads. Neither of them are working. I click on the stack, and all of my documents/folders fan out, but then when I click on the folder that I want to open - nothing happens. They used to work, I don't kno

  • HT4515 why are my text messages all of a sudden in green and do not say delivered?

    why are my text messages all of a sudden in green and do not say delivered?  Also for the first time since I obtained the phone I went to use the headphones and the insert to headphones is very loose and I can connect for about 10 seconds then nothin

  • Merging values of CKFs in two columns into single column

    Hi , I want to merge values present in two different columns.The values present in rows of one column are not present in rows of other column, I have to merge the values into a single column.so that in the single column i can get all the values.how t