<?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: DB Connect: After patching our Red Hat Enterprise Linux 6 OS and updating java.conf file, why are we receiving HTTP 401 errors? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187279#M98445</link>
    <description>&lt;P&gt;Please file a support ticket with a diag. The most common problem we've seen is javabridge not getting authentication token due to inputs.conf mismatch (the javabridge itself is started as a scripted input). If there is indeed a non-null sessionKey in the logs, this needs to be looked into.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Oct 2014 22:48:02 GMT</pubDate>
    <dc:creator>rroussev_splunk</dc:creator>
    <dc:date>2014-10-28T22:48:02Z</dc:date>
    <item>
      <title>DB Connect: After patching our Red Hat Enterprise Linux 6 OS and updating java.conf file, why are we receiving HTTP 401 errors?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187267#M98433</link>
      <description>&lt;P&gt;We recently patched our operating system (Red Hat Enterprise Linux 6) and the Java JRE path changed. When we updated the java.conf file for DBX and restarted Splunk, we started seeing the following errors in the jbridge.log file:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ERROR Java process returned error code 1! Error: Initializing Splunk context... 
Environment: SplunkEnvironment{SPLUNK_HOME=/opt/splunk,SPLUNK_DB=/opt/splunk/var/lib/splunk} 
Configuring Log4j...
Exception in thread "main" com.splunk.config.SplunkConfigurationException: IO Error while reading configuration from Splunkd: java.io.IOException: Server returned HTTP response code: 401 for URL: &lt;A href="https://127.0.0.1:8089/servicesNS/nobody/-/admin/conf-java?count=10000" target="test_blank"&gt;https://127.0.0.1:8089/servicesNS/nobody/-/admin/conf-java?count=10000&lt;/A&gt;    
at com.splunk.config.rest.RESTAdapter.request(RESTAdapter.java:195)     
at com.splunk.config.rest.RESTAdapter.readConfig(RESTAdapter.java:203)
at com.splunk.config.cache.CachedConfigurationAdapter.readConfig(CachedConfigurationAdapter.java:32)    
at com.splunk.config.cache.CachedConfigurationAdapter.readStanza(CachedConfigurationAdapter.java:40)    
at com.splunk.env.SplunkContext.getConfigStanza(SplunkContext.java:313)
at com.splunk.env.SplunkContext.initialize(SplunkContext.java:128)  
at com.splunk.bridge.JavaBridgeServer.main(JavaBridgeServer.java:34)
Caused by: java.io.IOException: Server returned HTTP response code: 401 for URL: &lt;A href="https://127.0.0.1:8089/servicesNS/nobody/-/admin/conf-java?count=10000" target="test_blank"&gt;https://127.0.0.1:8089/servicesNS/nobody/-/admin/conf-java?count=10000&lt;/A&gt;
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)    
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) 
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 
at java.lang.reflect.Constructor.newInstance(Constructor.java:534) 
-at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1458)   
at java.security.AccessController.doPrivileged(Native Method)   
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1452)     
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1106)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)    
at com.splunk.rest.Response.getContent(Response.java:54)    
at com.splunk.rest.Response.readXML(Response.java:62)   
at com.splunk.config.rest.RESTAdapter.request(RESTAdapter.java:193)     ... 
6 more
Caused by: java.io.IOException: Server returned HTTP response code: 401 for URL: &lt;A href="https://127.0.0.1:8089/servicesNS/nobody/-/admin/conf-java?count=10000" target="test_blank"&gt;https://127.0.0.1:8089/servicesNS/nobody/-/admin/conf-java?count=10000&lt;/A&gt;  
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1403)  
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:397)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338)   
at com.splunk.rest.Response.&amp;lt;init&amp;gt;(Response.java:31)
at com.splunk.rest.Splunkd.request(Splunkd.java:213)    
at com.splunk.rest.Splunkd.request(Splunkd.java:98) 
... 7 more
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;We're using DB Connect 1.1.4. Does anyone have any idea what could have caused this? Everything was working fine before the OS was patched. Now the Java Bridge server will no longer load, and DB Connect is completely non-functional because it isn't able to communicate with the REST services (HTTP 401 is an "unauthorized" access error).&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2014 17:16:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187267#M98433</guid>
      <dc:creator>pmdba</dc:creator>
      <dc:date>2014-10-27T17:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect: After patching our Red Hat Enterprise Linux 6 OS and updating java.conf file, why are we receiving HTTP 401 errors?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187268#M98434</link>
      <description>&lt;P&gt;Hi. Did you update the JAVA HOME path inside DB Connect 1.1.4. This is a common oversight when upgrading JRE. Inside DB Connect, go to Settings &amp;gt; Splunk DB Connect Configuration. Then update the Java Home with the new path. For more info see:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/DBX/latest/DeployDBX/Troubleshoot#Java_Bridge_Server_does_not_work_after_upgrading_JDK"&gt;http://docs.splunk.com/Documentation/DBX/latest/DeployDBX/Troubleshoot#Java_Bridge_Server_does_not_work_after_upgrading_JDK&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2014 17:47:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187268#M98434</guid>
      <dc:creator>sroback_splunk</dc:creator>
      <dc:date>2014-10-27T17:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect: After patching our Red Hat Enterprise Linux 6 OS and updating java.conf file, why are we receiving HTTP 401 errors?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187269#M98435</link>
      <description>&lt;P&gt;Yes, we had already updated the Java Home. Had to do it manually in the java.conf file because DB Connect can't use REST calls from the UI to do anything. Before we updated the Java Home we couldn't even get this far - no Java Bridge server and no errors in the logs at all. Now we at least get these error messages.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2014 18:36:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187269#M98435</guid>
      <dc:creator>pmdba</dc:creator>
      <dc:date>2014-10-27T18:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect: After patching our Red Hat Enterprise Linux 6 OS and updating java.conf file, why are we receiving HTTP 401 errors?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187270#M98436</link>
      <description>&lt;P&gt;Another possibility: Check the dbx.log for "REST keep-alive failed" error. If this turns up restart Splunk. You also might have a stale "state.xml" file. Fix is to remove any stale state.xml files. See: &lt;A href="http://docs.splunk.com/Documentation/DBX/latest/DeployDBX/Troubleshoot#Java_bridge_log_file_settings"&gt;http://docs.splunk.com/Documentation/DBX/latest/DeployDBX/Troubleshoot#Java_bridge_log_file_settings&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2014 19:00:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187270#M98436</guid>
      <dc:creator>sroback_splunk</dc:creator>
      <dc:date>2014-10-27T19:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect: After patching our Red Hat Enterprise Linux 6 OS and updating java.conf file, why are we receiving HTTP 401 errors?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187271#M98437</link>
      <description>&lt;P&gt;Patching messedup the java path so please find the java version and go  to db connect up and give the correct java path&lt;BR /&gt;
ore java.conf&lt;BR /&gt;
[java]&lt;BR /&gt;
home = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.51.x86_64/jre&lt;BR /&gt;
options = -Xmx2G -Dfile.encoding=UTF-8 -server -Duser.language=en -Duser.region=&lt;/P&gt;

&lt;H1&gt;pwd&lt;/H1&gt;

&lt;P&gt;/opt/splunk_nas/etc/apps/dbx/local&lt;/P&gt;

&lt;P&gt;then reload java bridge it will fix the issue&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2014 19:57:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187271#M98437</guid>
      <dc:creator>bkondakindi</dc:creator>
      <dc:date>2014-10-27T19:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect: After patching our Red Hat Enterprise Linux 6 OS and updating java.conf file, why are we receiving HTTP 401 errors?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187272#M98438</link>
      <description>&lt;P&gt;We tried this too. There is some sort of permissions issue with the REST server now - it is refusing to accept connections from DBX. Don't know why.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2014 19:58:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187272#M98438</guid>
      <dc:creator>pmdba</dc:creator>
      <dc:date>2014-10-27T19:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect: After patching our Red Hat Enterprise Linux 6 OS and updating java.conf file, why are we receiving HTTP 401 errors?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187273#M98439</link>
      <description>&lt;P&gt;Java path was the first thing we fixed. The REST server is refusing connections from DBX for some reason that we don't understand.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2014 19:59:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187273#M98439</guid>
      <dc:creator>pmdba</dc:creator>
      <dc:date>2014-10-27T19:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect: After patching our Red Hat Enterprise Linux 6 OS and updating java.conf file, why are we receiving HTTP 401 errors?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187274#M98440</link>
      <description>&lt;P&gt;We're also seeing errors like this in the jbridge.log file:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2014-10-27 11:34:50,576 INFO 127.0.0.1 - username [27/Oct/2014:11:34:50.551 -0400] "GET /en-US/custom/dbx/dbx/status?nocache=1414424090163 HTTP/1.1" 401 1396 "https://splunk/en-US/app/dbx/home" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0" - 544e661a8d7fedec411190 25ms
2014-10-27 11:34:51,771 INFO 127.0.0.1 - username [27/Oct/2014:11:34:51.743 -0400] "GET /en-US/custom/dbx/dbx/status?nocache=1414424091376 HTTP/1.1" 401 1396 "https://splunk/en-US/app/dbx/home" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0" - 544e661bbe7fedf8014610 27ms
2014-10-27 11:34:52,933 INFO 127.0.0.1 - username [27/Oct/2014:11:34:52.907 -0400] "GET /en-US/custom/dbx/dbx/status?nocache=1414424092530 HTTP/1.1" 401 1397 "https://splunk/en-US/app/dbx/home" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0" - 544e661ce87fede8119450 26ms
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Again, the "401" error seems to indicate some sort of permissions issue, but nothing has changed that we are aware of...&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2014 20:12:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187274#M98440</guid>
      <dc:creator>pmdba</dc:creator>
      <dc:date>2014-10-27T20:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect: After patching our Red Hat Enterprise Linux 6 OS and updating java.conf file, why are we receiving HTTP 401 errors?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187275#M98441</link>
      <description>&lt;P&gt;Few things.&lt;BR /&gt;
If you search pool mechanisam you have run authentication on each db for all nodes.&lt;/P&gt;

&lt;P&gt;Or&lt;BR /&gt;
Check the use roles for Dbx user some times that will also mess up &lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2014 23:46:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187275#M98441</guid>
      <dc:creator>bkondakindi</dc:creator>
      <dc:date>2014-10-27T23:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect: After patching our Red Hat Enterprise Linux 6 OS and updating java.conf file, why are we receiving HTTP 401 errors?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187276#M98442</link>
      <description>&lt;P&gt;Hi. Would you mind posting  your local/inputs.conf stanzas? It could be an incorrect stanza in local/inputs.conf. See: &lt;A href="http://docs.splunk.com/Documentation/DBX/1.1.4/DeployDBX/Troubleshoot#inputs.conf_stanzas_must_match_in_default_and_local_directories"&gt;http://docs.splunk.com/Documentation/DBX/1.1.4/DeployDBX/Troubleshoot#inputs.conf_stanzas_must_match_in_default_and_local_directories&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2014 00:01:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187276#M98442</guid>
      <dc:creator>sroback_splunk</dc:creator>
      <dc:date>2014-10-28T00:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect: After patching our Red Hat Enterprise Linux 6 OS and updating java.conf file, why are we receiving HTTP 401 errors?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187277#M98443</link>
      <description>&lt;P&gt;The error is from the REST server itself, no connection to the database is even attempted because the Java Bridge server is not functional.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2014 10:25:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187277#M98443</guid>
      <dc:creator>pmdba</dc:creator>
      <dc:date>2014-10-28T10:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect: After patching our Red Hat Enterprise Linux 6 OS and updating java.conf file, why are we receiving HTTP 401 errors?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187278#M98444</link>
      <description>&lt;P&gt;None of our input stanza have changed; they were all working before OS patches were applied. It isn't just inputs that are failing - no part of the DBX user interface is working. The database browse and ad-hoc query (dbquery command) functions do not work, nor does the Save Settings screen. The Java Bridge server is down. Anything that from DBX that involves a REST call is failing with an HTTP 401 (Not Authorized) error. No database connection is even attempted.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2014 10:33:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187278#M98444</guid>
      <dc:creator>pmdba</dc:creator>
      <dc:date>2014-10-28T10:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect: After patching our Red Hat Enterprise Linux 6 OS and updating java.conf file, why are we receiving HTTP 401 errors?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187279#M98445</link>
      <description>&lt;P&gt;Please file a support ticket with a diag. The most common problem we've seen is javabridge not getting authentication token due to inputs.conf mismatch (the javabridge itself is started as a scripted input). If there is indeed a non-null sessionKey in the logs, this needs to be looked into.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2014 22:48:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187279#M98445</guid>
      <dc:creator>rroussev_splunk</dc:creator>
      <dc:date>2014-10-28T22:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect: After patching our Red Hat Enterprise Linux 6 OS and updating java.conf file, why are we receiving HTTP 401 errors?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187280#M98446</link>
      <description>&lt;P&gt;I'd love to, but your support portal won't let me log in, and you don't provide a phone number or other contact info for support anywhere on your web site that I could find. I get the following error trying to access the support portal:&lt;/P&gt;

