2 Replies Latest reply on Jan 6, 2014 9:46 PM by jeryma

    use the rhq4.9 to monitor the was7

    jeryma

      Hi,

      I used the rhq4.9 to monitor the websphere for testing according to the https://code.google.com/p/rhq-websphere-plugin/wiki/SetupGuide .when I set the environment and start the rhq-agent, I found the below warn every per 1 minute.

      what's the reason?

      2014-1-6 15:51:05 null null

      SEVERE: javaAccessorNotSet

       

      and the rhq-agent-java0.log.0 is :

      2014-1-6 15:20:50 null null

      WARNING: WSVR0072W

      2014-1-6 15:20:50 null null

      WARNING: WSVR0072W

      2014-1-6 15:20:50 null null

      AUDIT: security.LoadSCI

      2014-1-6 15:20:50 null null

      AUDIT: security.GettingConfig

      2014-1-6 15:20:50 null null

      INFO: ssl.disable.url.hostname.verification.CWPKI0027I

      2014-1-6 15:20:50 null null

      AUDIT: security.AuthTarget

      2014-1-6 15:20:50 null null

      INFO: Client code attempting to load security configuration

      2014-1-6 15:20:50 null null

      AUDIT: security.ClientCSI

      2014-1-6 15:20:53 null null

      INFO: Client code attempting to load security configuration

      2014-1-6 15:20:53 null null

      INFO: Client code attempting to load security configuration

      2014-1-6 15:21:03 null null

      SEVERE: javaAccessorNotSet

      2014-1-6 15:23:20 null null

      WARNING: ADMC0046W

      2014-1-6 15:23:20 null null

      WARNING: Could not find tmx4jTransform.jar in null/etc/tmx4jTransform.jar - Interoperability to older versions of WebSphere is disabled

      2014-1-6 15:25:28 null null

      WARNING: ADMC0046W

      2014-1-6 15:27:28 null null

      WARNING: ADMC0046W

      2014-1-6 15:29:43 null null

      WARNING: ADMC0046W

      2014-1-6 15:32:37 null null

      WARNING: ADMC0046W

      2014-1-6 15:34:38 null null

      WARNING: ADMC0046W

      2014-1-6 15:36:04 null null

      SEVERE: javaAccessorNotSet

      2014-1-6 15:36:40 null null

      WARNING: ADMC0046W

      2014-1-6 15:38:41 null null

      WARNING: ADMC0046W

      2014-1-6 15:41:45 null null

      WARNING: ADMC0046W

        • 1. Re: use the rhq4.9 to monitor the was7
          pathduck

          This forums isn't the best place to get help with this custom plugin, since this is most likely an issue between the plugin code and WAS. It would be better to post on the plugin issues page on code.google.com.

           

          However; have you made sure you are using the correct version of the admin client and crypto jar files, added to $RHQ_AGENT_HOME/lib ? You need to get these from your WAS installation.

          Otherwise, looks like there might be a bug in the plugin code - you need to take this up with the plugin author, I doubt this is an RHQ problem.

           

          hth,

          Stian

          • 2. Re: use the rhq4.9 to monitor the was7
            jeryma

            总计 14552

            drwxr-xr-x 4 root root    4096 12-30 15:44 augeas

            lrwxrwxrwx 1 root root      71 01-02 17:08 com.ibm.ws.admin.client_7.0.0.jar -> /opt/IBM/WebSphere/AppServer/runtimes/com.ibm.ws.admin.client_7.0.0.jar

            lrwxrwxrwx 1 root root      73 01-02 18:23 com.ibm.ws.ejb.thinclient_7.0.0.jar -> /opt/IBM/WebSphere/AppServer/runtimes/com.ibm.ws.ejb.thinclient_7.0.0.jar

            lrwxrwxrwx 1 root root      59 01-02 17:11 com.ibm.ws.runtime.jar -> /opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.runtime.jar

            lrwxrwxrwx 1 root root      67 01-02 17:09 com.ibm.ws.security.crypto.jar -> /opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.security.crypto.jar

            -rw-r--r-- 1 root root  109043 09-10 16:05 commons-io-1.4.jar

            -rw-r--r-- 1 root root   55424 09-10 16:05 commons-logging-1.1.0.jboss.jar

            lrwxrwxrwx 1 root root      71 01-02 17:10 com.tivoli.pd.amwas.core_6.1.0.jar -> /opt/IBM/WebSphere/AppServer/plugins/com.tivoli.pd.amwas.core_6.1.0.jar

             

            I hava added  all the *.jar right. I will go to the code.google.com for something help. thanks for stian lund.