<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Splunk Add-on for IBM WebSphere Application Server: How do I add these parameters to the JMX add-on? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-IBM-WebSphere-Application-Server-How-do-I-add/m-p/201058#M21066</link>
    <description>&lt;P&gt;I have the same issue. Were you able to resolve this?&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jan 2016 04:18:28 GMT</pubDate>
    <dc:creator>jason_mannering</dc:creator>
    <dc:date>2016-01-28T04:18:28Z</dc:date>
    <item>
      <title>Splunk Add-on for IBM WebSphere Application Server: How do I add these parameters to the JMX add-on?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-IBM-WebSphere-Application-Server-How-do-I-add/m-p/201056#M21064</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;P&gt;I've configured the Splunk Add-on for IBM WebSphere Application Server (&lt;A href="http://docs.splunk.com/Documentation/AddOns/latest/IBMWAS/About"&gt;http://docs.splunk.com/Documentation/AddOns/latest/IBMWAS/About&lt;/A&gt;) and got it partially working against a WebSphere 7 app server. &lt;/P&gt;

&lt;P&gt;When I ran this search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=ibm:was:jmx source=*Thread*Pool | dedup source, server, node, cell | rename stats.wsImpl.dataMembers{}.current as currentCount | table server, node, cell, source, maximumSize, minimumSize, currentCount 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I could see the server, node, cell, source columns got populated, but the maximumSize, minimumSize, currentCount are missing. &lt;/P&gt;

&lt;P&gt;I am also seeing the below exception in the debug mode jmx log. Having said that, I've already entered the WebSphere credential in the JMX Server setting. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2015-08-28 12:15:55,302 - com.splunk.modinput.ModularInput -7289 [pool-1-thread-6] ERROR - Error executing JMX stanza jmx://_Splunk_TA_jmx_:Splunk_TA_jmx:QAT_WAS7 : 
&amp;gt;&amp;gt; SERVER (id=6bf73017, host=cs1ilwsi11) TRACE START: 
&amp;gt;&amp;gt; javax.management.JMRuntimeException: ADMN0022E: Access is denied for the getName operation on JDBCDriver MBean because of insufficient or empty credentials. 
&amp;gt;&amp;gt; at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:2378) 
&amp;gt;&amp;gt; at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:2185) 
&amp;gt;&amp;gt; at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:2079) 
&amp;gt;&amp;gt; at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:2052) 
&amp;gt;&amp;gt; at com.ibm.ws.management.AdminServiceImpl.getAttribute(AdminServiceImpl.java:851) 
&amp;gt;&amp;gt; at com.ibm.ws.management.remote.AdminServiceForwarder.getAttribute(AdminServiceForwarder.java:282) 
&amp;gt;&amp;gt; at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1443) 
&amp;gt;&amp;gt; at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:86) 
&amp;gt;&amp;gt; at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1307) 
&amp;gt;&amp;gt; at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1399) 
&amp;gt;&amp;gt; at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:642) 
&amp;gt;&amp;gt; at javax.management.remote.rmi._RMIConnectionImpl_Tie.getAttribute(_RMIConnectionImpl_Tie.java:578) 
&amp;gt;&amp;gt; at javax.management.remote.rmi._RMIConnectionImpl_Tie._invoke(_RMIConnectionImpl_Tie.java:98) 
&amp;gt;&amp;gt; at com.ibm.CORBA.iiop.ServerDelegate.dispatchInvokeHandler(ServerDelegate.java:603) 
&amp;gt;&amp;gt; at com.ibm.CORBA.iiop.ServerDelegate.dispatch(ServerDelegate.java:473) 
&amp;gt;&amp;gt; at com.ibm.rmi.iiop.ORB.process(ORB.java:631) 
&amp;gt;&amp;gt; at com.ibm.CORBA.iiop.ORB.process(ORB.java:1581) 
&amp;gt;&amp;gt; at com.ibm.rmi.iiop.Connection.respondTo(Connection.java:3079) 
&amp;gt;&amp;gt; at com.ibm.rmi.iiop.Connection.doWork(Connection.java:2928) 
&amp;gt;&amp;gt; at com.ibm.rmi.iiop.WorkUnitImpl.doWork(WorkUnitImpl.java:65) 
&amp;gt;&amp;gt; at com.ibm.ejs.oa.pool.PooledThread.run(ThreadPool.java:118) 
&amp;gt;&amp;gt; at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1662) 
&amp;gt;&amp;gt; SERVER (id=6bf73017, host=cs1ilwsi11) TRACE END. 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;To get rid of these exceptions in jconsole, I have to add the below two parameters.  How could I inject these parameters to the JMX add-on please?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;-J-Dcom.ibm.CORBA.ConfigURL=file:C:\sas.client.props -J-Dcom.ibm.SSL.ConfigURL=file:C:\ssl.client.props
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks. &lt;/P&gt;

