Hi, I had the same problem. Please note, that the exceptions that you get are warnings! The application itself is still executed successfully, as you can verify by the following output:
far4ever wrote: > > .. > 16939 [main] INFO org.apache.jackrabbit.core.TransientRepository - Session > opened > Logged in as anonymous to a Jackrabbit repository. > 16939 [main] INFO org.apache.jackrabbit.core.TransientRepository - Session > closed > ... > If you want to get rid of the warnings, you should add the following libraries to your classpath: slf4j-simple-1.5.5.jar commons-collections-3.1.jar concurrent-1.3.4.jar derby-10.2.1.6.jar jackrabbit-api-1.4.jar jackrabbit-core-1.4.6.jar jackrabbit-jcr-commons-1.4.2.jar jackrabbit-spi-1.4.jar jackrabbit-spi-commons-1.4.jar jackrabbit-text-extractors-1.4.jar jcr-1.0.jar lucene-core-2.2.0.jar slf4j-api-1.5.5.jar poi-3.0.2-FINAL.jar poi-scratchpad-3.0.2-FINAL.jar pdfbox-0.7.3.jar tm-extractors-0.4.jar Cheers -- View this message in context: http://www.nabble.com/issue-with-the-firstHop-tuutorial-tp20049874p20598967.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
