Init error while tryign to start WLS 8.1 after installing/building the authorization provider example usign RDBMS

I am trying to run the Authentication Security provider example (http://dev2dev.bea.com/codelibrary/code/sec_rdbms.jsp)
in a WLS 8.1 environment. Followed the steps listed in the readme file to get
this installed. After creating the domain and building the example using ant,
when I try to restart the WLS, I get a:
<Nov 24, 2003 10:31:19 AM CST> <Info> <WebLogicServer> <BEA-000377> <Starting
We
bLogic Server with Java HotSpot(TM) Client VM Version 1.4.1_03-b02 from Sun Micr
osystems Inc.>
<Nov 24, 2003 10:31:19 AM CST> <Info> <Configuration Management> <BEA-150016>
<T
his server is being started as the administration server.>
<Nov 24, 2003 10:31:19 AM CST> <Info> <Management> <BEA-141107> <Version: WebLog
ic Server 8.1 SP1 Fri Jun 20 23:06:40 PDT 2003 271009
WebLogic XMLX Module 8.1 SP1 Fri Jun 20 23:06:40 PDT 2003 271009>
<Nov 24, 2003 10:31:19 AM CST> <Notice> <Management> <BEA-140005> <Loading domai
n configuration from configuration repository at C:\bea\user_projects\domains\au
thrdbms\.\config.xml.>
<Nov 24, 2003 10:31:21 AM CST> <Notice> <Log Management> <BEA-170019> <The serve
r log file C:\bea\user_projects\domains\authrdbms\myserver\myserver.log is opene
d. All server side log events will be written to this file.>
<Nov 24, 2003 10:31:23 AM CST> <Critical> <WebLogicServer> <BEA-000364> <Server
failed during initialization. Exception:javax.management.RuntimeOperationsExcept
ion: RuntimeException thrown by the invoke method of the Dynamic MBean
java.lang.reflect.UndeclaredThrowableException
at $Proxy0.getAuthenticationProviders(Unknown Source)
at weblogic.security.internal.RealmValidatorImpl.checkAuthenticationProv
iders(RealmValidatorImpl.java:69)
at weblogic.security.internal.RealmValidatorImpl.validate(RealmValidator
Impl.java:54)
at weblogic.management.security.RealmImpl.validate(RealmImpl.java:37)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMB
ean.java:1304)
at weblogic.management.commo.CommoModelMBean.invoke(CommoModelMBean.java
:464)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
57)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
25)
at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBean
ServerImpl.java:765)
at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:284)
at $Proxy0.validate(Unknown Source)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
zeRealm(SecurityServiceManagerDelegateImpl.java:376)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadReal
m(SecurityServiceManagerDelegateImpl.java:697)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
zeRealms(SecurityServiceManagerDelegateImpl.java:730)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
ze(SecurityServiceManagerDelegateImpl.java:873)
at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
erviceManager.java:719)
at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:820)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:664)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:342)
at weblogic.Server.main(Server.java:32)
Caused by: javax.management.MBeanException
at weblogic.management.commo.CommoProxySupporter.invokeI(CommoProxySuppo
rter.java:220)
at weblogic.management.commo.CommoProxySupporter.getMBeanDescriptorValue
(CommoProxySupporter.java:158)
at weblogic.management.commo.CommoProxy.getInterfaceClass(CommoProxy.jav
a:436)
at weblogic.management.commo.CommoProxy.createFreshProxy(CommoProxy.java
:475)
at weblogic.management.commo.CommoProxy.getProxyInstance(CommoProxy.java
:385)
at weblogic.management.commo.CommoProxy.getCommoProxy(CommoProxy.java:12
6)
at weblogic.management.commo.CommoProxy.wrap(CommoProxy.java:499)
at weblogic.management.commo.CommoProxy.wrap(CommoProxy.java:509)
at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:215)
... 24 more
--------------- nested within: ------------------
javax.management.RuntimeMBeanException: RuntimeException thrown in managed resou
rce while trying to invoke operation validate
at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMB
ean.java:1352)
at weblogic.management.commo.CommoModelMBean.invoke(CommoModelMBean.java
:464)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
57)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
25)
at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBean
ServerImpl.java:765)
at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:284)
at $Proxy0.validate(Unknown Source)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
zeRealm(SecurityServiceManagerDelegateImpl.java:376)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadReal
m(SecurityServiceManagerDelegateImpl.java:697)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
zeRealms(SecurityServiceManagerDelegateImpl.java:730)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
ze(SecurityServiceManagerDelegateImpl.java:873)
at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
erviceManager.java:719)
at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:820)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:664)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:342)
at weblogic.Server.main(Server.java:32)
--------------- nested within: ------------------
javax.management.RuntimeOperationsException: RuntimeException thrown by the invo
ke method of the Dynamic MBean
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
59)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
25)
at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBean
ServerImpl.java:765)
at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:284)
at $Proxy0.validate(Unknown Source)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
zeRealm(SecurityServiceManagerDelegateImpl.java:376)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadReal
m(SecurityServiceManagerDelegateImpl.java:697)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
zeRealms(SecurityServiceManagerDelegateImpl.java:730)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
ze(SecurityServiceManagerDelegateImpl.java:873)
at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
erviceManager.java:719)
at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:820)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:664)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:342)
at weblogic.Server.main(Server.java:32)
>
<Nov 24, 2003 10:31:23 AM CST> <Emergency> <WebLogicServer> <BEA-000342> <Unable
to initialize the server: javax.management.RuntimeOperationsException: RuntimeE
xception thrown by the invoke method of the Dynamic MBean>
The WebLogic Server did not start up properly.
java.lang.reflect.UndeclaredThrowableException
at $Proxy0.getAuthenticationProviders(Unknown Source)
at weblogic.security.internal.RealmValidatorImpl.checkAuthenticationProv
iders(RealmValidatorImpl.java:69)
at weblogic.security.internal.RealmValidatorImpl.validate(RealmValidator
Impl.java:54)
at weblogic.management.security.RealmImpl.validate(RealmImpl.java:37)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMB
ean.java:1304)
at weblogic.management.commo.CommoModelMBean.invoke(CommoModelMBean.java
:464)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
57)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
25)
at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBean
ServerImpl.java:765)
at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:284)
at $Proxy0.validate(Unknown Source)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
zeRealm(SecurityServiceManagerDelegateImpl.java:376)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadReal
m(SecurityServiceManagerDelegateImpl.java:697)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
zeRealms(SecurityServiceManagerDelegateImpl.java:730)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
ze(SecurityServiceManagerDelegateImpl.java:873)
at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
erviceManager.java:719)
at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:820)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:664)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:342)
at weblogic.Server.main(Server.java:32)
Caused by: javax.management.MBeanException
at weblogic.management.commo.CommoProxySupporter.invokeI(CommoProxySuppo
rter.java:220)
at weblogic.management.commo.CommoProxySupporter.getMBeanDescriptorValue
(CommoProxySupporter.java:158)
at weblogic.management.commo.CommoProxy.getInterfaceClass(CommoProxy.jav
a:436)
at weblogic.management.commo.CommoProxy.createFreshProxy(CommoProxy.java
:475)
at weblogic.management.commo.CommoProxy.getProxyInstance(CommoProxy.java
:385)
at weblogic.management.commo.CommoProxy.getCommoProxy(CommoProxy.java:12
6)
at weblogic.management.commo.CommoProxy.wrap(CommoProxy.java:499)
at weblogic.management.commo.CommoProxy.wrap(CommoProxy.java:509)
at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:215)
... 24 more
--------------- nested within: ------------------
javax.management.RuntimeMBeanException: RuntimeException thrown in managed resou
rce while trying to invoke operation validate
at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMB
ean.java:1352)
at weblogic.management.commo.CommoModelMBean.invoke(CommoModelMBean.java
:464)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
57)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
25)
at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBean
ServerImpl.java:765)
at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:284)
at $Proxy0.validate(Unknown Source)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
zeRealm(SecurityServiceManagerDelegateImpl.java:376)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadReal
m(SecurityServiceManagerDelegateImpl.java:697)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
zeRealms(SecurityServiceManagerDelegateImpl.java:730)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
ze(SecurityServiceManagerDelegateImpl.java:873)
at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
erviceManager.java:719)
at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:820)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:664)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:342)
at weblogic.Server.main(Server.java:32)
--------------- nested within: ------------------
java.lang.reflect.UndeclaredThrowableException
at $Proxy0.getAuthenticationProviders(Unknown Source)
at weblogic.security.internal.RealmValidatorImpl.checkAuthenticationProv
iders(RealmValidatorImpl.java:69)
at weblogic.security.internal.RealmValidatorImpl.validate(RealmValidator
Impl.java:54)
at weblogic.management.security.RealmImpl.validate(RealmImpl.java:37)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMB
ean.java:1304)
at weblogic.management.commo.CommoModelMBean.invoke(CommoModelMBean.java
:464)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
57)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
25)
at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBean
ServerImpl.java:765)
at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:284)
at $Proxy0.validate(Unknown Source)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
zeRealm(SecurityServiceManagerDelegateImpl.java:376)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadReal
m(SecurityServiceManagerDelegateImpl.java:697)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
zeRealms(SecurityServiceManagerDelegateImpl.java:730)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
ze(SecurityServiceManagerDelegateImpl.java:873)
at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
erviceManager.java:719)
at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:820)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:664)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:342)
at weblogic.Server.main(Server.java:32)
Caused by: javax.management.MBeanException
at weblogic.management.commo.CommoProxySupporter.invokeI(CommoProxySuppo
rter.java:220)
at weblogic.management.commo.CommoProxySupporter.getMBeanDescriptorValue
(CommoProxySupporter.java:158)
at weblogic.management.commo.CommoProxy.getInterfaceClass(CommoProxy.jav
a:436)
at weblogic.management.commo.CommoProxy.createFreshProxy(CommoProxy.java
:475)
at weblogic.management.commo.CommoProxy.getProxyInstance(CommoProxy.java
:385)
at weblogic.management.commo.CommoProxy.getCommoProxy(CommoProxy.java:12
6)
at weblogic.management.commo.CommoProxy.wrap(CommoProxy.java:499)
at weblogic.management.commo.CommoProxy.wrap(CommoProxy.java:509)
at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:215)
... 24 more
--------------- nested within: ------------------
javax.management.RuntimeMBeanException: RuntimeException thrown in managed resou
rce while trying to invoke operation validate
at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMB
ean.java:1352)
at weblogic.management.commo.CommoModelMBean.invoke(CommoModelMBean.java
:464)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
57)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
25)
at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBean
ServerImpl.java:765)
at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:284)
at $Proxy0.validate(Unknown Source)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
zeRealm(SecurityServiceManagerDelegateImpl.java:376)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadReal
m(SecurityServiceManagerDelegateImpl.java:697)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
zeRealms(SecurityServiceManagerDelegateImpl.java:730)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
ze(SecurityServiceManagerDelegateImpl.java:873)
at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
erviceManager.java:719)
at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:820)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:664)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:342)
at weblogic.Server.main(Server.java:32)
--------------- nested within: ------------------
javax.management.RuntimeOperationsException: RuntimeException thrown by the invo
ke method of the Dynamic MBean
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
59)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
25)
at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBean
ServerImpl.java:765)
at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:284)
at $Proxy0.validate(Unknown Source)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
zeRealm(SecurityServiceManagerDelegateImpl.java:376)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadReal
m(SecurityServiceManagerDelegateImpl.java:697)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
zeRealms(SecurityServiceManagerDelegateImpl.java:730)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
ze(SecurityServiceManagerDelegateImpl.java:873)
at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
erviceManager.java:719)
at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:820)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:664)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:342)
at weblogic.Server.main(Server.java:32)
Reason: javax.management.RuntimeOperationsException: RuntimeException thrown by
the invoke method of the Dynamic MBean
Been strugling with this over the weekend. Can anyone help? thanks, Swetal

