Peeyush Bishnoi created FALCON-1638:
---------------------------------------
Summary: FalconUnit tests fails
Key: FALCON-1638
URL: https://issues.apache.org/jira/browse/FALCON-1638
Project: Falcon
Issue Type: Bug
Affects Versions: 0.8
Reporter: Peeyush Bishnoi
Fix For: trunk
Falcon unit test is failing with following exception.
{quote:java}
Running org.apache.falcon.unit.TestFalconUnit
objc[24685]: Class JavaLaunchHelper is implemented in both
/Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home/jre/bin/java
and
/Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home/jre/lib/libinstrument.dylib.
One of the two will be used. Which one is undefined.
Tests run: 19, Failures: 2, Errors: 0, Skipped: 17, Time elapsed: 4.474 sec <<<
FAILURE! - in org.apache.falcon.unit.TestFalconUnit
testDelete(org.apache.falcon.unit.TestFalconUnit) Time elapsed: 1.582 sec <<<
FAILURE!
org.apache.falcon.client.FalconCLIException: FAILED
at org.apache.derby.iapi.error.StandardException.newException(Unknown
Source)
at
org.apache.derby.impl.services.monitor.StorageFactoryService.vetService(Unknown
Source)
at
org.apache.derby.impl.services.monitor.StorageFactoryService.access$900(Unknown
Source)
at
org.apache.derby.impl.services.monitor.StorageFactoryService$10.run(Unknown
Source)
{quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)