512brew-com
Active Member
Hi Doug. I had it work it working, but then rebooted and now getting an error. One thing I did before reboot was to take apache out of startup sequence, so it's not running. Is elsinore dependent on apache?
Code:
ubuntu@arm:~/SB_Elsinore_Server$ sudo ./launch.sh
Starting Elsinore as root
Dec 09, 2014 4:34:12 AM com.sb.elsinore.LaunchControl main
INFO: Running Brewery Controller.
Dec 09, 2014 4:34:13 AM com.sb.elsinore.LaunchControl readConfig
INFO: CFG IS NULL
Dec 09, 2014 4:34:13 AM com.sb.elsinore.LaunchControl enableRecorder
INFO: Enabling the recorder
Dec 09, 2014 4:34:13 AM com.sb.elsinore.LaunchControl parseXMLSections
INFO: Checking section pumps
Dec 09, 2014 4:34:13 AM com.sb.elsinore.LaunchControl parseXMLSections
INFO: Checking section general
Dec 09, 2014 4:34:13 AM com.sb.elsinore.LaunchControl parseXMLSections
INFO: Checking section device
Dec 09, 2014 4:34:13 AM com.sb.elsinore.LaunchControl parseDevice
INFO: Parsing XML Device: System
Dec 09, 2014 4:34:13 AM com.sb.elsinore.LaunchControl parseDevice
INFO: Not enough volume data points, 0 found
Dec 09, 2014 4:34:13 AM com.sb.elsinore.Temp <init>
INFO: Adding
Dec 09, 2014 4:34:13 AM com.sb.elsinore.Temp <init>
INFO: added.
Dec 09, 2014 4:34:13 AM com.sb.elsinore.LaunchControl startDevice
INFO: Adding System GPIO is (null)
Dec 09, 2014 4:34:13 AM com.sb.elsinore.Temp setScale
WARNING: Cut off is: -999
Dec 09, 2014 4:34:13 AM com.sb.elsinore.Temp setScale
WARNING: Cut off is now: -999
Dec 09, 2014 4:34:13 AM com.sb.elsinore.LaunchControl parseXMLSections
INFO: Checking section device
Dec 09, 2014 4:34:13 AM com.sb.elsinore.LaunchControl parseDevice
INFO: Parsing XML Device: 28-000004f22a44
Dec 09, 2014 4:34:13 AM com.sb.elsinore.LaunchControl parseDevice
INFO: Not enough volume data points, 0 found
Dec 09, 2014 4:34:13 AM com.sb.elsinore.LaunchControl startDevice
INFO: No Probe specified for 28-000004f22a44
Looking for: ti_am335x-bone
Exception in thread "main" java.lang.NullPointerException:
at com.sb.elsinore.LaunchControl.parseDevice(LaunchControl.java:2589)
at com.sb.elsinore.LaunchControl.parseXMLSections(LaunchControl.java:2354)
at com.sb.elsinore.LaunchControl.readConfig(LaunchControl.java:796)
at com.sb.elsinore.LaunchControl.<init>(LaunchControl.java:468)
at com.sb.elsinore.LaunchControl.main(LaunchControl.java:353)