<?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: Java Bridge not running in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167068#M44699</link>
    <description>&lt;P&gt;I've repeatedly tried resaving the settings (prior to making changes to them).  The logs shown in the Answer for that thread do NOT appear in my logs, which seems to suggest that something isn't working right in the GUI.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Feb 2014 00:10:30 GMT</pubDate>
    <dc:creator>redc</dc:creator>
    <dc:date>2014-02-27T00:10:30Z</dc:date>
    <item>
      <title>Java Bridge not running</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167054#M44685</link>
      <description>&lt;P&gt;I recently upgraded Java JRE to version 7 update 51 on the server running Splunk (Windows Server 2008 R2, SP1).  After doing so, the Java Bridge stopped running.  There don't appear to be any errors in either dbx.log or jbridge.log; however, what is in those two logs seems a little odd (see below).&lt;/P&gt;

&lt;P&gt;These are my settings:&lt;/P&gt;

&lt;P&gt;Java home:  C:\Program Files (x86)\Java\jre7&lt;/P&gt;

&lt;P&gt;JVM Commandline options: -Xmx256m -Dfile.encoding=UTF-8 -Duser.language=en -Duser.region=&lt;/P&gt;

&lt;P&gt;I seem to recall the last time we upgraded Java JRE, we had to make some change to the commandline options, but I don't remember what that change was.&lt;/P&gt;

&lt;P&gt;This is what's in the dbx.log (repeats roughly every 4.5 seconds):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2014-02-26 09:54:38.251 main:INFO:Splunkd - Initialized Splunkd REST service service=127.0.0.1:8089 sessionKey=0fc57988c8061f0326499d14eff6d710
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is what's in the jbridge.log (repeats roughly every 4.5 seconds with a different PID every time):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2014-02-26 09:54:45,332 INFO Checking for obsolete java libraries in E:\Splunk\etc\apps\dbx\bin\lib
2014-02-26 09:54:45,332 INFO Started JavaBridgeServer PID=2808
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Has anyone else run into this?  If so, what did you do?&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;EDIT: additional log output after upgrading DB Connect to 1.1.3 and implementing workaround from &lt;A href="http://answers.splunk.com/answers/105605/the-java-bridge-server-is-not-running-dbx-110"&gt;http://answers.splunk.com/answers/105605/the-java-bridge-server-is-not-running-dbx-110&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2014-02-27 08:43:11,065 ERROR Java process returned error code 1! Error: Initializing Splunk context... Environment: SplunkEnvironment{SPLUNK_HOME=E:\Splunk,SPLUNK_DB=E:\Splunk\var\lib\splunk} Configuring Log4j... [Fatal Error] :1:1: Premature end of file. Exception in thread "main" com.splunk.config.SplunkConfigurationException: Error creating PersistentValueStore type xstream: com.thoughtworks.xstream.io.StreamException:  : Premature end of file.    at com.splunk.persistence.PersistentValueStoreFactory.createStoreInstance(PersistentValueStoreFactory.java:119)     at com.splunk.persistence.PersistentValueStoreFactory.createStore(PersistentValueStoreFactory.java:71)  at com.splunk.persistence.PersistentValueStoreFactory.createGlobalStore(PersistentValueStoreFactory.java:51)    at com.splunk.env.SplunkContext.initialize(SplunkContext.java:108)  at com.splunk.bridge.JavaBridgeServer.main(JavaBridgeServer.java:34) Caused by: com.thoughtworks.xstream.io.StreamException:  : Premature end of file.  at com.thoughtworks.xstream.io.xml.DomDriver.createReader(DomDriver.java:105)   at com.thoughtworks.xstream.io.xml.DomDriver.createReader(DomDriver.java:81)    at com.thoughtworks.xstream.XStream.fromXML(XStream.java:904)   at com.splunk.persistence.impl.XStreamStore.loadState(XStreamStore.java:113)    at com.splunk.persistence.impl.XStreamStore.&amp;lt;init&amp;gt;(XStreamStore.java:49)    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)    at java.lang.reflect.Constructor.newInstance(Unknown Source)    at com.splunk.util.Utils$Reflection.instantiate(Utils.java:880)     at com.splunk.persistence.PersistentValueStoreFactory.createStoreInstance(PersistentValueStoreFactory.java:117)     ... 4 more Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.     at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)   at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)    at com.thoughtworks.xstream.io.xml.DomDriver.createReader(DomDriver.java:98)    ... 14 more 

