diff --git a/cool/b010lab/ddb/clientRegistration.xml b/cool/b010lab/ddb/clientRegistration.xml
new file mode 100644
index 0000000000000000000000000000000000000000..46fd7e13fc4971edc84cc99a386ea1d702fd0619
--- /dev/null
+++ b/cool/b010lab/ddb/clientRegistration.xml
@@ -0,0 +1,2 @@
+<registration>
+</registration>
diff --git a/cool/b010lab/ddb/configID.xml b/cool/b010lab/ddb/configID.xml
new file mode 100644
index 0000000000000000000000000000000000000000..adaafd2758a7b103cc957edde0f9f4aa81ec043c
--- /dev/null
+++ b/cool/b010lab/ddb/configID.xml
@@ -0,0 +1,6 @@
+<control>
+   <runtype>
+      <name>dummy_setup</name>
+      <id>1</id>
+   </runtype>
+</control>
diff --git a/cool/b010lab/ddb/controlSessions.xml b/cool/b010lab/ddb/controlSessions.xml
new file mode 100644
index 0000000000000000000000000000000000000000..b62d5cd7250624a7eff3312d8c934e770b376623
--- /dev/null
+++ b/cool/b010lab/ddb/controlSessions.xml
@@ -0,0 +1,7 @@
+<control>
+   <session>
+      <name>mep</name>
+      <config>undefined</config>
+      <runnumber>1</runnumber>
+   </session>
+</control>
diff --git a/cool/b010lab/log/afecs.log b/cool/b010lab/log/afecs.log
index 442dfa65d141c8066add991c4d4d3a5653b7aacb..a930607624f853bf3f2a6d1acd429c9f82e8d856 100644
--- a/cool/b010lab/log/afecs.log
+++ b/cool/b010lab/log/afecs.log
@@ -1,25 +1,2 @@
-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.
-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)
-
diff --git a/cool/b010lab/log/afecs.log.1 b/cool/b010lab/log/afecs.log.1
index 4ab3a4f657676530b73056433a5415c8e6855a0d..c9335fc421edf3daa157066a31633ee0804db92d 100644
--- a/cool/b010lab/log/afecs.log.1
+++ b/cool/b010lab/log/afecs.log.1
@@ -1,2 +1,2 @@
-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.
diff --git a/cool/b010lab/user/rtv/dummy_setup/mep_rtv.xml b/cool/b010lab/user/rtv/dummy_setup/mep_rtv.xml
new file mode 100644
index 0000000000000000000000000000000000000000..f3c6bb03b956cfcb616f7f0b5ebc7f3d746334bb
--- /dev/null
+++ b/cool/b010lab/user/rtv/dummy_setup/mep_rtv.xml
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rtvs>
+</rtvs>
diff --git a/setup.sh b/setup.sh
index 040391e2f675b7576635299dce3ac35b5e9d48a8..3c88d042bcb53358ce31cdb43684f4f51cba3c13 100644
--- a/setup.sh
+++ b/setup.sh
@@ -9,7 +9,8 @@ export CODA="/b010lab/opt/coda/3.07/"
 ## Location of the JDK
 ## Should be set such that $JAVA_HOME/bin will point to the java bin directory.
 #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)
 export COOL_HOME="/projects/controls/coda/dummy_setup/cool"