Cluster resource SID.WORLD' (resource type '', DLL 'fsresodbs.dll') either crashed or deadlocked.

Dear Friends,
We are facing issue with our systems which is running on win2008 with oracle DB this is MSCS environment.
Automatically some resource moved to node2 from node1 and database went down, in fail safe cluster management i can see error as below.
Cluster resource 'SID.WORLD' (resource type '', DLL 'fsresodbs.dll') either crashed or deadlocked. The Resource Hosting Subsystem (RHS) process will now attempt to terminate, and the resource will be marked to run in a separate monitor.
And
The cluster resource host subsystem (RHS) stopped unexpectedly. An attempt will be made to restart it. This is usually due to a problem in a resource DLL. Please determine which resource DLL is causing the issue and report the problem to the resource vendor.
Kindly help us to solve this issue.
Thanks
Basis

Hi Deepak,
Thanks for providing the link.
I have seen the link and symptoms are same,  but only difference is, this link is talking about clusres.dll'  and we have issue with fsresodbs.dll'
Our issue
Cluster resource 'SID.WORLD' (resource type '', DLL 'fsresodbs.dll''') either crashed or deadlocked.
and issue described in the Link
Cluster resource 'SID.WORLD' (resource type '', DLL 'clusres.dll'') either crashed or deadlocked.
Kindly guide.
Thanks
Basis

Similar Messages

  • Cluster resource ' Disk Name' of type 'Physical Disk' in clustered role 'Role Name' failed.

    We have been observing issues with our file Cluster (Windows Server 2012 R2 Std Clustered with 2 Nodes) where File Server gets
    unresponsive for SMB access request event id 30809 in Microsoft-Windows-SMBClient/Connectivity is observed
    and when we try to failover the role clustered disks fail to get offline with an error in event id 1069 Cluster resource ' Disk Name' of type 'Physical Disk' in clustered role 'Role Name' failed, we have to force fully reboot the node which faces this
    issue. It works properly for a week and again we get the same issue, this happens with all the disks in different file server roles.
    Regards Ajinkya Ghare MCITP-Server Administrator | MCTS

    we didn't found any thing in the cluster logs, in the WitnessClientAdmin logs we found errors related to failed registration
    Witness Client failed registration request for \\fileserver\sharename with error (The request is not supported.)
    Regards Ajinkya Ghare MCITP-Server Administrator | MCTS

  • Error Message: Resource Not Found, Unable to Load SyncUICoreLocalized.dll

    I'm having trouble syncing my iPhone 4. I get an error message that says: Resource Not Found, Unable to load SyncUICoreLocalized.dll.  This is preventing me from transferring my information from my old phone to my new iPhone 5c.  Can anyone help me??? A simple restart of the computer did not solve the problem.
    Thanks :-)

    I found a thread of people having the same problem, and a suggestion by stanalet solved my problem! Thanks stanalet!

  • Create Policy Resource Exception. Resource type must not be null

    OAM version: 11.1.1.5
    I have installed OAM 11g webgate but not able to register it from OAM admin console. It is throwing the error "Create Policy Resource Exception. Resource type must not be null" whenever I try to register the agent.
    Also I don't see any resource types like Http,Tokenservice and wl_Authen in Resource Type link of OAM Admin console.
    How to add these missing resource types in OAM 11g?
    Thanks in Advance

    Hi
    I didn't find solution for this issue. As I got this error in my VM machine, I reverted my snapshot to "After installing WLS" and then I installed and configured OAM again. This time I didn't get the issue.
    Good Luck.

  • Pass an error cluster in and out of a C/C++ dll?

    Hi all,
    I'd like to know if it is possible to pass a LabVIEW error cluster to a C/C++ function from a dll. This would greatly help error handling in the different VIs.
    I am able to access and modify the first two members of the error cluster; the error status and the error code, which are, respectively, boolean and integer. But I cannot modify the string. LabVIEW crashes completely doing so.
    I first define a structure in C++ like this:
    const int N = 512;
    #pragma pack(push,1)
    typedef struct lvcluster {
    bool status;
    int code;
    char source[N];
    } lvcluster;
    #pragma pack(pop)
    Then, I define a function that will access the members status, code and source:
    int TestCluster(lvcluster *err)
    err->code = 1;
    err->status = false;
    sprintf(err->source, 'Test');
    I then use LabVIEW's "Call Library Function" to call this dll's function. I have set the parameter "err" to "Adapt to Type" and "Handles by Value". Trying to write characters to the source array crashes LabVIEW.
    Is this possible at all? How should it be done?
    Thanks!

    Thanks all for the comments.
    I've been looking at extcode.h where I saw the defeninition of a LStrHandle. It seems to be a pointer to pointer to "character array":
    typedef struct {
    int cnt; /* number of bytes that follow */
    unsigned char str[1]; /* cnt bytes */
    } LStr, *LStrPtr, **LStrHandle;
    The "character array" is different than a C character array, see http://www.ni.com/white-paper/4877/en/#toc4
    The first 4 bytes contain a signed 32 bit integer representing the number of characters. There is no NULL-termination character.
     So the error structure should be something like this (modulo the size of boolean, thanks rolfk):
    const int N = 512;
    #pragma pack(push,1)
    typedef struct lvcluster {
    bool status;
    int32 code;
    LStrHandle source;
    } lvcluster;
    #pragma pack(pop)
    From there, I was able to access a LabVIEW string from C. But I am unable to modify any of it. I might be able to change the characters from an alreay allocated string, but resizing or even creating a new string crashes LabVIEW. As reported by others, manipulating these strings would require linking against labview's library to access the string manipulation functions, but this is not possible as the library must be independant of LabVIEW.
    The only last possible way I can think of is to allocate a new cluster inside the DLL. Then I might be able to change the string in it, and hopefully LabVIEW would pick it up. I don't know how LabVIEW manages its memory; would it garbage collect the input cluster that is not used anymore?
    Thanks for all the feedback.

  • Why Do I get 0h hours for resources after using Resource Levelling in Project 2010?

    Hi,
    We are using MSProject 2010 and Project Server 2010 with Enterprise resources. All resources on all projects in the enterprise are shared resources. We are finding that after resource levelling is applied to the project some resources are only
    being assigned a fraction of their total availability, and in some cases Project will assign 0 hours to a resource for several consecutive weeks even though the resource has capacity for the week the task is scheduled to start. 
    For example: Let's say we have a task that is scheduled to start on 1-20-14. The task is a 112 hours of effort with no constraints and one resource assigned to it. The resource is available 40 hours per week for the next 4 weeks. After resource
    levelling I would expect Project to assign the resource as follows: 40 hours in week 1, 40 hours the next week and 32 hours the next week, for a total of 112 hours. Instead, Project does not assign the resource to the task until week 4 (even
    though the resource has capacity on the start date of the task) and pushes the finish date out. In some weeks the resource has 0h hours showing in the timephased grid on the Resource Usage sheet.  We have experimented with the levelling settings and it
    does not seem to matter which boxes are checked, but following is our preferred settings:
    1. Levelling Calculations set to Manual
    2. Look for overallocations on a day by day basis
    3. Clear levelling values before levelling is CHECKED
    4. Level entire project is selected.
    5. Levelling order is Priority,Standard
    6. Level only within available slack is CHECKED
    7. Levelling can adjust individual assignments on a task is CHECKED
    8. Levelling can create splits in remaining work is UNCHECKED
    9. Level resources with the proposed booking type is UNCHECKED
    10. Level manually scheduled tasks is CHECKED.
    Does anyone have any ideas about why Project is not using the resource's available capacity?
    Thanks, Judy

    Hi Judy,
    Thanks to give us more detail. But actually if you need to level a resource, it means that this resource is overallocated. In your example, since it is not overallocated on the 12weeks task you mention, it means that it should be assigned on another task.
    If not, there would be no need to perform any resource levelling.
    Concerning the fact that levelling assign resource at 0hr per week, this can be absolutely normal.
    Imagine that you have a resource working at 100% on 2 tasks on the same period. imagine also that there is actual work on one of the 2 tasks. Project will level the resource, meaning that it will move ahead the remaining work of one of the task (depending
    on the levelling parameters). But the actual work will not move, thus between the actual work and the moved-foreward remaining work, the resource will be assign at 0hr by time period on the splitted task.
    Please check all the task of the levelled resource and actual work.
    See in my example below:
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • 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

  • 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

  • View the Resource Performance in Resource Center

    Hello.
    I use ProjectServer 2013.
    I always check the resource's capacity and plan in Resource center.
    But There is no information about resource performance in Resource Center.
    Is it possible to view the all resource's performance(actual work) in Resource center ?
    if possible, which parameter should be changed in server settings?
    Have a good time
    ---- Yoon -----

    Hi,
    after selecting a resource in Resource Center, use "Resource Assignments" in the ribbon. In Resource Assignments view, use "Timephase Data" (second button from left).
    This will give you information about Actual Work.
    Hope that helps?
    Barbara
    To increase the value of this forum, please mark the replies that helped to solve your issue as answer. If you find answers to questions from other forum participants to be helpful, please mark them as helpful. Your participation will help others to find
    an appropriate solution faster. Thanks for your support!

  • How to assign resource (not personel resource) to Activity/WBS/Network

    Hi,
    can anybody show me how to assign resources (not personel resource) to Activity/WBS/Network, how to plan/manage resources in PS
    Thank you
    Long

    Hi,
    Resource Planning will work in Project in two methods.
    1.work center:
    In work center we will assign resources such as machines etc to execute the Projects
    2. Workforce Planning:
    In work force planing resource assignment to network activity will happen. Project Team will be assigned to WBSE. Capacity planning / levelling will happen through this functionality.
    Refer the below URL to know more details of resource planing in projects
    http://help.sap.com/erp2005_ehp_02/helpdata/en/ed/b7853488601e33e10000009b38f83b/frameset.htm
    Hope this will help you.
    Regards,
    Rakesh Pradhan

  • PPDS Planning board - PM Resource Vs Production Resource

    Dear Experts,
    I have question regarding capacity Leveling in PPDS
    For Instance I have Resource A in production and also same Resource defined as Resource A in Plant maintenance
    Now there is Break down in Resource A and have maintenance order in ECC
    Does PPDS will pick this overload in the planning board
    Please explain how PPDS is used in such scenarios
    if you need more clear explanation please let me know
    Regards
    Raj

    Hi Raj,
    Maintainance order is integrated with APO as downtime. SO maintainance order will come as downtime on a resource in APO.
    If there is already order scheduled during this time in APO it will not get rescheduled to some other time. But  if are running some detailed scheduling heuristics such situation will get corrected.
    There is also BADI avaialble where you can enable automatic rescheduling using follow up actions
    Regards,
    Santosh

  • Attaching a Cluster of 2 elements data type to dynamic data type wire.

    Hey Folks,
    How do I attach a cluster of 2 elements data type of wire with a Dynamic data type wire?
    Or a Build XY Graph to a curve fitting2.
    Thanks for the help.
    Ty

    Hi Ty,
    Try to use the "Express-VI Curve Fitting" which is at: Functions-> Signal Analysis -> Curve Fit.
    You have to put this VI before the "Build XY Graph".
    Otherwise, u can convert the siganls types by using the "Convert from Dynamic Data"
    which is at : Functions-> Signal Mamipulation -> Convert from Dynamic Data.
    Hope it Helps....
    The Bush-Man

  • Danish terms for "data fork", "resource fork" and "resource map"?

    Any Danish speakers here who know the Danish terms for "data fork", "resource fork" and "resource map"?

    You got me thinking (never good on a Sunday), so I looked around and found this:
    http://www.whatiscalled.com/computer-terms-in-danish/
    I have bookmarked this!

  • Difference between resource-ref and resource-env-ref ?

    Hello,
    Can anyone tell me what the difference is between <resource-ref> and <resource-env-ref>? (in ejb-jar.xml)
    Thanks in advance,
    Julien Martin.

    Check out this URL. You will find out your answer.
    http://docs.sun.com/source/816-7156-10/agj2eres.html
    Thanks

  • The database DLL 'crdb_odbc.dll' could not be loaded.

    Post Author: lurked
    CA Forum: Data Connectivity and SQL
    Hi guys.The post title explains the problem...I'm using Crystal Report XI : Developper with Windows Server 2003.I need to display reports over the web, so I'm using the Crystal Report ActiveX Viewer.All is working fine for now, except the following : When I try to show the report, I only see the Viewer's border, with the viewer empty, and on the top, its written : Failed to load database information. Details: The database DLL 'crdb_odbc.dll' could not be loaded.
    I searched my computer, and I found many different crdb_odbc.dll(I used many different versions of Crystal Report), they all are in the Common Files folders, and I tried to register it, but since there is no Entry, I cant register it. I also un/re-installed Crystal Report, both on the server AND on the client machine, and I keep getting the same error message.So I'm kinda stuck now.. If anybody knows where I should head first, to get over this problem, it would be very nice.Thanks.François BoivinSTAS, Analyst Programmerwww.stas.biz

    Post Author: V361
    CA Forum: Data Connectivity and SQL
    when you set up your ODBC connection what type of connection did you create. Does it work from any machine ?.  You might want to try adding another ODBC connection to the Windows Server, Chose System DSN (If that is appropriate for your environment) and try the openlink generic (Again If that is appropriate for your environment) Whatever you call this connection, you will need a clone on the server side as well, same name, same case, same everything....   Not sure if this will help, but I had some situations were I got a similar error, and doing the above fixed my problem....  ( I am using SQL server though, so....)

Maybe you are looking for

  • Ipod Touch , Help with keeping pics after data loss

    Ok well , a couple of weeks ago one of the HDDs in my raid array went down and I lost a fair bit of data , I dont care about the songs/videos etc but some 700+ photos I had on the drive from holidays/birthdays etc I was really upset about. Yes I know

  • Users and Tablespaces

    Specs: OS: Win 2003 Sp1 Oracle 9i - rel2 (9.2.0.5.0) I had something like 200 users and dedicated tablespaces associated to them. Eventually, I ran into a usual very natural and obvious problem of -running low on disk space. So I took a task to free

  • Problem with SAP Management console 'yellow is not changing to green'

    Hi I am starting my SAP Server from SAP Management console( ECC6.0 IDES Version). I am able to login into my system but after few minutes the server color is changing from Green to Yellow and I am not able to continue using my system. What could be t

  • Looking for a printer that accept memory flushing

    Hello! I need a printer that is able to : cancel a printing job in the printer cause the job I want to send is a "high priority" job.  cancel all jobs even those coming from other computers I know that there are utilities that can cancel jobs but the

  • Creating subdomains in server 10.4

    I am having some issues trying to creat a subdomain for my website. I am trying to create test.projectheaven.org. I have searched the dissussions and have only found this listing...http://discussions.apple.com/thread.jspa?messageID=1370284&#1370284 I