&lt;P&gt;Cheers, &lt;BR /&gt;
Jack&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2015 15:38:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-IBM-WebSphere-Application-Server-How-do-I-add/m-p/201056#M21064</guid>
      <dc:creator>fhjfong</dc:creator>
      <dc:date>2015-08-29T15:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for IBM WebSphere Application Server: How do I add these parameters to the JMX add-on?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-IBM-WebSphere-Application-Server-How-do-I-add/m-p/201057#M21065</link>
      <description>&lt;P&gt;I'm pretty sure those are configurations to your JRE, so it's outside of the stuff we can easily configure. I would look at doing this through environment variables perhaps? I'd also double-check that you're using IBM's JRE.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Sep 2015 20:12:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-IBM-WebSphere-Application-Server-How-do-I-add/m-p/201057#M21065</guid>
      <dc:creator>jcoates_splunk</dc:creator>
      <dc:date>2015-09-12T20:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for IBM WebSphere Application Server: How do I add these parameters to the JMX add-on?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-IBM-WebSphere-Application-Server-How-do-I-add/m-p/201058#M21066</link>
      <description>&lt;P&gt;I have the same issue. Were you able to resolve this?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 04:18:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-IBM-WebSphere-Application-Server-How-do-I-add/m-p/201058#M21066</guid>
      <dc:creator>jason_mannering</dc:creator>
      <dc:date>2016-01-28T04:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for IBM WebSphere Application Server: How do I add these parameters to the JMX add-on?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-IBM-WebSphere-Application-Server-How-do-I-add/m-p/201059#M21067</link>
      <description>&lt;P&gt;Check the jmx.py file.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 04:22:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-IBM-WebSphere-Application-Server-How-do-I-add/m-p/201059#M21067</guid>
      <dc:creator>fhjfong</dc:creator>
      <dc:date>2016-01-28T04:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for IBM WebSphere Application Server: How do I add these parameters to the JMX add-on?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-IBM-WebSphere-Application-Server-How-do-I-add/m-p/201060#M21068</link>
      <description>&lt;P&gt;Same here... &lt;BR /&gt;
Do any of you fellow Splunkers managed to resolve this?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 15:02:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-IBM-WebSphere-Application-Server-How-do-I-add/m-p/201060#M21068</guid>
      <dc:creator>4Name</dc:creator>
      <dc:date>2016-04-15T15:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for IBM WebSphere Application Server: How do I add these parameters to the JMX add-on?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-IBM-WebSphere-Application-Server-How-do-I-add/m-p/201061#M21069</link>
      <description>&lt;P&gt;Does anyone have a working solution for this issue? I am facing the same error when trying to access JVM MBean for a websphere implementation. Following the answers I have added the 2 parameters for sas.client.props and ssl.client.props in jmx.py in ...Splunk_TA_jmx/bin directory but still see the error in the logs. Please point out if there is any documentation I can refer to. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:39:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-IBM-WebSphere-Application-Server-How-do-I-add/m-p/201061#M21069</guid>
      <dc:creator>KomalSharma</dc:creator>
      <dc:date>2020-09-29T10:39:42Z</dc:date>
    </item>
  </channel>
</rss>

