Hi All, I'm obviously new to Jackrabbit, and am working through the tutorial. I get FirstHop to compile, just fine and it appears to start up when running under Eclipse. But it immediately shuts down again without the anonymous login mentioned in the article. Here's the output from the console:
125 [main] INFO org.apache.jackrabbit.core.RepositoryImpl - Starting repository... 157 [main] INFO org.apache.jackrabbit.core.fs.local.LocalFileSystem - LocalFileSystem initialized at path repository\repository 297 [main] INFO org.apache.jackrabbit.core.nodetype.NodeTypeRegistry - no custom node type definitions found 297 [main] INFO org.apache.jackrabbit.core.fs.local.LocalFileSystem - LocalFileSystem initialized at path repository\version 1094 [main] INFO org.apache.jackrabbit.core.persistence.bundle.util.ConnectionRecoveryManager - Database: Apache Derby / 10.2.1.6 - (452058) 1094 [main] INFO org.apache.jackrabbit.core.persistence.bundle.util.ConnectionRecoveryManager - Driver: Apache Derby Embedded JDBC Driver / 10.2.1.6 - (452058) 1735 [main] INFO org.apache.jackrabbit.core.RepositoryImpl - initializing workspace 'default'... 1735 [main] INFO org.apache.jackrabbit.core.fs.local.LocalFileSystem - LocalFileSystem initialized at path repository\workspaces\default 1782 [main] INFO org.apache.jackrabbit.core.persistence.bundle.util.ConnectionRecoveryManager - Database: Apache Derby / 10.2.1.6 - (452058) 1782 [main] INFO org.apache.jackrabbit.core.persistence.bundle.util.ConnectionRecoveryManager - Driver: Apache Derby Embedded JDBC Driver / 10.2.1.6 - (452058) 1953 [main] INFO org.apache.jackrabbit.core.RepositoryImpl - workspace 'default' initialized 2032 [main] INFO org.apache.jackrabbit.core.RepositoryImpl - Shutting down repository... 2032 [main] INFO org.apache.jackrabbit.core.RepositoryImpl - shutting down workspace 'default'... 2032 [main] INFO org.apache.jackrabbit.core.observation.ObservationDispatcher - Notification of EventListeners stopped. 2157 [main] INFO org.apache.jackrabbit.core.persistence.bundle.DerbyPersistenceManager - Database 'repository\workspaces\default/db' shutdown. 2157 [main] INFO org.apache.jackrabbit.core.RepositoryImpl - workspace 'default' has been shutdown 2282 [main] INFO org.apache.jackrabbit.core.persistence.bundle.DerbyPersistenceManager - Database 'repository/version/db' shutdown. 2282 [main] INFO org.apache.jackrabbit.core.RepositoryImpl - Repository has been shutdown Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/lucene/document/Fieldable Any idea of what I'm doing wrong? Thanks! John
