WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Service Exception

    Posted Sat June 25, 2011 11:27 AM
    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


  • 2.  Service Exception

    Posted Sat June 25, 2011 11:35 AM

    Sorry i add here the activity log:


     


    creationTime="2011-06-25T02:46:01.142Z"
        globalInstanceId="CEA1E09ED5430F6560C041F15D3D7780C9"
        msg="SECJ0305I: Se ha producido un error en la comprobación de autorización basada en roles para admin-authz operación GSS:cell=garagiolNode01Cell,BeanType=JCA Global Properties,node=garagiolNode01,process=server1:getProperty:java.lang.String:java.lang.String.  El usuario UNAUTHENTICATED (ID exclusivo: unauthenticated) ni tiene otorgados ninguno de los roles siguientes necesarios: administrator, operator." severity="10" version="1.0.1">


    In english


    "The role-based authorization check failed for admin-authz operation AdminOperations:expandVariable:java.lang.String. The user UNAUTHENTICATED (unique ID: unauthenticated) was not granted any of the following required roles: operator, administrator."


     


    Thanks


    Regards



  • 3.  Service Exception

    Posted Tue June 28, 2011 11:59 AM

    looks like the ear has security turne on, but after you installed it you did not configure security for the roles.  do that in the admin console after installation befire your statart the ear.  assign the role & users.