[INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building co.codewizards.cloudstore.updater 0.10.8-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ co.codewizards.cloudstore.updater --- [INFO] Deleting /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_8/co.codewizards.cloudstore.updater/target [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ co.codewizards.cloudstore.updater --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ co.codewizards.cloudstore.updater --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_8/co.codewizards.cloudstore.updater/target/classes [WARNING] /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_8/co.codewizards.cloudstore.updater/src/main/java/co/codewizards/cloudstore/updater/DefaultTarGzEntryNameConverter.java: Some input files use or override a deprecated API. [WARNING] /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_8/co.codewizards.cloudstore.updater/src/main/java/co/codewizards/cloudstore/updater/DefaultTarGzEntryNameConverter.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ co.codewizards.cloudstore.updater --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ co.codewizards.cloudstore.updater --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_8/co.codewizards.cloudstore.updater/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ co.codewizards.cloudstore.updater --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running co.codewizards.cloudstore.updater.CloudStoreUpdaterTest Running co.codewizards.cloudstore.updater.PGPTest 19:06:57.405 [main] INFO c.c.cloudstore.core.oio.OioRegistry - Preferred implementation 'IoFileFactory' for fileFactory 19:06:57.488 [main] INFO c.c.c.u.AbstractTestWithTempDir - downloadFileToTempDir: http://cloudstore.codewizards.co/0.9.13/download/co.codewizards.cloudstore.server-0.9.13-bin.tar.gz 19:06:57.991 [main] INFO c.c.c.u.AbstractTestWithTempDir - downloadFileToTempDir: Download took 502 ms: http://cloudstore.codewizards.co/0.9.13/download/co.codewizards.cloudstore.server-0.9.13-bin.tar.gz CloudStore updater started. Downloading meta-data. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.5 sec - in co.codewizards.cloudstore.updater.PGPTest 19:06:58.685 [main] DEBUG c.c.cloudstore.core.io.LockFileImpl - [4df828d7]: file='/home/tomcat/.cloudstore/localServerRunning.lock' 19:06:58.694 [main] DEBUG c.c.cloudstore.core.io.LockFileImpl - [4df828d7]tryAcquire: returning true. lockCounter=1 19:06:58.696 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: remoteUpdatePropertiesKey='artifact[${artifactId}].downloadURL' 19:06:58.696 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:06:58.697 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:06:58.724 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: resolvedURLStr='http://cloudstore.codewizards.co/0.10.0/download/co.codewizards.cloudstore.server-0.10.0-bin.tar.gz' Downloading: http://cloudstore.codewizards.co/0.10.0/download/co.codewizards.cloudstore.server-0.10.0-bin.tar.gz 19:06:58.744 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: contentLength=17746540 url='http://cloudstore.codewizards.co/0.10.0/download/co.codewizards.cloudstore.server-0.10.0-bin.tar.gz' 19:06:58.744 [main] DEBUG c.c.c.updater.CloudStoreUpdater - checkAvailableDiskSpace: dir='/tmp/cloudstore-update-10b2' dir.usableSpace='12816 MiB' expectedRequiredSpace='25 MiB' ... 0% ... 5% ... 10% ... 15% ... 20% ... 25% ... 30% ... 35% ... 40% ... 45% ... 50% ... 55% ... 60% ... 65% ... 70% ... 75% ... 80% ... 85% ... 90% ... 95% ... 100% 19:06:58.927 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: remoteUpdatePropertiesKey='artifact[${artifactId}].signatureURL' 19:06:58.929 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: resolvedURLStr='http://cloudstore.codewizards.co/0.10.0/download/co.codewizards.cloudstore.server-0.10.0-bin.tar.gz.sig' Downloading: http://cloudstore.codewizards.co/0.10.0/download/co.codewizards.cloudstore.server-0.10.0-bin.tar.gz.sig 19:06:58.942 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: contentLength=543 url='http://cloudstore.codewizards.co/0.10.0/download/co.codewizards.cloudstore.server-0.10.0-bin.tar.gz.sig' 19:06:58.942 [main] DEBUG c.c.c.updater.CloudStoreUpdater - checkAvailableDiskSpace: dir='/tmp/cloudstore-update-10b2' dir.usableSpace='12799 MiB' expectedRequiredSpace='1 MiB' ... 100% Verifying PGP signature. 19:07:08.697 [main] DEBUG c.c.c.updater.CloudStoreUpdater - checkAvailableDiskSpace: dir='/tmp/cloudstore-test-15874024174310/installation/cloudstore' dir.usableSpace='12799 MiB' expectedRequiredSpace='84 MiB' Creating backup: /tmp/cloudstore-test-15874024174310/installation/cloudstore/backup/co.codewizards.cloudstore.server-0.9.13.backup-k98qf50a.tar.gz 19:07:08.707 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.708 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.708 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.708 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.708 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/etc' 19:07:08.708 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, etc]' 19:07:08.709 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/etc' 19:07:08.709 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, etc]' 19:07:08.712 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.712 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.712 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.713 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.713 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/init' 19:07:08.713 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, etc, init]' 19:07:08.713 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/init' 19:07:08.714 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, etc, init]' 19:07:08.715 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.715 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.715 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.716 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.716 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/init/cloudstore-server.conf' 19:07:08.717 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, etc, init, cloudstore-server.conf]' 19:07:08.717 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/init/cloudstore-server.conf' 19:07:08.717 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, etc, init, cloudstore-server.conf]' 19:07:08.719 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.720 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.720 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.720 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.720 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/init.d' 19:07:08.721 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, etc, init.d]' 19:07:08.721 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/init.d' 19:07:08.721 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, etc, init.d]' 19:07:08.722 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.722 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.722 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.722 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.723 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/init.d/cloudstore-server' 19:07:08.723 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, etc, init.d, cloudstore-server]' 19:07:08.723 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/init.d/cloudstore-server' 19:07:08.723 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, etc, init.d, cloudstore-server]' 19:07:08.725 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.725 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.726 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.726 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.726 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/profile.d' 19:07:08.726 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, etc, profile.d]' 19:07:08.727 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/profile.d' 19:07:08.727 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, etc, profile.d]' 19:07:08.728 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.729 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.729 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.729 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.729 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/profile.d/cloudstore.sh' 19:07:08.730 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, etc, profile.d, cloudstore.sh]' 19:07:08.730 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/profile.d/cloudstore.sh' 19:07:08.730 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, etc, profile.d, cloudstore.sh]' 19:07:08.732 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.732 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.733 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.733 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.733 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib' 19:07:08.733 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib]' 19:07:08.733 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib' 19:07:08.734 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib]' 19:07:08.735 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.736 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.736 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.736 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.736 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/javax.servlet-api-3.1.0.jar' 19:07:08.736 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, javax.servlet-api-3.1.0.jar]' 19:07:08.736 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/javax.servlet-api-3.1.0.jar' 19:07:08.736 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, javax.servlet-api-3.1.0.jar]' 19:07:08.749 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.749 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.749 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.750 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.750 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jul-to-slf4j-1.7.7.jar' 19:07:08.750 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jul-to-slf4j-1.7.7.jar]' 19:07:08.750 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jul-to-slf4j-1.7.7.jar' 19:07:08.751 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jul-to-slf4j-1.7.7.jar]' 19:07:08.753 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.754 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.755 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.755 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.755 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-container-servlet-2.5.1.jar' 19:07:08.755 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jersey-container-servlet-2.5.1.jar]' 19:07:08.756 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-container-servlet-2.5.1.jar' 19:07:08.756 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jersey-container-servlet-2.5.1.jar]' 19:07:08.760 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.761 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.761 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.761 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.761 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/logback-core-1.0.13.jar' 19:07:08.761 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, logback-core-1.0.13.jar]' 19:07:08.762 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/logback-core-1.0.13.jar' 19:07:08.762 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, logback-core-1.0.13.jar]' 19:07:08.800 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.800 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.800 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.800 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.801 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-security-9.1.5.v20140505.jar' 19:07:08.801 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jetty-security-9.1.5.v20140505.jar]' 19:07:08.801 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-security-9.1.5.v20140505.jar' 19:07:08.801 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jetty-security-9.1.5.v20140505.jar]' 19:07:08.810 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.810 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.811 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.811 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.811 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/javax.ws.rs-api-2.0.jar' 19:07:08.812 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, javax.ws.rs-api-2.0.jar]' 19:07:08.812 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/javax.ws.rs-api-2.0.jar' 19:07:08.812 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, javax.ws.rs-api-2.0.jar]' 19:07:08.823 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.823 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.823 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.824 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.824 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-container-servlet-core-2.5.1.jar' 19:07:08.824 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jersey-container-servlet-core-2.5.1.jar]' 19:07:08.824 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-container-servlet-core-2.5.1.jar' 19:07:08.824 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jersey-container-servlet-core-2.5.1.jar]' 19:07:08.830 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.830 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.830 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.830 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.830 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/asm-all-repackaged-2.2.0-b21.jar' 19:07:08.831 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, asm-all-repackaged-2.2.0-b21.jar]' 19:07:08.831 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/asm-all-repackaged-2.2.0-b21.jar' 19:07:08.831 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, asm-all-repackaged-2.2.0-b21.jar]' 19:07:08.858 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.859 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.859 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.859 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.859 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jcl-over-slf4j-1.7.7.jar' 19:07:08.860 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jcl-over-slf4j-1.7.7.jar]' 19:07:08.860 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jcl-over-slf4j-1.7.7.jar' 19:07:08.860 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jcl-over-slf4j-1.7.7.jar]' 19:07:08.863 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.864 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.864 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.864 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.864 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/javax.annotation-api-1.2.jar' 19:07:08.864 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, javax.annotation-api-1.2.jar]' 19:07:08.864 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/javax.annotation-api-1.2.jar' 19:07:08.865 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, javax.annotation-api-1.2.jar]' 19:07:08.868 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.869 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.869 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.869 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.869 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.server-0.9.13.jar' 19:07:08.869 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.server-0.9.13.jar]' 19:07:08.870 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.server-0.9.13.jar' 19:07:08.870 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.server-0.9.13.jar]' 19:07:08.872 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.872 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.872 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.873 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.873 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-server-2.5.1.jar' 19:07:08.873 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jersey-server-2.5.1.jar]' 19:07:08.873 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-server-2.5.1.jar' 19:07:08.873 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jersey-server-2.5.1.jar]' 19:07:08.943 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.944 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.944 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.944 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.944 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-io-9.1.5.v20140505.jar' 19:07:08.944 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jetty-io-9.1.5.v20140505.jar]' 19:07:08.945 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-io-9.1.5.v20140505.jar' 19:07:08.945 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jetty-io-9.1.5.v20140505.jar]' 19:07:08.954 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.954 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.954 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.955 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.955 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/validation-api-1.1.0.Final.jar' 19:07:08.955 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, validation-api-1.1.0.Final.jar]' 19:07:08.955 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/validation-api-1.1.0.Final.jar' 19:07:08.956 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, validation-api-1.1.0.Final.jar]' 19:07:08.963 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.963 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.963 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.964 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.964 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.rest.client-0.9.13.jar' 19:07:08.964 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.rest.client-0.9.13.jar]' 19:07:08.964 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.rest.client-0.9.13.jar' 19:07:08.964 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.rest.client-0.9.13.jar]' 19:07:08.969 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.970 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.970 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.970 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.970 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.server-0.9.13.jar' 19:07:08.970 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.ls.rest.server-0.9.13.jar]' 19:07:08.970 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.server-0.9.13.jar' 19:07:08.970 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.ls.rest.server-0.9.13.jar]' 19:07:08.975 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.975 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.975 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:08.975 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:08.975 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/datanucleus-rdbms-4.0.3.jar' 19:07:08.975 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, datanucleus-rdbms-4.0.3.jar]' 19:07:08.976 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/datanucleus-rdbms-4.0.3.jar' 19:07:08.976 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, datanucleus-rdbms-4.0.3.jar]' 19:07:09.113 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.113 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.113 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.113 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.114 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-util-9.1.5.v20140505.jar' 19:07:09.114 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jetty-util-9.1.5.v20140505.jar]' 19:07:09.114 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-util-9.1.5.v20140505.jar' 19:07:09.114 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jetty-util-9.1.5.v20140505.jar]' 19:07:09.138 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.138 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.138 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.138 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.139 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/slf4j-api-1.7.7.jar' 19:07:09.139 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, slf4j-api-1.7.7.jar]' 19:07:09.139 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/slf4j-api-1.7.7.jar' 19:07:09.139 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, slf4j-api-1.7.7.jar]' 19:07:09.143 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.143 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.143 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.143 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.143 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/derby-10.10.2.0.jar' 19:07:09.143 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, derby-10.10.2.0.jar]' 19:07:09.144 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/derby-10.10.2.0.jar' 19:07:09.144 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, derby-10.10.2.0.jar]' 19:07:09.335 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.336 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.336 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.336 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.336 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.core-0.9.13.jar' 19:07:09.337 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.ls.core-0.9.13.jar]' 19:07:09.337 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.core-0.9.13.jar' 19:07:09.337 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.ls.core-0.9.13.jar]' 19:07:09.344 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.345 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.345 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.345 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.345 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/datanucleus-api-jdo-4.0.3.jar' 19:07:09.345 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, datanucleus-api-jdo-4.0.3.jar]' 19:07:09.345 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/datanucleus-api-jdo-4.0.3.jar' 19:07:09.345 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, datanucleus-api-jdo-4.0.3.jar]' 19:07:09.370 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.370 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.370 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.370 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.370 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/args4j-2.0.16.jar' 19:07:09.370 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, args4j-2.0.16.jar]' 19:07:09.371 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/args4j-2.0.16.jar' 19:07:09.371 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, args4j-2.0.16.jar]' 19:07:09.376 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.376 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.376 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.376 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.376 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.rest.server-0.9.13.jar' 19:07:09.376 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.rest.server-0.9.13.jar]' 19:07:09.377 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.rest.server-0.9.13.jar' 19:07:09.377 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.rest.server-0.9.13.jar]' 19:07:09.382 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.382 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.382 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.382 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.383 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/javax.inject-2.2.0-b21.jar' 19:07:09.383 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, javax.inject-2.2.0-b21.jar]' 19:07:09.383 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/javax.inject-2.2.0-b21.jar' 19:07:09.383 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, javax.inject-2.2.0-b21.jar]' 19:07:09.385 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.385 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.385 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.386 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.386 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/xz-1.4.jar' 19:07:09.386 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, xz-1.4.jar]' 19:07:09.386 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/xz-1.4.jar' 19:07:09.386 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, xz-1.4.jar]' 19:07:09.394 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.394 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.394 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.394 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.394 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/guava-14.0.1.jar' 19:07:09.394 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, guava-14.0.1.jar]' 19:07:09.395 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/guava-14.0.1.jar' 19:07:09.395 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, guava-14.0.1.jar]' 19:07:09.545 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.545 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.545 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.545 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.545 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/bcprov-jdk15on-1.52.jar' 19:07:09.546 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, bcprov-jdk15on-1.52.jar]' 19:07:09.546 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/bcprov-jdk15on-1.52.jar' 19:07:09.546 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, bcprov-jdk15on-1.52.jar]' 19:07:09.746 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.746 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.746 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.746 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.746 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/logback-classic-1.0.13.jar' 19:07:09.746 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, logback-classic-1.0.13.jar]' 19:07:09.747 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/logback-classic-1.0.13.jar' 19:07:09.747 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, logback-classic-1.0.13.jar]' 19:07:09.766 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.766 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.766 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.766 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.767 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/hk2-locator-2.2.0-b21.jar' 19:07:09.767 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, hk2-locator-2.2.0-b21.jar]' 19:07:09.767 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/hk2-locator-2.2.0-b21.jar' 19:07:09.767 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, hk2-locator-2.2.0-b21.jar]' 19:07:09.778 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.778 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.778 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.778 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.778 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server-0.9.13.jar' 19:07:09.778 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.ls.server-0.9.13.jar]' 19:07:09.778 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server-0.9.13.jar' 19:07:09.778 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.ls.server-0.9.13.jar]' 19:07:09.780 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.780 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.780 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.780 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.780 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/bcpg-jdk15on-1.52.jar' 19:07:09.780 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, bcpg-jdk15on-1.52.jar]' 19:07:09.780 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/bcpg-jdk15on-1.52.jar' 19:07:09.780 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, bcpg-jdk15on-1.52.jar]' 19:07:09.800 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.800 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.801 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.801 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.801 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/hk2-utils-2.2.0-b21.jar' 19:07:09.801 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, hk2-utils-2.2.0-b21.jar]' 19:07:09.801 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/hk2-utils-2.2.0-b21.jar' 19:07:09.801 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, hk2-utils-2.2.0-b21.jar]' 19:07:09.806 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.806 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.807 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.807 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.807 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/datanucleus-core-4.0.3.jar' 19:07:09.807 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, datanucleus-core-4.0.3.jar]' 19:07:09.808 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/datanucleus-core-4.0.3.jar' 19:07:09.808 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, datanucleus-core-4.0.3.jar]' 19:07:09.942 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.943 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.944 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.944 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.944 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-xml-9.1.5.v20140505.jar' 19:07:09.944 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jetty-xml-9.1.5.v20140505.jar]' 19:07:09.944 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-xml-9.1.5.v20140505.jar' 19:07:09.944 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jetty-xml-9.1.5.v20140505.jar]' 19:07:09.948 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.948 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.948 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.948 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.948 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.rest.shared-0.9.13.jar' 19:07:09.949 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.rest.shared-0.9.13.jar]' 19:07:09.949 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.rest.shared-0.9.13.jar' 19:07:09.949 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.rest.shared-0.9.13.jar]' 19:07:09.950 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.950 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.951 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.951 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.951 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.updater-0.9.13.jar' 19:07:09.951 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.updater-0.9.13.jar]' 19:07:09.952 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.updater-0.9.13.jar' 19:07:09.953 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.updater-0.9.13.jar]' 19:07:09.958 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.958 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.958 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.958 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.959 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.local-0.9.13.jar' 19:07:09.959 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.local-0.9.13.jar]' 19:07:09.959 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.local-0.9.13.jar' 19:07:09.960 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.local-0.9.13.jar]' 19:07:09.974 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.974 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.974 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.975 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.975 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-http-9.1.5.v20140505.jar' 19:07:09.975 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jetty-http-9.1.5.v20140505.jar]' 19:07:09.976 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-http-9.1.5.v20140505.jar' 19:07:09.976 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jetty-http-9.1.5.v20140505.jar]' 19:07:09.984 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.984 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.985 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.985 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.985 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-webapp-9.1.5.v20140505.jar' 19:07:09.985 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jetty-webapp-9.1.5.v20140505.jar]' 19:07:09.985 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-webapp-9.1.5.v20140505.jar' 19:07:09.985 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jetty-webapp-9.1.5.v20140505.jar]' 19:07:09.995 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.995 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.995 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.995 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.995 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/osgi-resource-locator-1.0.1.jar' 19:07:09.996 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, osgi-resource-locator-1.0.1.jar]' 19:07:09.996 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/osgi-resource-locator-1.0.1.jar' 19:07:09.996 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, osgi-resource-locator-1.0.1.jar]' 19:07:09.998 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.999 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.999 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:09.999 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:09.999 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-client-2.5.1.jar' 19:07:09.999 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jersey-client-2.5.1.jar]' 19:07:10.000 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-client-2.5.1.jar' 19:07:10.000 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jersey-client-2.5.1.jar]' 19:07:10.013 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.013 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.013 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.013 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.013 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/log4j-over-slf4j-1.7.7.jar' 19:07:10.013 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, log4j-over-slf4j-1.7.7.jar]' 19:07:10.014 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/log4j-over-slf4j-1.7.7.jar' 19:07:10.014 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, log4j-over-slf4j-1.7.7.jar]' 19:07:10.017 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.018 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.018 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.018 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.018 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.core.oio.nio-0.9.13.jar' 19:07:10.018 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.core.oio.nio-0.9.13.jar]' 19:07:10.018 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.core.oio.nio-0.9.13.jar' 19:07:10.018 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.core.oio.nio-0.9.13.jar]' 19:07:10.020 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.020 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.020 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.020 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.020 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/hk2-api-2.2.0-b21.jar' 19:07:10.020 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, hk2-api-2.2.0-b21.jar]' 19:07:10.021 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/hk2-api-2.2.0-b21.jar' 19:07:10.021 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, hk2-api-2.2.0-b21.jar]' 19:07:10.031 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.032 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.032 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.032 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.032 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.client-0.9.13.jar' 19:07:10.032 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.ls.rest.client-0.9.13.jar]' 19:07:10.032 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.client-0.9.13.jar' 19:07:10.032 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.ls.rest.client-0.9.13.jar]' 19:07:10.036 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.036 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.036 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.037 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.037 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-server-9.1.5.v20140505.jar' 19:07:10.037 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jetty-server-9.1.5.v20140505.jar]' 19:07:10.037 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-server-9.1.5.v20140505.jar' 19:07:10.037 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jetty-server-9.1.5.v20140505.jar]' 19:07:10.070 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.070 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.070 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.070 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.070 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.client-0.9.13.jar' 19:07:10.070 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.client-0.9.13.jar]' 19:07:10.070 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.client-0.9.13.jar' 19:07:10.070 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.client-0.9.13.jar]' 19:07:10.075 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.075 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.075 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.075 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.075 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.core-0.9.13.jar' 19:07:10.076 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.core-0.9.13.jar]' 19:07:10.076 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.core-0.9.13.jar' 19:07:10.076 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.core-0.9.13.jar]' 19:07:10.103 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.103 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.103 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.103 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.103 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jdo-api-3.1-rc1.jar' 19:07:10.104 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jdo-api-3.1-rc1.jar]' 19:07:10.104 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jdo-api-3.1-rc1.jar' 19:07:10.104 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jdo-api-3.1-rc1.jar]' 19:07:10.121 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.122 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.122 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.123 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.123 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-continuation-9.1.5.v20140505.jar' 19:07:10.123 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jetty-continuation-9.1.5.v20140505.jar]' 19:07:10.123 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-continuation-9.1.5.v20140505.jar' 19:07:10.124 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jetty-continuation-9.1.5.v20140505.jar]' 19:07:10.126 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.127 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.127 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.127 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.127 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/cglib-2.2.0-b21.jar' 19:07:10.127 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, cglib-2.2.0-b21.jar]' 19:07:10.128 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/cglib-2.2.0-b21.jar' 19:07:10.128 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, cglib-2.2.0-b21.jar]' 19:07:10.149 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.149 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.149 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.149 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.150 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-common-2.5.1.jar' 19:07:10.150 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jersey-common-2.5.1.jar]' 19:07:10.150 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-common-2.5.1.jar' 19:07:10.150 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jersey-common-2.5.1.jar]' 19:07:10.203 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.203 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.203 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.203 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.203 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-servlets-9.1.5.v20140505.jar' 19:07:10.203 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jetty-servlets-9.1.5.v20140505.jar]' 19:07:10.204 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-servlets-9.1.5.v20140505.jar' 19:07:10.204 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jetty-servlets-9.1.5.v20140505.jar]' 19:07:10.213 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.214 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.214 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.214 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.214 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server.cproc-0.9.13.jar' 19:07:10.214 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.ls.server.cproc-0.9.13.jar]' 19:07:10.214 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server.cproc-0.9.13.jar' 19:07:10.214 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, co.codewizards.cloudstore.ls.server.cproc-0.9.13.jar]' 19:07:10.216 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.217 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.217 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.217 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.217 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-servlet-9.1.5.v20140505.jar' 19:07:10.217 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jetty-servlet-9.1.5.v20140505.jar]' 19:07:10.217 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-servlet-9.1.5.v20140505.jar' 19:07:10.217 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, jetty-servlet-9.1.5.v20140505.jar]' 19:07:10.226 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.226 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.226 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.226 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.226 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/commons-compress-1.7.jar' 19:07:10.226 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, commons-compress-1.7.jar]' 19:07:10.226 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/commons-compress-1.7.jar' 19:07:10.227 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, commons-compress-1.7.jar]' 19:07:10.253 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.254 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.254 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.254 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.254 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/transaction-api-1.1.jar' 19:07:10.254 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, transaction-api-1.1.jar]' 19:07:10.254 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/transaction-api-1.1.jar' 19:07:10.254 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, lib, transaction-api-1.1.jar]' 19:07:10.257 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.257 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.257 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.257 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.257 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/bin' 19:07:10.257 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, bin]' 19:07:10.257 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/bin' 19:07:10.257 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, bin]' 19:07:10.258 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.258 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.258 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.258 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.258 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/bin/cloudstore-server' 19:07:10.258 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, bin, cloudstore-server]' 19:07:10.258 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/bin/cloudstore-server' 19:07:10.258 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, bin, cloudstore-server]' 19:07:10.259 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.259 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.259 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.259 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.259 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/bin/cloudstore.bat' 19:07:10.259 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, bin, cloudstore.bat]' 19:07:10.259 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/bin/cloudstore.bat' 19:07:10.259 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, bin, cloudstore.bat]' 19:07:10.260 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.260 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.260 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.260 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.260 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/bin/cloudstore' 19:07:10.260 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, bin, cloudstore]' 19:07:10.260 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/bin/cloudstore' 19:07:10.260 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, bin, cloudstore]' 19:07:10.261 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.261 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.261 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.261 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.261 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/bin/cloudstore-server.bat' 19:07:10.262 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, bin, cloudstore-server.bat]' 19:07:10.262 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/bin/cloudstore-server.bat' 19:07:10.262 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, bin, cloudstore-server.bat]' 19:07:10.262 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.262 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.262 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore' 19:07:10.263 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore]' 19:07:10.263 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/installation.properties' 19:07:10.263 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, installation.properties]' 19:07:10.263 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024174310/installation/cloudstore/installation.properties' 19:07:10.263 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024174310, installation, cloudstore, installation.properties]' Renaming files in installation directory: /tmp/cloudstore-test-15874024174310/installation/cloudstore 19:07:10.265 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/init/cloudstore-server.conf', newName='cloudstore-server.conf.csupdbak' 19:07:10.266 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/init.d/cloudstore-server', newName='cloudstore-server.csupdbak' 19:07:10.266 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/profile.d/cloudstore.sh', newName='cloudstore.sh.csupdbak' 19:07:10.267 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/javax.servlet-api-3.1.0.jar', newName='javax.servlet-api-3.1.0.jar.csupdbak' 19:07:10.267 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jul-to-slf4j-1.7.7.jar', newName='jul-to-slf4j-1.7.7.jar.csupdbak' 19:07:10.268 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-container-servlet-2.5.1.jar', newName='jersey-container-servlet-2.5.1.jar.csupdbak' 19:07:10.268 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/logback-core-1.0.13.jar', newName='logback-core-1.0.13.jar.csupdbak' 19:07:10.268 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-security-9.1.5.v20140505.jar', newName='jetty-security-9.1.5.v20140505.jar.csupdbak' 19:07:10.268 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/javax.ws.rs-api-2.0.jar', newName='javax.ws.rs-api-2.0.jar.csupdbak' 19:07:10.268 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-container-servlet-core-2.5.1.jar', newName='jersey-container-servlet-core-2.5.1.jar.csupdbak' 19:07:10.268 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/asm-all-repackaged-2.2.0-b21.jar', newName='asm-all-repackaged-2.2.0-b21.jar.csupdbak' 19:07:10.269 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jcl-over-slf4j-1.7.7.jar', newName='jcl-over-slf4j-1.7.7.jar.csupdbak' 19:07:10.269 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/javax.annotation-api-1.2.jar', newName='javax.annotation-api-1.2.jar.csupdbak' 19:07:10.269 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.server-0.9.13.jar', newName='co.codewizards.cloudstore.server-0.9.13.jar.csupdbak' 19:07:10.269 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-server-2.5.1.jar', newName='jersey-server-2.5.1.jar.csupdbak' 19:07:10.269 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-io-9.1.5.v20140505.jar', newName='jetty-io-9.1.5.v20140505.jar.csupdbak' 19:07:10.269 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/validation-api-1.1.0.Final.jar', newName='validation-api-1.1.0.Final.jar.csupdbak' 19:07:10.270 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.rest.client-0.9.13.jar', newName='co.codewizards.cloudstore.rest.client-0.9.13.jar.csupdbak' 19:07:10.270 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.server-0.9.13.jar', newName='co.codewizards.cloudstore.ls.rest.server-0.9.13.jar.csupdbak' 19:07:10.270 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/datanucleus-rdbms-4.0.3.jar', newName='datanucleus-rdbms-4.0.3.jar.csupdbak' 19:07:10.270 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-util-9.1.5.v20140505.jar', newName='jetty-util-9.1.5.v20140505.jar.csupdbak' 19:07:10.270 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/slf4j-api-1.7.7.jar', newName='slf4j-api-1.7.7.jar.csupdbak' 19:07:10.270 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/derby-10.10.2.0.jar', newName='derby-10.10.2.0.jar.csupdbak' 19:07:10.271 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.core-0.9.13.jar', newName='co.codewizards.cloudstore.ls.core-0.9.13.jar.csupdbak' 19:07:10.271 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/datanucleus-api-jdo-4.0.3.jar', newName='datanucleus-api-jdo-4.0.3.jar.csupdbak' 19:07:10.271 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/args4j-2.0.16.jar', newName='args4j-2.0.16.jar.csupdbak' 19:07:10.271 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.rest.server-0.9.13.jar', newName='co.codewizards.cloudstore.rest.server-0.9.13.jar.csupdbak' 19:07:10.272 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/javax.inject-2.2.0-b21.jar', newName='javax.inject-2.2.0-b21.jar.csupdbak' 19:07:10.272 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/xz-1.4.jar', newName='xz-1.4.jar.csupdbak' 19:07:10.272 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/guava-14.0.1.jar', newName='guava-14.0.1.jar.csupdbak' 19:07:10.272 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/bcprov-jdk15on-1.52.jar', newName='bcprov-jdk15on-1.52.jar.csupdbak' 19:07:10.272 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/logback-classic-1.0.13.jar', newName='logback-classic-1.0.13.jar.csupdbak' 19:07:10.272 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/hk2-locator-2.2.0-b21.jar', newName='hk2-locator-2.2.0-b21.jar.csupdbak' 19:07:10.273 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server-0.9.13.jar', newName='co.codewizards.cloudstore.ls.server-0.9.13.jar.csupdbak' 19:07:10.273 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/bcpg-jdk15on-1.52.jar', newName='bcpg-jdk15on-1.52.jar.csupdbak' 19:07:10.273 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/hk2-utils-2.2.0-b21.jar', newName='hk2-utils-2.2.0-b21.jar.csupdbak' 19:07:10.273 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/datanucleus-core-4.0.3.jar', newName='datanucleus-core-4.0.3.jar.csupdbak' 19:07:10.273 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-xml-9.1.5.v20140505.jar', newName='jetty-xml-9.1.5.v20140505.jar.csupdbak' 19:07:10.273 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.rest.shared-0.9.13.jar', newName='co.codewizards.cloudstore.rest.shared-0.9.13.jar.csupdbak' 19:07:10.274 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.updater-0.9.13.jar', newName='co.codewizards.cloudstore.updater-0.9.13.jar.csupdbak' 19:07:10.274 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.local-0.9.13.jar', newName='co.codewizards.cloudstore.local-0.9.13.jar.csupdbak' 19:07:10.274 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-http-9.1.5.v20140505.jar', newName='jetty-http-9.1.5.v20140505.jar.csupdbak' 19:07:10.274 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-webapp-9.1.5.v20140505.jar', newName='jetty-webapp-9.1.5.v20140505.jar.csupdbak' 19:07:10.274 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/osgi-resource-locator-1.0.1.jar', newName='osgi-resource-locator-1.0.1.jar.csupdbak' 19:07:10.274 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-client-2.5.1.jar', newName='jersey-client-2.5.1.jar.csupdbak' 19:07:10.275 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/log4j-over-slf4j-1.7.7.jar', newName='log4j-over-slf4j-1.7.7.jar.csupdbak' 19:07:10.275 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.core.oio.nio-0.9.13.jar', newName='co.codewizards.cloudstore.core.oio.nio-0.9.13.jar.csupdbak' 19:07:10.275 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/hk2-api-2.2.0-b21.jar', newName='hk2-api-2.2.0-b21.jar.csupdbak' 19:07:10.276 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.client-0.9.13.jar', newName='co.codewizards.cloudstore.ls.rest.client-0.9.13.jar.csupdbak' 19:07:10.276 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-server-9.1.5.v20140505.jar', newName='jetty-server-9.1.5.v20140505.jar.csupdbak' 19:07:10.277 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.client-0.9.13.jar', newName='co.codewizards.cloudstore.client-0.9.13.jar.csupdbak' 19:07:10.277 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.core-0.9.13.jar', newName='co.codewizards.cloudstore.core-0.9.13.jar.csupdbak' 19:07:10.277 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jdo-api-3.1-rc1.jar', newName='jdo-api-3.1-rc1.jar.csupdbak' 19:07:10.277 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-continuation-9.1.5.v20140505.jar', newName='jetty-continuation-9.1.5.v20140505.jar.csupdbak' 19:07:10.277 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/cglib-2.2.0-b21.jar', newName='cglib-2.2.0-b21.jar.csupdbak' 19:07:10.278 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-common-2.5.1.jar', newName='jersey-common-2.5.1.jar.csupdbak' 19:07:10.278 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-servlets-9.1.5.v20140505.jar', newName='jetty-servlets-9.1.5.v20140505.jar.csupdbak' 19:07:10.278 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server.cproc-0.9.13.jar', newName='co.codewizards.cloudstore.ls.server.cproc-0.9.13.jar.csupdbak' 19:07:10.278 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-servlet-9.1.5.v20140505.jar', newName='jetty-servlet-9.1.5.v20140505.jar.csupdbak' 19:07:10.278 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/commons-compress-1.7.jar', newName='commons-compress-1.7.jar.csupdbak' 19:07:10.278 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/transaction-api-1.1.jar', newName='transaction-api-1.1.jar.csupdbak' 19:07:10.279 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/bin/cloudstore-server', newName='cloudstore-server.csupdbak' 19:07:10.279 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/bin/cloudstore.bat', newName='cloudstore.bat.csupdbak' 19:07:10.279 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/bin/cloudstore', newName='cloudstore.csupdbak' 19:07:10.280 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/bin/cloudstore-server.bat', newName='cloudstore-server.bat.csupdbak' 19:07:10.280 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024174310/installation/cloudstore/installation.properties', newName='installation.properties.csupdbak' Overwriting installation directory: /tmp/cloudstore-test-15874024174310/installation/cloudstore Deleting old files from installation directory: /tmp/cloudstore-test-15874024174310/installation/cloudstore 19:07:10.580 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore 19:07:10.581 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/etc 19:07:10.581 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/init 19:07:10.581 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/init/cloudstore-server.conf 19:07:10.581 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/init/cloudstore-server.conf.csupdbak 19:07:10.581 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/init.d 19:07:10.582 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/init.d/cloudstore-server 19:07:10.582 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/init.d/cloudstore-server.csupdbak 19:07:10.582 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/profile.d 19:07:10.582 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/profile.d/cloudstore.sh 19:07:10.582 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/etc/profile.d/cloudstore.sh.csupdbak 19:07:10.582 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib 19:07:10.583 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/javax.servlet-api-3.1.0.jar 19:07:10.583 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jul-to-slf4j-1.7.7.jar 19:07:10.583 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.server-0.9.13.jar.csupdbak 19:07:10.584 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-container-servlet-2.5.1.jar 19:07:10.584 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/logback-core-1.0.13.jar 19:07:10.584 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-security-9.1.5.v20140505.jar 19:07:10.584 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.updater-0.10.0.jar 19:07:10.584 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-webapp-9.1.5.v20140505.jar.csupdbak 19:07:10.584 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-servlets-9.1.5.v20140505.jar.csupdbak 19:07:10.584 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/javax.ws.rs-api-2.0.jar.csupdbak 19:07:10.585 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-container-servlet-2.5.1.jar.csupdbak 19:07:10.585 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/javax.ws.rs-api-2.0.jar 19:07:10.585 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.core-0.9.13.jar.csupdbak 19:07:10.585 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.local-0.10.0.jar 19:07:10.585 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-common-2.5.1.jar.csupdbak 19:07:10.586 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-container-servlet-core-2.5.1.jar 19:07:10.586 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/transaction-api-1.1.jar.csupdbak 19:07:10.586 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.client-0.9.13.jar.csupdbak 19:07:10.586 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.core.oio.nio-0.9.13.jar.csupdbak 19:07:10.586 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.core-0.9.13.jar.csupdbak 19:07:10.587 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/hk2-api-2.2.0-b21.jar.csupdbak 19:07:10.587 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/asm-all-repackaged-2.2.0-b21.jar 19:07:10.587 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.client-0.10.0.jar 19:07:10.587 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-http-9.1.5.v20140505.jar.csupdbak 19:07:10.588 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jcl-over-slf4j-1.7.7.jar 19:07:10.588 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-servlet-9.1.5.v20140505.jar.csupdbak 19:07:10.588 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/javax.annotation-api-1.2.jar 19:07:10.588 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/xz-1.4.jar.csupdbak 19:07:10.588 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/derby-10.13.1.1.jar 19:07:10.588 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.server-0.10.0.jar 19:07:10.588 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-server-2.5.1.jar 19:07:10.589 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.core-0.10.0.jar 19:07:10.589 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-io-9.1.5.v20140505.jar 19:07:10.589 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/datanucleus-api-jdo-4.0.3.jar.csupdbak 19:07:10.589 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.rest.client-0.9.13.jar.csupdbak 19:07:10.589 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-continuation-9.1.5.v20140505.jar.csupdbak 19:07:10.589 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/validation-api-1.1.0.Final.jar 19:07:10.589 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/datanucleus-rdbms-4.0.3.jar 19:07:10.590 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-util-9.1.5.v20140505.jar 19:07:10.590 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/derby-10.10.2.0.jar.csupdbak 19:07:10.591 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/slf4j-api-1.7.7.jar 19:07:10.591 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.client-0.10.0.jar 19:07:10.591 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-container-servlet-core-2.5.1.jar.csupdbak 19:07:10.592 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/datanucleus-api-jdo-4.0.3.jar 19:07:10.592 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/validation-api-1.1.0.Final.jar.csupdbak 19:07:10.592 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/args4j-2.0.16.jar 19:07:10.592 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server-0.10.0.jar 19:07:10.592 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/logback-core-1.0.13.jar.csupdbak 19:07:10.592 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-security-9.1.5.v20140505.jar.csupdbak 19:07:10.593 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/javax.inject-2.2.0-b21.jar 19:07:10.593 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/args4j-2.0.16.jar.csupdbak 19:07:10.593 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/xz-1.4.jar 19:07:10.593 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/guava-14.0.1.jar 19:07:10.593 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-server-9.1.5.v20140505.jar.csupdbak 19:07:10.594 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.client-0.9.13.jar.csupdbak 19:07:10.594 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.local-0.9.13.jar.csupdbak 19:07:10.594 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/slf4j-api-1.7.7.jar.csupdbak 19:07:10.594 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/javax.inject-2.2.0-b21.jar.csupdbak 19:07:10.594 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/bcprov-jdk15on-1.52.jar 19:07:10.595 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/bcprov-jdk15on-1.52.jar.csupdbak 19:07:10.596 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/logback-classic-1.0.13.jar 19:07:10.597 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/hk2-locator-2.2.0-b21.jar 19:07:10.597 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/bcpg-jdk15on-1.52.jar 19:07:10.597 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-xml-9.1.5.v20140505.jar.csupdbak 19:07:10.597 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.rest.shared-0.9.13.jar.csupdbak 19:07:10.597 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/hk2-utils-2.2.0-b21.jar 19:07:10.597 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/datanucleus-core-4.0.3.jar 19:07:10.598 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/javax.servlet-api-3.1.0.jar.csupdbak 19:07:10.598 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.server-0.10.0.jar 19:07:10.598 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/hk2-locator-2.2.0-b21.jar.csupdbak 19:07:10.598 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-util-9.1.5.v20140505.jar.csupdbak 19:07:10.598 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-xml-9.1.5.v20140505.jar 19:07:10.598 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/log4j-over-slf4j-1.7.7.jar.csupdbak 19:07:10.598 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server.cproc-0.9.13.jar.csupdbak 19:07:10.599 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jcl-over-slf4j-1.7.7.jar.csupdbak 19:07:10.599 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-http-9.1.5.v20140505.jar 19:07:10.599 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-webapp-9.1.5.v20140505.jar 19:07:10.599 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/asm-all-repackaged-2.2.0-b21.jar.csupdbak 19:07:10.599 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/osgi-resource-locator-1.0.1.jar 19:07:10.600 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.rest.client-0.10.0.jar 19:07:10.600 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-client-2.5.1.jar 19:07:10.600 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.server-0.9.13.jar.csupdbak 19:07:10.600 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/log4j-over-slf4j-1.7.7.jar 19:07:10.600 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-io-9.1.5.v20140505.jar.csupdbak 19:07:10.600 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server.cproc-0.10.0.jar 19:07:10.601 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.updater-0.9.13.jar.csupdbak 19:07:10.601 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.rest.server-0.9.13.jar.csupdbak 19:07:10.601 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/hk2-api-2.2.0-b21.jar 19:07:10.601 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.core.oio.nio-0.10.0.jar 19:07:10.601 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jdo-api-3.1-rc1.jar.csupdbak 19:07:10.601 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-client-2.5.1.jar.csupdbak 19:07:10.602 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-server-9.1.5.v20140505.jar 19:07:10.602 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/javax.annotation-api-1.2.jar.csupdbak 19:07:10.602 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jul-to-slf4j-1.7.7.jar.csupdbak 19:07:10.602 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jdo-api-3.1-rc1.jar 19:07:10.602 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/hk2-utils-2.2.0-b21.jar.csupdbak 19:07:10.602 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-continuation-9.1.5.v20140505.jar 19:07:10.602 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/commons-compress-1.7.jar.csupdbak 19:07:10.604 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.rest.shared-0.10.0.jar 19:07:10.604 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/cglib-2.2.0-b21.jar 19:07:10.604 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-common-2.5.1.jar 19:07:10.605 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jersey-server-2.5.1.jar.csupdbak 19:07:10.605 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-servlets-9.1.5.v20140505.jar 19:07:10.605 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server-0.9.13.jar.csupdbak 19:07:10.606 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/jetty-servlet-9.1.5.v20140505.jar 19:07:10.606 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/commons-compress-1.7.jar 19:07:10.606 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/transaction-api-1.1.jar 19:07:10.606 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/logback-classic-1.0.13.jar.csupdbak 19:07:10.606 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/datanucleus-core-4.0.3.jar.csupdbak 19:07:10.608 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/osgi-resource-locator-1.0.1.jar.csupdbak 19:07:10.608 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/guava-14.0.1.jar.csupdbak 19:07:10.609 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/cglib-2.2.0-b21.jar.csupdbak 19:07:10.609 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.rest.server-0.10.0.jar 19:07:10.610 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/datanucleus-rdbms-4.0.3.jar.csupdbak 19:07:10.611 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/co.codewizards.cloudstore.ls.core-0.10.0.jar 19:07:10.611 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/lib/bcpg-jdk15on-1.52.jar.csupdbak 19:07:10.612 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/bin 19:07:10.612 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/bin/cloudstore-server 19:07:10.612 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/bin/cloudstore.bat 19:07:10.612 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/bin/cloudstore.csupdbak 19:07:10.612 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/bin/cloudstore 19:07:10.613 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/bin/cloudstore-server.bat 19:07:10.613 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/bin/cloudstore-server.bat.csupdbak 19:07:10.613 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/bin/cloudstore-server.csupdbak 19:07:10.613 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/bin/cloudstore.bat.csupdbak 19:07:10.613 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/backup 19:07:10.613 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/backup/co.codewizards.cloudstore.server-0.9.13.backup-k98qf50a.tar.gz 19:07:10.613 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024174310/installation/cloudstore/installation.properties 19:07:10.613 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024174310/installation/cloudstore/installation.properties.csupdbak Deleting temporary download-directory. 19:07:10.621 [main] DEBUG c.c.cloudstore.core.io.LockFileImpl - [4df828d7]release: releasing underlying FileLock. lockCounter=0 Update successfully done. Exiting. 19:07:10.722 [main] INFO c.c.c.u.AbstractTestWithTempDir - downloadFileToTempDir: http://cloudstore.codewizards.co/0.9.6/download/co.codewizards.cloudstore.client-0.9.6-bin.tar.gz 19:07:10.882 [main] INFO c.c.c.u.AbstractTestWithTempDir - downloadFileToTempDir: Download took 157 ms: http://cloudstore.codewizards.co/0.9.6/download/co.codewizards.cloudstore.client-0.9.6-bin.tar.gz CloudStore updater started. Downloading meta-data. 19:07:11.109 [main] DEBUG c.c.cloudstore.core.io.LockFileImpl - [3c22fc4c]: file='/home/tomcat/.cloudstore/localServerRunning.lock' 19:07:11.109 [main] DEBUG c.c.cloudstore.core.io.LockFileImpl - [3c22fc4c]tryAcquire: returning true. lockCounter=1 19:07:11.109 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: remoteUpdatePropertiesKey='artifact[${artifactId}].downloadURL' 19:07:11.109 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:11.110 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:11.115 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: resolvedURLStr='http://cloudstore.codewizards.co/0.9.7/download/co.codewizards.cloudstore.client-0.9.7-bin.tar.gz' Downloading: http://cloudstore.codewizards.co/0.9.7/download/co.codewizards.cloudstore.client-0.9.7-bin.tar.gz 19:07:11.135 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: contentLength=17250652 url='http://cloudstore.codewizards.co/0.9.7/download/co.codewizards.cloudstore.client-0.9.7-bin.tar.gz' 19:07:11.136 [main] DEBUG c.c.c.updater.CloudStoreUpdater - checkAvailableDiskSpace: dir='/tmp/cloudstore-update-1598' dir.usableSpace='12821 MiB' expectedRequiredSpace='24 MiB' ... 0% ... 5% ... 10% ... 15% ... 20% ... 25% ... 30% ... 35% ... 40% ... 45% ... 50% ... 55% ... 60% ... 65% ... 70% ... 75% ... 80% ... 85% ... 90% ... 95% ... 100% 19:07:11.274 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: remoteUpdatePropertiesKey='artifact[${artifactId}].signatureURL' 19:07:11.276 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: resolvedURLStr='http://cloudstore.codewizards.co/0.9.7/download/co.codewizards.cloudstore.client-0.9.7-bin.tar.gz.sig' Downloading: http://cloudstore.codewizards.co/0.9.7/download/co.codewizards.cloudstore.client-0.9.7-bin.tar.gz.sig 19:07:11.293 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: contentLength=543 url='http://cloudstore.codewizards.co/0.9.7/download/co.codewizards.cloudstore.client-0.9.7-bin.tar.gz.sig' 19:07:11.293 [main] DEBUG c.c.c.updater.CloudStoreUpdater - checkAvailableDiskSpace: dir='/tmp/cloudstore-update-1598' dir.usableSpace='12805 MiB' expectedRequiredSpace='1 MiB' ... 100% Verifying PGP signature. 19:07:21.109 [main] DEBUG c.c.c.updater.CloudStoreUpdater - checkAvailableDiskSpace: dir='/tmp/cloudstore-test-15874024306860/installation/cloudstore' dir.usableSpace='12805 MiB' expectedRequiredSpace='82 MiB' Creating backup: /tmp/cloudstore-test-15874024306860/installation/cloudstore/backup/co.codewizards.cloudstore.client-0.9.6.backup-k98qfel2.tar.gz 19:07:21.112 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.113 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.113 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.113 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.113 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/etc' 19:07:21.113 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, etc]' 19:07:21.114 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/etc' 19:07:21.114 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, etc]' 19:07:21.115 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.115 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.115 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.115 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.116 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/etc/profile.d' 19:07:21.116 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, etc, profile.d]' 19:07:21.116 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/etc/profile.d' 19:07:21.116 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, etc, profile.d]' 19:07:21.117 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.117 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.117 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.117 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.117 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/etc/profile.d/cloudstore.sh' 19:07:21.117 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, etc, profile.d, cloudstore.sh]' 19:07:21.118 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/etc/profile.d/cloudstore.sh' 19:07:21.118 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, etc, profile.d, cloudstore.sh]' 19:07:21.120 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.120 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.120 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.120 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.120 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib' 19:07:21.120 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib]' 19:07:21.120 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib' 19:07:21.120 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib]' 19:07:21.121 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.122 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.122 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.122 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.122 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.local-0.9.6.jar' 19:07:21.122 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, co.codewizards.cloudstore.local-0.9.6.jar]' 19:07:21.122 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.local-0.9.6.jar' 19:07:21.123 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, co.codewizards.cloudstore.local-0.9.6.jar]' 19:07:21.134 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.134 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.134 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.134 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.134 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/logback-core-1.0.13.jar' 19:07:21.134 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, logback-core-1.0.13.jar]' 19:07:21.135 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/logback-core-1.0.13.jar' 19:07:21.135 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, logback-core-1.0.13.jar]' 19:07:21.164 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.165 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.165 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.165 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.165 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.core.oio.nio-0.9.6.jar' 19:07:21.165 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, co.codewizards.cloudstore.core.oio.nio-0.9.6.jar]' 19:07:21.165 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.core.oio.nio-0.9.6.jar' 19:07:21.165 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, co.codewizards.cloudstore.core.oio.nio-0.9.6.jar]' 19:07:21.167 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.167 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.167 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.167 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.167 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/javax.ws.rs-api-2.0.jar' 19:07:21.167 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, javax.ws.rs-api-2.0.jar]' 19:07:21.168 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/javax.ws.rs-api-2.0.jar' 19:07:21.168 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, javax.ws.rs-api-2.0.jar]' 19:07:21.177 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.177 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.177 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.177 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.178 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/bcpg-jdk15on-1.50.jar' 19:07:21.178 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, bcpg-jdk15on-1.50.jar]' 19:07:21.178 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/bcpg-jdk15on-1.50.jar' 19:07:21.178 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, bcpg-jdk15on-1.50.jar]' 19:07:21.196 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.196 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.196 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.197 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.197 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.client-0.9.6.jar' 19:07:21.197 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, co.codewizards.cloudstore.client-0.9.6.jar]' 19:07:21.197 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.client-0.9.6.jar' 19:07:21.197 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, co.codewizards.cloudstore.client-0.9.6.jar]' 19:07:21.200 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.201 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.201 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.201 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.201 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/asm-all-repackaged-2.2.0-b21.jar' 19:07:21.201 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, asm-all-repackaged-2.2.0-b21.jar]' 19:07:21.201 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/asm-all-repackaged-2.2.0-b21.jar' 19:07:21.201 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, asm-all-repackaged-2.2.0-b21.jar]' 19:07:21.223 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.223 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.223 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.224 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.224 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/javax.annotation-api-1.2.jar' 19:07:21.224 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, javax.annotation-api-1.2.jar]' 19:07:21.224 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/javax.annotation-api-1.2.jar' 19:07:21.224 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, javax.annotation-api-1.2.jar]' 19:07:21.226 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.226 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.227 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.227 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.227 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.shared-0.9.6.jar' 19:07:21.227 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, co.codewizards.cloudstore.rest.shared-0.9.6.jar]' 19:07:21.227 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.shared-0.9.6.jar' 19:07:21.227 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, co.codewizards.cloudstore.rest.shared-0.9.6.jar]' 19:07:21.228 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.228 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.228 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.228 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.228 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/datanucleus-rdbms-4.0.3.jar' 19:07:21.229 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, datanucleus-rdbms-4.0.3.jar]' 19:07:21.229 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/datanucleus-rdbms-4.0.3.jar' 19:07:21.229 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, datanucleus-rdbms-4.0.3.jar]' 19:07:21.353 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.353 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.353 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.353 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.353 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.client-0.9.6.jar' 19:07:21.353 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, co.codewizards.cloudstore.rest.client-0.9.6.jar]' 19:07:21.353 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.client-0.9.6.jar' 19:07:21.353 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, co.codewizards.cloudstore.rest.client-0.9.6.jar]' 19:07:21.359 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.359 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.359 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.359 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.359 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/slf4j-api-1.7.7.jar' 19:07:21.359 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, slf4j-api-1.7.7.jar]' 19:07:21.359 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/slf4j-api-1.7.7.jar' 19:07:21.359 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, slf4j-api-1.7.7.jar]' 19:07:21.362 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.362 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.362 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.362 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.362 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/derby-10.10.2.0.jar' 19:07:21.362 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, derby-10.10.2.0.jar]' 19:07:21.363 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/derby-10.10.2.0.jar' 19:07:21.363 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, derby-10.10.2.0.jar]' 19:07:21.576 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.576 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.576 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.576 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.577 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/datanucleus-api-jdo-4.0.3.jar' 19:07:21.577 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, datanucleus-api-jdo-4.0.3.jar]' 19:07:21.577 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/datanucleus-api-jdo-4.0.3.jar' 19:07:21.577 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, datanucleus-api-jdo-4.0.3.jar]' 19:07:21.604 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.604 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.604 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.604 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.604 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/args4j-2.0.16.jar' 19:07:21.604 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, args4j-2.0.16.jar]' 19:07:21.604 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/args4j-2.0.16.jar' 19:07:21.604 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, args4j-2.0.16.jar]' 19:07:21.609 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.609 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.609 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.609 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.609 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/javax.inject-2.2.0-b21.jar' 19:07:21.609 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, javax.inject-2.2.0-b21.jar]' 19:07:21.609 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/javax.inject-2.2.0-b21.jar' 19:07:21.610 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, javax.inject-2.2.0-b21.jar]' 19:07:21.611 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.611 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.611 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.611 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.611 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/xz-1.4.jar' 19:07:21.611 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, xz-1.4.jar]' 19:07:21.611 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/xz-1.4.jar' 19:07:21.611 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, xz-1.4.jar]' 19:07:21.619 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.619 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.620 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.620 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.620 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/guava-14.0.1.jar' 19:07:21.620 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, guava-14.0.1.jar]' 19:07:21.620 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/guava-14.0.1.jar' 19:07:21.620 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, guava-14.0.1.jar]' 19:07:21.791 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.791 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.791 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.791 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.791 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.core-0.9.6.jar' 19:07:21.791 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, co.codewizards.cloudstore.core-0.9.6.jar]' 19:07:21.791 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.core-0.9.6.jar' 19:07:21.791 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, co.codewizards.cloudstore.core-0.9.6.jar]' 19:07:21.807 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.807 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.807 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.807 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.807 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.updater-0.9.6.jar' 19:07:21.807 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, co.codewizards.cloudstore.updater-0.9.6.jar]' 19:07:21.807 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.updater-0.9.6.jar' 19:07:21.807 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, co.codewizards.cloudstore.updater-0.9.6.jar]' 19:07:21.814 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.814 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.814 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.814 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.814 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/logback-classic-1.0.13.jar' 19:07:21.814 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, logback-classic-1.0.13.jar]' 19:07:21.814 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/logback-classic-1.0.13.jar' 19:07:21.814 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, logback-classic-1.0.13.jar]' 19:07:21.833 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.834 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.834 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.834 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.834 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/hk2-locator-2.2.0-b21.jar' 19:07:21.834 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, hk2-locator-2.2.0-b21.jar]' 19:07:21.834 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/hk2-locator-2.2.0-b21.jar' 19:07:21.834 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, hk2-locator-2.2.0-b21.jar]' 19:07:21.845 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.845 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.845 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.845 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.845 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/hk2-utils-2.2.0-b21.jar' 19:07:21.846 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, hk2-utils-2.2.0-b21.jar]' 19:07:21.846 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/hk2-utils-2.2.0-b21.jar' 19:07:21.846 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, hk2-utils-2.2.0-b21.jar]' 19:07:21.853 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.853 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.853 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.853 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.853 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/datanucleus-core-4.0.3.jar' 19:07:21.853 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, datanucleus-core-4.0.3.jar]' 19:07:21.853 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/datanucleus-core-4.0.3.jar' 19:07:21.854 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, datanucleus-core-4.0.3.jar]' 19:07:21.991 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.993 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.993 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.993 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.993 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/osgi-resource-locator-1.0.1.jar' 19:07:21.994 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, osgi-resource-locator-1.0.1.jar]' 19:07:21.994 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/osgi-resource-locator-1.0.1.jar' 19:07:21.994 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, osgi-resource-locator-1.0.1.jar]' 19:07:21.996 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.996 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.996 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:21.996 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:21.996 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jersey-client-2.5.1.jar' 19:07:21.996 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, jersey-client-2.5.1.jar]' 19:07:21.996 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jersey-client-2.5.1.jar' 19:07:21.996 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, jersey-client-2.5.1.jar]' 19:07:22.007 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.007 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.007 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.007 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.007 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/log4j-over-slf4j-1.7.7.jar' 19:07:22.007 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, log4j-over-slf4j-1.7.7.jar]' 19:07:22.007 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/log4j-over-slf4j-1.7.7.jar' 19:07:22.007 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, log4j-over-slf4j-1.7.7.jar]' 19:07:22.010 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.010 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.010 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.010 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.010 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/bcprov-jdk15on-1.50.jar' 19:07:22.010 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, bcprov-jdk15on-1.50.jar]' 19:07:22.010 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/bcprov-jdk15on-1.50.jar' 19:07:22.010 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, bcprov-jdk15on-1.50.jar]' 19:07:22.201 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.201 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.201 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.201 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.201 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/hk2-api-2.2.0-b21.jar' 19:07:22.201 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, hk2-api-2.2.0-b21.jar]' 19:07:22.201 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/hk2-api-2.2.0-b21.jar' 19:07:22.201 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, hk2-api-2.2.0-b21.jar]' 19:07:22.211 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.211 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.211 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.211 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.211 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jdo-api-3.1-rc1.jar' 19:07:22.211 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, jdo-api-3.1-rc1.jar]' 19:07:22.211 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jdo-api-3.1-rc1.jar' 19:07:22.211 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, jdo-api-3.1-rc1.jar]' 19:07:22.228 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.228 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.228 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.228 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.228 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/cglib-2.2.0-b21.jar' 19:07:22.228 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, cglib-2.2.0-b21.jar]' 19:07:22.228 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/cglib-2.2.0-b21.jar' 19:07:22.228 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, cglib-2.2.0-b21.jar]' 19:07:22.249 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.249 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.249 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.249 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.249 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jersey-common-2.5.1.jar' 19:07:22.249 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, jersey-common-2.5.1.jar]' 19:07:22.249 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jersey-common-2.5.1.jar' 19:07:22.249 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, jersey-common-2.5.1.jar]' 19:07:22.300 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.301 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.301 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.301 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.301 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/commons-compress-1.7.jar' 19:07:22.301 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, commons-compress-1.7.jar]' 19:07:22.301 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/commons-compress-1.7.jar' 19:07:22.301 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, commons-compress-1.7.jar]' 19:07:22.323 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.324 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.324 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.324 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.324 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/transaction-api-1.1.jar' 19:07:22.324 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, transaction-api-1.1.jar]' 19:07:22.324 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/transaction-api-1.1.jar' 19:07:22.324 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, lib, transaction-api-1.1.jar]' 19:07:22.326 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.326 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.326 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.326 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.326 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/bin' 19:07:22.326 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, bin]' 19:07:22.326 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/bin' 19:07:22.326 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, bin]' 19:07:22.326 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.326 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.326 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.326 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.326 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/bin/cloudstore.bat' 19:07:22.326 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, bin, cloudstore.bat]' 19:07:22.326 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/bin/cloudstore.bat' 19:07:22.326 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, bin, cloudstore.bat]' 19:07:22.327 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.327 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.327 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.327 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.327 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/bin/cloudstore' 19:07:22.327 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, bin, cloudstore]' 19:07:22.327 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/bin/cloudstore' 19:07:22.327 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, bin, cloudstore]' 19:07:22.328 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.328 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.328 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore' 19:07:22.328 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore]' 19:07:22.328 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/installation.properties' 19:07:22.328 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, installation.properties]' 19:07:22.328 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024306860/installation/cloudstore/installation.properties' 19:07:22.328 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024306860, installation, cloudstore, installation.properties]' Renaming files in installation directory: /tmp/cloudstore-test-15874024306860/installation/cloudstore 19:07:22.329 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/etc/profile.d/cloudstore.sh', newName='cloudstore.sh.csupdbak' 19:07:22.329 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.local-0.9.6.jar', newName='co.codewizards.cloudstore.local-0.9.6.jar.csupdbak' 19:07:22.329 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/logback-core-1.0.13.jar', newName='logback-core-1.0.13.jar.csupdbak' 19:07:22.329 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.core.oio.nio-0.9.6.jar', newName='co.codewizards.cloudstore.core.oio.nio-0.9.6.jar.csupdbak' 19:07:22.329 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/javax.ws.rs-api-2.0.jar', newName='javax.ws.rs-api-2.0.jar.csupdbak' 19:07:22.330 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/bcpg-jdk15on-1.50.jar', newName='bcpg-jdk15on-1.50.jar.csupdbak' 19:07:22.330 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.client-0.9.6.jar', newName='co.codewizards.cloudstore.client-0.9.6.jar.csupdbak' 19:07:22.330 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/asm-all-repackaged-2.2.0-b21.jar', newName='asm-all-repackaged-2.2.0-b21.jar.csupdbak' 19:07:22.330 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/javax.annotation-api-1.2.jar', newName='javax.annotation-api-1.2.jar.csupdbak' 19:07:22.330 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.shared-0.9.6.jar', newName='co.codewizards.cloudstore.rest.shared-0.9.6.jar.csupdbak' 19:07:22.330 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/datanucleus-rdbms-4.0.3.jar', newName='datanucleus-rdbms-4.0.3.jar.csupdbak' 19:07:22.330 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.client-0.9.6.jar', newName='co.codewizards.cloudstore.rest.client-0.9.6.jar.csupdbak' 19:07:22.330 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/slf4j-api-1.7.7.jar', newName='slf4j-api-1.7.7.jar.csupdbak' 19:07:22.330 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/derby-10.10.2.0.jar', newName='derby-10.10.2.0.jar.csupdbak' 19:07:22.330 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/datanucleus-api-jdo-4.0.3.jar', newName='datanucleus-api-jdo-4.0.3.jar.csupdbak' 19:07:22.330 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/args4j-2.0.16.jar', newName='args4j-2.0.16.jar.csupdbak' 19:07:22.331 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/javax.inject-2.2.0-b21.jar', newName='javax.inject-2.2.0-b21.jar.csupdbak' 19:07:22.331 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/xz-1.4.jar', newName='xz-1.4.jar.csupdbak' 19:07:22.331 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/guava-14.0.1.jar', newName='guava-14.0.1.jar.csupdbak' 19:07:22.331 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.core-0.9.6.jar', newName='co.codewizards.cloudstore.core-0.9.6.jar.csupdbak' 19:07:22.331 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.updater-0.9.6.jar', newName='co.codewizards.cloudstore.updater-0.9.6.jar.csupdbak' 19:07:22.331 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/logback-classic-1.0.13.jar', newName='logback-classic-1.0.13.jar.csupdbak' 19:07:22.331 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/hk2-locator-2.2.0-b21.jar', newName='hk2-locator-2.2.0-b21.jar.csupdbak' 19:07:22.332 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/hk2-utils-2.2.0-b21.jar', newName='hk2-utils-2.2.0-b21.jar.csupdbak' 19:07:22.332 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/datanucleus-core-4.0.3.jar', newName='datanucleus-core-4.0.3.jar.csupdbak' 19:07:22.332 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/osgi-resource-locator-1.0.1.jar', newName='osgi-resource-locator-1.0.1.jar.csupdbak' 19:07:22.332 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jersey-client-2.5.1.jar', newName='jersey-client-2.5.1.jar.csupdbak' 19:07:22.332 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/log4j-over-slf4j-1.7.7.jar', newName='log4j-over-slf4j-1.7.7.jar.csupdbak' 19:07:22.332 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/bcprov-jdk15on-1.50.jar', newName='bcprov-jdk15on-1.50.jar.csupdbak' 19:07:22.332 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/hk2-api-2.2.0-b21.jar', newName='hk2-api-2.2.0-b21.jar.csupdbak' 19:07:22.332 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jdo-api-3.1-rc1.jar', newName='jdo-api-3.1-rc1.jar.csupdbak' 19:07:22.332 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/cglib-2.2.0-b21.jar', newName='cglib-2.2.0-b21.jar.csupdbak' 19:07:22.332 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jersey-common-2.5.1.jar', newName='jersey-common-2.5.1.jar.csupdbak' 19:07:22.332 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/commons-compress-1.7.jar', newName='commons-compress-1.7.jar.csupdbak' 19:07:22.333 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/transaction-api-1.1.jar', newName='transaction-api-1.1.jar.csupdbak' 19:07:22.333 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/bin/cloudstore.bat', newName='cloudstore.bat.csupdbak' 19:07:22.333 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/bin/cloudstore', newName='cloudstore.csupdbak' 19:07:22.333 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024306860/installation/cloudstore/installation.properties', newName='installation.properties.csupdbak' Overwriting installation directory: /tmp/cloudstore-test-15874024306860/installation/cloudstore Deleting old files from installation directory: /tmp/cloudstore-test-15874024306860/installation/cloudstore 19:07:22.571 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore 19:07:22.572 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/etc 19:07:22.572 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib 19:07:22.572 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/javax.servlet-api-3.1.0.jar 19:07:22.572 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.shared-0.9.6.jar.csupdbak 19:07:22.572 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jersey-container-servlet-2.5.1.jar 19:07:22.573 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/logback-core-1.0.13.jar 19:07:22.573 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jetty-security-9.1.5.v20140505.jar 19:07:22.573 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.ls.core-0.9.7.jar 19:07:22.573 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/javax.ws.rs-api-2.0.jar.csupdbak 19:07:22.573 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.client-0.9.6.jar.csupdbak 19:07:22.573 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/javax.ws.rs-api-2.0.jar 19:07:22.573 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.updater-0.9.6.jar.csupdbak 19:07:22.573 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jersey-common-2.5.1.jar.csupdbak 19:07:22.573 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jersey-container-servlet-core-2.5.1.jar 19:07:22.573 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/transaction-api-1.1.jar.csupdbak 19:07:22.574 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.server-0.9.7.jar 19:07:22.574 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/hk2-api-2.2.0-b21.jar.csupdbak 19:07:22.574 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/asm-all-repackaged-2.2.0-b21.jar 19:07:22.574 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.local-0.9.7.jar 19:07:22.574 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/javax.annotation-api-1.2.jar 19:07:22.574 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server.cproc-0.9.7.jar 19:07:22.574 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/xz-1.4.jar.csupdbak 19:07:22.574 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jersey-server-2.5.1.jar 19:07:22.574 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jetty-io-9.1.5.v20140505.jar 19:07:22.574 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/datanucleus-api-jdo-4.0.3.jar.csupdbak 19:07:22.574 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/validation-api-1.1.0.Final.jar 19:07:22.575 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/datanucleus-rdbms-4.0.3.jar 19:07:22.575 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jetty-util-9.1.5.v20140505.jar 19:07:22.575 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/derby-10.10.2.0.jar.csupdbak 19:07:22.576 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/slf4j-api-1.7.7.jar 19:07:22.576 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server-0.9.7.jar 19:07:22.576 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.client-0.9.7.jar 19:07:22.576 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.client-0.9.7.jar 19:07:22.576 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/derby-10.10.2.0.jar 19:07:22.576 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/datanucleus-api-jdo-4.0.3.jar 19:07:22.576 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.core-0.9.6.jar.csupdbak 19:07:22.576 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/args4j-2.0.16.jar 19:07:22.576 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/bcprov-jdk15on-1.50.jar.csupdbak 19:07:22.577 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/logback-core-1.0.13.jar.csupdbak 19:07:22.577 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/javax.inject-2.2.0-b21.jar 19:07:22.578 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/args4j-2.0.16.jar.csupdbak 19:07:22.578 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/xz-1.4.jar 19:07:22.578 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/guava-14.0.1.jar 19:07:22.578 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.core-0.9.7.jar 19:07:22.578 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/slf4j-api-1.7.7.jar.csupdbak 19:07:22.578 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/javax.inject-2.2.0-b21.jar.csupdbak 19:07:22.578 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/bcprov-jdk15on-1.52.jar 19:07:22.578 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/logback-classic-1.0.13.jar 19:07:22.578 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/hk2-locator-2.2.0-b21.jar 19:07:22.578 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/bcpg-jdk15on-1.52.jar 19:07:22.578 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/hk2-utils-2.2.0-b21.jar 19:07:22.578 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/datanucleus-core-4.0.3.jar 19:07:22.578 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.shared-0.9.7.jar 19:07:22.578 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/hk2-locator-2.2.0-b21.jar.csupdbak 19:07:22.578 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jetty-xml-9.1.5.v20140505.jar 19:07:22.578 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/log4j-over-slf4j-1.7.7.jar.csupdbak 19:07:22.578 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.client-0.9.6.jar.csupdbak 19:07:22.579 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.updater-0.9.7.jar 19:07:22.579 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jetty-http-9.1.5.v20140505.jar 19:07:22.579 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jetty-webapp-9.1.5.v20140505.jar 19:07:22.579 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/asm-all-repackaged-2.2.0-b21.jar.csupdbak 19:07:22.579 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/osgi-resource-locator-1.0.1.jar 19:07:22.579 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jersey-client-2.5.1.jar 19:07:22.579 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/log4j-over-slf4j-1.7.7.jar 19:07:22.579 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.local-0.9.6.jar.csupdbak 19:07:22.580 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/hk2-api-2.2.0-b21.jar 19:07:22.580 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jdo-api-3.1-rc1.jar.csupdbak 19:07:22.580 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jersey-client-2.5.1.jar.csupdbak 19:07:22.580 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jetty-server-9.1.5.v20140505.jar 19:07:22.580 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/javax.annotation-api-1.2.jar.csupdbak 19:07:22.580 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.client-0.9.7.jar 19:07:22.580 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jdo-api-3.1-rc1.jar 19:07:22.580 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/hk2-utils-2.2.0-b21.jar.csupdbak 19:07:22.581 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jetty-continuation-9.1.5.v20140505.jar 19:07:22.581 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/commons-compress-1.7.jar.csupdbak 19:07:22.581 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.core.oio.nio-0.9.6.jar.csupdbak 19:07:22.581 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/cglib-2.2.0-b21.jar 19:07:22.581 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jersey-common-2.5.1.jar 19:07:22.581 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jetty-servlets-9.1.5.v20140505.jar 19:07:22.581 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/jetty-servlet-9.1.5.v20140505.jar 19:07:22.581 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/commons-compress-1.7.jar 19:07:22.581 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/transaction-api-1.1.jar 19:07:22.581 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/co.codewizards.cloudstore.core.oio.nio-0.9.7.jar 19:07:22.581 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/logback-classic-1.0.13.jar.csupdbak 19:07:22.581 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/bcpg-jdk15on-1.50.jar.csupdbak 19:07:22.581 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/datanucleus-core-4.0.3.jar.csupdbak 19:07:22.582 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/osgi-resource-locator-1.0.1.jar.csupdbak 19:07:22.582 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/guava-14.0.1.jar.csupdbak 19:07:22.583 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/cglib-2.2.0-b21.jar.csupdbak 19:07:22.583 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/lib/datanucleus-rdbms-4.0.3.jar.csupdbak 19:07:22.584 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/bin 19:07:22.584 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/bin/cloudstore.bat 19:07:22.584 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/bin/cloudstore.csupdbak 19:07:22.584 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/bin/cloudstore 19:07:22.584 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/bin/cloudstore.bat.csupdbak 19:07:22.584 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/backup 19:07:22.584 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/backup/co.codewizards.cloudstore.client-0.9.6.backup-k98qfel2.tar.gz 19:07:22.585 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024306860/installation/cloudstore/installation.properties 19:07:22.585 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024306860/installation/cloudstore/installation.properties.csupdbak Deleting temporary download-directory. 19:07:22.590 [main] DEBUG c.c.cloudstore.core.io.LockFileImpl - [3c22fc4c]release: releasing underlying FileLock. lockCounter=0 Update successfully done. Exiting. 19:07:22.664 [main] INFO c.c.c.u.AbstractTestWithTempDir - downloadFileToTempDir: http://cloudstore.codewizards.co/0.9.13/download/co.codewizards.cloudstore.client-0.9.13-bin.tar.gz 19:07:22.842 [main] INFO c.c.c.u.AbstractTestWithTempDir - downloadFileToTempDir: Download took 176 ms: http://cloudstore.codewizards.co/0.9.13/download/co.codewizards.cloudstore.client-0.9.13-bin.tar.gz CloudStore updater started. Downloading meta-data. 19:07:23.084 [main] DEBUG c.c.cloudstore.core.io.LockFileImpl - [2f7c2f4f]: file='/home/tomcat/.cloudstore/localServerRunning.lock' 19:07:23.084 [main] DEBUG c.c.cloudstore.core.io.LockFileImpl - [2f7c2f4f]tryAcquire: returning true. lockCounter=1 19:07:23.085 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: remoteUpdatePropertiesKey='artifact[${artifactId}].downloadURL' 19:07:23.085 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:23.086 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:23.090 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: resolvedURLStr='http://cloudstore.codewizards.co/0.10.0/download/co.codewizards.cloudstore.client-0.10.0-bin.tar.gz' Downloading: http://cloudstore.codewizards.co/0.10.0/download/co.codewizards.cloudstore.client-0.10.0-bin.tar.gz 19:07:23.112 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: contentLength=17658592 url='http://cloudstore.codewizards.co/0.10.0/download/co.codewizards.cloudstore.client-0.10.0-bin.tar.gz' 19:07:23.113 [main] DEBUG c.c.c.updater.CloudStoreUpdater - checkAvailableDiskSpace: dir='/tmp/cloudstore-update-e75' dir.usableSpace='12816 MiB' expectedRequiredSpace='25 MiB' ... 0% ... 5% ... 10% ... 15% ... 20% ... 25% ... 30% ... 35% ... 40% ... 45% ... 50% ... 55% ... 60% ... 65% ... 70% ... 75% ... 80% ... 85% ... 90% ... 95% ... 100% 19:07:23.340 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: remoteUpdatePropertiesKey='artifact[${artifactId}].signatureURL' 19:07:23.344 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: resolvedURLStr='http://cloudstore.codewizards.co/0.10.0/download/co.codewizards.cloudstore.client-0.10.0-bin.tar.gz.sig' Downloading: http://cloudstore.codewizards.co/0.10.0/download/co.codewizards.cloudstore.client-0.10.0-bin.tar.gz.sig 19:07:23.346 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: contentLength=543 url='http://cloudstore.codewizards.co/0.10.0/download/co.codewizards.cloudstore.client-0.10.0-bin.tar.gz.sig' 19:07:23.346 [main] DEBUG c.c.c.updater.CloudStoreUpdater - checkAvailableDiskSpace: dir='/tmp/cloudstore-update-e75' dir.usableSpace='12799 MiB' expectedRequiredSpace='1 MiB' ... 100% Verifying PGP signature. 19:07:33.086 [main] DEBUG c.c.c.updater.CloudStoreUpdater - checkAvailableDiskSpace: dir='/tmp/cloudstore-test-15874024426300/installation/cloudstore' dir.usableSpace='12799 MiB' expectedRequiredSpace='84 MiB' Creating backup: /tmp/cloudstore-test-15874024426300/installation/cloudstore/backup/co.codewizards.cloudstore.client-0.9.13.backup-k98qfntq.tar.gz 19:07:33.089 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.089 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.089 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.089 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.089 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/etc' 19:07:33.089 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, etc]' 19:07:33.089 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/etc' 19:07:33.090 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, etc]' 19:07:33.091 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.091 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.091 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.092 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.092 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/etc/profile.d' 19:07:33.092 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, etc, profile.d]' 19:07:33.093 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/etc/profile.d' 19:07:33.093 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, etc, profile.d]' 19:07:33.093 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.094 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.094 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.094 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.094 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/etc/profile.d/cloudstore.sh' 19:07:33.094 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, etc, profile.d, cloudstore.sh]' 19:07:33.094 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/etc/profile.d/cloudstore.sh' 19:07:33.094 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, etc, profile.d, cloudstore.sh]' 19:07:33.096 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.096 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.096 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.096 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.096 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib' 19:07:33.096 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib]' 19:07:33.096 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib' 19:07:33.096 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib]' 19:07:33.098 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.099 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.099 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.099 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.099 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/javax.servlet-api-3.1.0.jar' 19:07:33.099 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, javax.servlet-api-3.1.0.jar]' 19:07:33.099 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/javax.servlet-api-3.1.0.jar' 19:07:33.100 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, javax.servlet-api-3.1.0.jar]' 19:07:33.113 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.113 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.113 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.113 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.114 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-container-servlet-2.5.1.jar' 19:07:33.114 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jersey-container-servlet-2.5.1.jar]' 19:07:33.114 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-container-servlet-2.5.1.jar' 19:07:33.114 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jersey-container-servlet-2.5.1.jar]' 19:07:33.116 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.116 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.116 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.116 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.116 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/logback-core-1.0.13.jar' 19:07:33.116 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, logback-core-1.0.13.jar]' 19:07:33.117 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/logback-core-1.0.13.jar' 19:07:33.117 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, logback-core-1.0.13.jar]' 19:07:33.148 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.148 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.148 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.148 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.149 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-security-9.1.5.v20140505.jar' 19:07:33.149 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jetty-security-9.1.5.v20140505.jar]' 19:07:33.149 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-security-9.1.5.v20140505.jar' 19:07:33.149 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jetty-security-9.1.5.v20140505.jar]' 19:07:33.156 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.156 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.156 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.156 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.156 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/javax.ws.rs-api-2.0.jar' 19:07:33.156 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, javax.ws.rs-api-2.0.jar]' 19:07:33.156 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/javax.ws.rs-api-2.0.jar' 19:07:33.156 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, javax.ws.rs-api-2.0.jar]' 19:07:33.165 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.165 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.165 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.165 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.165 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-container-servlet-core-2.5.1.jar' 19:07:33.165 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jersey-container-servlet-core-2.5.1.jar]' 19:07:33.165 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-container-servlet-core-2.5.1.jar' 19:07:33.165 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jersey-container-servlet-core-2.5.1.jar]' 19:07:33.169 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.169 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.169 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.169 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.169 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/asm-all-repackaged-2.2.0-b21.jar' 19:07:33.169 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, asm-all-repackaged-2.2.0-b21.jar]' 19:07:33.169 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/asm-all-repackaged-2.2.0-b21.jar' 19:07:33.170 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, asm-all-repackaged-2.2.0-b21.jar]' 19:07:33.191 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.191 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.191 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.191 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.191 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/javax.annotation-api-1.2.jar' 19:07:33.191 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, javax.annotation-api-1.2.jar]' 19:07:33.191 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/javax.annotation-api-1.2.jar' 19:07:33.191 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, javax.annotation-api-1.2.jar]' 19:07:33.194 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.194 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.194 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.194 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.194 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-server-2.5.1.jar' 19:07:33.194 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jersey-server-2.5.1.jar]' 19:07:33.194 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-server-2.5.1.jar' 19:07:33.194 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jersey-server-2.5.1.jar]' 19:07:33.252 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.252 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.252 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.252 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.252 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-io-9.1.5.v20140505.jar' 19:07:33.252 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jetty-io-9.1.5.v20140505.jar]' 19:07:33.252 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-io-9.1.5.v20140505.jar' 19:07:33.253 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jetty-io-9.1.5.v20140505.jar]' 19:07:33.261 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.261 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.261 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.261 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.261 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/validation-api-1.1.0.Final.jar' 19:07:33.261 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, validation-api-1.1.0.Final.jar]' 19:07:33.261 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/validation-api-1.1.0.Final.jar' 19:07:33.261 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, validation-api-1.1.0.Final.jar]' 19:07:33.267 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.267 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.267 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.267 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.267 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.rest.client-0.9.13.jar' 19:07:33.267 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.rest.client-0.9.13.jar]' 19:07:33.267 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.rest.client-0.9.13.jar' 19:07:33.267 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.rest.client-0.9.13.jar]' 19:07:33.272 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.272 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.272 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.272 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.272 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.server-0.9.13.jar' 19:07:33.272 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.ls.rest.server-0.9.13.jar]' 19:07:33.272 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.server-0.9.13.jar' 19:07:33.272 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.ls.rest.server-0.9.13.jar]' 19:07:33.275 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.275 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.275 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.275 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.275 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/datanucleus-rdbms-4.0.3.jar' 19:07:33.275 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, datanucleus-rdbms-4.0.3.jar]' 19:07:33.275 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/datanucleus-rdbms-4.0.3.jar' 19:07:33.275 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, datanucleus-rdbms-4.0.3.jar]' 19:07:33.406 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.406 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.406 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.407 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.407 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-util-9.1.5.v20140505.jar' 19:07:33.407 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jetty-util-9.1.5.v20140505.jar]' 19:07:33.407 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-util-9.1.5.v20140505.jar' 19:07:33.407 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jetty-util-9.1.5.v20140505.jar]' 19:07:33.434 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.434 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.434 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.434 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.434 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/slf4j-api-1.7.7.jar' 19:07:33.434 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, slf4j-api-1.7.7.jar]' 19:07:33.434 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/slf4j-api-1.7.7.jar' 19:07:33.434 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, slf4j-api-1.7.7.jar]' 19:07:33.437 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.437 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.437 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.438 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.438 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/derby-10.10.2.0.jar' 19:07:33.438 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, derby-10.10.2.0.jar]' 19:07:33.438 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/derby-10.10.2.0.jar' 19:07:33.438 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, derby-10.10.2.0.jar]' 19:07:33.639 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.639 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.639 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.639 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.639 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.core-0.9.13.jar' 19:07:33.639 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.ls.core-0.9.13.jar]' 19:07:33.639 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.core-0.9.13.jar' 19:07:33.639 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.ls.core-0.9.13.jar]' 19:07:33.647 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.647 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.648 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.648 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.648 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/datanucleus-api-jdo-4.0.3.jar' 19:07:33.648 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, datanucleus-api-jdo-4.0.3.jar]' 19:07:33.648 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/datanucleus-api-jdo-4.0.3.jar' 19:07:33.648 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, datanucleus-api-jdo-4.0.3.jar]' 19:07:33.672 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.672 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.672 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.672 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.672 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/args4j-2.0.16.jar' 19:07:33.672 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, args4j-2.0.16.jar]' 19:07:33.672 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/args4j-2.0.16.jar' 19:07:33.672 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, args4j-2.0.16.jar]' 19:07:33.676 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.676 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.676 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.676 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.676 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/javax.inject-2.2.0-b21.jar' 19:07:33.676 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, javax.inject-2.2.0-b21.jar]' 19:07:33.676 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/javax.inject-2.2.0-b21.jar' 19:07:33.676 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, javax.inject-2.2.0-b21.jar]' 19:07:33.677 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.677 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.678 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.678 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.678 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/xz-1.4.jar' 19:07:33.678 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, xz-1.4.jar]' 19:07:33.678 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/xz-1.4.jar' 19:07:33.678 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, xz-1.4.jar]' 19:07:33.685 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.685 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.685 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.685 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.685 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/guava-14.0.1.jar' 19:07:33.685 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, guava-14.0.1.jar]' 19:07:33.685 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/guava-14.0.1.jar' 19:07:33.685 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, guava-14.0.1.jar]' 19:07:33.839 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.840 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.840 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:33.840 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:33.840 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/bcprov-jdk15on-1.52.jar' 19:07:33.840 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, bcprov-jdk15on-1.52.jar]' 19:07:33.840 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/bcprov-jdk15on-1.52.jar' 19:07:33.840 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, bcprov-jdk15on-1.52.jar]' 19:07:34.062 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.062 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.062 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.062 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.062 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/logback-classic-1.0.13.jar' 19:07:34.062 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, logback-classic-1.0.13.jar]' 19:07:34.062 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/logback-classic-1.0.13.jar' 19:07:34.063 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, logback-classic-1.0.13.jar]' 19:07:34.083 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.084 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.084 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.084 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.084 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/hk2-locator-2.2.0-b21.jar' 19:07:34.084 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, hk2-locator-2.2.0-b21.jar]' 19:07:34.084 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/hk2-locator-2.2.0-b21.jar' 19:07:34.084 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, hk2-locator-2.2.0-b21.jar]' 19:07:34.095 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.095 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.095 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.095 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.095 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server-0.9.13.jar' 19:07:34.095 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.ls.server-0.9.13.jar]' 19:07:34.095 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server-0.9.13.jar' 19:07:34.095 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.ls.server-0.9.13.jar]' 19:07:34.097 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.097 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.097 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.097 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.097 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/bcpg-jdk15on-1.52.jar' 19:07:34.097 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, bcpg-jdk15on-1.52.jar]' 19:07:34.097 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/bcpg-jdk15on-1.52.jar' 19:07:34.097 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, bcpg-jdk15on-1.52.jar]' 19:07:34.119 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.119 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.119 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.119 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.119 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/hk2-utils-2.2.0-b21.jar' 19:07:34.120 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, hk2-utils-2.2.0-b21.jar]' 19:07:34.120 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/hk2-utils-2.2.0-b21.jar' 19:07:34.120 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, hk2-utils-2.2.0-b21.jar]' 19:07:34.125 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.126 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.126 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.126 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.126 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/datanucleus-core-4.0.3.jar' 19:07:34.126 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, datanucleus-core-4.0.3.jar]' 19:07:34.126 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/datanucleus-core-4.0.3.jar' 19:07:34.126 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, datanucleus-core-4.0.3.jar]' 19:07:34.273 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.273 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.273 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.274 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.274 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-xml-9.1.5.v20140505.jar' 19:07:34.274 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jetty-xml-9.1.5.v20140505.jar]' 19:07:34.274 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-xml-9.1.5.v20140505.jar' 19:07:34.274 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jetty-xml-9.1.5.v20140505.jar]' 19:07:34.277 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.277 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.277 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.277 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.277 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.rest.shared-0.9.13.jar' 19:07:34.277 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.rest.shared-0.9.13.jar]' 19:07:34.277 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.rest.shared-0.9.13.jar' 19:07:34.277 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.rest.shared-0.9.13.jar]' 19:07:34.279 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.279 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.279 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.279 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.279 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.updater-0.9.13.jar' 19:07:34.279 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.updater-0.9.13.jar]' 19:07:34.279 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.updater-0.9.13.jar' 19:07:34.279 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.updater-0.9.13.jar]' 19:07:34.285 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.285 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.285 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.285 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.285 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.local-0.9.13.jar' 19:07:34.285 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.local-0.9.13.jar]' 19:07:34.285 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.local-0.9.13.jar' 19:07:34.285 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.local-0.9.13.jar]' 19:07:34.300 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.300 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.300 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.300 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.300 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-http-9.1.5.v20140505.jar' 19:07:34.300 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jetty-http-9.1.5.v20140505.jar]' 19:07:34.300 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-http-9.1.5.v20140505.jar' 19:07:34.300 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jetty-http-9.1.5.v20140505.jar]' 19:07:34.308 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.308 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.308 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.308 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.308 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-webapp-9.1.5.v20140505.jar' 19:07:34.308 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jetty-webapp-9.1.5.v20140505.jar]' 19:07:34.308 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-webapp-9.1.5.v20140505.jar' 19:07:34.308 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jetty-webapp-9.1.5.v20140505.jar]' 19:07:34.317 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.317 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.317 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.317 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.317 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/osgi-resource-locator-1.0.1.jar' 19:07:34.317 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, osgi-resource-locator-1.0.1.jar]' 19:07:34.317 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/osgi-resource-locator-1.0.1.jar' 19:07:34.317 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, osgi-resource-locator-1.0.1.jar]' 19:07:34.320 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.320 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.320 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.320 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.320 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-client-2.5.1.jar' 19:07:34.320 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jersey-client-2.5.1.jar]' 19:07:34.320 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-client-2.5.1.jar' 19:07:34.320 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jersey-client-2.5.1.jar]' 19:07:34.333 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.333 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.333 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.333 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.333 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/log4j-over-slf4j-1.7.7.jar' 19:07:34.333 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, log4j-over-slf4j-1.7.7.jar]' 19:07:34.333 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/log4j-over-slf4j-1.7.7.jar' 19:07:34.333 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, log4j-over-slf4j-1.7.7.jar]' 19:07:34.336 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.336 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.336 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.336 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.336 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.core.oio.nio-0.9.13.jar' 19:07:34.336 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.core.oio.nio-0.9.13.jar]' 19:07:34.336 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.core.oio.nio-0.9.13.jar' 19:07:34.336 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.core.oio.nio-0.9.13.jar]' 19:07:34.338 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.338 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.338 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.338 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.338 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/hk2-api-2.2.0-b21.jar' 19:07:34.338 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, hk2-api-2.2.0-b21.jar]' 19:07:34.338 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/hk2-api-2.2.0-b21.jar' 19:07:34.338 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, hk2-api-2.2.0-b21.jar]' 19:07:34.349 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.349 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.349 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.349 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.349 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.client-0.9.13.jar' 19:07:34.349 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.ls.rest.client-0.9.13.jar]' 19:07:34.349 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.client-0.9.13.jar' 19:07:34.349 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.ls.rest.client-0.9.13.jar]' 19:07:34.352 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.352 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.352 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.352 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.352 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-server-9.1.5.v20140505.jar' 19:07:34.352 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jetty-server-9.1.5.v20140505.jar]' 19:07:34.352 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-server-9.1.5.v20140505.jar' 19:07:34.353 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jetty-server-9.1.5.v20140505.jar]' 19:07:34.381 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.382 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.382 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.382 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.382 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.client-0.9.13.jar' 19:07:34.382 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.client-0.9.13.jar]' 19:07:34.382 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.client-0.9.13.jar' 19:07:34.382 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.client-0.9.13.jar]' 19:07:34.385 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.385 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.385 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.385 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.385 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.core-0.9.13.jar' 19:07:34.385 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.core-0.9.13.jar]' 19:07:34.385 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.core-0.9.13.jar' 19:07:34.385 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.core-0.9.13.jar]' 19:07:34.412 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.412 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.412 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.412 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.412 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jdo-api-3.1-rc1.jar' 19:07:34.412 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jdo-api-3.1-rc1.jar]' 19:07:34.412 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jdo-api-3.1-rc1.jar' 19:07:34.413 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jdo-api-3.1-rc1.jar]' 19:07:34.430 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.430 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.430 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.430 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.430 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-continuation-9.1.5.v20140505.jar' 19:07:34.430 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jetty-continuation-9.1.5.v20140505.jar]' 19:07:34.430 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-continuation-9.1.5.v20140505.jar' 19:07:34.430 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jetty-continuation-9.1.5.v20140505.jar]' 19:07:34.432 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.432 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.432 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.433 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.433 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/cglib-2.2.0-b21.jar' 19:07:34.433 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, cglib-2.2.0-b21.jar]' 19:07:34.433 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/cglib-2.2.0-b21.jar' 19:07:34.433 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, cglib-2.2.0-b21.jar]' 19:07:34.454 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.454 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.454 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.454 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.454 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-common-2.5.1.jar' 19:07:34.454 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jersey-common-2.5.1.jar]' 19:07:34.454 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-common-2.5.1.jar' 19:07:34.454 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jersey-common-2.5.1.jar]' 19:07:34.505 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.505 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.505 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.505 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.505 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-servlets-9.1.5.v20140505.jar' 19:07:34.505 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jetty-servlets-9.1.5.v20140505.jar]' 19:07:34.505 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-servlets-9.1.5.v20140505.jar' 19:07:34.505 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jetty-servlets-9.1.5.v20140505.jar]' 19:07:34.515 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.515 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.515 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.515 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.515 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server.cproc-0.9.13.jar' 19:07:34.515 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.ls.server.cproc-0.9.13.jar]' 19:07:34.515 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server.cproc-0.9.13.jar' 19:07:34.515 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, co.codewizards.cloudstore.ls.server.cproc-0.9.13.jar]' 19:07:34.516 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.517 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.517 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.517 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.517 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-servlet-9.1.5.v20140505.jar' 19:07:34.517 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jetty-servlet-9.1.5.v20140505.jar]' 19:07:34.517 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-servlet-9.1.5.v20140505.jar' 19:07:34.517 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, jetty-servlet-9.1.5.v20140505.jar]' 19:07:34.525 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.525 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.525 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.525 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.525 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/commons-compress-1.7.jar' 19:07:34.525 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, commons-compress-1.7.jar]' 19:07:34.525 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/commons-compress-1.7.jar' 19:07:34.525 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, commons-compress-1.7.jar]' 19:07:34.551 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.551 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.551 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.551 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.551 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/transaction-api-1.1.jar' 19:07:34.551 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, transaction-api-1.1.jar]' 19:07:34.551 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/transaction-api-1.1.jar' 19:07:34.551 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, lib, transaction-api-1.1.jar]' 19:07:34.554 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.554 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.554 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.554 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.554 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/bin' 19:07:34.554 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, bin]' 19:07:34.554 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/bin' 19:07:34.554 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, bin]' 19:07:34.554 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.554 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.554 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.554 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.554 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/bin/cloudstore.bat' 19:07:34.554 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, bin, cloudstore.bat]' 19:07:34.555 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/bin/cloudstore.bat' 19:07:34.555 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, bin, cloudstore.bat]' 19:07:34.555 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.555 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.555 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.555 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.555 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/bin/cloudstore' 19:07:34.555 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, bin, cloudstore]' 19:07:34.556 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/bin/cloudstore' 19:07:34.556 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, bin, cloudstore]' 19:07:34.556 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.556 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.556 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore' 19:07:34.556 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore]' 19:07:34.556 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/installation.properties' 19:07:34.556 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, installation.properties]' 19:07:34.556 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024426300/installation/cloudstore/installation.properties' 19:07:34.556 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024426300, installation, cloudstore, installation.properties]' Renaming files in installation directory: /tmp/cloudstore-test-15874024426300/installation/cloudstore 19:07:34.557 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/etc/profile.d/cloudstore.sh', newName='cloudstore.sh.csupdbak' 19:07:34.558 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/javax.servlet-api-3.1.0.jar', newName='javax.servlet-api-3.1.0.jar.csupdbak' 19:07:34.558 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-container-servlet-2.5.1.jar', newName='jersey-container-servlet-2.5.1.jar.csupdbak' 19:07:34.558 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/logback-core-1.0.13.jar', newName='logback-core-1.0.13.jar.csupdbak' 19:07:34.558 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-security-9.1.5.v20140505.jar', newName='jetty-security-9.1.5.v20140505.jar.csupdbak' 19:07:34.558 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/javax.ws.rs-api-2.0.jar', newName='javax.ws.rs-api-2.0.jar.csupdbak' 19:07:34.558 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-container-servlet-core-2.5.1.jar', newName='jersey-container-servlet-core-2.5.1.jar.csupdbak' 19:07:34.558 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/asm-all-repackaged-2.2.0-b21.jar', newName='asm-all-repackaged-2.2.0-b21.jar.csupdbak' 19:07:34.558 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/javax.annotation-api-1.2.jar', newName='javax.annotation-api-1.2.jar.csupdbak' 19:07:34.558 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-server-2.5.1.jar', newName='jersey-server-2.5.1.jar.csupdbak' 19:07:34.558 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-io-9.1.5.v20140505.jar', newName='jetty-io-9.1.5.v20140505.jar.csupdbak' 19:07:34.558 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/validation-api-1.1.0.Final.jar', newName='validation-api-1.1.0.Final.jar.csupdbak' 19:07:34.559 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.rest.client-0.9.13.jar', newName='co.codewizards.cloudstore.rest.client-0.9.13.jar.csupdbak' 19:07:34.559 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.server-0.9.13.jar', newName='co.codewizards.cloudstore.ls.rest.server-0.9.13.jar.csupdbak' 19:07:34.559 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/datanucleus-rdbms-4.0.3.jar', newName='datanucleus-rdbms-4.0.3.jar.csupdbak' 19:07:34.559 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-util-9.1.5.v20140505.jar', newName='jetty-util-9.1.5.v20140505.jar.csupdbak' 19:07:34.559 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/slf4j-api-1.7.7.jar', newName='slf4j-api-1.7.7.jar.csupdbak' 19:07:34.559 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/derby-10.10.2.0.jar', newName='derby-10.10.2.0.jar.csupdbak' 19:07:34.559 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.core-0.9.13.jar', newName='co.codewizards.cloudstore.ls.core-0.9.13.jar.csupdbak' 19:07:34.559 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/datanucleus-api-jdo-4.0.3.jar', newName='datanucleus-api-jdo-4.0.3.jar.csupdbak' 19:07:34.559 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/args4j-2.0.16.jar', newName='args4j-2.0.16.jar.csupdbak' 19:07:34.559 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/javax.inject-2.2.0-b21.jar', newName='javax.inject-2.2.0-b21.jar.csupdbak' 19:07:34.560 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/xz-1.4.jar', newName='xz-1.4.jar.csupdbak' 19:07:34.560 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/guava-14.0.1.jar', newName='guava-14.0.1.jar.csupdbak' 19:07:34.560 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/bcprov-jdk15on-1.52.jar', newName='bcprov-jdk15on-1.52.jar.csupdbak' 19:07:34.560 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/logback-classic-1.0.13.jar', newName='logback-classic-1.0.13.jar.csupdbak' 19:07:34.560 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/hk2-locator-2.2.0-b21.jar', newName='hk2-locator-2.2.0-b21.jar.csupdbak' 19:07:34.560 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server-0.9.13.jar', newName='co.codewizards.cloudstore.ls.server-0.9.13.jar.csupdbak' 19:07:34.560 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/bcpg-jdk15on-1.52.jar', newName='bcpg-jdk15on-1.52.jar.csupdbak' 19:07:34.560 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/hk2-utils-2.2.0-b21.jar', newName='hk2-utils-2.2.0-b21.jar.csupdbak' 19:07:34.560 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/datanucleus-core-4.0.3.jar', newName='datanucleus-core-4.0.3.jar.csupdbak' 19:07:34.560 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-xml-9.1.5.v20140505.jar', newName='jetty-xml-9.1.5.v20140505.jar.csupdbak' 19:07:34.561 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.rest.shared-0.9.13.jar', newName='co.codewizards.cloudstore.rest.shared-0.9.13.jar.csupdbak' 19:07:34.561 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.updater-0.9.13.jar', newName='co.codewizards.cloudstore.updater-0.9.13.jar.csupdbak' 19:07:34.561 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.local-0.9.13.jar', newName='co.codewizards.cloudstore.local-0.9.13.jar.csupdbak' 19:07:34.561 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-http-9.1.5.v20140505.jar', newName='jetty-http-9.1.5.v20140505.jar.csupdbak' 19:07:34.561 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-webapp-9.1.5.v20140505.jar', newName='jetty-webapp-9.1.5.v20140505.jar.csupdbak' 19:07:34.561 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/osgi-resource-locator-1.0.1.jar', newName='osgi-resource-locator-1.0.1.jar.csupdbak' 19:07:34.561 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-client-2.5.1.jar', newName='jersey-client-2.5.1.jar.csupdbak' 19:07:34.561 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/log4j-over-slf4j-1.7.7.jar', newName='log4j-over-slf4j-1.7.7.jar.csupdbak' 19:07:34.561 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.core.oio.nio-0.9.13.jar', newName='co.codewizards.cloudstore.core.oio.nio-0.9.13.jar.csupdbak' 19:07:34.561 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/hk2-api-2.2.0-b21.jar', newName='hk2-api-2.2.0-b21.jar.csupdbak' 19:07:34.561 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.client-0.9.13.jar', newName='co.codewizards.cloudstore.ls.rest.client-0.9.13.jar.csupdbak' 19:07:34.561 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-server-9.1.5.v20140505.jar', newName='jetty-server-9.1.5.v20140505.jar.csupdbak' 19:07:34.562 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.client-0.9.13.jar', newName='co.codewizards.cloudstore.client-0.9.13.jar.csupdbak' 19:07:34.562 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.core-0.9.13.jar', newName='co.codewizards.cloudstore.core-0.9.13.jar.csupdbak' 19:07:34.562 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jdo-api-3.1-rc1.jar', newName='jdo-api-3.1-rc1.jar.csupdbak' 19:07:34.562 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-continuation-9.1.5.v20140505.jar', newName='jetty-continuation-9.1.5.v20140505.jar.csupdbak' 19:07:34.562 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/cglib-2.2.0-b21.jar', newName='cglib-2.2.0-b21.jar.csupdbak' 19:07:34.562 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-common-2.5.1.jar', newName='jersey-common-2.5.1.jar.csupdbak' 19:07:34.562 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-servlets-9.1.5.v20140505.jar', newName='jetty-servlets-9.1.5.v20140505.jar.csupdbak' 19:07:34.562 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server.cproc-0.9.13.jar', newName='co.codewizards.cloudstore.ls.server.cproc-0.9.13.jar.csupdbak' 19:07:34.562 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-servlet-9.1.5.v20140505.jar', newName='jetty-servlet-9.1.5.v20140505.jar.csupdbak' 19:07:34.562 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/commons-compress-1.7.jar', newName='commons-compress-1.7.jar.csupdbak' 19:07:34.562 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/transaction-api-1.1.jar', newName='transaction-api-1.1.jar.csupdbak' 19:07:34.562 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/bin/cloudstore.bat', newName='cloudstore.bat.csupdbak' 19:07:34.563 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/bin/cloudstore', newName='cloudstore.csupdbak' 19:07:34.563 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024426300/installation/cloudstore/installation.properties', newName='installation.properties.csupdbak' Overwriting installation directory: /tmp/cloudstore-test-15874024426300/installation/cloudstore Deleting old files from installation directory: /tmp/cloudstore-test-15874024426300/installation/cloudstore 19:07:34.804 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore 19:07:34.805 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/etc 19:07:34.805 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib 19:07:34.806 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/javax.servlet-api-3.1.0.jar 19:07:34.806 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-container-servlet-2.5.1.jar 19:07:34.806 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/logback-core-1.0.13.jar 19:07:34.806 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-security-9.1.5.v20140505.jar 19:07:34.806 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.updater-0.10.0.jar 19:07:34.806 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-webapp-9.1.5.v20140505.jar.csupdbak 19:07:34.806 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-servlets-9.1.5.v20140505.jar.csupdbak 19:07:34.806 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/javax.ws.rs-api-2.0.jar.csupdbak 19:07:34.806 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-container-servlet-2.5.1.jar.csupdbak 19:07:34.807 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/javax.ws.rs-api-2.0.jar 19:07:34.807 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.core-0.9.13.jar.csupdbak 19:07:34.807 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.local-0.10.0.jar 19:07:34.807 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-common-2.5.1.jar.csupdbak 19:07:34.807 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-container-servlet-core-2.5.1.jar 19:07:34.808 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/transaction-api-1.1.jar.csupdbak 19:07:34.808 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.client-0.9.13.jar.csupdbak 19:07:34.808 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.core.oio.nio-0.9.13.jar.csupdbak 19:07:34.808 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.core-0.9.13.jar.csupdbak 19:07:34.808 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/hk2-api-2.2.0-b21.jar.csupdbak 19:07:34.808 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/asm-all-repackaged-2.2.0-b21.jar 19:07:34.808 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.client-0.10.0.jar 19:07:34.808 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-http-9.1.5.v20140505.jar.csupdbak 19:07:34.809 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-servlet-9.1.5.v20140505.jar.csupdbak 19:07:34.809 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/javax.annotation-api-1.2.jar 19:07:34.809 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/xz-1.4.jar.csupdbak 19:07:34.809 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/derby-10.13.1.1.jar 19:07:34.809 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.server-0.10.0.jar 19:07:34.809 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-server-2.5.1.jar 19:07:34.809 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.core-0.10.0.jar 19:07:34.809 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-io-9.1.5.v20140505.jar 19:07:34.809 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/datanucleus-api-jdo-4.0.3.jar.csupdbak 19:07:34.809 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.rest.client-0.9.13.jar.csupdbak 19:07:34.809 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-continuation-9.1.5.v20140505.jar.csupdbak 19:07:34.810 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/validation-api-1.1.0.Final.jar 19:07:34.810 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/datanucleus-rdbms-4.0.3.jar 19:07:34.810 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-util-9.1.5.v20140505.jar 19:07:34.810 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/derby-10.10.2.0.jar.csupdbak 19:07:34.811 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/slf4j-api-1.7.7.jar 19:07:34.811 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.client-0.10.0.jar 19:07:34.811 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-container-servlet-core-2.5.1.jar.csupdbak 19:07:34.811 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/datanucleus-api-jdo-4.0.3.jar 19:07:34.811 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/validation-api-1.1.0.Final.jar.csupdbak 19:07:34.811 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/args4j-2.0.16.jar 19:07:34.812 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server-0.10.0.jar 19:07:34.812 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/logback-core-1.0.13.jar.csupdbak 19:07:34.812 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-security-9.1.5.v20140505.jar.csupdbak 19:07:34.812 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/javax.inject-2.2.0-b21.jar 19:07:34.812 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/args4j-2.0.16.jar.csupdbak 19:07:34.812 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/xz-1.4.jar 19:07:34.812 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/guava-14.0.1.jar 19:07:34.812 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-server-9.1.5.v20140505.jar.csupdbak 19:07:34.812 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.client-0.9.13.jar.csupdbak 19:07:34.813 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.local-0.9.13.jar.csupdbak 19:07:34.813 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/slf4j-api-1.7.7.jar.csupdbak 19:07:34.813 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/javax.inject-2.2.0-b21.jar.csupdbak 19:07:34.813 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/bcprov-jdk15on-1.52.jar 19:07:34.813 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/bcprov-jdk15on-1.52.jar.csupdbak 19:07:34.814 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/logback-classic-1.0.13.jar 19:07:34.814 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/hk2-locator-2.2.0-b21.jar 19:07:34.814 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/bcpg-jdk15on-1.52.jar 19:07:34.814 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-xml-9.1.5.v20140505.jar.csupdbak 19:07:34.814 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.rest.shared-0.9.13.jar.csupdbak 19:07:34.814 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/hk2-utils-2.2.0-b21.jar 19:07:34.814 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/datanucleus-core-4.0.3.jar 19:07:34.814 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/javax.servlet-api-3.1.0.jar.csupdbak 19:07:34.815 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/hk2-locator-2.2.0-b21.jar.csupdbak 19:07:34.815 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-util-9.1.5.v20140505.jar.csupdbak 19:07:34.815 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-xml-9.1.5.v20140505.jar 19:07:34.815 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/log4j-over-slf4j-1.7.7.jar.csupdbak 19:07:34.815 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server.cproc-0.9.13.jar.csupdbak 19:07:34.815 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-http-9.1.5.v20140505.jar 19:07:34.815 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-webapp-9.1.5.v20140505.jar 19:07:34.816 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/asm-all-repackaged-2.2.0-b21.jar.csupdbak 19:07:34.816 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/osgi-resource-locator-1.0.1.jar 19:07:34.816 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.rest.client-0.10.0.jar 19:07:34.816 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-client-2.5.1.jar 19:07:34.816 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.server-0.9.13.jar.csupdbak 19:07:34.816 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/log4j-over-slf4j-1.7.7.jar 19:07:34.816 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-io-9.1.5.v20140505.jar.csupdbak 19:07:34.816 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server.cproc-0.10.0.jar 19:07:34.817 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.updater-0.9.13.jar.csupdbak 19:07:34.817 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/hk2-api-2.2.0-b21.jar 19:07:34.817 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.core.oio.nio-0.10.0.jar 19:07:34.817 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jdo-api-3.1-rc1.jar.csupdbak 19:07:34.817 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-client-2.5.1.jar.csupdbak 19:07:34.817 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-server-9.1.5.v20140505.jar 19:07:34.817 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/javax.annotation-api-1.2.jar.csupdbak 19:07:34.818 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jdo-api-3.1-rc1.jar 19:07:34.818 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/hk2-utils-2.2.0-b21.jar.csupdbak 19:07:34.818 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-continuation-9.1.5.v20140505.jar 19:07:34.818 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/commons-compress-1.7.jar.csupdbak 19:07:34.818 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.rest.shared-0.10.0.jar 19:07:34.818 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/cglib-2.2.0-b21.jar 19:07:34.818 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-common-2.5.1.jar 19:07:34.818 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jersey-server-2.5.1.jar.csupdbak 19:07:34.819 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-servlets-9.1.5.v20140505.jar 19:07:34.819 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server-0.9.13.jar.csupdbak 19:07:34.819 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/jetty-servlet-9.1.5.v20140505.jar 19:07:34.819 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/commons-compress-1.7.jar 19:07:34.819 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/transaction-api-1.1.jar 19:07:34.820 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/logback-classic-1.0.13.jar.csupdbak 19:07:34.820 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/datanucleus-core-4.0.3.jar.csupdbak 19:07:34.821 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/osgi-resource-locator-1.0.1.jar.csupdbak 19:07:34.821 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/guava-14.0.1.jar.csupdbak 19:07:34.822 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/cglib-2.2.0-b21.jar.csupdbak 19:07:34.823 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/datanucleus-rdbms-4.0.3.jar.csupdbak 19:07:34.824 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/co.codewizards.cloudstore.ls.core-0.10.0.jar 19:07:34.824 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/lib/bcpg-jdk15on-1.52.jar.csupdbak 19:07:34.824 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/bin 19:07:34.825 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/bin/cloudstore.bat 19:07:34.825 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/bin/cloudstore.csupdbak 19:07:34.825 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/bin/cloudstore 19:07:34.825 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/bin/cloudstore.bat.csupdbak 19:07:34.825 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/backup 19:07:34.825 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/backup/co.codewizards.cloudstore.client-0.9.13.backup-k98qfntq.tar.gz 19:07:34.825 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024426300/installation/cloudstore/installation.properties 19:07:34.826 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024426300/installation/cloudstore/installation.properties.csupdbak Deleting temporary download-directory. 19:07:34.833 [main] DEBUG c.c.cloudstore.core.io.LockFileImpl - [2f7c2f4f]release: releasing underlying FileLock. lockCounter=0 Update successfully done. Exiting. 19:07:34.931 [main] INFO c.c.c.u.AbstractTestWithTempDir - downloadFileToTempDir: http://cloudstore.codewizards.co/0.9.6/download/co.codewizards.cloudstore.server-0.9.6-bin.tar.gz 19:07:35.084 [main] INFO c.c.c.u.AbstractTestWithTempDir - downloadFileToTempDir: Download took 150 ms: http://cloudstore.codewizards.co/0.9.6/download/co.codewizards.cloudstore.server-0.9.6-bin.tar.gz CloudStore updater started. Downloading meta-data. 19:07:35.334 [main] DEBUG c.c.cloudstore.core.io.LockFileImpl - [10e92f8f]: file='/home/tomcat/.cloudstore/localServerRunning.lock' 19:07:35.334 [main] DEBUG c.c.cloudstore.core.io.LockFileImpl - [10e92f8f]tryAcquire: returning true. lockCounter=1 19:07:35.334 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: remoteUpdatePropertiesKey='artifact[${artifactId}].downloadURL' 19:07:35.335 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:35.335 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:35.340 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: resolvedURLStr='http://cloudstore.codewizards.co/0.9.7/download/co.codewizards.cloudstore.server-0.9.7-bin.tar.gz' Downloading: http://cloudstore.codewizards.co/0.9.7/download/co.codewizards.cloudstore.server-0.9.7-bin.tar.gz 19:07:35.357 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: contentLength=17333584 url='http://cloudstore.codewizards.co/0.9.7/download/co.codewizards.cloudstore.server-0.9.7-bin.tar.gz' 19:07:35.357 [main] DEBUG c.c.c.updater.CloudStoreUpdater - checkAvailableDiskSpace: dir='/tmp/cloudstore-update-217a' dir.usableSpace='12816 MiB' expectedRequiredSpace='24 MiB' ... 0% ... 5% ... 10% ... 15% ... 20% ... 25% ... 30% ... 35% ... 40% ... 45% ... 50% ... 55% ... 60% ... 65% ... 70% ... 75% ... 80% ... 85% ... 90% ... 95% ... 100% 19:07:35.491 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: remoteUpdatePropertiesKey='artifact[${artifactId}].signatureURL' 19:07:35.493 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: resolvedURLStr='http://cloudstore.codewizards.co/0.9.7/download/co.codewizards.cloudstore.server-0.9.7-bin.tar.gz.sig' Downloading: http://cloudstore.codewizards.co/0.9.7/download/co.codewizards.cloudstore.server-0.9.7-bin.tar.gz.sig 19:07:35.505 [main] DEBUG c.c.c.updater.CloudStoreUpdater - downloadURLViaRemoteUpdateProperties: contentLength=543 url='http://cloudstore.codewizards.co/0.9.7/download/co.codewizards.cloudstore.server-0.9.7-bin.tar.gz.sig' 19:07:35.505 [main] DEBUG c.c.c.updater.CloudStoreUpdater - checkAvailableDiskSpace: dir='/tmp/cloudstore-update-217a' dir.usableSpace='12800 MiB' expectedRequiredSpace='1 MiB' ... 100% Verifying PGP signature. 19:07:45.335 [main] DEBUG c.c.c.updater.CloudStoreUpdater - checkAvailableDiskSpace: dir='/tmp/cloudstore-test-15874024548860/installation/cloudstore' dir.usableSpace='12800 MiB' expectedRequiredSpace='82 MiB' Creating backup: /tmp/cloudstore-test-15874024548860/installation/cloudstore/backup/co.codewizards.cloudstore.server-0.9.6.backup-k98qfx9z.tar.gz 19:07:45.337 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.337 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.337 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.337 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.338 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/etc' 19:07:45.338 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, etc]' 19:07:45.338 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/etc' 19:07:45.338 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, etc]' 19:07:45.339 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.340 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.340 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.340 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.340 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/init' 19:07:45.340 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, etc, init]' 19:07:45.340 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/init' 19:07:45.340 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, etc, init]' 19:07:45.340 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.340 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.340 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.340 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.340 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/init/cloudstore-server.conf' 19:07:45.340 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, etc, init, cloudstore-server.conf]' 19:07:45.340 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/init/cloudstore-server.conf' 19:07:45.340 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, etc, init, cloudstore-server.conf]' 19:07:45.341 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.341 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.341 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.341 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.341 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/init.d' 19:07:45.341 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, etc, init.d]' 19:07:45.341 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/init.d' 19:07:45.341 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, etc, init.d]' 19:07:45.342 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.342 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.342 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.342 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.342 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/init.d/cloudstore-server' 19:07:45.342 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, etc, init.d, cloudstore-server]' 19:07:45.342 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/init.d/cloudstore-server' 19:07:45.342 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, etc, init.d, cloudstore-server]' 19:07:45.342 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.343 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.343 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.343 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.343 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/profile.d' 19:07:45.343 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, etc, profile.d]' 19:07:45.343 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/profile.d' 19:07:45.343 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, etc, profile.d]' 19:07:45.343 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.343 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.344 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.344 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.344 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/profile.d/cloudstore.sh' 19:07:45.344 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, etc, profile.d, cloudstore.sh]' 19:07:45.344 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/profile.d/cloudstore.sh' 19:07:45.344 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, etc, profile.d, cloudstore.sh]' 19:07:45.345 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.345 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.345 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.345 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.345 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib' 19:07:45.345 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib]' 19:07:45.345 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib' 19:07:45.345 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib]' 19:07:45.346 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.346 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.346 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.346 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.346 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/javax.servlet-api-3.1.0.jar' 19:07:45.346 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, javax.servlet-api-3.1.0.jar]' 19:07:45.346 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/javax.servlet-api-3.1.0.jar' 19:07:45.346 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, javax.servlet-api-3.1.0.jar]' 19:07:45.355 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.355 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.355 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.355 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.355 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jul-to-slf4j-1.7.7.jar' 19:07:45.355 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jul-to-slf4j-1.7.7.jar]' 19:07:45.355 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jul-to-slf4j-1.7.7.jar' 19:07:45.355 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jul-to-slf4j-1.7.7.jar]' 19:07:45.356 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.356 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.356 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.356 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.356 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.local-0.9.6.jar' 19:07:45.356 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, co.codewizards.cloudstore.local-0.9.6.jar]' 19:07:45.356 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.local-0.9.6.jar' 19:07:45.356 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, co.codewizards.cloudstore.local-0.9.6.jar]' 19:07:45.367 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.367 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.367 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.367 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.367 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-container-servlet-2.5.1.jar' 19:07:45.367 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jersey-container-servlet-2.5.1.jar]' 19:07:45.367 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-container-servlet-2.5.1.jar' 19:07:45.368 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jersey-container-servlet-2.5.1.jar]' 19:07:45.369 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.369 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.369 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.369 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.370 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/logback-core-1.0.13.jar' 19:07:45.370 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, logback-core-1.0.13.jar]' 19:07:45.370 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/logback-core-1.0.13.jar' 19:07:45.370 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, logback-core-1.0.13.jar]' 19:07:45.399 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.399 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.399 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.399 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.399 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-security-9.1.5.v20140505.jar' 19:07:45.399 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jetty-security-9.1.5.v20140505.jar]' 19:07:45.399 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-security-9.1.5.v20140505.jar' 19:07:45.399 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jetty-security-9.1.5.v20140505.jar]' 19:07:45.406 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.406 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.406 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.406 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.406 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.core.oio.nio-0.9.6.jar' 19:07:45.406 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, co.codewizards.cloudstore.core.oio.nio-0.9.6.jar]' 19:07:45.406 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.core.oio.nio-0.9.6.jar' 19:07:45.407 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, co.codewizards.cloudstore.core.oio.nio-0.9.6.jar]' 19:07:45.408 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.408 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.408 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.408 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.408 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/javax.ws.rs-api-2.0.jar' 19:07:45.408 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, javax.ws.rs-api-2.0.jar]' 19:07:45.408 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/javax.ws.rs-api-2.0.jar' 19:07:45.408 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, javax.ws.rs-api-2.0.jar]' 19:07:45.417 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.417 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.417 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.417 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.417 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/bcpg-jdk15on-1.50.jar' 19:07:45.417 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, bcpg-jdk15on-1.50.jar]' 19:07:45.417 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/bcpg-jdk15on-1.50.jar' 19:07:45.417 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, bcpg-jdk15on-1.50.jar]' 19:07:45.436 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.436 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.436 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.436 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.436 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-container-servlet-core-2.5.1.jar' 19:07:45.436 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jersey-container-servlet-core-2.5.1.jar]' 19:07:45.436 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-container-servlet-core-2.5.1.jar' 19:07:45.436 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jersey-container-servlet-core-2.5.1.jar]' 19:07:45.441 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.441 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.441 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.441 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.441 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.client-0.9.6.jar' 19:07:45.441 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, co.codewizards.cloudstore.client-0.9.6.jar]' 19:07:45.441 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.client-0.9.6.jar' 19:07:45.441 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, co.codewizards.cloudstore.client-0.9.6.jar]' 19:07:45.444 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.444 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.444 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.444 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.444 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/asm-all-repackaged-2.2.0-b21.jar' 19:07:45.444 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, asm-all-repackaged-2.2.0-b21.jar]' 19:07:45.444 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/asm-all-repackaged-2.2.0-b21.jar' 19:07:45.444 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, asm-all-repackaged-2.2.0-b21.jar]' 19:07:45.466 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.466 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.466 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.466 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.467 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jcl-over-slf4j-1.7.7.jar' 19:07:45.467 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jcl-over-slf4j-1.7.7.jar]' 19:07:45.467 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jcl-over-slf4j-1.7.7.jar' 19:07:45.467 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jcl-over-slf4j-1.7.7.jar]' 19:07:45.469 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.469 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.469 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.469 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.469 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/javax.annotation-api-1.2.jar' 19:07:45.469 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, javax.annotation-api-1.2.jar]' 19:07:45.469 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/javax.annotation-api-1.2.jar' 19:07:45.469 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, javax.annotation-api-1.2.jar]' 19:07:45.472 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.472 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.472 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.472 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.472 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-server-2.5.1.jar' 19:07:45.472 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jersey-server-2.5.1.jar]' 19:07:45.472 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-server-2.5.1.jar' 19:07:45.472 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jersey-server-2.5.1.jar]' 19:07:45.530 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.531 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.531 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.531 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.531 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.shared-0.9.6.jar' 19:07:45.531 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, co.codewizards.cloudstore.rest.shared-0.9.6.jar]' 19:07:45.532 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.shared-0.9.6.jar' 19:07:45.532 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, co.codewizards.cloudstore.rest.shared-0.9.6.jar]' 19:07:45.533 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.533 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.533 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.533 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.533 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-io-9.1.5.v20140505.jar' 19:07:45.533 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jetty-io-9.1.5.v20140505.jar]' 19:07:45.533 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-io-9.1.5.v20140505.jar' 19:07:45.533 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jetty-io-9.1.5.v20140505.jar]' 19:07:45.540 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.541 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.541 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.541 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.541 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/validation-api-1.1.0.Final.jar' 19:07:45.541 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, validation-api-1.1.0.Final.jar]' 19:07:45.541 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/validation-api-1.1.0.Final.jar' 19:07:45.541 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, validation-api-1.1.0.Final.jar]' 19:07:45.547 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.547 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.547 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.547 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.547 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/datanucleus-rdbms-4.0.3.jar' 19:07:45.547 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, datanucleus-rdbms-4.0.3.jar]' 19:07:45.547 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/datanucleus-rdbms-4.0.3.jar' 19:07:45.547 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, datanucleus-rdbms-4.0.3.jar]' 19:07:45.670 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.671 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.671 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.671 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.671 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.client-0.9.6.jar' 19:07:45.671 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, co.codewizards.cloudstore.rest.client-0.9.6.jar]' 19:07:45.671 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.client-0.9.6.jar' 19:07:45.671 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, co.codewizards.cloudstore.rest.client-0.9.6.jar]' 19:07:45.675 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.675 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.675 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.675 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.675 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-util-9.1.5.v20140505.jar' 19:07:45.675 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jetty-util-9.1.5.v20140505.jar]' 19:07:45.675 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-util-9.1.5.v20140505.jar' 19:07:45.675 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jetty-util-9.1.5.v20140505.jar]' 19:07:45.699 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.699 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.699 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.700 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.700 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/slf4j-api-1.7.7.jar' 19:07:45.700 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, slf4j-api-1.7.7.jar]' 19:07:45.700 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/slf4j-api-1.7.7.jar' 19:07:45.700 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, slf4j-api-1.7.7.jar]' 19:07:45.703 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.703 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.703 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.703 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.703 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/derby-10.10.2.0.jar' 19:07:45.703 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, derby-10.10.2.0.jar]' 19:07:45.704 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/derby-10.10.2.0.jar' 19:07:45.704 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, derby-10.10.2.0.jar]' 19:07:45.916 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.916 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.916 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.916 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.916 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/datanucleus-api-jdo-4.0.3.jar' 19:07:45.916 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, datanucleus-api-jdo-4.0.3.jar]' 19:07:45.917 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/datanucleus-api-jdo-4.0.3.jar' 19:07:45.917 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, datanucleus-api-jdo-4.0.3.jar]' 19:07:45.942 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.943 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.943 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.943 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.943 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/args4j-2.0.16.jar' 19:07:45.943 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, args4j-2.0.16.jar]' 19:07:45.943 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/args4j-2.0.16.jar' 19:07:45.943 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, args4j-2.0.16.jar]' 19:07:45.948 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.948 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.948 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.948 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.948 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/javax.inject-2.2.0-b21.jar' 19:07:45.948 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, javax.inject-2.2.0-b21.jar]' 19:07:45.948 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/javax.inject-2.2.0-b21.jar' 19:07:45.948 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, javax.inject-2.2.0-b21.jar]' 19:07:45.949 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.949 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.949 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.949 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.949 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/xz-1.4.jar' 19:07:45.950 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, xz-1.4.jar]' 19:07:45.950 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/xz-1.4.jar' 19:07:45.950 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, xz-1.4.jar]' 19:07:45.958 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.958 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.958 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:45.959 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:45.959 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/guava-14.0.1.jar' 19:07:45.959 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, guava-14.0.1.jar]' 19:07:45.959 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/guava-14.0.1.jar' 19:07:45.959 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, guava-14.0.1.jar]' 19:07:46.127 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.127 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.127 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.127 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.127 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.core-0.9.6.jar' 19:07:46.127 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, co.codewizards.cloudstore.core-0.9.6.jar]' 19:07:46.127 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.core-0.9.6.jar' 19:07:46.127 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, co.codewizards.cloudstore.core-0.9.6.jar]' 19:07:46.144 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.144 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.144 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.144 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.144 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.updater-0.9.6.jar' 19:07:46.144 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, co.codewizards.cloudstore.updater-0.9.6.jar]' 19:07:46.144 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.updater-0.9.6.jar' 19:07:46.144 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, co.codewizards.cloudstore.updater-0.9.6.jar]' 19:07:46.150 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.150 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.150 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.150 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.150 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/logback-classic-1.0.13.jar' 19:07:46.150 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, logback-classic-1.0.13.jar]' 19:07:46.150 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/logback-classic-1.0.13.jar' 19:07:46.150 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, logback-classic-1.0.13.jar]' 19:07:46.169 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.169 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.169 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.169 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.169 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/hk2-locator-2.2.0-b21.jar' 19:07:46.169 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, hk2-locator-2.2.0-b21.jar]' 19:07:46.169 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/hk2-locator-2.2.0-b21.jar' 19:07:46.169 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, hk2-locator-2.2.0-b21.jar]' 19:07:46.180 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.180 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.180 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.180 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.181 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/hk2-utils-2.2.0-b21.jar' 19:07:46.181 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, hk2-utils-2.2.0-b21.jar]' 19:07:46.181 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/hk2-utils-2.2.0-b21.jar' 19:07:46.181 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, hk2-utils-2.2.0-b21.jar]' 19:07:46.187 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.187 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.187 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.187 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.187 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/datanucleus-core-4.0.3.jar' 19:07:46.187 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, datanucleus-core-4.0.3.jar]' 19:07:46.187 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/datanucleus-core-4.0.3.jar' 19:07:46.187 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, datanucleus-core-4.0.3.jar]' 19:07:46.334 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.335 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.335 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.335 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.335 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-xml-9.1.5.v20140505.jar' 19:07:46.335 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jetty-xml-9.1.5.v20140505.jar]' 19:07:46.335 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-xml-9.1.5.v20140505.jar' 19:07:46.335 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jetty-xml-9.1.5.v20140505.jar]' 19:07:46.339 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.339 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.339 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.339 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.339 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-http-9.1.5.v20140505.jar' 19:07:46.339 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jetty-http-9.1.5.v20140505.jar]' 19:07:46.339 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-http-9.1.5.v20140505.jar' 19:07:46.339 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jetty-http-9.1.5.v20140505.jar]' 19:07:46.347 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.347 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.347 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.347 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.347 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-webapp-9.1.5.v20140505.jar' 19:07:46.348 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jetty-webapp-9.1.5.v20140505.jar]' 19:07:46.348 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-webapp-9.1.5.v20140505.jar' 19:07:46.348 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jetty-webapp-9.1.5.v20140505.jar]' 19:07:46.357 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.357 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.357 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.357 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.357 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/osgi-resource-locator-1.0.1.jar' 19:07:46.357 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, osgi-resource-locator-1.0.1.jar]' 19:07:46.357 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/osgi-resource-locator-1.0.1.jar' 19:07:46.358 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, osgi-resource-locator-1.0.1.jar]' 19:07:46.359 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.359 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.359 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.359 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.359 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.server-0.9.6.jar' 19:07:46.359 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, co.codewizards.cloudstore.server-0.9.6.jar]' 19:07:46.359 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.server-0.9.6.jar' 19:07:46.359 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, co.codewizards.cloudstore.server-0.9.6.jar]' 19:07:46.361 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.361 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.361 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.361 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.361 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-client-2.5.1.jar' 19:07:46.361 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jersey-client-2.5.1.jar]' 19:07:46.361 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-client-2.5.1.jar' 19:07:46.361 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jersey-client-2.5.1.jar]' 19:07:46.373 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.373 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.373 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.373 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.373 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/log4j-over-slf4j-1.7.7.jar' 19:07:46.373 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, log4j-over-slf4j-1.7.7.jar]' 19:07:46.373 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/log4j-over-slf4j-1.7.7.jar' 19:07:46.373 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, log4j-over-slf4j-1.7.7.jar]' 19:07:46.376 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.376 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.376 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.376 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.376 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.server-0.9.6.jar' 19:07:46.376 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, co.codewizards.cloudstore.rest.server-0.9.6.jar]' 19:07:46.377 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.server-0.9.6.jar' 19:07:46.377 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, co.codewizards.cloudstore.rest.server-0.9.6.jar]' 19:07:46.381 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.381 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.381 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.381 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.381 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/bcprov-jdk15on-1.50.jar' 19:07:46.381 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, bcprov-jdk15on-1.50.jar]' 19:07:46.381 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/bcprov-jdk15on-1.50.jar' 19:07:46.381 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, bcprov-jdk15on-1.50.jar]' 19:07:46.593 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.593 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.593 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.593 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.593 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/hk2-api-2.2.0-b21.jar' 19:07:46.593 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, hk2-api-2.2.0-b21.jar]' 19:07:46.593 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/hk2-api-2.2.0-b21.jar' 19:07:46.593 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, hk2-api-2.2.0-b21.jar]' 19:07:46.604 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.605 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.605 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.605 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.605 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-server-9.1.5.v20140505.jar' 19:07:46.605 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jetty-server-9.1.5.v20140505.jar]' 19:07:46.605 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-server-9.1.5.v20140505.jar' 19:07:46.605 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jetty-server-9.1.5.v20140505.jar]' 19:07:46.635 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.635 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.635 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.635 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.635 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jdo-api-3.1-rc1.jar' 19:07:46.635 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jdo-api-3.1-rc1.jar]' 19:07:46.635 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jdo-api-3.1-rc1.jar' 19:07:46.635 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jdo-api-3.1-rc1.jar]' 19:07:46.653 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.653 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.653 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.654 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.654 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-continuation-9.1.5.v20140505.jar' 19:07:46.654 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jetty-continuation-9.1.5.v20140505.jar]' 19:07:46.654 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-continuation-9.1.5.v20140505.jar' 19:07:46.654 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jetty-continuation-9.1.5.v20140505.jar]' 19:07:46.656 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.656 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.656 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.656 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.656 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/cglib-2.2.0-b21.jar' 19:07:46.656 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, cglib-2.2.0-b21.jar]' 19:07:46.657 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/cglib-2.2.0-b21.jar' 19:07:46.657 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, cglib-2.2.0-b21.jar]' 19:07:46.678 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.678 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.678 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.678 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.679 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-common-2.5.1.jar' 19:07:46.679 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jersey-common-2.5.1.jar]' 19:07:46.679 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-common-2.5.1.jar' 19:07:46.679 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jersey-common-2.5.1.jar]' 19:07:46.731 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.731 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.731 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.731 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.731 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-servlets-9.1.5.v20140505.jar' 19:07:46.731 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jetty-servlets-9.1.5.v20140505.jar]' 19:07:46.732 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-servlets-9.1.5.v20140505.jar' 19:07:46.732 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jetty-servlets-9.1.5.v20140505.jar]' 19:07:46.741 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.741 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.741 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.741 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.741 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-servlet-9.1.5.v20140505.jar' 19:07:46.741 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jetty-servlet-9.1.5.v20140505.jar]' 19:07:46.741 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-servlet-9.1.5.v20140505.jar' 19:07:46.741 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, jetty-servlet-9.1.5.v20140505.jar]' 19:07:46.749 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.749 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.749 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.750 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.750 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/commons-compress-1.7.jar' 19:07:46.750 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, commons-compress-1.7.jar]' 19:07:46.750 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/commons-compress-1.7.jar' 19:07:46.750 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, commons-compress-1.7.jar]' 19:07:46.775 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.775 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.775 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.775 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.775 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/transaction-api-1.1.jar' 19:07:46.775 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, transaction-api-1.1.jar]' 19:07:46.775 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/transaction-api-1.1.jar' 19:07:46.775 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, lib, transaction-api-1.1.jar]' 19:07:46.778 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.778 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.778 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.778 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.778 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/bin' 19:07:46.778 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, bin]' 19:07:46.778 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/bin' 19:07:46.778 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, bin]' 19:07:46.779 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.779 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.779 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.779 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.779 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/bin/cloudstore-server' 19:07:46.779 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, bin, cloudstore-server]' 19:07:46.779 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/bin/cloudstore-server' 19:07:46.779 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, bin, cloudstore-server]' 19:07:46.779 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.779 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.779 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.779 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.780 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/bin/cloudstore.bat' 19:07:46.780 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, bin, cloudstore.bat]' 19:07:46.780 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/bin/cloudstore.bat' 19:07:46.780 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, bin, cloudstore.bat]' 19:07:46.780 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.780 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.780 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.780 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.780 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/bin/cloudstore' 19:07:46.780 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, bin, cloudstore]' 19:07:46.780 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/bin/cloudstore' 19:07:46.780 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, bin, cloudstore]' 19:07:46.780 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.781 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.781 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.781 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.781 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/bin/cloudstore-server.bat' 19:07:46.781 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, bin, cloudstore-server.bat]' 19:07:46.781 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/bin/cloudstore-server.bat' 19:07:46.781 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, bin, cloudstore-server.bat]' 19:07:46.781 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.781 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.781 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore' 19:07:46.781 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore]' 19:07:46.781 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/installation.properties' 19:07:46.781 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, installation.properties]' 19:07:46.781 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: path='/tmp/cloudstore-test-15874024548860/installation/cloudstore/installation.properties' 19:07:46.781 [main] DEBUG c.c.cloudstore.core.util.IOUtil - simplifyPath: dirs='[tmp, cloudstore-test-15874024548860, installation, cloudstore, installation.properties]' Renaming files in installation directory: /tmp/cloudstore-test-15874024548860/installation/cloudstore 19:07:46.783 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/init/cloudstore-server.conf', newName='cloudstore-server.conf.csupdbak' 19:07:46.783 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/init.d/cloudstore-server', newName='cloudstore-server.csupdbak' 19:07:46.783 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/profile.d/cloudstore.sh', newName='cloudstore.sh.csupdbak' 19:07:46.784 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/javax.servlet-api-3.1.0.jar', newName='javax.servlet-api-3.1.0.jar.csupdbak' 19:07:46.784 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jul-to-slf4j-1.7.7.jar', newName='jul-to-slf4j-1.7.7.jar.csupdbak' 19:07:46.784 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.local-0.9.6.jar', newName='co.codewizards.cloudstore.local-0.9.6.jar.csupdbak' 19:07:46.784 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-container-servlet-2.5.1.jar', newName='jersey-container-servlet-2.5.1.jar.csupdbak' 19:07:46.784 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/logback-core-1.0.13.jar', newName='logback-core-1.0.13.jar.csupdbak' 19:07:46.785 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-security-9.1.5.v20140505.jar', newName='jetty-security-9.1.5.v20140505.jar.csupdbak' 19:07:46.785 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.core.oio.nio-0.9.6.jar', newName='co.codewizards.cloudstore.core.oio.nio-0.9.6.jar.csupdbak' 19:07:46.785 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/javax.ws.rs-api-2.0.jar', newName='javax.ws.rs-api-2.0.jar.csupdbak' 19:07:46.785 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/bcpg-jdk15on-1.50.jar', newName='bcpg-jdk15on-1.50.jar.csupdbak' 19:07:46.785 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-container-servlet-core-2.5.1.jar', newName='jersey-container-servlet-core-2.5.1.jar.csupdbak' 19:07:46.785 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.client-0.9.6.jar', newName='co.codewizards.cloudstore.client-0.9.6.jar.csupdbak' 19:07:46.785 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/asm-all-repackaged-2.2.0-b21.jar', newName='asm-all-repackaged-2.2.0-b21.jar.csupdbak' 19:07:46.786 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jcl-over-slf4j-1.7.7.jar', newName='jcl-over-slf4j-1.7.7.jar.csupdbak' 19:07:46.786 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/javax.annotation-api-1.2.jar', newName='javax.annotation-api-1.2.jar.csupdbak' 19:07:46.786 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-server-2.5.1.jar', newName='jersey-server-2.5.1.jar.csupdbak' 19:07:46.786 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.shared-0.9.6.jar', newName='co.codewizards.cloudstore.rest.shared-0.9.6.jar.csupdbak' 19:07:46.786 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-io-9.1.5.v20140505.jar', newName='jetty-io-9.1.5.v20140505.jar.csupdbak' 19:07:46.786 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/validation-api-1.1.0.Final.jar', newName='validation-api-1.1.0.Final.jar.csupdbak' 19:07:46.786 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/datanucleus-rdbms-4.0.3.jar', newName='datanucleus-rdbms-4.0.3.jar.csupdbak' 19:07:46.786 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.client-0.9.6.jar', newName='co.codewizards.cloudstore.rest.client-0.9.6.jar.csupdbak' 19:07:46.786 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-util-9.1.5.v20140505.jar', newName='jetty-util-9.1.5.v20140505.jar.csupdbak' 19:07:46.786 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/slf4j-api-1.7.7.jar', newName='slf4j-api-1.7.7.jar.csupdbak' 19:07:46.786 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/derby-10.10.2.0.jar', newName='derby-10.10.2.0.jar.csupdbak' 19:07:46.787 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/datanucleus-api-jdo-4.0.3.jar', newName='datanucleus-api-jdo-4.0.3.jar.csupdbak' 19:07:46.787 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/args4j-2.0.16.jar', newName='args4j-2.0.16.jar.csupdbak' 19:07:46.787 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/javax.inject-2.2.0-b21.jar', newName='javax.inject-2.2.0-b21.jar.csupdbak' 19:07:46.787 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/xz-1.4.jar', newName='xz-1.4.jar.csupdbak' 19:07:46.787 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/guava-14.0.1.jar', newName='guava-14.0.1.jar.csupdbak' 19:07:46.787 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.core-0.9.6.jar', newName='co.codewizards.cloudstore.core-0.9.6.jar.csupdbak' 19:07:46.787 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.updater-0.9.6.jar', newName='co.codewizards.cloudstore.updater-0.9.6.jar.csupdbak' 19:07:46.788 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/logback-classic-1.0.13.jar', newName='logback-classic-1.0.13.jar.csupdbak' 19:07:46.788 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/hk2-locator-2.2.0-b21.jar', newName='hk2-locator-2.2.0-b21.jar.csupdbak' 19:07:46.788 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/hk2-utils-2.2.0-b21.jar', newName='hk2-utils-2.2.0-b21.jar.csupdbak' 19:07:46.788 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/datanucleus-core-4.0.3.jar', newName='datanucleus-core-4.0.3.jar.csupdbak' 19:07:46.788 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-xml-9.1.5.v20140505.jar', newName='jetty-xml-9.1.5.v20140505.jar.csupdbak' 19:07:46.788 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-http-9.1.5.v20140505.jar', newName='jetty-http-9.1.5.v20140505.jar.csupdbak' 19:07:46.788 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-webapp-9.1.5.v20140505.jar', newName='jetty-webapp-9.1.5.v20140505.jar.csupdbak' 19:07:46.788 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/osgi-resource-locator-1.0.1.jar', newName='osgi-resource-locator-1.0.1.jar.csupdbak' 19:07:46.788 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.server-0.9.6.jar', newName='co.codewizards.cloudstore.server-0.9.6.jar.csupdbak' 19:07:46.788 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-client-2.5.1.jar', newName='jersey-client-2.5.1.jar.csupdbak' 19:07:46.788 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/log4j-over-slf4j-1.7.7.jar', newName='log4j-over-slf4j-1.7.7.jar.csupdbak' 19:07:46.789 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.server-0.9.6.jar', newName='co.codewizards.cloudstore.rest.server-0.9.6.jar.csupdbak' 19:07:46.789 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/bcprov-jdk15on-1.50.jar', newName='bcprov-jdk15on-1.50.jar.csupdbak' 19:07:46.789 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/hk2-api-2.2.0-b21.jar', newName='hk2-api-2.2.0-b21.jar.csupdbak' 19:07:46.789 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-server-9.1.5.v20140505.jar', newName='jetty-server-9.1.5.v20140505.jar.csupdbak' 19:07:46.789 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jdo-api-3.1-rc1.jar', newName='jdo-api-3.1-rc1.jar.csupdbak' 19:07:46.789 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-continuation-9.1.5.v20140505.jar', newName='jetty-continuation-9.1.5.v20140505.jar.csupdbak' 19:07:46.789 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/cglib-2.2.0-b21.jar', newName='cglib-2.2.0-b21.jar.csupdbak' 19:07:46.789 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-common-2.5.1.jar', newName='jersey-common-2.5.1.jar.csupdbak' 19:07:46.789 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-servlets-9.1.5.v20140505.jar', newName='jetty-servlets-9.1.5.v20140505.jar.csupdbak' 19:07:46.790 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-servlet-9.1.5.v20140505.jar', newName='jetty-servlet-9.1.5.v20140505.jar.csupdbak' 19:07:46.790 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/commons-compress-1.7.jar', newName='commons-compress-1.7.jar.csupdbak' 19:07:46.790 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/transaction-api-1.1.jar', newName='transaction-api-1.1.jar.csupdbak' 19:07:46.790 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/bin/cloudstore-server', newName='cloudstore-server.csupdbak' 19:07:46.790 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/bin/cloudstore.bat', newName='cloudstore.bat.csupdbak' 19:07:46.790 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/bin/cloudstore', newName='cloudstore.csupdbak' 19:07:46.790 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/bin/cloudstore-server.bat', newName='cloudstore-server.bat.csupdbak' 19:07:46.790 [main] DEBUG c.c.c.updater.CloudStoreUpdater - renameFiles: file='/tmp/cloudstore-test-15874024548860/installation/cloudstore/installation.properties', newName='installation.properties.csupdbak' Overwriting installation directory: /tmp/cloudstore-test-15874024548860/installation/cloudstore Deleting old files from installation directory: /tmp/cloudstore-test-15874024548860/installation/cloudstore 19:07:47.043 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore 19:07:47.044 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/etc 19:07:47.044 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/init 19:07:47.044 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/init/cloudstore-server.conf 19:07:47.044 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/init/cloudstore-server.conf.csupdbak 19:07:47.044 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/init.d 19:07:47.044 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/init.d/cloudstore-server 19:07:47.044 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/init.d/cloudstore-server.csupdbak 19:07:47.045 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/profile.d 19:07:47.045 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/profile.d/cloudstore.sh 19:07:47.045 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/etc/profile.d/cloudstore.sh.csupdbak 19:07:47.045 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib 19:07:47.045 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/javax.servlet-api-3.1.0.jar 19:07:47.045 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jul-to-slf4j-1.7.7.jar 19:07:47.045 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.server-0.9.7.jar 19:07:47.045 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.shared-0.9.6.jar.csupdbak 19:07:47.046 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-container-servlet-2.5.1.jar 19:07:47.046 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/logback-core-1.0.13.jar 19:07:47.046 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-security-9.1.5.v20140505.jar 19:07:47.046 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.ls.core-0.9.7.jar 19:07:47.046 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-webapp-9.1.5.v20140505.jar.csupdbak 19:07:47.046 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-servlets-9.1.5.v20140505.jar.csupdbak 19:07:47.046 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/javax.ws.rs-api-2.0.jar.csupdbak 19:07:47.046 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.client-0.9.6.jar.csupdbak 19:07:47.046 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-container-servlet-2.5.1.jar.csupdbak 19:07:47.047 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/javax.ws.rs-api-2.0.jar 19:07:47.047 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.updater-0.9.6.jar.csupdbak 19:07:47.047 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-common-2.5.1.jar.csupdbak 19:07:47.047 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-container-servlet-core-2.5.1.jar 19:07:47.048 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/transaction-api-1.1.jar.csupdbak 19:07:47.048 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.server-0.9.7.jar 19:07:47.048 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/hk2-api-2.2.0-b21.jar.csupdbak 19:07:47.048 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/asm-all-repackaged-2.2.0-b21.jar 19:07:47.048 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.local-0.9.7.jar 19:07:47.048 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-http-9.1.5.v20140505.jar.csupdbak 19:07:47.049 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jcl-over-slf4j-1.7.7.jar 19:07:47.049 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-servlet-9.1.5.v20140505.jar.csupdbak 19:07:47.049 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/javax.annotation-api-1.2.jar 19:07:47.049 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server.cproc-0.9.7.jar 19:07:47.049 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/xz-1.4.jar.csupdbak 19:07:47.049 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-server-2.5.1.jar 19:07:47.049 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-io-9.1.5.v20140505.jar 19:07:47.049 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/datanucleus-api-jdo-4.0.3.jar.csupdbak 19:07:47.049 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.server-0.9.6.jar.csupdbak 19:07:47.049 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-continuation-9.1.5.v20140505.jar.csupdbak 19:07:47.049 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/validation-api-1.1.0.Final.jar 19:07:47.050 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/datanucleus-rdbms-4.0.3.jar 19:07:47.050 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-util-9.1.5.v20140505.jar 19:07:47.050 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/derby-10.10.2.0.jar.csupdbak 19:07:47.051 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/slf4j-api-1.7.7.jar 19:07:47.051 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-container-servlet-core-2.5.1.jar.csupdbak 19:07:47.051 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.ls.server-0.9.7.jar 19:07:47.051 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.ls.rest.client-0.9.7.jar 19:07:47.051 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.client-0.9.7.jar 19:07:47.051 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/derby-10.10.2.0.jar 19:07:47.051 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/datanucleus-api-jdo-4.0.3.jar 19:07:47.051 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/validation-api-1.1.0.Final.jar.csupdbak 19:07:47.051 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.core-0.9.6.jar.csupdbak 19:07:47.052 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/args4j-2.0.16.jar 19:07:47.052 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/bcprov-jdk15on-1.50.jar.csupdbak 19:07:47.053 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/logback-core-1.0.13.jar.csupdbak 19:07:47.053 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-security-9.1.5.v20140505.jar.csupdbak 19:07:47.053 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/javax.inject-2.2.0-b21.jar 19:07:47.053 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/args4j-2.0.16.jar.csupdbak 19:07:47.053 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/xz-1.4.jar 19:07:47.053 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/guava-14.0.1.jar 19:07:47.054 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-server-9.1.5.v20140505.jar.csupdbak 19:07:47.054 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.core-0.9.7.jar 19:07:47.054 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/slf4j-api-1.7.7.jar.csupdbak 19:07:47.054 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/javax.inject-2.2.0-b21.jar.csupdbak 19:07:47.054 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/bcprov-jdk15on-1.52.jar 19:07:47.054 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/logback-classic-1.0.13.jar 19:07:47.054 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/hk2-locator-2.2.0-b21.jar 19:07:47.054 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/bcpg-jdk15on-1.52.jar 19:07:47.054 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-xml-9.1.5.v20140505.jar.csupdbak 19:07:47.054 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/hk2-utils-2.2.0-b21.jar 19:07:47.054 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/datanucleus-core-4.0.3.jar 19:07:47.055 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.shared-0.9.7.jar 19:07:47.055 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/javax.servlet-api-3.1.0.jar.csupdbak 19:07:47.055 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/hk2-locator-2.2.0-b21.jar.csupdbak 19:07:47.055 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-util-9.1.5.v20140505.jar.csupdbak 19:07:47.055 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-xml-9.1.5.v20140505.jar 19:07:47.056 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/log4j-over-slf4j-1.7.7.jar.csupdbak 19:07:47.056 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.client-0.9.6.jar.csupdbak 19:07:47.056 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jcl-over-slf4j-1.7.7.jar.csupdbak 19:07:47.056 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.updater-0.9.7.jar 19:07:47.056 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-http-9.1.5.v20140505.jar 19:07:47.056 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-webapp-9.1.5.v20140505.jar 19:07:47.056 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/asm-all-repackaged-2.2.0-b21.jar.csupdbak 19:07:47.056 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/osgi-resource-locator-1.0.1.jar 19:07:47.056 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-client-2.5.1.jar 19:07:47.056 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.server-0.9.7.jar 19:07:47.057 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/log4j-over-slf4j-1.7.7.jar 19:07:47.057 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-io-9.1.5.v20140505.jar.csupdbak 19:07:47.057 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.local-0.9.6.jar.csupdbak 19:07:47.057 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/hk2-api-2.2.0-b21.jar 19:07:47.057 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jdo-api-3.1-rc1.jar.csupdbak 19:07:47.057 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-client-2.5.1.jar.csupdbak 19:07:47.057 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-server-9.1.5.v20140505.jar 19:07:47.058 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/javax.annotation-api-1.2.jar.csupdbak 19:07:47.058 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.client-0.9.7.jar 19:07:47.058 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jul-to-slf4j-1.7.7.jar.csupdbak 19:07:47.058 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jdo-api-3.1-rc1.jar 19:07:47.058 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/hk2-utils-2.2.0-b21.jar.csupdbak 19:07:47.058 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-continuation-9.1.5.v20140505.jar 19:07:47.058 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/commons-compress-1.7.jar.csupdbak 19:07:47.058 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.core.oio.nio-0.9.6.jar.csupdbak 19:07:47.058 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/cglib-2.2.0-b21.jar 19:07:47.058 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-common-2.5.1.jar 19:07:47.058 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.rest.server-0.9.6.jar.csupdbak 19:07:47.059 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jersey-server-2.5.1.jar.csupdbak 19:07:47.059 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-servlets-9.1.5.v20140505.jar 19:07:47.059 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/jetty-servlet-9.1.5.v20140505.jar 19:07:47.059 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/commons-compress-1.7.jar 19:07:47.060 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/transaction-api-1.1.jar 19:07:47.060 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/co.codewizards.cloudstore.core.oio.nio-0.9.7.jar 19:07:47.060 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/logback-classic-1.0.13.jar.csupdbak 19:07:47.060 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/bcpg-jdk15on-1.50.jar.csupdbak 19:07:47.060 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/datanucleus-core-4.0.3.jar.csupdbak 19:07:47.061 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/osgi-resource-locator-1.0.1.jar.csupdbak 19:07:47.061 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/guava-14.0.1.jar.csupdbak 19:07:47.062 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/cglib-2.2.0-b21.jar.csupdbak 19:07:47.062 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/lib/datanucleus-rdbms-4.0.3.jar.csupdbak 19:07:47.063 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/bin 19:07:47.063 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/bin/cloudstore-server 19:07:47.063 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/bin/cloudstore.bat 19:07:47.063 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/bin/cloudstore.csupdbak 19:07:47.064 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/bin/cloudstore 19:07:47.064 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/bin/cloudstore-server.bat 19:07:47.064 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/bin/cloudstore-server.bat.csupdbak 19:07:47.064 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/bin/cloudstore-server.csupdbak 19:07:47.064 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/bin/cloudstore.bat.csupdbak 19:07:47.064 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/backup 19:07:47.064 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/backup/co.codewizards.cloudstore.server-0.9.6.backup-k98qfx9z.tar.gz 19:07:47.064 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Keeping: /tmp/cloudstore-test-15874024548860/installation/cloudstore/installation.properties 19:07:47.064 [main] DEBUG c.c.c.updater.CloudStoreUpdater - deleteAllExcept: Deleting: /tmp/cloudstore-test-15874024548860/installation/cloudstore/installation.properties.csupdbak Deleting temporary download-directory. 19:07:47.070 [main] DEBUG c.c.cloudstore.core.io.LockFileImpl - [10e92f8f]release: releasing underlying FileLock. lockCounter=0 Update successfully done. Exiting. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.192 sec - in co.codewizards.cloudstore.updater.CloudStoreUpdaterTest Results : Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ co.codewizards.cloudstore.updater --- [INFO] Building jar: /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_8/co.codewizards.cloudstore.updater/target/co.codewizards.cloudstore.updater-0.10.8-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ co.codewizards.cloudstore.updater --- [INFO] co already added, skipping [INFO] co/codewizards already added, skipping [INFO] co/codewizards/cloudstore already added, skipping [INFO] co/codewizards/cloudstore/updater already added, skipping [INFO] co already added, skipping [INFO] co/codewizards already added, skipping [INFO] co/codewizards/cloudstore already added, skipping [INFO] co/codewizards/cloudstore/updater already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_8/co.codewizards.cloudstore.updater/target/co.codewizards.cloudstore.updater-0.10.8-SNAPSHOT-sources.jar [INFO] co already added, skipping [INFO] co/codewizards already added, skipping [INFO] co/codewizards/cloudstore already added, skipping [INFO] co/codewizards/cloudstore/updater already added, skipping [INFO] co already added, skipping [INFO] co/codewizards already added, skipping [INFO] co/codewizards/cloudstore already added, skipping [INFO] co/codewizards/cloudstore/updater already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ co.codewizards.cloudstore.updater --- [INFO] Installing /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_8/co.codewizards.cloudstore.updater/target/co.codewizards.cloudstore.updater-0.10.8-SNAPSHOT.jar to /home/tomcat/.m2/repository/co/codewizards/cloudstore/co.codewizards.cloudstore.updater/0.10.8-SNAPSHOT/co.codewizards.cloudstore.updater-0.10.8-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_8/co.codewizards.cloudstore.updater/pom.xml to /home/tomcat/.m2/repository/co/codewizards/cloudstore/co.codewizards.cloudstore.updater/0.10.8-SNAPSHOT/co.codewizards.cloudstore.updater-0.10.8-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_8/co.codewizards.cloudstore.updater/target/co.codewizards.cloudstore.updater-0.10.8-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/co/codewizards/cloudstore/co.codewizards.cloudstore.updater/0.10.8-SNAPSHOT/co.codewizards.cloudstore.updater-0.10.8-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ co.codewizards.cloudstore.updater --- [INFO] Downloading: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.updater/0.10.8-SNAPSHOT/maven-metadata.xml [INFO] Downloaded: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.updater/0.10.8-SNAPSHOT/maven-metadata.xml (2 KB at 501.0 KB/sec) [INFO] Uploading: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.updater/0.10.8-SNAPSHOT/co.codewizards.cloudstore.updater-0.10.8-20200420.170748-2.jar [INFO] Uploaded: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.updater/0.10.8-SNAPSHOT/co.codewizards.cloudstore.updater-0.10.8-20200420.170748-2.jar (77 KB at 25416.7 KB/sec) [INFO] Uploading: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.updater/0.10.8-SNAPSHOT/co.codewizards.cloudstore.updater-0.10.8-20200420.170748-2.pom [INFO] Uploaded: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.updater/0.10.8-SNAPSHOT/co.codewizards.cloudstore.updater-0.10.8-20200420.170748-2.pom (3 KB at 2897.5 KB/sec) [INFO] Downloading: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.updater/maven-metadata.xml [INFO] Downloaded: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.updater/maven-metadata.xml (359 B at 175.3 KB/sec) [INFO] Uploading: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.updater/0.10.8-SNAPSHOT/maven-metadata.xml [INFO] Uploaded: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.updater/0.10.8-SNAPSHOT/maven-metadata.xml (2 KB at 501.0 KB/sec) [INFO] Uploading: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.updater/maven-metadata.xml [INFO] Uploaded: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.updater/maven-metadata.xml (359 B at 350.6 KB/sec) [INFO] Uploading: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.updater/0.10.8-SNAPSHOT/co.codewizards.cloudstore.updater-0.10.8-20200420.170748-2-sources.jar [INFO] Uploaded: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.updater/0.10.8-SNAPSHOT/co.codewizards.cloudstore.updater-0.10.8-20200420.170748-2-sources.jar (65 KB at 32317.4 KB/sec) [INFO] Uploading: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.updater/0.10.8-SNAPSHOT/maven-metadata.xml [INFO] Uploaded: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.updater/0.10.8-SNAPSHOT/maven-metadata.xml (2 KB at 1002.0 KB/sec) [INFO] [INFO] --- maven-site-plugin:3.3:site (default-site) @ co.codewizards.cloudstore.updater --- [INFO] Relativizing decoration links with respect to project URL: http://cloudstore.codewizards.co/co.codewizards.cloudstore.updater [INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin. [INFO] Relativizing decoration links with respect to project URL: http://cloudstore.codewizards.co/co.codewizards.cloudstore.updater/de [INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin. [JENKINS] Archiving site from /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_8/co.codewizards.cloudstore.updater/target/site to /home/tomcat/.jenkins/jobs/co.codewizards.cloudstore_java_8/site/co.codewizards.cloudstore.updater [INFO] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (javadoc-generate-unfiltered) > generate-sources @ co.codewizards.cloudstore.updater >>> [WARNING] Failed to getClass for org.apache.maven.plugin.javadoc.JavadocReport [INFO] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (javadoc-generate-unfiltered) < generate-sources @ co.codewizards.cloudstore.updater <<< [INFO] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (javadoc-generate-unfiltered) @ co.codewizards.cloudstore.updater --- [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (javadoc-filter) @ co.codewizards.cloudstore.updater --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_8/co.codewizards.cloudstore.updater/target/javadoc.unfiltered [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_8/co.codewizards.cloudstore.updater/target/javadoc.unfiltered [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (javadoc-copy-to-site) @ co.codewizards.cloudstore.updater --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_8/co.codewizards.cloudstore.updater/target/apidocs [INFO] [INFO] --- maven-site-plugin:3.3:deploy (default-deploy) @ co.codewizards.cloudstore.updater --- file:/tmp/cloudstore-junk/ - Session: Opened [INFO] Pushing /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_8/co.codewizards.cloudstore.updater/target/site [INFO] >>> to file:/tmp/cloudstore-junk/co.codewizards.cloudstore.updater [INFO] >>> to file:/tmp/cloudstore-junk/de/co.codewizards.cloudstore.updater file:/tmp/cloudstore-junk/ - Session: Disconnecting file:/tmp/cloudstore-junk/ - Session: Disconnected