2014-02-27 08:43:11,065 ERROR Command output: None
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;HR /&gt;

&lt;P&gt;EDIT: NEW log output after uninstalling/reinstalling DB Connect:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2014-03-04 08:51:11,897 ERROR Java process returned error code 1! Error: Initializing Splunk context... Environment: SplunkEnvironment{SPLUNK_HOME=E:\Splunk,SPLUNK_DB=E:\Splunk\var\lib\splunk} Configuring Log4j... Exception in thread "main" com.splunk.config.SplunkConfigurationException: Error creating PersistentValueStore type xstream: com.splunk.persistence.PersistentValueStoreException: File not found while trying to load persistent values from XML file    at com.splunk.persistence.PersistentValueStoreFactory.createStoreInstance(PersistentValueStoreFactory.java:119)     at com.splunk.persistence.PersistentValueStoreFactory.createStore(PersistentValueStoreFactory.java:71)  at com.splunk.persistence.PersistentValueStoreFactory.createGlobalStore(PersistentValueStoreFactory.java:51)    at com.splunk.env.SplunkContext.initialize(SplunkContext.java:108)  at com.splunk.bridge.JavaBridgeServer.main(JavaBridgeServer.java:34) Caused by: com.splunk.persistence.PersistentValueStoreException: File not found while trying to load persistent values from XML file   at com.splunk.persistence.impl.XStreamStore.loadState(XStreamStore.java:115)    at com.splunk.persistence.impl.XStreamStore.&amp;lt;init&amp;gt;(XStreamStore.java:49)    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)    at java.lang.reflect.Constructor.newInstance(Unknown Source)    at com.splunk.util.Utils$Reflection.instantiate(Utils.java:880)     at com.splunk.persistence.PersistentValueStoreFactory.createStoreInstance(PersistentValueStoreFactory.java:117)     ... 4 more Caused by: java.io.FileNotFoundException: E:\Splunk\var\lib\splunk\persistentstorage\dbx\global\state.xml (Access is denied)     at java.io.FileInputStream.open(Native Method)  at java.io.FileInputStream.&amp;lt;init&amp;gt;(Unknown Source)   at com.splunk.persistence.impl.XStreamStore.loadState(XStreamStore.java:113)    ... 11 more 
2014-03-04 08:51:11,897 ERROR Command output: None
2014-03-04 08:51:13,644 INFO 10.110.68.254 - admin [04/Mar/2014:08:51:13.628 -0600] "GET /en-US/api/messages/index HTTP/1.1" 200 341 "http://iprdq-analytics.iproduction.com/en-US/manager/sourcemedia/data/ui/nav/default?uri=%2FservicesNS%2Fnobody%2Fsourcemedia%2Fdata%2Fui%2Fnav%2Fdefault&amp;amp;f_ns=sourcemedia&amp;amp;ns=sourcemedia&amp;amp;action=edit" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0" - 5315e861a0416beb8 16ms
2014-03-04 08:51:14,923 INFO Checking for obsolete java libraries in E:\Splunk\etc\apps\dbx\bin\lib
2014-03-04 08:51:14,923 INFO Started JavaBridgeServer PID=1936
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 26 Feb 2014 16:03:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167054#M44685</guid>
      <dc:creator>redc</dc:creator>
      <dc:date>2014-02-26T16:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Java Bridge not running</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167055#M44686</link>
      <description>&lt;P&gt;I should mention, I went in to try resaving the database connections and got "Unknown error" when trying to "Fetch database names".  But again, nothing in the logs to indicate what actually happened.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 16:52:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167055#M44686</guid>
      <dc:creator>redc</dc:creator>
      <dc:date>2014-02-26T16:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Java Bridge not running</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167056#M44687</link>
      <description>&lt;P&gt;Does the updated java bin contain a server folder?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 17:08:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167056#M44687</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2014-02-26T17:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Java Bridge not running</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167057#M44688</link>
      <description>&lt;P&gt;No, just "client", "dtplugin", and "plugin2" folders (along with all the various .dll files).&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 17:10:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167057#M44688</guid>
      <dc:creator>redc</dc:creator>
      <dc:date>2014-02-26T17:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Java Bridge not running</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167058#M44689</link>
      <description>&lt;P&gt;It won't run without the server part - something to do with the jbridgeserver I think.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 17:13:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167058#M44689</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2014-02-26T17:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Java Bridge not running</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167059#M44690</link>
      <description>&lt;P&gt;Okay, so...what do I need to do to get it back?  Downgrade Java?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 17:31:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167059#M44690</guid>
      <dc:creator>redc</dc:creator>
      <dc:date>2014-02-26T17:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Java Bridge not running</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167060#M44691</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