"Swetal Vaidya" <[email protected]> wrote in message
news:[email protected]...
>
I am trying to run the Authentication Security provider example(http://dev2dev.bea.com/codelibrary/code/sec_rdbms.jsp)
in a WLS 8.1 environment. Followed the steps listed in the readme file toget
this installed. After creating the domain and building the example usingant,
when I try to restart the WLS, I get a:
<Nov 24, 2003 10:31:19 AM CST> <Info> <WebLogicServer> <BEA-000377><Starting
We
bLogic Server with Java HotSpot(TM) Client VM Version 1.4.1_03-b02 fromSun Micr
osystems Inc.>
<Nov 24, 2003 10:31:19 AM CST> <Info> <Configuration Management><BEA-150016>
<T
his server is being started as the administration server.>
<Nov 24, 2003 10:31:19 AM CST> <Info> <Management> <BEA-141107> <Version:WebLog
ic Server 8.1 SP1 Fri Jun 20 23:06:40 PDT 2003 271009
WebLogic XMLX Module 8.1 SP1 Fri Jun 20 23:06:40 PDT 2003 271009>
<Nov 24, 2003 10:31:19 AM CST> <Notice> <Management> <BEA-140005> <Loadingdomai
n configuration from configuration repository atC:\bea\user_projects\domains\au
thrdbms\.\config.xml.>
<Nov 24, 2003 10:31:21 AM CST> <Notice> <Log Management> <BEA-170019> <Theserve
r log file C:\bea\user_projects\domains\authrdbms\myserver\myserver.log isopene
d. All server side log events will be written to this file.>
<Nov 24, 2003 10:31:23 AM CST> <Critical> <WebLogicServer> <BEA-000364><Server
failed during initialization.Exception:javax.management.RuntimeOperationsExcept
ion: RuntimeException thrown by the invoke method of the Dynamic MBean
java.lang.reflect.UndeclaredThrowableException
at $Proxy0.getAuthenticationProviders(Unknown Source)
atweblogic.security.internal.RealmValidatorImpl.checkAuthenticationProv
iders(RealmValidatorImpl.java:69)
atweblogic.security.internal.RealmValidatorImpl.validate(RealmValidator
Impl.java:54)
atweblogic.management.security.RealmImpl.validate(RealmImpl.java:37)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)It looks like some sort of exception is being thrown when getting the
authentication
providers. I would check the config.xml for the authentication providers
definitions.
See if you see anything that doesn't look right.

Similar Messages

  • Get-mailboxdatabasecopystatus -identity DBNAME | fl gives errors "The Microsoft Exchange Replication service encountered an error while attempting to start a replication instance for". DB is mounted and the DB copies are in healthy status.

    We are getting a SCOM alert " Database copy isn''''t keeping up with the changes on the active database copy and has failed."
    When we go to the mailbox server and check we found all the Mailbox DB's are mounted properly and their copies are in healthy state. Further digging to this problem we found that there are no critical events to this DB in the eventviewer.
    When we runt he get-mailboxdatabasecopystatus -identity DBNAME | Fl then in the ErrorMessage section we get error "The Microsoft Exchange Replication service encountered an error while attempting to start a replication instance for . If the copy doesn't
    recover automatically, administrator intervention may be necessary. Error: The directory is not empty."
    ErrorEventID : 4126
    In the event viewer we get a Information event 4114 saying the DB redundancy health check passed and in the details section we get the same error message mentioned above.
    Also we observed that the "MSExchange Replication" counter "Failed" is set to 1 for this perticular DB but is is set to 0 for the other DB's. Tried restarting the MSEXChange replication service but still the "Failed" counter
    is 1 and the SCOM alert is still active.
    The version is Exchange 2010 SP3 UR5
    Any clues???

    Hi,
    From your description, this issue only affect one mailbox datatabase.
    Please use the Update-MailboxDatabaseCopy command to check result.
    If it doesn't work, please dismount your active database copy and check if this is Clean Shutdown, if it's dirty shutdown, please bring to clean shutdown and mount this database copy. Then run the Update-MailboxDatabaseCopy command again to check result.
    Best regards,
    Belinda Ma
    TechNet Community Support

  • Error while trying to start oc4j 11g in standalone mode

    I get this error while trying to start oc4j 11g (that comes with JDeveloper 11g Technical Preview 2 ) in standone mode. Any ideas ?
    Sep 17, 2007 6:29:21 PM com.sun.faces.spi.InjectionProviderFactory createInstance
    INFO: jsf.core.injection.provider_generic_web_configured
    Sep 17, 2007 6:29:23 PM org.apache.myfaces.trinidad.component.UIXComponentBase _createType
    SEVERE: Could not load type properties
    java.lang.NullPointerException
    at oracle.classloader.PolicyClassLoader.findLocalClass(PolicyClassLoader.java:1491)
    at oracle.classloader.SearchPolicy$FindLocal.getClass(SearchPolicy.java:226)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:852)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1315)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:72)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:852)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1315)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:72)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:852)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1315)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:72)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:852)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1315)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:72)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1681)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1642)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1627)
    at org.apache.myfaces.trinidad.component.UIXComponentBase._createType(UIXComponentBase.java:1393)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.<clinit>(UIXComponentBase.java:96)
    at oracle.adfinternal.view.faces.renderkit.rich.DialogRenderer.<init>(DialogRenderer.java:34)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:1024)
    at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:1096)
    at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:505)
    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:398)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1285)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:856)
    at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:473)
    at com.evermind.server.Application.getHttpApplication(Application.java:753)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:2039)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1958)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:645)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:289)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2747)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1255)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:129)
    at java.lang.Thread.run(Thread.java:595)
    07/09/17 18:29:26 Oracle Containers for J2EE 10g (11.1.1.0.0) initialized
    Thanks
    Ramesh

    Using the OTN2 tech preview build 4684 now available on OTN, I used the JDEVHOME/jdev/bin/start_oc4j script to startup the embedded server in standalone mode and cannot reproduce these errors.
    Can you try with build 4684 from OTN and see if the same issue still reproduces?
    If so, does it occur even before ever deploying any applications of your own to the instance?

  • Error while trying to start Enterprise manager(Data Base Control)

    We are getting error while trying to start the EM Database Control in database 11g (11.1.0.6).The error is given below.
    #emctl start dbconsole
    OC4J Configuration issue. /user1/oracledb/app/testdb/product/11.1.0/db_1/oc4j/j2ee/OC4J_DBConsole_appvserver.rssoftware.com_ORCL not found.
    How to resolve this issue?
    Regards,
    Rup

    Check here:
    OC4J Configuration issue.
    http://arjudba.blogspot.com/2008/04/troubleshooting-dbconsole-error-oc4j.html
    HTH
    -Anantha

  • Error while trying to start OC4j11g in standalone mode

    I get the following error while trying to start OC4j 11g 11.1.1 in standalone mode:
    Error initializing server: Shared library "oracle.fabric.runtime" could not be found.
    FYI, I have the imports for oracle.fabric, oracle.fabric.interceptors in server.xml already.
    Any thoughts?
    Thanks
    Ramesh

    I deployed the map example app that Oracle posted online (GEOTAGS - Oracle Open World Conference in 2007) on the JDeveloper's embeded OC4J 11g Tech Preview 3. The deployment went well. However, it doesn't seem to work when I go to the main.jsp (http://localhost:8888/geotags/main.jsp). The following is the error. Please tell me what I need to do to solve this problem.
    C:\jdeveloper11\jdev\bin>rem ===================================================
    ========================
    Starting OC4J with command: "C:\devtools\Java\jdk1.5.0_14\\bin\java.exe" -XX:Max
    PermSize=512m -jar oc4j.jar
    Apr 4, 2008 5:23:57 PM oracle.j2ee.xml.XMLMessages warningException
    WARNING: Exception Encountered
    08/04/04 17:24:05 WARNING: ApplicationServer.enableOC4JDocumentChangeNotifier Al
    ternate DocumentChangeNotifier in use!
    08/04/04 17:24:05 JMS server will listen on port 9127.
    08/04/04 17:24:06 oracle.j2ee.jms.oc4j.JMSServer startup complete
    08/04/04 17:24:08 Don't know how to map non-serializable type: interface javax.m
    anagement.j2ee.statistics.Stats to Open MBean Type.
    08/04/04 17:24:09 WARNING: J2EE JNDI-00002
    08/04/04 17:24:09 WARNING: No javax.jms.ConnectionFactory found at null
    08/04/04 17:24:12 WARNING: oracle.j2ee.jmsrouter.RouterException: JMS Destinatio
    n, {0}, does not exist
    08/04/04 17:25:03 Oracle Containers for J2EE 11g (11.1.1.0.0) initialized.
    08/04/04 17:32:29 geotags: JspServlet error: Servlet unable to dispatch to the f
    ollowing requested page: The following exception occurred:oracle.jsp.parse.JspPa
    rseException: /main.jsp: Line # 4, <%@ taglib uri="http://java.sun.com/jsf/core"
    prefix="f"%>
    Error: Internal error, registered Directive handlers MUST descend from JspDirect
    ive or one of its subclasses: {0}
    08/04/04 17:32:29 Unable to dispatch JSP Page : The following exception occurred
    :oracle.jsp.parse.JspParseException: /main.jsp: Line # 4, <%@ taglib uri="http:/
    /java.sun.com/jsf/core" prefix="f"%>
    Error: Internal error, registered Directive handlers MUST descend from JspDirect
    ive or one of its subclasses: {0}

  • Error while trying to start OSAUD collector.

    Hi,
    We have installed Oracle Audit Vault 10g (10.2.2) and trying to collect audit data from a Oracle 10g (10.2.0.1) by using the OSAUD collector. We are able to add the collector successfully by using the avorcldb all_collector command but we are getting an error while trying to start the collector.
    Source database Oracle 10g (10.2.1) is configured to collect the audit records in the OS audit trail by using the following statement: ALTER SYSTEM SET AUDIT_TRAIL=OS SCOPE=SPFILE; and the SHOW PARAMETER AUDIT command returns the following values :
    NAME TYPE VALUE
    audit_file_dest string                     C:\ORACLE\PRODUCT\10.2.0\ADMIN\<db_name>\ADUMP
    audit_sys_operations   boolean        TRUE
    audit_trail string                             OS
    We don't know if the values set for the audit_file_dest is correct but after we start working on the database and execute some statements, Oracle is not creating any files on this destination, while for the same statements when the Audit_trail=DB, EXTENDED the audit values for these statements are written in the appropriate table.
    So when we try to start the OSAUD collector defined on the Audit Vault Server it can not start and gives us the follwing error: *"could not start collector OSAUD_Collector for source <source name>, directory access error for C:\ORACLE\PRODUCT\10.2.0\ADMIN\<db_name>\ADUMP"*.
    We would really appreciate some help with this issue.
    thanks in advance.
    Engrid

    Thanks for your answer.
    We have been trying to find Oracle Audit Vault 10.2.3 for Windows Server 2003 but we couldn't find it anywhere for download. On Oracle's website only Audit Vault Agent 10.2.3 for Windows Server 2003 is available for download. We suppose that in order to download Oracle Audit Vault Server 10.2.3 for Windows Server 2003 and any other kind of patches or updates we need to have an account at Metalink????
    Regarding auditing, when we set the Audit_trail =OS on the source database, what does this mean? Does this mean that audit data will be collected both from the Database and the Operating System audits? If so where are this audit records written, in a separate file or on a particular table inside the database itself like in the case when Audit_trail=DB (EXTENDED)?
    Thanks again for your interest, and sorry but we are new at database auditing and Oracle Audit Vault.
    Best Regards
    engrid

  • What do I do now that Photoshop CC has encountered an error while trying to upgrade. Suggesting retry does nothing. The numbers (49) appear, but I don't know what that signifies. Help?

    What do I do now that Photoshop CC has encountered an error while trying to upgrade. Suggesting retry does nothing. The numbers (49) appear, but I don’t know what that signifies. Help?
    It is recommended that I ask for help, which put me here. What I really need is some customer service — not a chat room!

    If Windows :
    Quit Creative Cloud desktop application .
    Launch Photoshop cc 2014 application from C: > Program Files > Adobe Photoshop CC 2014 .
    Once launched , click on Help menu in Photoshop cc 2014 and select Updates option .
    It should update.
    If Mac:
    Quit Creative Cloud desktop application .
    Launch Photoshop cc 2014 application from Applications folder:
    Once launched , click on Help menu in Photoshop cc 2014 and select Updates option .
    Let me know if you face any error .
    Error 49 occurs while updating the application , when Creative Cloud app  does not have reference / Access to installed CC app, so that it can apply updates for the same .
    You can try to update from CC app  like Photoshop itself and check.

  • I get an error when attempting to start genius. It says "Unsuccessful Action: The action you attempted to perform did not complete successfully. Please try again later." Help!

    I get an error when attempting to start genius. It says "Unsuccessful Action: The action you attempted to perform did not complete successfully. Please try again later." Help!

    From an existing Discussion:
    Go to Safari --> Preferences
    Click Security
    Show Cookies
    Type "apple.com" in to top search field
    Select All
    Click Remove
    Click Done
    Repeat the above to confirm they are gone (mine took two attempts)
    Choose Update Genius again in iTunes.
    iTunes 9 - can't update genius https://discussions.apple.com/thread/2151150

  • I've been getting this error message Lightroom cannot start because it cannot create files in the temporary file location.

    I've been getting this error message Lightroom cannot start because it cannot create files in the temporary file location “/var/folders/lK/lKbPbq2OF0aPCbMnDc erE   TI/-Tmp-”
    I've also been getting others errors about cannot create or modify temporary files when trying to install other programs.  Also some of my documents on my computer will not open and crash. 
    Any help would be helpful.
    I've tried doing this as read not sure if it helps:
    ls -Odel $TMPD
    This is what I had in response:
    drwxr-xr-x  36 root  admin  - 1224 Dec  9 00:29 /var/folders/lK/lKbPbq2OF0aPCbMnDc+erE+++TI/-Tmp-/

    Which os version are you using? 
    What is Lighthouse? 
    Please describe in detail all you have attempted to do in order to resolve the issue. 

  • Help ....Error message when trying to open itunes 11 after installing..cant solve it !!!

    Keep getting an error message when trying to open iTunes 11 after installing...running Windows ...have tried most fixes ...message says ...iTunes.exe - Bad Image ...iTunes c:\Program Files(x86)\Common Files\Apple Apple Application Support\CoreADI.dll is not designed to run on Windows or it contains an error .....
    Also when iTunes first opesn after installing ....the message come up that says "A required iTunes component is not installed .please repair or reinstalll iTunes (-45075)"
    Have repaired , reinstalled , created and used a restore point etc etc
    How do I fix this !!! Please

    ...iTunes.exe - Bad Image ...iTunes c:\Program Files(x86)\Common Files\Apple Apple Application Support\CoreADI.dll is not designed to run on Windows or it contains an error .....
    Taken at face value, you're having trouble with an Apple Application Support program file there. (Apple Application Support is where single copies of program files used by multiple different Apple programs are kept.)
    Let's try something relatively simple first. Restart the PC. If you're using Vista or 7,now head into your Uninstall a program control panel, select "Apple Application Support" and then click "Repair". If you're using XP,head into your Add or Remove Programs control panel, select "Apple Application Support", click "Change" and then click "Repair".
    If no joy after that, try the more rigorous uninstall/reinstall procedure from the following post. (If you've got XP, although the procedure is for Vista and 7, just read "Computer" as "My Computer", read "Uninstall a program control panel" as "Add or Remove programs control panel" and assume the system is 32-bit, and you'll be doing the right things.)
    Re: I recently updated to vista service pack 2 and I updated to itunes 10.2.1 and ever

  • Access denied - CredentialAccessPermission - error in OIF when starting WLS

    All,
    In an existing 2-node OIF deployment, a new oif.ear file was deployed and following the deployment via WLS admin console, the application components are not accessible (e.g., accessing application component /fed/user/testspsso results in HTTP 500 error). Examining the WLS server (diagnostic) log, I find the CredentialAccessPermission error and trace listed below. In the WLS admin server log, I see references to the CA cert parsing errors such as:
    <Jun 14, 2012 8:32:15 AM MDT> <Notice> <Security> <<server_FQDN>> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <e74b8846f6eaa8d9:7db63c9e:137eb60bbd9:-8000-0000000000000053> <1339684335728> <BEA-090898> <Ignoring the trusted CA certificate "CN=Entrust Root Certification Authority - G2,OU=(c) 2009 Entrust\, Inc. - for authorized use only,OU=See www.entrust.net/legal-terms,O=Entrust\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    I have reviewed other forum discussions about that error, but I think it's byproduct of the credential error (below). This could be wrong, but I suspect the expiration of a WLS-related repository credential, but I cannot identify which specific credential is the problem.
    Any thoughts or recommendations would be much appreciated!!
    Thank you!
    ~Mark
    WLS Server error:
    [2012-06-14T07:45:19.785-06:00] [wls_oif1] [ERROR] [FED-12064] [oracle.security.fed.controller.web.servlet.AbstractFedServlet] [tid: [STANDBY].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: e74b8846f6eaa8d9:6c0ea937:137eb3cf729:-8000-0000000000000002,0] [APP: oif] Exception: {0}[[
    java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=OIF,keyName=userldappassword read)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:374)
    at java.security.AccessController.checkPermission(AccessController.java:546)
    at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:436)
    at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:496)
    at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:519)
    at oracle.security.jps.internal.credstore.util.CsfUtil.checkPermission(CsfUtil.java:612)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.containsCredential(SspCredentialStore.java:299)
    at oracle.security.fed.plugins.csf.CSFUtils$1.run(Unknown Source)
    at oracle.security.fed.plugins.csf.CSFUtils$1.run(Unknown Source)
    at oracle.security.fed.plugins.csf.CSFUtils.getPassword(Unknown Source)
    at oracle.security.fed.jvt.discovery.model.config.CSFConfigDiscoveryProvider.createMap(Unknown Source)
    at oracle.security.fed.jvt.discovery.model.config.CSFConfigDiscoveryProvider.locateProtocolConfiguration(Unknown Source)
    at oracle.security.fed.jvt.discovery.model.config.ChainingConfigDiscoveryProvider.locateProtocolConfiguration(Unknown Source)
    at oracle.security.fed.jvt.discovery.model.config.CachingConfigDiscoveryProvider.locateProtocolConfiguration(Unknown Source)
    at oracle.security.fed.jvt.discovery.model.session.MemoryActiveIdentityProviderFederationDiscoveryProvider.onRegistration(Unknown Source)
    at oracle.security.fed.jvt.discovery.DiscoveryRegistry.registerDiscoveryProvider(Unknown Source)
    at oracle.security.fed.jvt.discovery.util.BackEndInitializer.registerProvider(Unknown Source)
    at oracle.security.fed.jvt.discovery.util.BackEndInitializer.createDiscoveryRegistry(Unknown Source)
    at oracle.security.fed.controller.EventControllerImpl.getActionStateMachine(Unknown Source)
    at oracle.security.fed.controller.EventControllerImpl.processEvent(Unknown Source)
    at oracle.security.fed.controller.web.servlet.AbstractFedServlet.getServerConfiguration(Unknown Source)
    at oracle.security.fed.controller.web.servlet.AbstractFedServlet.initApplicationController(Unknown Source)
    at oracle.security.fed.controller.web.servlet.AbstractFedServlet.init(Unknown Source)
    at oracle.security.fed.controller.web.servlet.FederationServlet.init(Unknown Source)
    at javax.servlet.GenericServlet.init(GenericServlet.java:242)
    at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
    at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985)
    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:485)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:637)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    In my case, I had to untick the "Use TLS 1.0" option in Settings - Advanced - Cypher - Protocols. Don't know exact translation into English, got Italian localization. Adding screenshot for reference.
    [http://imageshack.us/photo/my-images/840/catturazz.jpg/ Screenshot]

  • 'User is Locked' error while trying to start initial load

    While trying to start initial load of objects using R3AS, I am receiving error msg 'User is locked'. This rfc user is a dialog user with SAP_ALL. I even tried replicating using a new user, but ended up with same error. The user is not locked but still getting the same error msg via status 'SYSFAIL' in the queue. Any suggestions?
    Thnx,
    - AJ.

    AJ,
    The RFC user must be a <b>communication user or a system</b> user. I think you mentioned the RFC user is a dialog user, which would be wrong settings definitely.
    Also as mentioned by Marcin, ensure the passwords in the RFC destination of SRM and R/3 are the same as the passwords in SU01 of the respective systems. To ensure this, click on remote logon for the RFC destination in SM59. If the screen doesnot change, this means your systems are connecting through the RFC user without any problem.
    Please assign points, if answer is usefull !!
    Sundeep

  • Error while importing EJB model in Web dynpro: Unable to fetch the EJBs.

    Hi,
    We are getting the below error while importing ejb model to Web dynpro.
    Error :
    Unable to fetch the EJBs. Check if the selected Enterprise Application contain the EJBs.
    I have created the public part-> It has a reference to EJB client and the enterprise application also has reference to the EJB project.The EJB is also added in dependency list.
    But still we are getting this error. Could anyone please explain what can i do to solve this issue.
    Best Regards,
    Karthika

    Hi Vishweshwara,
    Thanks for your reply.
    Please find the steps i followed while importing EJB model in webdynpro.
    1. The Entity forwarding permission has been enabled.
    2. public part reference has been created and through the reference entity option the ejbDC->Client public part is selected.
    I followed all the steps mentioned in the document. But still i am getting that error. In EJB DC we have list of JPA entities and stateless session beans are exposed as a webservice(top-down manner).The enterprise application has a reference to the EJB DC.
    I could be able to invoke the ejb service beans from ejb explorer and Webservice navigator.
    I am able to insert,delete and modify the records from there.
    Please let me know what could i do to resolve this error?
    Best Regards,
    Karthika
    Edited by: SAKarthika on Apr 29, 2011 1:43 PM

  • Error while deploying P6.ear file in Oracle Weblogic installing P6 R8 web

    Hi,
    I am trying to install Primavera P6 R8 web and while deploying the P6.ear file into Oracle Weblogic getting the following error:
    "<Error> <Deployer> <BEA - 149202> <Encountered an exception while attempting to commit the 7 task for the application 'pm6'.>
    weblogic.application.ModuleException: :com.primavera.PhoenixException: ERROR: BREBootstrap.xml was not found. Please make sure that the JVM system property primavera.bootstrap.home is defined and set to the location of the directory containing BREBootstrap.xml
    Thanks & Regards,
    Ashwani

    Hello
    did you configure the startweblogic file as mentioned in the admin guide ?

  • Error starting Crystal Reports 2013 - After install

    Hello Support,
    today i tried to install CR 2013 on Server 2008 R2 x64 (SBS2011), the installation works fine, but starting CR is not possible.
    i get the following failure:
    C:\Program Files (x86)\SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0\win32_x86\crw32.exe Diese Anwendung konnte nicht gestartet werden, da die Side-by-Side-Konfiguration ungültig ist. Weitere Informationen finden Sie im Anwendungsereignisprotokoll. Weitere Details können auch mit dem Befehlszeilentool sxstrace.exe angezeigt werden
    The eventlog gives following failure:
    Fehler beim Generieren des Aktivierungskontextes für "C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crw32.exe". Die abhängige Assemblierung "Microsoft.VC80.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50727.6195"" konnte nicht gefunden werden. Verwenden Sie für eine detaillierte Diagnose das Programm "sxstrace.exe".
    EventID: 33
    I already tried to uninstall  C++ 2010 runtime x86 and x64 and installed C++2005 runtime x86 - but it didnt work!
    Launching CrystalReports 2013 on error
    Can someone give the solution?
    Thanks,
    Nils

    OK. This is what is says:
    Cause
    This error occurs when Microsoft Visual C++ 2005 Redistributable Package is installed but the security update for Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package is not applied.
    Resolution
    Download Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package security update from Microsoft Download Center
    Install the downloaded security update vcredist_x86.exe
    Restart the machine
    -Abhilash

Maybe you are looking for

  • Exception CX_RS_ERROR while activating transformation

    Hi, I am trying to create a transformation from a Flat file Data source to a Cube. After mapping all the fields and clicking on the "check" button, it says that the mapping is correct. But when I try to activate the transformation, it throws an excep

  • Jre1.5.0_06 doesnt support cjk?

    Hi I was trying to test for cjk (chines japanese koren) lang support but it seems the latest jre version had some problem as the same worked with earlier jre 1.4** versions .I found out that font.properties file in /lib for the jre version were less

  • Turn on display with LIRC

    Hi everyone, I've been using this forum stealthily for quite some time, but never posted because the questions I had had already been answered. Obviously, today it's not the case I'm in the process of building an HTPC, running Arch and XBMC. Everythi

  • Table for Individual capacity of Workcenter

    Hi friends, I am working on one requirement for which I need table which is used for storing 'Iindividual capacity' . I could not find the table. Please help. I am not intrested in Capacity table like KAKO , need table for 'Individual capacity' (whic

  • Can I drag and drop to copy a dvd

    I want to copy a dvd to my macbook pro that's it. I don't want to burn it onto any other blank disk. Can I drag and drop.