Hi list,
I´m installing a
third-party EAR application in Websphere Application Server and i get an javax.management.RuntimeOperationsException when i use an application service.
The EAR application install and start without any problem, but it exception is raised when i use a service.
javax.management.RuntimeOperationsException
at com.ibm.ws.management.PlatformMBeanServer.invoke(PlatformMBeanServer.java:723)
at com.gesmallworld.gss.connector.mbeans.GSSMBeans.invokeMBeanMethod(GSSMBeans.java:161)
at com.gesmallworld.gss.util.GSSGlobalProperties.invoke_getProperty(GSSGlobalProperties.java:46)
at com.gesmallworld.gss.lib.helpers.NamedPropertiesHelper.getProperty(NamedPropertiesHelper.java:110)
at com.gesmallworld.gss.lib.helpers.CorePropertiesHelper.getProperty(CorePropertiesHelper.java:67)
at com.gesmallworld.gss.lib.service.describe.DescriptionParser.getDescriptionElement(DescriptionParser.java:238)
at com.gesmallworld.gss.lib.service.describe.DescriptionParser.getDescriptionElements(DescriptionParser.java:367)
at com.gesmallworld.gss.lib.service.describe.DescriptionParser.generateDescription(DescriptionParser.java:170)
at com.gesmallworld.gss.lib.service.describe.DescriptionCache.describe(DescriptionCache.java:74)
at com.gesmallworld.gss.lib.service.Service.describe(Service.java:55)
at com.gesmallworld.gss.services.interfaces.EJSLocalStatelessSelect_ed4912d4.describe(Unknown Source)
at com.gesmallworld.gss.lib.service.describe.DescriptionCache.describe(DescriptionCache.java:107)
at com.gesmallworld.gss.services.describe.DescribeBean.listServices(DescribeBean.java:118)
In the activity.log i found it error:
com.ibm.ws.security.role.RoleBasedAuthorizerImplIBMWebSphereApplication ServerPlatform 6.1 [BASE 6.1.0.9 cf90722.41] 5716garagiolNode01Cell\garagiolNode01\server1yesSECJ0305IIBM4.4.1security.rolebauthz.authzfailJavacom.ibm.ejs.resources.security
Any knows what can be the problem?
Thanks
Regards