I am going to change my answer. Seems like you only have the run time environment installed. I would go for a fresh installation.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Download the Java SE from _&lt;A href="http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html"&gt;http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html&lt;/A&gt; and install it&lt;/LI&gt;
&lt;LI&gt;Backup the ..\etc\apps\dbx\local folder content. It's a known issue while upgrading the dbx app from exist versions.&lt;/LI&gt;
&lt;LI&gt;delete the dbx folder in app folder&lt;/LI&gt;
&lt;LI&gt;restart splunk&lt;/LI&gt;
&lt;LI&gt;install the dbx app. it will ask for restart DON'T RESTART IMMEDIATELY. COPY THAT LOCAL FOLDER CONTENT INTO THE DBX LOCAL FOLDER.&lt;/LI&gt;
&lt;LI&gt;Restart splunk now.&lt;/LI&gt;
&lt;LI&gt;Try to configure the dbx App now.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;let us know what are the result.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 17:51:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167060#M44691</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-02-26T17:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Java Bridge not running</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167061#M44692</link>
      <description>&lt;P&gt;Neither commandline option was effective.  I don't have a JDK installed, only JRE.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;C:\Program Files\Java\jre7
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In watching the task manager, it looks like java.exe is not running consistently.  It'll pop up on the list for a few seconds and then disappear again.&lt;/P&gt;

&lt;P&gt;I'm not seeing anything in the logs that seems to indicate that it's recognizing the changes I'm making, nor any of the normal behavior I'd expect to see.&lt;/P&gt;

&lt;P&gt;I've restarted Splunk and even tried restarting the server a couple of times, but still nothing.&lt;/P&gt;

&lt;P&gt;EDIT: I tried installing a JDK (1.7.0_51), but it doesn't work, either.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 23:16:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167061#M44692</guid>
      <dc:creator>redc</dc:creator>
      <dc:date>2014-02-26T23:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Java Bridge not running</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167062#M44693</link>
      <description>&lt;P&gt;I use the JDK instead of the JRE, but I believe there are JRE's that contain the server module.  The JRE inside the SDK will have it.  Java 7 v51 JDK does work.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 23:19:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167062#M44693</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2014-02-26T23:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Java Bridge not running</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167063#M44694</link>
      <description>&lt;P&gt;I just installed the JDK version 1.7.0_51 (latest build) and it does &lt;EM&gt;not&lt;/EM&gt; work.  I don't see a JDK version 7u51...?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 23:30:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167063#M44694</guid>
      <dc:creator>redc</dc:creator>
      <dc:date>2014-02-26T23:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Java Bridge not running</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167064#M44695</link>
      <description>&lt;P&gt;1.7 is long for 7.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 23:48:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167064#M44695</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2014-02-26T23:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Java Bridge not running</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167065#M44696</link>
      <description>&lt;P&gt;I have seen this &lt;CODE&gt;java won't stay running&lt;/CODE&gt; thing before.  I just can't remember exactly what I did to fix it.  DB connect can be so quirky.&lt;BR /&gt;
I see you've checked the dbx and jbridge log.  Have you checked the splunkd log?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 23:53:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167065#M44696</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2014-02-26T23:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Java Bridge not running</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167066#M44697</link>
      <description>&lt;P&gt;Yes, but nothing unusual turning up in there, either.&lt;/P&gt;

&lt;P&gt;I just rolled back the JRE update to 7u40 (which is what it was before I installed the 7u51 update) and it's still not working.  We had a major data center outage yesterday that took down all our servers, now I'm wondering if that hosed something on this server...&lt;/P&gt;

&lt;P&gt;This is the only weird thing I see in splunkd.log, but it's been there long before this java bridge issue arose, so I don't think it's related:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;02-26-2014 17:53:17.179 -0600 ERROR DispatchThread - Failed to read runtime settings: File does not exist
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 26 Feb 2014 23:56:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167066#M44697</guid>
      <dc:creator>redc</dc:creator>
      <dc:date>2014-02-26T23:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Java Bridge not running</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167067#M44698</link>
      <description>&lt;P&gt;Read this post... and try saving your dbx settings from the gui. The first log matches yours. &lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/102729/db-connect-error-in-upgrading-to-110-version"&gt;http://answers.splunk.com/answers/102729/db-connect-error-in-upgrading-to-110-version&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2014 00:04:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167067#M44698</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2014-02-27T00:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Java Bridge not running</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167068#M44699</link>
      <description>&lt;P&gt;I've repeatedly tried resaving the settings (prior to making changes to them).  The logs shown in the Answer for that thread do NOT appear in my logs, which seems to suggest that something isn't working right in the GUI.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2014 00:10:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167068#M44699</guid>
      <dc:creator>redc</dc:creator>
      <dc:date>2014-02-27T00:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Java Bridge not running</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167069#M44700</link>
      <description>&lt;P&gt;I did find some jbridge logs in splunkd.log after restarting Splunk the last time, which match this:&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/105605/the-java-bridge-server-is-not-running-dbx-110"&gt;http://answers.splunk.com/answers/105605/the-java-bridge-server-is-not-running-dbx-110&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;But...there's no \bin\spp folder in my Java install, so I can't implement their workaround.&lt;/P&gt;

&lt;P&gt;I'm currently upgrading DB Connect to the latest version (was running 1.1.0).&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2014 00:17:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167069#M44700</guid>
      <dc:creator>redc</dc:creator>
      <dc:date>2014-02-27T00:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Java Bridge not running</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167070#M44701</link>
      <description>&lt;P&gt;Well, apparently, upgrading DB Connect and re-upgrading to Java 7u51 was a bad idea:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2014-02-26 18:26:37,380 ERROR Java process returned error code 1! Error: Initializing Splunk context... Environment: SplunkEnvironment{SPLUNK_HOME=E:\Splunk,SPLUNK_DB=E:\Splunk\var\lib\splunk} Configuring Log4j... [Fatal Error] :1:1: Premature end of file. [bunch more gobbledygook]
2014-02-26 18:26:37,380 ERROR Command output: None
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Feb 2014 00:29:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167070#M44701</guid>
      <dc:creator>redc</dc:creator>
      <dc:date>2014-02-27T00:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Java Bridge not running</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167071#M44702</link>
      <description>&lt;P&gt;Tried to resave the setup settings and got:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Encountered the following error while trying to update: In handler 'localapps': Error while posting to url=/servicesNS/nobody/dbx/dbx/install/java
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;(I gotta give up for the night, I'll check back in in the morning.)&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2014 00:31:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167071#M44702</guid>
      <dc:creator>redc</dc:creator>
      <dc:date>2014-02-27T00:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Java Bridge not running</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167072#M44703</link>
      <description>&lt;P&gt;The `bin/spp folder is in the splunk install, not the java install.  Here:&lt;BR /&gt;
 $SPLUNK_HOME/etc/apps/dbx/bin/spp/java/&lt;STRONG&gt;init&lt;/STRONG&gt;.py file&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:59:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167072#M44703</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2020-09-28T15:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Java Bridge not running</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167073#M44704</link>
      <description>&lt;P&gt;Ah-ha, okay.&lt;/P&gt;

&lt;P&gt;I've implemented that __init__.py file solution, but ever since I upgraded DB Connect to v.1.1.3, the app won't load properly.  It loads everything except the Java Bridge status, and then reloads the page, like it's stuck in some kind of loop when it tries to display the Java Bridge status.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2014 14:22:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Java-Bridge-not-running/m-p/167073#M44704</guid>
      <dc:creator>redc</dc:creator>
      <dc:date>2014-02-27T14:22:08Z</dc:date>
    </item>
  </channel>
</rss>

