Skip to content
Snippets Groups Projects
Commit 6d3d69f7 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

changed setup to use Oracle java, things seem in better state

parent 287cf564
Branches master
No related tags found
No related merge requests found
<registration>
</registration>
<control>
<runtype>
<name>dummy_setup</name>
<id>1</id>
</runtype>
</control>
<control>
<session>
<name>mep</name>
<config>undefined</config>
<runnumber>1</runnumber>
</session>
</control>
Aug 05, 2019 4:55:27 PM org.jlab.coda.afecs.system.AConfig <init> Aug 06, 2019 6:01:04 PM org.jlab.coda.afecs.system.AConfig <init>
WARNING: CODA2 SQL db host is not defined. WARNING: CODA2 SQL db host is not defined.
Aug 05, 2019 4:55:28 PM org.jlab.coda.afecs.platform.APlatformRegistrar readSessionDatabase
SEVERE: java.io.FileNotFoundException: /projects/controls/coda/dummy_setup/cool/b010lab/ddb/controlSessions.xml (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at java.io.FileInputStream.<init>(FileInputStream.java:93)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at java.net.URL.openStream(URL.java:1057)
at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source)
at org.apache.xerces.impl.XMLEntityManager.startDocumentEntity(Unknown Source)
at org.apache.xerces.impl.XMLDocumentScannerImpl.setInputSource(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205)
at org.jlab.coda.afecs.platform.APlatformRegistrar.readSessionDatabase(APlatformRegistrar.java:555)
at org.jlab.coda.afecs.platform.APlatformRegistrar.<init>(APlatformRegistrar.java:107)
at org.jlab.coda.afecs.platform.APlatform.<init>(APlatform.java:255)
at org.jlab.coda.afecs.platform.APlatform.main(APlatform.java:241)
Aug 05, 2019 4:47:25 PM org.jlab.coda.afecs.system.AConfig <init> Aug 06, 2019 6:03:33 PM org.jlab.coda.afecs.system.AConfig <init>
WARNING: CODA2 SQL db host is not defined. WARNING: CODA2 SQL db host is not defined.
<?xml version="1.0" encoding="UTF-8"?>
<rtvs>
</rtvs>
...@@ -9,7 +9,8 @@ export CODA="/b010lab/opt/coda/3.07/" ...@@ -9,7 +9,8 @@ export CODA="/b010lab/opt/coda/3.07/"
## Location of the JDK ## Location of the JDK
## Should be set such that $JAVA_HOME/bin will point to the java bin directory. ## Should be set such that $JAVA_HOME/bin will point to the java bin directory.
#export JAVA_HOME="/usr" #export JAVA_HOME="/usr"
export JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64" #export JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64"
export JAVA_HOME="/usr/local/opt/oracle_jdk_1.8.0_221"
## Location of the COOL database directory (for Afecs Run Control) ## Location of the COOL database directory (for Afecs Run Control)
export COOL_HOME="/projects/controls/coda/dummy_setup/cool" export COOL_HOME="/projects/controls/coda/dummy_setup/cool"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment