From cf0562dcc67d099fb245693558293dcd963d389d Mon Sep 17 00:00:00 2001
From: pkupczyk <pkupczyk>
Date: Wed, 20 May 2015 07:20:26 +0000
Subject: [PATCH] Add hints on how to fix a failing CI build

SVN: 34004
---
 .../HOW_TO_FIX_FAILING_CI_BUILD.txt           | 25 +++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 deep_sequencing_unit/HOW_TO_FIX_FAILING_CI_BUILD.txt

diff --git a/deep_sequencing_unit/HOW_TO_FIX_FAILING_CI_BUILD.txt b/deep_sequencing_unit/HOW_TO_FIX_FAILING_CI_BUILD.txt
new file mode 100644
index 00000000000..093436adeb7
--- /dev/null
+++ b/deep_sequencing_unit/HOW_TO_FIX_FAILING_CI_BUILD.txt
@@ -0,0 +1,25 @@
+Problem:
+
+java.lang.IllegalArgumentException: No dump file found.
+        at ch.ethz.bsse.cisd.dsu.dss.systemtests.DSUTestInitializer.init(DSUTestInitializer.java:71)
+        at ch.ethz.bsse.cisd.dsu.dss.systemtests.DSUDropboxSystemTest.beforeSuite(DSUDropboxSystemTest.java:33)
+
+Solution:
+
+ssh hudson
+cd ~/hudson/gradle/deep_sequencing_unit/resource/test-db
+ln -s ../../../../test-db/openbis_test_qgf.dmp openbis_test_qgf.dmp
+ls -la
+
+Problem:
+
+Caused by: ch.systemsx.cisd.common.exceptions.ConfigurationFailureException: Store root 'targets/playground/store' does not exist.
+        at ch.systemsx.cisd.common.exceptions.ConfigurationFailureException.fromTemplate(ConfigurationFailureException.java:49)
+        at ch.systemsx.cisd.openbis.dss.generic.server.plugins.standard.AbstractDatastorePlugin.<init>(AbstractDatastorePlugin.java:66)
+        at ch.systemsx.cisd.openbis.dss.generic.server.plugins.standard.AbstractDatastorePlugin.<init>(AbstractDatastorePlugin.java:58)
+
+Solution:
+
+ssh hudson
+cd ~/hudson/gradle/deep_sequencing_unit/targets
+mkdir -p playground/store
-- 
GitLab