Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get a NoClassDefFoundError Exception #3

Open
Ruil opened this issue Oct 14, 2012 · 1 comment
Open

Get a NoClassDefFoundError Exception #3

Ruil opened this issue Oct 14, 2012 · 1 comment
Labels

Comments

@Ruil
Copy link
Member

Ruil commented Oct 14, 2012

Exception in thread "main" java.lang.NoClassDefFoundError: com/google/common/hash/Hashing
at edu.cmu.lti.oaqa.ecd.phase.Trace.(Trace.java:24)
at edu.cmu.lti.oaqa.ecd.phase.ProcessingStepUtils.getTraceString(ProcessingStepUtils.java:59)
at edu.cmu.lti.oaqa.ecd.phase.ProcessingStepUtils.getTrace(ProcessingStepUtils.java:51)
at edu.cmu.lti.oaqa.ecd.flow.FixedFlowController797182$FixedFlowObject.getTraceString(FixedFlowController797182.java:205)
at edu.cmu.lti.oaqa.ecd.flow.FixedFlowController797182$FixedFlowObject.next(FixedFlowController797182.java:249)
at org.apache.uima.analysis_engine.asb.impl.FlowContainer.next(FlowContainer.java:100)
at org.apache.uima.analysis_engine.asb.impl.ASB_impl$AggregateCasIterator.processUntilNextOutputCas(ASB_impl.java:546)
at org.apache.uima.analysis_engine.asb.impl.ASB_impl$AggregateCasIterator.(ASB_impl.java:409)
at org.apache.uima.analysis_engine.asb.impl.ASB_impl.process(ASB_impl.java:342)
at org.apache.uima.analysis_engine.impl.AggregateAnalysisEngine_impl.processAndOutputNewCASes(AggregateAnalysisEngine_impl.java:267)
at org.apache.uima.analysis_engine.impl.AnalysisEngineImplBase.process(AnalysisEngineImplBase.java:267)
at edu.cmu.lti.oaqa.ecd.driver.SimplePipelineRev803.runPipeline(SimplePipelineRev803.java:244)
at edu.cmu.lti.oaqa.ecd.driver.SimplePipelineRev803.runPipeline(SimplePipelineRev803.java:154)
at edu.cmu.lti.oaqa.ecd.driver.ECDDriver.run(ECDDriver.java:66)
at edu.cmu.lti.oaqa.ecd.driver.ECDDriver.main(ECDDriver.java:93)
Caused by: java.lang.ClassNotFoundException: com.google.common.hash.Hashing
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 15 more

@elmer-garduno
Copy link
Contributor

This part of the problem seems to be the same that we had in the morning (the google guava version).

What do you have on the <dependencies> tag on your maven file?

Could you run the maven task with the Debug option enabled (Run as configurations) and attach the output here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants