RuntimeOperationsException

Hello ,am trying to deploye an entity bean in weblogic 6.1.
I created xml deployement descriptors and i created a jar file but when i try
to deploye it into weblogic 6.1 it is giving the following exception.
javax.management.RuntimeOperationsException: RuntimeException thrown by the invo
ke method of the Dynamic MBean
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
57)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
23)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:449)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:190)
at $Proxy11.addDeployment(Unknown Source)
at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(Dynam
icMBeanImpl.java:1448)
at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBe
anImpl.java:858)
at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBe
anImpl.java:810)
at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(Conf
igurationMBeanImpl.java:288)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.j
ava:1356)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.j
ava:1331)
at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:
303)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
at $Proxy76.setTargets(Unknown Source)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.console.info.FilteredMBeanAttribute.doSet(Filtere
dMBeanAttribute.java:89)
at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(D
oEditMBeanAction.java:116)
at weblogic.management.console.actions.internal.ActionServlet.doAction(A
ctionServlet.java:167)
at weblogic.management.console.actions.internal.ActionServlet.doPost(Act
ionServlet.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:265)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:200)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
rvletContext.java:2456)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:2039)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
<May 28, 2003 12:38:03 PM IST> <Error> <Management> <Error updating deployments
on target mydomain:Name=myserver,Type=Server, component mydomain:Application=Sto
ckEJB,Name=StockEJB,Type=EJBComponent, deployments: old values: mydomain:Name=my
server,Type=Server
javax.management.RuntimeOperationsException: RuntimeException thrown by the invo
ke method of the Dynamic MBean
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
57)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
23)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:449)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:190)
at $Proxy11.addDeployment(Unknown Source)
at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(Dynam
icMBeanImpl.java:1448)
at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBe
anImpl.java:858)
at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBe
anImpl.java:810)
at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(Conf
igurationMBeanImpl.java:288)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.j
ava:1356)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.j
ava:1331)
at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:
303)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
at $Proxy76.setTargets(Unknown Source)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.console.info.FilteredMBeanAttribute.doSet(Filtere
dMBeanAttribute.java:89)
at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(D
oEditMBeanAction.java:116)
at weblogic.management.console.actions.internal.ActionServlet.doAction(A
ctionServlet.java:167)
at weblogic.management.console.actions.internal.ActionServlet.doPost(Act
ionServlet.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:265)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:200)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
rvletContext.java:2456)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:2039)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
>

It looks like there is an error while trying to deploy the EJB, but
either the real error isn't being shown, or you didn't include all of
the stack traces.
Regardless, I recommend that you run the weblogic.ejbc tool first on
your ejb-jar. If that runs without error then try deploying again. If
you're still having problems, can you show me the full output from the
server?
-- Rob
Suneel wrote:
Hello ,am trying to deploye an entity bean in weblogic 6.1.
I created xml deployement descriptors and i created a jar file but when i try
to deploye it into weblogic 6.1 it is giving the following exception.
javax.management.RuntimeOperationsException: RuntimeException thrown by the invo
ke method of the Dynamic MBean
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
57)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
23)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:449)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:190)
at $Proxy11.addDeployment(Unknown Source)
at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(Dynam
icMBeanImpl.java:1448)
at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBe
anImpl.java:858)
at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBe
anImpl.java:810)
at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(Conf
igurationMBeanImpl.java:288)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.j
ava:1356)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.j
ava:1331)
at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:
303)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
at $Proxy76.setTargets(Unknown Source)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.console.info.FilteredMBeanAttribute.doSet(Filtere
dMBeanAttribute.java:89)
at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(D
oEditMBeanAction.java:116)
at weblogic.management.console.actions.internal.ActionServlet.doAction(A
ctionServlet.java:167)
at weblogic.management.console.actions.internal.ActionServlet.doPost(Act
ionServlet.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:265)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:200)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
rvletContext.java:2456)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:2039)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
<May 28, 2003 12:38:03 PM IST> <Error> <Management> <Error updating deployments
on target mydomain:Name=myserver,Type=Server, component mydomain:Application=Sto
ckEJB,Name=StockEJB,Type=EJBComponent, deployments: old values: mydomain:Name=my
server,Type=Server
javax.management.RuntimeOperationsException: RuntimeException thrown by the invo
ke method of the Dynamic MBean
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
57)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
23)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:449)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:190)
at $Proxy11.addDeployment(Unknown Source)
at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(Dynam
icMBeanImpl.java:1448)
at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBe
anImpl.java:858)
at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBe
anImpl.java:810)
at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(Conf
igurationMBeanImpl.java:288)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.j
ava:1356)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.j
ava:1331)
at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:
303)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
at $Proxy76.setTargets(Unknown Source)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.console.info.FilteredMBeanAttribute.doSet(Filtere
dMBeanAttribute.java:89)
at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(D
oEditMBeanAction.java:116)
at weblogic.management.console.actions.internal.ActionServlet.doAction(A
ctionServlet.java:167)
at weblogic.management.console.actions.internal.ActionServlet.doPost(Act
ionServlet.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:265)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:200)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
rvletContext.java:2456)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:2039)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

Similar Messages

  • EJB-deployment: RuntimeOperationsException

    I'm having trouble deploying an ejb that has been packaged five levels deep(com/something/something2/something3/channel/MyEjb.class)
    the ejb-jar.xml is done accordingly. When I try to deploy I get the following
    message:
    javax.management.RuntimeOperationsException: RuntimeException thrown by the invoke
    method of the Dynamic MBean
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.DynamicMBeanImpl.addDeployment(DynamicMBeanImpl.java:866)
    at weblogic.management.internal.DynamicMBeanImpl.addDeployment(DynamicMBeanImpl.java:853)
    at weblogic.management.internal.DynamicMBeanImpl.add(DynamicMBeanImpl.java:838)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:566)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:548)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:285)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy70.addTarget(Unknown Source)
    at weblogic.management.mbeans.custom.ApplicationManager.autoDeploy(ApplicationManager.java:486)
    at weblogic.management.mbeans.custom.ApplicationManager.addApplication(ApplicationManager.java:557)
    at weblogic.management.mbeans.custom.ApplicationManager.addApplication(ApplicationManager.java:504)
    at weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager.java:428)
    at weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager.java:380)
    at weblogic.management.mbeans.custom.ApplicationManager.update(ApplicationManager.java:152)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:562)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:548)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:285)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy2.update(Unknown Source)
    at weblogic.management.console.pages._domain._upload_app._jspService(_upload_app.java:172)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:213)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1265)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1622)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    If I deploy the same ejb packaged as: channel/MyEjb.class
    It deploys fine. Why is this?

    Problem solved, it was an utility class that could not be found, so it should have
    been a ClassNotFoundException.
    "PeterB" <[email protected]> wrote:
    >
    Yes, it would indeed be strange if it had such an effect. But what does
    the exception
    tell you? Thank you anyway for your reply.
    Peter
    "Chuck Nelson" <[email protected]> wrote:
    Peter,
    I don't think the package 'depth' should be an issue - -
    we package sample ejbs under <beahome>/samples/examples/ejb many levels
    'deep'.
    I would look at the sample deployment descriptors and package names
    for one
    of examples as a reference
    (e.g., <beahome>/samples/examples/ejb/basic/statelessSession)
    Chuck Nelson
    Developer Relations Engineer
    BEA Technical Support

  • Error while updating Targets-Server : java.lang.reflect.InvocationTargetException

    Hi,
    I got this error below when i try to deploy my ejb.It's happen when i select the
    targets-server in weblogic console. Can anyone help me please?
    Thank you in advance.
    Sukanya
    java.lang.reflect.InvocationTargetException: javax.management.RuntimeOperationsException:
    RuntimeException thrown by the invoke method of the Dynamic MBean
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy10.addDeployment(Unknown Source)
         at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(DynamicMBeanImpl.java:1516)
         at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:895)
         at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:847)
         at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:295)
         at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
         at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
         at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
         at $Proxy76.setTargets(Unknown Source)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.console.info.FilteredMBeanAttribute.doSet(FilteredMBeanAttribute.java:92)
         at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
         at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
         at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    --------------- nested within: ------------------
    weblogic.management.console.utils.SetException: An error occurred while updating
    Targets-Server on Proxy for mydomain:Application=Wallet,Name=wallet-ejb,Type=EJBComponent
    - with nested exception:
    [java.lang.reflect.InvocationTargetException - with target exception:
    [javax.management.RuntimeOperationsException: RuntimeException thrown by the invoke
    method of the Dynamic MBean]]
         at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:151)
         at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
         at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    Hi Sukanya,
    Could you please tell me how u solved this error?
    I am also getting the same error!!!
    Sherry.

  • Encountering Error while deploying IDM 8.1 on jboss4.2.0GA

    Hello,
    We are trying to install IdM 8.1 on Jboss. The installation part (setting up repository and installing IdM) worked fine.
    But when we try starting the jboss, we are encountering the below errors -
    15:37:33,097 ERROR [BaseModelMBean] Exception invoking method addChild
    org.apache.commons.logging.LogConfigurationException: User-specified log class 'com.sun.idm.logging.trace.TraceLogger' cannot be found or is not useable.
    at org.apache.commons.logging.impl.LogFactoryImpl.discoverLogImplementation(LogFactoryImpl.java:798)
    at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:601)
    at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:333)
    at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:664)
    at org.apache.catalina.core.ContainerBase.getLogger(ContainerBase.java:382)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4232).......
    --- Incompletely deployed packages ---
    org.jboss.deployment.DeploymentInfo@bce25622 { url=file:/D:/Program Files/jboss-4.2.0.GA/server/default/deploy/IDM_8_1_Local.war/ }
    deployer: MBeanProxyExt[jboss.web:service=WebServer]
    status: Deployment FAILED reason: Error during deploy; - nested throwable: (javax.management.RuntimeOperationsException: Exception invoking method init)
    state: FAILED
    watch: file:/D:/Program Files/jboss-4.2.0.GA/server/default/deploy/IDM_8_1_Local.war/WEB-INF/web.xml
    altDD: null
    lastDeployed: 1250590040346
    lastModified: 1250587809276
    mbeans:
    --- MBeans waiting for other MBeans ---
    ObjectName: jboss.web.deployment:war=IDM_8_1_Local.war,id=-1126017502
    State: FAILED
    Reason: org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (javax.management.RuntimeOperationsException: Exception invoking method init)
    --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
    ObjectName: jboss.web.deployment:war=IDM_8_1_Local.war,id=-1126017502
    State: FAILED
    Reason: org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (javax.management.RuntimeOperationsException: Exception invoking method init)
    Request you to please provide your inputs on this.
    Thanks in advance .
    Regards,
    Rachana.

    Thank you, Alex! for your reply.
    I had seen the post that you have mentioned and had tried the same.
    With the solution provided in the post, I was able to recover from below error -
    Files\jboss-4.2.0.GA\server\default\.\deploy\IDM_8_1_Local.war\WEB-INF\lib\j2ee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
    But the other errors are still occuring.
    Now I am checking if all the jars that I have included are correct or not.
    Please provide your suggestions.
    Regards,
    Rachana.

  • 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.

  • Exception thrown when trying to save custom sec provider in console

    Hi,
    We have created a custom identity assertion provider in WLS 8.1. When we try to create a new instance in the admin console, we receive an exception (when clicking the 'Create' button). This problem only occurs in one certain test environment, and works well in our development environment. It seems to be a problem with the environment. This is the exception displayed in the console:
    java.lang.ClassCastException: java.lang.NoClassDefFoundError
         at javax.management.modelmbean.RequiredModelMBean.invoke(Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(RequiredModelMBean.java:1166)
         at com.sun.management.jmx.MBeanServerImpl.invoke(Ljava.lang.Object;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(MBeanServerImpl.java:1560)
         at com.sun.management.jmx.MBeanServerImpl.invoke(Ljavax.management.ObjectName;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(MBeanServerImpl.java:1528)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(Ljavax.management.ObjectName;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(RemoteMBeanServerImpl.java:988)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(Ljavax.management.ObjectName;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(RemoteMBeanServerImpl.java:946)
         at weblogic.management.console.utils.Security.createObject(Ljavax.management.ObjectName;Ljavax.management.ObjectName;Ljava.lang.String;)V(Security.java:767)
         at weblogic.management.console.utils.Security.createProviderMBean(Ljava.lang.String;Ljava.lang.String;Ljavax.management.DynamicMBean;)Ljavax.management.DynamicMBean;(Security.java:905)
         at weblogic.management.console.utils.Security.createMBean(Ljava.lang.String;Ljava.lang.String;Ljavax.management.DynamicMBean;)Ljavax.management.DynamicMBean;(Security.java:749)
         at weblogic.management.console.utils.MBeans.createMBean(Ljava.lang.String;Ljava.lang.String;Ljavax.management.DynamicMBean;)Ljavax.management.DynamicMBean;(MBeans.java:1353)
         at weblogic.management.console.actions.mbean.DoCreateMBeanAction.perform(Lweblogic.management.console.actions.ActionContext;)Lweblogic.management.console.actions.Action;(DoCreateMBeanAction.java:173)
         at weblogic.management.console.actions.internal.ActionServlet.doAction(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(ActionServlet.java:173)
         at weblogic.management.console.actions.internal.ActionServlet.doPost(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(ActionServlet.java:85)
         at javax.servlet.http.HttpServlet.service(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run()Ljava.lang.Object;(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Lweblogic.servlet.internal.FilterChainImpl;)V(ServletStubImpl.java:419)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(ServletStubImpl.java:315)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run()Ljava.lang.Object;(WebAppServletContext.java:6718)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.security.subject.AbstractSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(Lweblogic.servlet.internal.ServletRequestImpl;Lweblogic.servlet.internal.ServletResponseImpl;)V(WebAppServletContext.java:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(Lweblogic.kernel.ExecuteThread;)V(ServletRequestImpl.java:2644)
         at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest;)V(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
         at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)
    --------------- nested within: ------------------
    javax.management.RuntimeOperationsException: RuntimeException thrown by the invoke method of the Dynamic MBean
         at com.sun.management.jmx.MBeanServerImpl.invoke(Ljava.lang.Object;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(MBeanServerImpl.java:1562)
         at com.sun.management.jmx.MBeanServerImpl.invoke(Ljavax.management.ObjectName;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(MBeanServerImpl.java:1528)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(Ljavax.management.ObjectName;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(RemoteMBeanServerImpl.java:988)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(Ljavax.management.ObjectName;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(RemoteMBeanServerImpl.java:946)
         at weblogic.management.console.utils.Security.createObject(Ljavax.management.ObjectName;Ljavax.management.ObjectName;Ljava.lang.String;)V(Security.java:767)
         at weblogic.management.console.utils.Security.createProviderMBean(Ljava.lang.String;Ljava.lang.String;Ljavax.management.DynamicMBean;)Ljavax.management.DynamicMBean;(Security.java:905)
         at weblogic.management.console.utils.Security.createMBean(Ljava.lang.String;Ljava.lang.String;Ljavax.management.DynamicMBean;)Ljavax.management.DynamicMBean;(Security.java:749)
         at weblogic.management.console.utils.MBeans.createMBean(Ljava.lang.String;Ljava.lang.String;Ljavax.management.DynamicMBean;)Ljavax.management.DynamicMBean;(MBeans.java:1353)
         at weblogic.management.console.actions.mbean.DoCreateMBeanAction.perform(Lweblogic.management.console.actions.ActionContext;)Lweblogic.management.console.actions.Action;(DoCreateMBeanAction.java:173)
         at weblogic.management.console.actions.internal.ActionServlet.doAction(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(ActionServlet.java:173)
         at weblogic.management.console.actions.internal.ActionServlet.doPost(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(ActionServlet.java:85)
         at javax.servlet.http.HttpServlet.service(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run()Ljava.lang.Object;(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Lweblogic.servlet.internal.FilterChainImpl;)V(ServletStubImpl.java:419)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(ServletStubImpl.java:315)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run()Ljava.lang.Object;(WebAppServletContext.java:6718)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.security.subject.AbstractSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(Lweblogic.servlet.internal.ServletRequestImpl;Lweblogic.servlet.internal.ServletResponseImpl;)V(WebAppServletContext.java:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(Lweblogic.kernel.ExecuteThread;)V(ServletRequestImpl.java:2644)
         at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest;)V(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
         at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)
    --------------- nested within: ------------------
    weblogic.management.console.actions.ActionException: RuntimeException thrown by the invoke method of the Dynamic MBean - with nested exception:
    [javax.management.RuntimeOperationsException: RuntimeException thrown by the invoke method of the Dynamic MBean]
         at weblogic.management.console.actions.ErrorAction.(Ljava.lang.Throwable;)V(ErrorAction.java:38)
         at weblogic.management.console.actions.mbean.DoCreateMBeanAction.perform(Lweblogic.management.console.actions.ActionContext;)Lweblogic.management.console.actions.Action;(DoCreateMBeanAction.java:230)
         at weblogic.management.console.actions.internal.ActionServlet.doAction(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(ActionServlet.java:173)
         at weblogic.management.console.actions.internal.ActionServlet.doPost(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(ActionServlet.java:85)
         at javax.servlet.http.HttpServlet.service(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run()Ljava.lang.Object;(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Lweblogic.servlet.internal.FilterChainImpl;)V(ServletStubImpl.java:419)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(ServletStubImpl.java:315)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run()Ljava.lang.Object;(WebAppServletContext.java:6718)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.security.subject.AbstractSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(Lweblogic.servlet.internal.ServletRequestImpl;Lweblogic.servlet.internal.ServletResponseImpl;)V(WebAppServletContext.java:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(Lweblogic.kernel.ExecuteThread;)V(ServletRequestImpl.java:2644)
         at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest;)V(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
         at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)
    Do you have any idea of what the problem might be?
    Cheers,
    Vidar

    Hi,
    We have created a custom identity assertion provider in WLS 8.1. When we try to create a new instance in the admin console, we receive an exception (when clicking the 'Create' button). This problem only occurs in one certain test environment, and works well in our development environment. It seems to be a problem with the environment. This is the exception displayed in the console:
    java.lang.ClassCastException: java.lang.NoClassDefFoundError
         at javax.management.modelmbean.RequiredModelMBean.invoke(Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(RequiredModelMBean.java:1166)
         at com.sun.management.jmx.MBeanServerImpl.invoke(Ljava.lang.Object;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(MBeanServerImpl.java:1560)
         at com.sun.management.jmx.MBeanServerImpl.invoke(Ljavax.management.ObjectName;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(MBeanServerImpl.java:1528)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(Ljavax.management.ObjectName;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(RemoteMBeanServerImpl.java:988)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(Ljavax.management.ObjectName;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(RemoteMBeanServerImpl.java:946)
         at weblogic.management.console.utils.Security.createObject(Ljavax.management.ObjectName;Ljavax.management.ObjectName;Ljava.lang.String;)V(Security.java:767)
         at weblogic.management.console.utils.Security.createProviderMBean(Ljava.lang.String;Ljava.lang.String;Ljavax.management.DynamicMBean;)Ljavax.management.DynamicMBean;(Security.java:905)
         at weblogic.management.console.utils.Security.createMBean(Ljava.lang.String;Ljava.lang.String;Ljavax.management.DynamicMBean;)Ljavax.management.DynamicMBean;(Security.java:749)
         at weblogic.management.console.utils.MBeans.createMBean(Ljava.lang.String;Ljava.lang.String;Ljavax.management.DynamicMBean;)Ljavax.management.DynamicMBean;(MBeans.java:1353)
         at weblogic.management.console.actions.mbean.DoCreateMBeanAction.perform(Lweblogic.management.console.actions.ActionContext;)Lweblogic.management.console.actions.Action;(DoCreateMBeanAction.java:173)
         at weblogic.management.console.actions.internal.ActionServlet.doAction(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(ActionServlet.java:173)
         at weblogic.management.console.actions.internal.ActionServlet.doPost(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(ActionServlet.java:85)
         at javax.servlet.http.HttpServlet.service(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run()Ljava.lang.Object;(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Lweblogic.servlet.internal.FilterChainImpl;)V(ServletStubImpl.java:419)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(ServletStubImpl.java:315)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run()Ljava.lang.Object;(WebAppServletContext.java:6718)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.security.subject.AbstractSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(Lweblogic.servlet.internal.ServletRequestImpl;Lweblogic.servlet.internal.ServletResponseImpl;)V(WebAppServletContext.java:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(Lweblogic.kernel.ExecuteThread;)V(ServletRequestImpl.java:2644)
         at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest;)V(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
         at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)
    --------------- nested within: ------------------
    javax.management.RuntimeOperationsException: RuntimeException thrown by the invoke method of the Dynamic MBean
         at com.sun.management.jmx.MBeanServerImpl.invoke(Ljava.lang.Object;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(MBeanServerImpl.java:1562)
         at com.sun.management.jmx.MBeanServerImpl.invoke(Ljavax.management.ObjectName;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(MBeanServerImpl.java:1528)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(Ljavax.management.ObjectName;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(RemoteMBeanServerImpl.java:988)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(Ljavax.management.ObjectName;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)Ljava.lang.Object;(RemoteMBeanServerImpl.java:946)
         at weblogic.management.console.utils.Security.createObject(Ljavax.management.ObjectName;Ljavax.management.ObjectName;Ljava.lang.String;)V(Security.java:767)
         at weblogic.management.console.utils.Security.createProviderMBean(Ljava.lang.String;Ljava.lang.String;Ljavax.management.DynamicMBean;)Ljavax.management.DynamicMBean;(Security.java:905)
         at weblogic.management.console.utils.Security.createMBean(Ljava.lang.String;Ljava.lang.String;Ljavax.management.DynamicMBean;)Ljavax.management.DynamicMBean;(Security.java:749)
         at weblogic.management.console.utils.MBeans.createMBean(Ljava.lang.String;Ljava.lang.String;Ljavax.management.DynamicMBean;)Ljavax.management.DynamicMBean;(MBeans.java:1353)
         at weblogic.management.console.actions.mbean.DoCreateMBeanAction.perform(Lweblogic.management.console.actions.ActionContext;)Lweblogic.management.console.actions.Action;(DoCreateMBeanAction.java:173)
         at weblogic.management.console.actions.internal.ActionServlet.doAction(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(ActionServlet.java:173)
         at weblogic.management.console.actions.internal.ActionServlet.doPost(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(ActionServlet.java:85)
         at javax.servlet.http.HttpServlet.service(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run()Ljava.lang.Object;(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Lweblogic.servlet.internal.FilterChainImpl;)V(ServletStubImpl.java:419)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(ServletStubImpl.java:315)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run()Ljava.lang.Object;(WebAppServletContext.java:6718)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.security.subject.AbstractSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(Lweblogic.servlet.internal.ServletRequestImpl;Lweblogic.servlet.internal.ServletResponseImpl;)V(WebAppServletContext.java:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(Lweblogic.kernel.ExecuteThread;)V(ServletRequestImpl.java:2644)
         at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest;)V(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
         at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)
    --------------- nested within: ------------------
    weblogic.management.console.actions.ActionException: RuntimeException thrown by the invoke method of the Dynamic MBean - with nested exception:
    [javax.management.RuntimeOperationsException: RuntimeException thrown by the invoke method of the Dynamic MBean]
         at weblogic.management.console.actions.ErrorAction.(Ljava.lang.Throwable;)V(ErrorAction.java:38)
         at weblogic.management.console.actions.mbean.DoCreateMBeanAction.perform(Lweblogic.management.console.actions.ActionContext;)Lweblogic.management.console.actions.Action;(DoCreateMBeanAction.java:230)
         at weblogic.management.console.actions.internal.ActionServlet.doAction(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(ActionServlet.java:173)
         at weblogic.management.console.actions.internal.ActionServlet.doPost(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(ActionServlet.java:85)
         at javax.servlet.http.HttpServlet.service(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run()Ljava.lang.Object;(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Lweblogic.servlet.internal.FilterChainImpl;)V(ServletStubImpl.java:419)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(ServletStubImpl.java:315)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run()Ljava.lang.Object;(WebAppServletContext.java:6718)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.security.subject.AbstractSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(Lweblogic.servlet.internal.ServletRequestImpl;Lweblogic.servlet.internal.ServletResponseImpl;)V(WebAppServletContext.java:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(Lweblogic.kernel.ExecuteThread;)V(ServletRequestImpl.java:2644)
         at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest;)V(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
         at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)
    Do you have any idea of what the problem might be?
    Cheers,
    Vidar

  • Security error while duplicating domains

    Hi,
    I'm trying to replicate domains for WLS 8.1.6 using the Configuration Template Builder and then the Configuration Wizard. I've done this before with simpler domains without problems, but this time, after I've succesfully created the domain based on the template I've got the following error. Could someone help me?
    Thanks in advance,
    Andres
    ####<Mar 11, 2009 4:24:21 PM VET> <Notice> <Log Management> <prd1371> <admin> <Main Thread> <<WLS Kernel>> <> <BEA-170019> <The server log file D:\Dominios\TMCWorkshop\admin\admin.log is opened. All server side log events will be written to this file.>
    ####<Mar 11, 2009 4:24:21 PM VET> <Info> <Security> <prd1371> <admin> <Main Thread> <<WLS Kernel>> <> <BEA-090074> <Initializing RoleMapper provider using LDIF template file D:\Dominios\TMCWOR~1\.\DefaultRoleMapperInit.ldift.>
    ####<Mar 11, 2009 4:24:21 PM VET> <Info> <Security> <prd1371> <admin> <Main Thread> <<WLS Kernel>> <> <BEA-090075> <The RoleMapper provider has had its LDIF information loaded from: D:\Dominios\TMCWOR~1\.\DefaultRoleMapperInit.ldift>
    ####<Mar 11, 2009 4:24:22 PM VET> <Info> <Security> <prd1371> <admin> <Main Thread> <<WLS Kernel>> <> <BEA-090074> <Initializing Authorizer provider using LDIF template file D:\bea816\weblogic81\server\lib\DefaultAuthorizerInit.ldift.>
    ####<Mar 11, 2009 4:24:22 PM VET> <Info> <Security> <prd1371> <admin> <Main Thread> <<WLS Kernel>> <> <BEA-090075> <The Authorizer provider has had its LDIF information loaded from: D:\bea816\weblogic81\server\lib\DefaultAuthorizerInit.ldift>
    ####<Mar 11, 2009 4:24:22 PM VET> <Info> <Security> <prd1371> <admin> <Main Thread> <<WLS Kernel>> <> <BEA-090074> <Initializing Authenticator provider using LDIF template file D:\Dominios\TMCWOR~1\.\DefaultAuthenticatorInit.ldift.>
    ####<Mar 11, 2009 4:24:22 PM VET> <Info> <Security> <prd1371> <admin> <Main Thread> <<WLS Kernel>> <> <BEA-090075> <The Authenticator provider has had its LDIF information loaded from: D:\Dominios\TMCWOR~1\.\DefaultAuthenticatorInit.ldift>
    ####<Mar 11, 2009 4:24:22 PM VET> <Critical> <WebLogicServer> <prd1371> <admin> <Main Thread> <<WLS Kernel>> <> <BEA-000364> <Server failed during initialization. Exception:weblogic.security.service.SecurityServiceRuntimeException: [Security:090371]Problem instantiating Authentication Provider javax.management.RuntimeOperationsException: RuntimeException thrown by the getAttribute method of the DynamicMBean for the attribute Credential
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090371]Problem instantiating Authentication Provider javax.management.RuntimeOperationsException: RuntimeException thrown by the getAttribute method of the DynamicMBean for the attribute Credential
    at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:223)
    at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:281)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doATN(SecurityServiceManagerDelegateImpl.java:581)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealm(SecurityServiceManagerDelegateImpl.java:420)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadRealm(SecurityServiceManagerDelegateImpl.java:700)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms(SecurityServiceManagerDelegateImpl.java:733)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDelegateImpl.java:876)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:735)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:821)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:669)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:343)
    at weblogic.Server.main(Server.java:32)
    >
    ####<Mar 11, 2009 4:24:22 PM VET> <Emergency> <WebLogicServer> <prd1371> <admin> <Main Thread> <<WLS Kernel>> <> <BEA-000342> <Unable to initialize the server: weblogic.security.service.SecurityServiceRuntimeException: [Security:090371]Problem instantiating Authentication Provider javax.management.RuntimeOperationsException: RuntimeException thrown by the getAttribute method of the DynamicMBean for the attribute Credential>

    Betino wrote:
    Podrias mostrar la salida (en la consola) cuando ejecutas el script para iniciar el servidor?
    Gracias por tu respuesta Betino. The following text correspond to the content of the admin.log file generated by the server when it started up. Since yesterday, I've been trying many other things, like changing the password of the admin but nothing works.
    ####<Mar 12, 2009 2:01:51 PM VET> <Notice> <Log Management> <prd1371> <admin> <Main Thread> <<WLS Kernel>> <> <BEA-170019> <The server log file D:\Dominios\TMCWorkshop\admin\admin.log is opened. All server side log events will be written to this file.>
    ####<Mar 12, 2009 2:01:52 PM VET> <Info> <Security> <prd1371> <admin> <Main Thread> <<WLS Kernel>> <> <BEA-090516> <The RoleMapper provider has preexisting LDAP data.>
    ####<Mar 12, 2009 2:01:52 PM VET> <Info> <Security> <prd1371> <admin> <Main Thread> <<WLS Kernel>> <> <BEA-090516> <The Authorizer provider has preexisting LDAP data.>
    ####<Mar 12, 2009 2:01:52 PM VET> <Info> <Security> <prd1371> <admin> <Main Thread> <<WLS Kernel>> <> <BEA-090516> <The Authenticator provider has preexisting LDAP data.>
    ####<Mar 12, 2009 2:01:52 PM VET> <Critical> <WebLogicServer> <prd1371> <admin> <Main Thread> <<WLS Kernel>> <> <BEA-000364> <Server failed during initialization. Exception:weblogic.security.service.SecurityServiceRuntimeException: [Security:090371]Problem instantiating Authentication Provider javax.management.RuntimeOperationsException: RuntimeException thrown by the getAttribute method of the DynamicMBean for the attribute Credential
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090371]Problem instantiating Authentication Provider javax.management.RuntimeOperationsException: RuntimeException thrown by the getAttribute method of the DynamicMBean for the attribute Credential
         at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:223)
         at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:281)
         at weblogic.security.service.SecurityServiceManagerDelegateImpl.doATN(SecurityServiceManagerDelegateImpl.java:581)
         at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealm(SecurityServiceManagerDelegateImpl.java:420)
         at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadRealm(SecurityServiceManagerDelegateImpl.java:700)
         at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms(SecurityServiceManagerDelegateImpl.java:733)
         at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDelegateImpl.java:876)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:735)
         at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:821)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:669)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:343)
         at weblogic.Server.main(Server.java:32)
    >
    ####<Mar 12, 2009 2:01:52 PM VET> <Emergency> <WebLogicServer> <prd1371> <admin> <Main Thread> <<WLS Kernel>> <> <BEA-000342> <Unable to initialize the server: weblogic.security.service.SecurityServiceRuntimeException: [Security:090371]Problem instantiating Authentication Provider javax.management.RuntimeOperationsException: RuntimeException thrown by the getAttribute method of the DynamicMBean for the attribute Credential>
    -----

  • WLS 7.0 Active Directory authenticator - problems starting managed server (Solaris 8)

    Has anyone managed to setup a WLS 7.0 Active Directory authenticator and booted
    a managed server using the node manager? I can boot the server without the AD
    authenticator and I can also boot the server using a script and successfully authenticate
    through AD. My AD control flag is set to OPTIONAL and I have also setup a default
    authenticator to boot weblogic - the control flag here is set to SUFFICIENT. This
    configuration works fine with weblogic running on W2K, but not on Solaris (it
    looks like the control flag is being ignored). Errors as follows
    ####<Oct 1, 2002 1:59:08 PM BST> <Info> <Logging> <mymachine> <server01> <main>
    <kernel identity> <> <000000> <FileLo
    gger Opened at /opt/app/live/appserver/domains/test/NodeManager/server01/server01.log>
    ####<Oct 1, 2002 1:59:09 PM BST> <Info> <socket> <mymachine> <server01> <main>
    <kernel identity> <> <000415> <System
    has file descriptor limits of - soft: 1,024, hard: 1,024>
    ####<Oct 1, 2002 1:59:09 PM BST> <Info> <socket> <mymachine> <server01> <main>
    <kernel identity> <> <000416> <Using e
    ffective file descriptor limit of: 1,024 open sockets/files.>
    ####<Oct 1, 2002 1:59:09 PM BST> <Info> <socket> <mymachine> <server01> <main>
    <kernel identity> <> <000418> <Allocat
    ing: 3 POSIX reader threads>
    ####<Oct 1, 2002 1:59:19 PM BST> <Critical> <WebLogicServer> <mymachine> <server01>
    <main> <kernel identity> <> <0003
    64> <Server failed during initialization. Exception:weblogic.security.service.SecurityServiceRuntimeException:
    Problem instantiating
    Authentication Providerjavax.management.RuntimeOperationsException: RuntimeException
    thrown by the getAttribute method of the Dynam
    icMBean for the attribute Credential>
    weblogic.security.service.SecurityServiceRuntimeException: Problem instantiating
    Authentication Providerjavax.management.RuntimeOper
    ationsException: RuntimeException thrown by the getAttribute method of the DynamicMBean
    for the attribute Credential
    at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:186)
    at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:236)
    at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1506)
    at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1308)
    at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1247)
    at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1364)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1107)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
    at weblogic.Server.main(Server.java:31)
    ####<Oct 1, 2002 1:59:19 PM BST> <Emergency> <WebLogicServer> <mymachine> <server01>
    <main> <kernel identity> <> <000
    342> <Unable to initialize the server: Fatal initialization exception
    Throwable: weblogic.security.service.SecurityServiceRuntimeException: Problem
    instantiating Authentication Providerjavax.management.
    RuntimeOperationsException: RuntimeException thrown by the getAttribute method
    of the DynamicMBean for the attribute Credential
    weblogic.security.service.SecurityServiceRuntimeException: Problem instantiating
    Authentication Providerjavax.management.RuntimeOper
    ationsException: RuntimeException thrown by the getAttribute method of the DynamicMBean
    for the attribute Credential
    at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:186)
    at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:236)
    at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1506)
    at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1308)
    at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1247)
    at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1364)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1107)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
    at weblogic.Server.main(Server.java:31)

    Solved the problem. The 'domain root' directory specified in the remote start configuration,
    must contain a copy of the file 'SerializedSystemIni.dat' that was created along
    with the domain, in order to boot when an AD authenticator is configured. If an
    AD authenticator is not configured, no file is required. This was not a platform
    specific issue; on Win2K I had configured the 'domain root' remote start parameter
    to point to an existing domain root and not a new directory.
    "Andrew Walker" <[email protected]> wrote:
    >
    Has anyone managed to setup a WLS 7.0 Active Directory authenticator
    and booted
    a managed server using the node manager? I can boot the server without
    the AD
    authenticator and I can also boot the server using a script and successfully
    authenticate
    through AD. My AD control flag is set to OPTIONAL and I have also setup
    a default
    authenticator to boot weblogic - the control flag here is set to SUFFICIENT.
    This
    configuration works fine with weblogic running on W2K, but not on Solaris
    (it
    looks like the control flag is being ignored). Errors as follows
    ####<Oct 1, 2002 1:59:08 PM BST> <Info> <Logging> <mymachine> <server01>
    <main>
    <kernel identity> <> <000000> <FileLo
    gger Opened at /opt/app/live/appserver/domains/test/NodeManager/server01/server01.log>
    ####<Oct 1, 2002 1:59:09 PM BST> <Info> <socket> <mymachine> <server01>
    <main>
    <kernel identity> <> <000415> <System
    has file descriptor limits of - soft: 1,024, hard: 1,024>
    ####<Oct 1, 2002 1:59:09 PM BST> <Info> <socket> <mymachine> <server01>
    <main>
    <kernel identity> <> <000416> <Using e
    ffective file descriptor limit of: 1,024 open sockets/files.>
    ####<Oct 1, 2002 1:59:09 PM BST> <Info> <socket> <mymachine> <server01>
    <main>
    <kernel identity> <> <000418> <Allocat
    ing: 3 POSIX reader threads>
    ####<Oct 1, 2002 1:59:19 PM BST> <Critical> <WebLogicServer> <mymachine>
    <server01>
    <main> <kernel identity> <> <0003
    64> <Server failed during initialization. Exception:weblogic.security.service.SecurityServiceRuntimeException:
    Problem instantiating
    Authentication Providerjavax.management.RuntimeOperationsException:
    RuntimeException
    thrown by the getAttribute method of the Dynam
    icMBean for the attribute Credential>
    weblogic.security.service.SecurityServiceRuntimeException: Problem instantiating
    Authentication Providerjavax.management.RuntimeOper
    ationsException: RuntimeException thrown by the getAttribute method of
    the DynamicMBean
    for the attribute Credential
    at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:186)
    at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:236)
    at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1506)
    at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1308)
    at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1247)
    at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1364)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1107)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
    at weblogic.Server.main(Server.java:31)
    ####<Oct 1, 2002 1:59:19 PM BST> <Emergency> <WebLogicServer> <mymachine>
    <server01>
    <main> <kernel identity> <> <000
    342> <Unable to initialize the server: Fatal initialization exception
    Throwable: weblogic.security.service.SecurityServiceRuntimeException:
    Problem
    instantiating Authentication Providerjavax.management.
    RuntimeOperationsException: RuntimeException thrown by the getAttribute
    method
    of the DynamicMBean for the attribute Credential
    weblogic.security.service.SecurityServiceRuntimeException: Problem instantiating
    Authentication Providerjavax.management.RuntimeOper
    ationsException: RuntimeException thrown by the getAttribute method of
    the DynamicMBean
    for the attribute Credential
    at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:186)
    at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:236)
    at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1506)
    at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1308)
    at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1247)
    at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1364)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1107)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:703)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
    at weblogic.Server.main(Server.java:31)

  • What is wrong with my codes?

    import java.util.*;
    import javax.management.*;
    import weblogic.management.*;
    import weblogic.management.security.authentication.*;
    import
    weblogic.management.security.authentication.AuthenticationProviderMBean;
    import weblogic.management.security.authentication.*;
    public class LDAPUsers
    private MBeanHome adminHome;
    private String url = "t3://localhost:7001";
    private String user = "weblogic"; //"cn=Admin";
    private String passwd = "weblogic";
    public void printUsers(javax.servlet.jsp.JspWriter out)
    AuthenticationProviderMBean[] providers =
    adminHome.getActiveDomain().getSecurityConfiguration().findDefaultRealm().ge
    tAuthenticationProviders();
    for (int index = 0;providers != null && index < providers.length;
    index++)
    if (providers[index] instanceof UserReaderMBean)
    UserReaderMBean editor = (UserReaderMBean)providers[index];
    try
    String userLists = editor.listUsers("*",100); // this
    statement throws two exceptions
    while (editor.haveCurrent(userLists))
    out.println(editor.getCurrentName(userLists));
    }catch (Exception e)
    e.printStackTrace();
    public LDAPUsers()
    init();
    private void init()
    adminHome = (MBeanHome)Helper.getAdminMBeanHome(user,passwd,url);
    Once the following statement is executed,
    String userLists = editor.listUsers("*",100);
    it throws two exceptions.
    weblogic.management.NoAccessRuntimeException: [Management:141102]Subject:
    principals=[] does not have access to perform Admin actions.
    javax.management.RuntimeOperationsException: RuntimeException thrown by the
    invoke method of the Dynamic MBean
    i can login weblogic console using weblogic as username.

    sure
    user weblogic is a member of Administrator
    "Peter" <PeterB> wrote news:[email protected]..
    >
    "Daniel" <[email protected]> wrote in message
    news:3fb9b4be$[email protected]..
    weblogic.management.NoAccessRuntimeException:
    [Management:141102]Subject:
    principals=[] does not have access to perform Admin actions.
    javax.management.RuntimeOperationsException: RuntimeException thrown bythe
    invoke method of the Dynamic MBean
    i can login weblogic console using weblogic as username.
    In order to access commo mbean methods, you need to be running as a user
    with admin role.

  • Error using commo mbean server to create custom mbean

    When I execute the attached program, I see that I can create an instance of the
    DefaultAuthenticator mbean successfully, but the attempt to create an instance
    of a custom authenticator mbean results in the following run time exception. Any
    idea why? I can configure the custom authenticator using the weblogic.Admin tool
    and also from the console without any problem - so that eliminates the possibility
    of the custom mbean not created right. Then why not using a java program. I don't
    see any documentation on the commo server. Are there supported public APIs to
    do this sort of thing from a java class.
    thanks,
    Jyothi
    <Feb 27, 2004 11:00:09 AM PST> <Warning> <RMI> <BEA-080003> <RuntimeException
    thrown by rmi server: weblogic.management.internal.RemoteMBeanServerImpl.invoke(Ljavax.management.ObjectName;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)
    javax.management.RuntimeOperationsException: RuntimeException thrown by the invoke
    method of the Dynamic MBean.
    java.lang.ClassCastException
    at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1166)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:947)
    at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:908)
    at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown
    Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:353)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:144)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    --------------- nested within: ------------------
    javax.management.RuntimeOperationsException: RuntimeException thrown by the invoke
    method of the Dynamic MBean
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1559)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:947)
    at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:908)
    at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown
    Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:353)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:144)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    [bea.java]

    Forgot to mention that I am using weblogic server 8.1 SP2 on solaris.
    Any help is greatly appreciated.
    -Jyothi
    "Jyothi" <[email protected]> wrote:
    >
    >
    >
    When I execute the attached program, I see that I can create an instance
    of the
    DefaultAuthenticator mbean successfully, but the attempt to create an
    instance
    of a custom authenticator mbean results in the following run time exception.
    Any
    idea why? I can configure the custom authenticator using the weblogic.Admin
    tool
    and also from the console without any problem - so that eliminates the
    possibility
    of the custom mbean not created right. Then why not using a java program.
    I don't
    see any documentation on the commo server. Are there supported public
    APIs to
    do this sort of thing from a java class.
    thanks,
    Jyothi
    <Feb 27, 2004 11:00:09 AM PST> <Warning> <RMI> <BEA-080003> <RuntimeException
    thrown by rmi server: weblogic.management.internal.RemoteMBeanServerImpl.invoke(Ljavax.management.ObjectName;Ljava.lang.String;[Ljava.lang.Object;[Ljava.lang.String;)
    javax.management.RuntimeOperationsException: RuntimeException thrown
    by the invoke
    method of the Dynamic MBean.
    java.lang.ClassCastException
    at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1166)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:947)
    at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:908)
    at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown
    Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:353)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:144)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    --------------- nested within: ------------------
    javax.management.RuntimeOperationsException: RuntimeException thrown
    by the invoke
    method of the Dynamic MBean
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1559)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:947)
    at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:908)
    at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown
    Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:353)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:144)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

  • Error with LOG4J, in 10G compilation

    Hi Everyone,
    Please I need Help I try to load Log4J en Database 10G, When I try to compile the class in toad, or in database, sende a message error the class are:
    ORA-29521: referenced name javax/management/RuntimeOperationsException could not be found
    ORA-29521: referenced name javax/management/AttributeList could not be found
    ORA-29521: referenced name javax/management/Attribute could not be found
    ORA-29521: referenced name javax/management/DynamicMBean could not be found
    ORA-29521: referenced name javax/management/MBeanRegistration could not be found
    ORA-29521: referenced name javax/management/MBeanException could not be found
    ORA-29521: referenced name javax/management/ReflectionException could not be found
    ORA-29521: referenced name javax/management/AttributeNotFoundException could not be found
    ORA-29521: referenced name javax/management/InvalidAttributeValueException could not be found
    ORA-29521: referenced name javax/management/MBeanServer could not be found
    ORA-29521: referenced name javax/management/ObjectName could not be found
    ORA-29521: referenced name javax/management/MBeanInfo could not be found
    I dont now what to do, if enyone know what cause this error, I try to update the JDK in data base to 1.5 but I dontknow to do.

    Alcides,
    For your information, the Oracle 10g database embedded JVM is compatible with java 1.4 and so supports logging. Hence no real need to install Log4j.
    As far as I know, you cannot upgrade the Oracle database embedded JVM.
    (See your How Install JDK 1.5 in Data Base Oracle 10G, urgent pleeeeese.)
    Certainly looks like the version of Log4j you are trying to use is compatible with java 1.5, so if you insist on using Log4j, you'll have to use a version that is compatible with java 1.4. Sorry :-(
    By the way, I think the Java in the Oracle Database forum is the most appropriate for your question.
    Good Luck,
    Avi.

  • Error when I am installing dbws-callout-utility-10131

    Hi, I'm installing libraries to use web services in pl/sql. but when I executed loadjava command I had some errors. The command I executed was
    loadjava -u sys/mike2701 -r -v -f -genmissing -s -grant public dbwsclientws.jar dbwsclientdb11.jar
    And errors when finallized to executed was:
    The following operations failed
    class com/sun/jmx/interceptor/DefaultMBeanServerInterceptor$1: creation (cre
    ateFailed)
    class com/sun/jmx/interceptor/DefaultMBeanServerInterceptor$ListenerWrapper:
    creation (createFailed)
    class com/sun/jmx/interceptor/DefaultMBeanServerInterceptor: creation (creat
    eFailed)
    class com/sun/jmx/interceptor/MBeanServerInterceptor: creation (createFailed
    class com/sun/jmx/mbeanserver/BaseMetaDataImpl: creation (createFailed)
    class com/sun/jmx/mbeanserver/ClassLoaderRepositorySupport$LoaderEntry: crea
    tion (createFailed)
    class com/sun/jmx/mbeanserver/ClassLoaderRepositorySupport: creation (create
    Failed)
    class com/sun/jmx/mbeanserver/DynamicMetaDataImpl: creation (createFailed)
    class com/sun/jmx/mbeanserver/GetPropertyAction: creation (createFailed)
    class com/sun/jmx/mbeanserver/Introspector: creation (createFailed)
    class com/sun/jmx/mbeanserver/JmxMBeanServer$1: creation (createFailed)
    class com/sun/jmx/mbeanserver/JmxMBeanServer: creation (createFailed)
    class com/sun/jmx/mbeanserver/MBeanInstantiator: creation (createFailed)
    class com/sun/jmx/mbeanserver/MBeanInstantiatorImpl: creation (createFailed)
    class com/sun/jmx/mbeanserver/MBeanServerDelegateImpl: creation (createFaile
    d)
    class com/sun/jmx/mbeanserver/MetaData: creation (createFailed)
    class com/sun/jmx/mbeanserver/MetaDataImpl$PrivateDynamicMeta: creation (cre
    ateFailed)
    class com/sun/jmx/mbeanserver/MetaDataImpl$PrivateStandardMeta: creation (cr
    eateFailed)
    class com/sun/jmx/mbeanserver/MetaDataImpl: creation (createFailed)
    class com/sun/jmx/mbeanserver/ModifiableClassLoaderRepository: creation (cre
    ateFailed)
    class com/sun/jmx/mbeanserver/NamedObject: creation (createFailed)
    class com/sun/jmx/mbeanserver/ObjectInputStreamWithLoader: creation (createF
    ailed)
    class com/sun/jmx/mbeanserver/Repository: creation (createFailed)
    class com/sun/jmx/mbeanserver/RepositorySupport$ObjectNamePattern: creation
    (createFailed)
    class com/sun/jmx/mbeanserver/RepositorySupport: creation (createFailed)
    class com/sun/jmx/mbeanserver/SecureClassLoaderRepository: creation (createF
    ailed)
    class com/sun/jmx/mbeanserver/StandardMetaDataImpl: creation (createFailed)
    class com/sun/jmx/mbeanserver/SunJmxMBeanServer: creation (createFailed)
    class com/sun/jmx/trace/Trace: creation (createFailed)
    class com/sun/jmx/trace/TraceDestination: creation (createFailed)
    class com/sun/jmx/trace/TraceManager: creation (createFailed)
    class com/sun/jmx/trace/TraceTags: creation (createFailed)
    class javax/management/Attribute: creation (createFailed)
    class javax/management/AttributeList: creation (createFailed)
    class javax/management/AttributeNotFoundException: creation (createFailed)
    class javax/management/BadAttributeValueExpException: creation (createFailed
    class javax/management/BadBinaryOpValueExpException: creation (createFailed)
    class javax/management/BadStringOperationException: creation (createFailed)
    class javax/management/Descriptor: creation (createFailed)
    class javax/management/DescriptorAccess: creation (createFailed)
    class javax/management/DynamicMBean: creation (createFailed)
    class javax/management/InstanceAlreadyExistsException: creation (createFaile
    d)
    class javax/management/InstanceNotFoundException: creation (createFailed)
    class javax/management/IntrospectionException: creation (createFailed)
    class javax/management/InvalidApplicationException: creation (createFailed)
    class javax/management/InvalidAttributeValueException: creation (createFaile
    d)
    class javax/management/JMException: creation (createFailed)
    class javax/management/JMRuntimeException: creation (createFailed)
    class javax/management/ListenerNotFoundException: creation (createFailed)
    class javax/management/MBeanAttributeInfo: creation (createFailed)
    class javax/management/MBeanConstructorInfo: creation (createFailed)
    class javax/management/MBeanException: creation (createFailed)
    class javax/management/MBeanFeatureInfo: creation (createFailed)
    class javax/management/MBeanInfo$ImmutabilityAction: creation (createFailed)
    class javax/management/MBeanInfo: creation (createFailed)
    class javax/management/MBeanNotificationInfo: creation (createFailed)
    class javax/management/MBeanOperationInfo: creation (createFailed)
    class javax/management/MBeanParameterInfo: creation (createFailed)
    class javax/management/MBeanPermission: creation (createFailed)
    class javax/management/MBeanRegistration: creation (createFailed)
    class javax/management/MBeanRegistrationException: creation (createFailed)
    class javax/management/MBeanServer: creation (createFailed)
    class javax/management/MBeanServerBuilder: creation (createFailed)
    class javax/management/MBeanServerConnection: creation (createFailed)
    class javax/management/MBeanServerDelegate: creation (createFailed)
    class javax/management/MBeanServerDelegateMBean: creation (createFailed)
    class javax/management/MBeanServerFactory: creation (createFailed)
    class javax/management/MBeanServerNotification: creation (createFailed)
    class javax/management/MBeanServerPermission: creation (createFailed)
    class javax/management/MBeanServerPermissionCollection: creation (createFail
    ed)
    class javax/management/MBeanTrustPermission: creation (createFailed)
    class javax/management/MalformedObjectNameException: creation (createFailed)
    class javax/management/NotCompliantMBeanException: creation (createFailed)
    class javax/management/Notification: creation (createFailed)
    class javax/management/NotificationBroadcaster: creation (createFailed)
    class javax/management/NotificationBroadcasterSupport$ListenerInfo: creation
    (createFailed)
    class javax/management/NotificationBroadcasterSupport: creation (createFaile
    d)
    class javax/management/NotificationEmitter: creation (createFailed)
    class javax/management/NotificationFilter: creation (createFailed)
    class javax/management/NotificationListener: creation (createFailed)
    class javax/management/ObjectInstance: creation (createFailed)
    class javax/management/ObjectName$Property: creation (createFailed)
    class javax/management/ObjectName: creation (createFailed)
    class javax/management/OperationsException: creation (createFailed)
    class javax/management/QueryEval: creation (createFailed)
    class javax/management/QueryExp: creation (createFailed)
    class javax/management/ReflectionException: creation (createFailed)
    class javax/management/RuntimeErrorException: creation (createFailed)
    class javax/management/RuntimeMBeanException: creation (createFailed)
    class javax/management/RuntimeOperationsException: creation (createFailed)
    class javax/management/ValueExp: creation (createFailed)
    class javax/management/loading/ClassLoaderRepository: creation (createFailed
    class javax/management/loading/PrivateClassLoader: creation (createFailed)
    class javax/management/modelmbean/DescriptorSupport: creation (createFailed)
    class javax/management/modelmbean/ModelMBeanAttributeInfo: creation (createF
    ailed)
    class javax/management/modelmbean/ModelMBeanConstructorInfo: creation (creat
    eFailed)
    class javax/management/modelmbean/ModelMBeanInfo: creation (createFailed)
    class javax/management/modelmbean/ModelMBeanInfoSupport: creation (createFai
    led)
    class javax/management/modelmbean/ModelMBeanNotificationInfo: creation (crea
    teFailed)
    class javax/management/modelmbean/ModelMBeanOperationInfo: creation (createF
    ailed)
    class javax/management/modelmbean/XMLParseException: creation (createFailed)
    class javax/management/remote/JMXConnector: creation (createFailed)
    class javax/management/remote/JMXServiceURL: creation (createFailed)
    class org/w3c/dom/ls/LSException: creation (createFailed)
    class javax/xml/xpath/XPathException: creation (createFailed)
    class javax/xml/xpath/XPathExpressionException: creation (createFailed)
    class javax/xml/xpath/XPathFunction: creation (createFailed)
    class javax/xml/xpath/XPathFunctionException: creation (createFailed)
    class javax/xml/xpath/XPathFunctionResolver: creation (createFailed)
    class javax/xml/xpath/XPathVariableResolver: creation (createFailed)
    exiting : Failures occurred during processing
    Regards

    Hi Ramesh,
    Please raise this issue with the SAP Market place. Already there are few notes available from them for this issue. Might require some upgrade for your system to correct this issue.
    Please look through these OSS Notes as well :
    1139547 - Transport of InfoObjects RC = 8
    1100575 - InfoObjects: Using units in compounding
    Best Regards,
    Arpit

  • Error on loadjava with log4j

    Hi.
    I have a problem loading jar file: oracle 9.2.0.7.0 on unix server with jvm 1.3.1
    Using sqlplus I didn't receive any error (PL/SQL procedure successfully completed.) on loading log4j-1.2.14.jar with the following command 6 java class (org/apache/log4j/jmx/...)are invalid:
    call dbms_java.loadjava(' -r -v -schema NameOfSchema /orabkp/java/log4j-1.2.14.jar');
    Executing the same command from unix command line
    loadjava -r -v -u user/password@database -schema NameOfSchema /orabkp/java/log4j-1.2.14.jar
    i received the following errors:
    For class AbstractDynamicMBean (org/apache/log4j/jmx/)
    errors : class NameOfSchema.org/apache/log4j/jmx/AbstractDynamicMBean
    ORA-29521: referenced name javax/management/RuntimeOperationsException could not be found
    ORA-29521: referenced name javax/management/AttributeList could not be found
    ORA-29521: referenced name javax/management/Attribute could not be found
    ORA-29521: referenced name javax/management/DynamicMBean could not be found
    ORA-29521: referenced name javax/management/MBeanRegistration could not be found
    ORA-29521: referenced name javax/management/MBeanException could not be found
    ORA-29521: referenced name javax/management/ReflectionException could not be found
    ORA-29521: referenced name javax/management/AttributeNotFoundException could not be found
    ORA-29521: referenced name javax/management/InvalidAttributeValueException could not be found
    ORA-29521: referenced name javax/management/MBeanServer could not be found
    ORA-29521: referenced name javax/management/ObjectName could not be found
    ORA-29521: referenced name javax/management/MBeanInfo could not be found
    same error for the following java class:
    org/apache/log4j/jmx/Agent
    org/apache/log4j/jmx/AppenderDynamicMBean
    org/apache/log4j/jmx/HierarchyDynamicMBean
    org/apache/log4j/jmx/LayoutDynamicMBean
    org/apache/log4j/jmx/LoggerDynamicMBean
    If I didn't insert -r (resolve) option, I will have a list of 50/60 java class invalid
    Much appreciated, any help to understand why on sqlplus I didn't receive any message and a help to solve ORA error.
    Thanks.

    Hi Paolo:
    These classes are part of JDK1.5 stack for JMX services, for example:
    http://java.sun.com/j2se/1.5.0/docs/api/javax/management/MBeanInfo.html
    If log4j.jar includes these classes may be is compiled with jdk 1.5, check if the essential classes of log4j do not returns invalid class format error.
    JMX classes are not required if you use FileAppender or ConsoleAppender loggers.
    Best regards, Marcelo.
    PD: If you get invalid class format error you must to compile log4j sources using a JDK 1.3 compiler which is the JDK included into 9.x databases.

  • ERROR com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.

              Hi,
              I am trying to setup cluster environment with weblogic7.0. I have two managed
              servers in my cluster. The first one I am able start without any problem(The first
              server and admin is on the same UNIX m/c). When I am trying to start the second
              server from different m/c(this is another UNIX m/c) it is giving the following
              error. I am not using default security realm.
              If anybody come across this error before,please reply me.
              Thanks
              Venkat
              com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad
              byte.
              at com.rsa.jsafe.JA_PKCS5Padding.performUnpadding(JA_PKCS5Padding.java:111)
              at com.rsa.jsafe.JG_BlockCipher.decryptFinal(JG_BlockCipher.java:1092)
              at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:67)
              at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:93)
              at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:53)
              at weblogic.management.commo.CommoModelMBean.getAttribute(CommoModelMBean.java:319)
              at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1183)
              at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1153)
              at weblogic.management.internal.RemoteMBeanServerImpl.getAttribute(RemoteMBeanServerImpl.java:844)
              at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:330)
              at $Proxy42.getCredential(Unknown Source)
              at weblogic.security.providers.authentication.LDAPAtnDelegate.<init>(LDAPAtnDelegate.java:452)
              at weblogic.security.providers.authentication.LDAPAuthenticationProviderImpl.initialize(LDAPAuthenticationProviderImpl.java:67)
              at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
              at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:151)
              at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              at weblogic.Server.main(Server.java:32)
              --------------- nested within: ------------------
              weblogic.security.internal.encryption.EncryptionServiceException - with nested
              exception:
              [com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad
              byte.]
              at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:77)
              at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:93)
              at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:53)
              at weblogic.management.commo.CommoModelMBean.getAttribute(CommoModelMBean.java:319)
              at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1183)
              at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1153)
              at weblogic.management.internal.RemoteMBeanServerImpl.getAttribute(RemoteMBeanServerImpl.java:844)
              at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:330)
              at $Proxy42.getCredential(Unknown Source)
              at weblogic.security.providers.authentication.LDAPAtnDelegate.<init>(LDAPAtnDelegate.java:452)
              at weblogic.security.providers.authentication.LDAPAuthenticationProviderImpl.initialize(LDAPAuthenticationProviderImpl.java:67)
              at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
              at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:151)
              at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              at weblogic.Server.main(Server.java:32)
              --------------- nested within: ------------------
              javax.management.RuntimeOperationsException: RuntimeException thrown by the getAttribute
              method of the DynamicMBean for the attribute Credential
              at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1185)
              at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1153)
              at weblogic.management.internal.RemoteMBeanServerImpl.getAttribute(RemoteMBeanServerImpl.java:844)
              at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:330)
              at $Proxy42.getCredential(Unknown Source)
              at weblogic.security.providers.authentication.LDAPAtnDelegate.<init>(LDAPAtnDelegate.java:452)
              at weblogic.security.providers.authentication.LDAPAuthenticationProviderImpl.initialize(LDAPAuthenticationProviderImpl.java:67)
              at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
              at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:151)
              at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              at weblogic.Server.main(Server.java:32)
              <Dec 7, 2002 8:57:33 PM EST> <Critical> <WebLogicServer> <000364> <Server failed
              during initialization. Exception:weblogic.security.service.SecurityServiceRuntimeException:
              Problem instantiating Authentication Providerjavax.management.RuntimeOperationsException:
              RuntimeException thrown by the getAttribute method of the DynamicMBean for the
              attribute Credential
              weblogic.security.service.SecurityServiceRuntimeException: Problem instantiating
              Authentication Providerjavax.management.RuntimeOperationsException: RuntimeException
              thrown by the getAttribute method of the DynamicMBean for the attribute Credential
              at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:198)
              at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              at weblogic.Server.main(Server.java:32)
              >
              <Dec 7, 2002 8:57:33 PM EST> <Emergency> <WebLogicServer> <000342> <Unable to
              initialize the server: Fatal initialization exception
              Throwable: weblogic.security.service.SecurityServiceRuntimeException: Problem
              instantiating Authentication Providerjavax.management.RuntimeOperationsException:
              RuntimeException thrown by the getAttribute method of the DynamicMBean for the
              attribute Credential
              weblogic.security.service.SecurityServiceRuntimeException: Problem instantiating
              Authentication Providerjavax.management.RuntimeOperationsException: RuntimeException
              thrown by the getAttribute method of the DynamicMBean for the attribute Credential
              at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:198)
              at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              at weblogic.Server.main(Server.java:32)
              >
              The WebLogic Server did not start up properly.
              Exception raised:
              weblogic.security.service.SecurityServiceRuntimeException: Problem instantiating
              Authentication Providerjavax.management.RuntimeOperationsException: RuntimeException
              thrown by the getAttribute method of the DynamicMBean for the attribute Credential
              at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:198)
              at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              at weblogic.Server.main(Server.java:32)
              Reason: Fatal initialization exception
              Throwable: weblogic.security.service.SecurityServiceRuntimeException: Problem
              instantiating Authentication Providerjavax.management.RuntimeOperationsException:
              RuntimeException thrown by the getAttribute method of the DynamicMBean for the
              attribute Credential
              weblogic.security.service.SecurityServiceRuntimeException: Problem instantiating
              Authentication Providerjavax.management.RuntimeOperationsException: RuntimeException
              thrown by the getAttribute method of the DynamicMBean for the attribute Credential
              at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:198)
              at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              at weblogic.Server.main(Server.java:32)
              

    Venkat,
              I assume you are using symmetric ciphers. If soo make sure you
              generate the key for the admin server and copy that to all the managed
              servers in the cluster before you start each of the managed servers. I
              think you are generating keys for each server seperately (which might
              be the reason for the errors you got).
              Hope this helps.
              -Kiran
              "Venkat" <[email protected]> wrote in message news:<[email protected]>...
              > Hi,
              >
              > I am trying to setup cluster environment with weblogic7.0. I have two managed
              > servers in my cluster. The first one I am able start without any problem(The first
              > server and admin is on the same UNIX m/c). When I am trying to start the second
              > server from different m/c(this is another UNIX m/c) it is giving the following
              > error. I am not using default security realm.
              > If anybody come across this error before,please reply me.
              >
              > Thanks
              > Venkat
              >
              > com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad
              > byte.
              > at com.rsa.jsafe.JA_PKCS5Padding.performUnpadding(JA_PKCS5Padding.java:111)
              > at com.rsa.jsafe.JG_BlockCipher.decryptFinal(JG_BlockCipher.java:1092)
              > at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:67)
              > at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:93)
              > at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:53)
              > at weblogic.management.commo.CommoModelMBean.getAttribute(CommoModelMBean.java:319)
              > at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1183)
              > at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1153)
              > at weblogic.management.internal.RemoteMBeanServerImpl.getAttribute(RemoteMBeanServerImpl.java:844)
              > at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:330)
              > at $Proxy42.getCredential(Unknown Source)
              > at weblogic.security.providers.authentication.LDAPAtnDelegate.<init>(LDAPAtnDelegate.java:452)
              > at weblogic.security.providers.authentication.LDAPAuthenticationProviderImpl.initialize(LDAPAuthenticationProviderImpl.java:67)
              > at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
              > at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:151)
              > at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              > at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              > at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              > at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              > at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              > at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              > at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              > at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              > at weblogic.Server.main(Server.java:32)
              > --------------- nested within: ------------------
              > weblogic.security.internal.encryption.EncryptionServiceException - with nested
              > exception:
              > [com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad
              > byte.]
              > at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:77)
              > at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:93)
              > at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:53)
              > at weblogic.management.commo.CommoModelMBean.getAttribute(CommoModelMBean.java:319)
              > at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1183)
              > at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1153)
              > at weblogic.management.internal.RemoteMBeanServerImpl.getAttribute(RemoteMBeanServerImpl.java:844)
              > at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:330)
              > at $Proxy42.getCredential(Unknown Source)
              > at weblogic.security.providers.authentication.LDAPAtnDelegate.<init>(LDAPAtnDelegate.java:452)
              > at weblogic.security.providers.authentication.LDAPAuthenticationProviderImpl.initialize(LDAPAuthenticationProviderImpl.java:67)
              > at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
              > at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:151)
              > at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              > at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              > at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              > at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              > at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              > at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              > at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              > at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              > at weblogic.Server.main(Server.java:32)
              > --------------- nested within: ------------------
              > javax.management.RuntimeOperationsException: RuntimeException thrown by the getAttribute
              > method of the DynamicMBean for the attribute Credential
              > at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1185)
              > at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1153)
              > at weblogic.management.internal.RemoteMBeanServerImpl.getAttribute(RemoteMBeanServerImpl.java:844)
              > at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:330)
              > at $Proxy42.getCredential(Unknown Source)
              > at weblogic.security.providers.authentication.LDAPAtnDelegate.<init>(LDAPAtnDelegate.java:452)
              > at weblogic.security.providers.authentication.LDAPAuthenticationProviderImpl.initialize(LDAPAuthenticationProviderImpl.java:67)
              > at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
              > at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:151)
              > at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              > at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              > at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              > at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              > at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              > at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              > at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              > at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              > at weblogic.Server.main(Server.java:32)
              > <Dec 7, 2002 8:57:33 PM EST> <Critical> <WebLogicServer> <000364> <Server failed
              > during initialization. Exception:weblogic.security.service.SecurityServiceRuntimeException:
              > Problem instantiating Authentication Providerjavax.management.RuntimeOperationsException:
              > RuntimeException thrown by the getAttribute method of the DynamicMBean for the
              > attribute Credential
              > weblogic.security.service.SecurityServiceRuntimeException: Problem instantiating
              > Authentication Providerjavax.management.RuntimeOperationsException: RuntimeException
              > thrown by the getAttribute method of the DynamicMBean for the attribute Credential
              > at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:198)
              > at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              > at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              > at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              > at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              > at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              > at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              > at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              > at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              > at weblogic.Server.main(Server.java:32)
              > >
              > <Dec 7, 2002 8:57:33 PM EST> <Emergency> <WebLogicServer> <000342> <Unable to
              > initialize the server: Fatal initialization exception
              > Throwable: weblogic.security.service.SecurityServiceRuntimeException: Problem
              > instantiating Authentication Providerjavax.management.RuntimeOperationsException:
              > RuntimeException thrown by the getAttribute method of the DynamicMBean for the
              > attribute Credential
              > weblogic.security.service.SecurityServiceRuntimeException: Problem instantiating
              > Authentication Providerjavax.management.RuntimeOperationsException: RuntimeException
              > thrown by the getAttribute method of the DynamicMBean for the attribute Credential
              > at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:198)
              > at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              > at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              > at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              > at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              > at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              > at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              > at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              > at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              > at weblogic.Server.main(Server.java:32)
              > >
              > ***************************************************************************
              > The WebLogic Server did not start up properly.
              > Exception raised:
              > weblogic.security.service.SecurityServiceRuntimeException: Problem instantiating
              > Authentication Providerjavax.management.RuntimeOperationsException: RuntimeException
              > thrown by the getAttribute method of the DynamicMBean for the attribute Credential
              > at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:198)
              > at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              > at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              > at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              > at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              > at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              > at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              > at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              > at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              > at weblogic.Server.main(Server.java:32)
              > Reason: Fatal initialization exception
              > Throwable: weblogic.security.service.SecurityServiceRuntimeException: Problem
              > instantiating Authentication Providerjavax.management.RuntimeOperationsException:
              > RuntimeException thrown by the getAttribute method of the DynamicMBean for the
              > attribute Credential
              > weblogic.security.service.SecurityServiceRuntimeException: Problem instantiating
              > Authentication Providerjavax.management.RuntimeOperationsException: RuntimeException
              > thrown by the getAttribute method of the DynamicMBean for the attribute Credential
              > at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:198)
              > at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              > at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              > at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              > at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              > at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              > at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              > at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              > at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              > at weblogic.Server.main(Server.java:32)
              

  • Debugging question (project with Ant)

    Hi,
    Could anyone tell me how to debug a project with Ant?
    There is no main class to execute.
    Only Ant script runs it as below.
    Thanks in advance,
    <?xml version="1.0" encoding="UTF-8"?>
    <project basedir="." default="all" name="run1">
    <target name="all">
    <java classname="zeus.agents.ANServer" failonerror="true" fork="true">
    <arg line="Nameserver2 -t 0.1 -f dns.db"/>
    </java>
    </target>
    </project>

    how simple was that... Thanks Mark.
    Now I have another problem - how can I specify deployment targets when creating a new dataspace? I'm using a DspCommonCommands.py script, which targets deployments to any server and cluster in the specified domain:
    targets = wlst.get('Targets')
    wlst.invoke('createDataSpace',[dataspaceName,targets],['java.lang.String','java.util.Set'])
    which results in 2 problems:
    1. targeting projects to inappropriate servers (like AdminServer)
    2. targeting project to cluster and all servers belonging to that cluster (which results in errors when trying to start corresponding request_handlers application)
    I thought I can simply list the names of clusters I would like the project to be targeted to, but it results in:
    javax.management.RuntimeOperationsException: RuntimeException occured trying to invoke operation createDataSpace
    Caused by: java.lang.IllegalArgumentException: argument type mismatch
    I can't find the class with createDataSpace() method to check what it's all about and how should I format the target names.
    Regards,
    Tomek

Maybe you are looking for