compbio.runner.muscle.MuscleTester

Tests passed/Failed/Skipped:0/1/0
Started on:Mon Jan 25 17:08:34 GMT 2010
Total time:6 seconds (6782 ms)
Included groups:
Excluded groups:

(Hover the method name to see the test class name)

FAILED TESTS
Test method Instance Time (seconds) Exception
testRunLocally
Test class:compbio.runner.muscle.MuscleTester
compbio.runner.muscle.MuscleTester@18020cc1
java.lang.IllegalArgumentException: Working directory: /homes/pvtroshin/workspace/clustengine/jobsout/local\Muscle#939914322508148 is inaccessible or does not exist!
	at compbio.engine.client.PathValidator.validateDirectory(PathValidator.java:93)
	at compbio.engine.local.ExecutableWrapper.<init>(ExecutableWrapper.java:87)
	at compbio.engine.local.LocalRunner.executeJob(LocalRunner.java:89)
	at compbio.runner.muscle.MuscleTester.testRunLocally(MuscleTester.java:173)
... Removed 22 stack frames
Click to show all stack frames
java.lang.IllegalArgumentException: Working directory: /homes/pvtroshin/workspace/clustengine/jobsout/local\Muscle#939914322508148 is inaccessible or does not exist!
	at compbio.engine.client.PathValidator.validateDirectory(PathValidator.java:93)
	at compbio.engine.local.ExecutableWrapper.<init>(ExecutableWrapper.java:87)
	at compbio.engine.local.LocalRunner.executeJob(LocalRunner.java:89)
	at compbio.runner.muscle.MuscleTester.testRunLocally(MuscleTester.java:173)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:644)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:546)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:700)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1002)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:137)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:121)
	at org.testng.TestRunner.runWorkers(TestRunner.java:908)
	at org.testng.TestRunner.privateRun(TestRunner.java:617)
	at org.testng.TestRunner.run(TestRunner.java:498)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:329)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:324)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:296)
	at org.testng.SuiteRunner.run(SuiteRunner.java:201)
	at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:915)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:879)
	at org.testng.TestNG.run(TestNG.java:787)
	at org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:75)
	at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:127)