I am trying to get BugLogHQ running under the latest version of OpenBD (at this time 3.1). I'm using the Ready2Run version from here:
I am running Java 1.6.0_65
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-462-11M4609)
Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode)
on Mac OS X 10.8.5.
I'm starting if from the command line like this:
java -jar start.jar
I've been following the install instructions posted here:
If I test this:
no results are displayed in the dashboard and something like this shows up written to the console:
BugLogListener: 11:28:10: Processing queue. Queue size: 3
BugLogListener: 11:28:11: ERROR: appFinderException.ApplicationCodeNotFound . Original message in entry: 'this is a test'
BugLogListener: 11:28:11: ERROR: appFinderException.ApplicationCodeNotFound . Original message in entry: 'Test message via rest'
BugLogListener: 11:28:11: ERROR: appFinderException.ApplicationCodeNotFound . Original message in entry: 'Test message via rest'
BugLogListener: 11:28:11: Failed to add 3 entries. Returned entries to main queue. To clear up queue and discard this entries reset the listener.
If I test this:
no results are displayed in the dashboard and something like this shows up written to the console:
BugLogListener: 11:26:30: Stopping BugLogListener (default) service...
BugLogListener: 11:26:30: Stopping ProcessQueue scheduled task...
BugLogListener: 11:26:30: Processing remaining elements in queue...
BugLogListener: 11:26:30: Processing queue. Queue size: 1
BugLogListener: 11:26:30: ERROR: appFinderException.ApplicationCodeNotFound . Original message in entry: 'this is a test'
BugLogListener: 11:26:30: Failed to add 1 entries. Returned entries to main queue. To clear up queue and discard this entries reset the listener.
BugLogListener: 11:26:30: BugLogListener service (default) stopped.
BugLogListener: 11:26:30: Starting BugLogListener (default) service...
BugLogListener: 11:26:30: BugLogListener Service (default) Started