&lt;P&gt;Login Error&lt;BR /&gt;
Your login attempt using single sign-on with an identity provider certificate has failed. Please contact your salesforce.com administrator for more information.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2014 12:43:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187280#M98446</guid>
      <dc:creator>pmdba</dc:creator>
      <dc:date>2014-10-29T12:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect: After patching our Red Hat Enterprise Linux 6 OS and updating java.conf file, why are we receiving HTTP 401 errors?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187281#M98447</link>
      <description>&lt;P&gt;Has anyone figured this one out?  I'm running into the same issues.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2014 01:46:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187281#M98447</guid>
      <dc:creator>mcm10285</dc:creator>
      <dc:date>2014-11-26T01:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect: After patching our Red Hat Enterprise Linux 6 OS and updating java.conf file, why are we receiving HTTP 401 errors?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187282#M98448</link>
      <description>&lt;P&gt;We are having the same issue (just on a new install).  I opened a suport case up today and will see what they say.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2014 05:19:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187282#M98448</guid>
      <dc:creator>rsolutions</dc:creator>
      <dc:date>2014-12-03T05:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect: After patching our Red Hat Enterprise Linux 6 OS and updating java.conf file, why are we receiving HTTP 401 errors?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187283#M98449</link>
      <description>&lt;P&gt;Exactly the same problem here so keen to get an answer on this. The only difference is that I'm running on Unbuntu 14.04. After applying a bunch of OS patches last night this is the only thing that isn't working. My jbridge.log file is showing identical errors to those originally posted here.&lt;/P&gt;

&lt;P&gt;I'll post back if I get anywhere with this as I need to get this working ASAP.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2015 23:07:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187283#M98449</guid>
      <dc:creator>damuscat</dc:creator>
      <dc:date>2015-01-28T23:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect: After patching our Red Hat Enterprise Linux 6 OS and updating java.conf file, why are we receiving HTTP 401 errors?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187284#M98450</link>
      <description>&lt;P&gt;I just fixed this issue. The answer was so simple and I found it in a post 3 years old!&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/68739/dbx-app-failed-to-connect-to-mssql-database-by-using-ssl-ssl-is-enforced-on-database-server-jbridge-not-running.html"&gt;http://answers.splunk.com/answers/68739/dbx-app-failed-to-connect-to-mssql-database-by-using-ssl-ssl-is-enforced-on-database-server-jbridge-not-running.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2015 05:35:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187284#M98450</guid>
      <dc:creator>damuscat</dc:creator>
      <dc:date>2015-01-29T05:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect: After patching our Red Hat Enterprise Linux 6 OS and updating java.conf file, why are we receiving HTTP 401 errors?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187285#M98451</link>
      <description>&lt;P&gt;The answer finally turned out to be updating our Java configuration. We had originally been using the Java runtime included with the operating system. We had to install the latest Java 7 SE runtime from Oracle and redirect DBX to use that by updating the $SPLUNK/etc/apps/dbx/local/java.conf file.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 18:51:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DB-Connect-After-patching-our-Red-Hat-Enterprise-Linux-6-OS-and/m-p/187285#M98451</guid>
      <dc:creator>pmdba</dc:creator>
      <dc:date>2015-02-17T18:51:58Z</dc:date>
    </item>
  </channel>
</rss>

