it looks like derby (javaDB in linux install) is loaded at a lower classloader and so conflicts with our provided derby jar. >From memory (I'm not sure), there are 2 java launcher: once which load java shared lib/jars, one which is pure JDK. You should try the pure java launcher by settings java-home and path directly to jav install home.
HTH, Fred. On 12/9/09, passogiau <[email protected]> wrote: > > Greetings, > > Deploying the artifactory.war in Tomcat fails with a deep Spring generated > exception chain whose ultimate cause, I think, is this > java.lang.NoClassDefFoundError : > org/apache/derby/impl/sql/execute/GenericResultSetFactory. > > The class is clearly there in the derby-10.5.3.0.jar, yet it's not loaded > for some reason. Has anyone experienced this problem? I'm attaching the log > showing full trace stack. > http://old.nabble.com/file/p26703929/localhost.2009-12-08.log > localhost.2009-12-08.log > -- > View this message in context: > http://old.nabble.com/Deploying-artifactory.war-fails-tp26703929p26703929.html > Sent from the Artifactory-Users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Return on Information: > Google Enterprise Search pays you back > Get the facts. > http://p.sf.net/sfu/google-dev2dev > _______________________________________________ > Artifactory-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/artifactory-users > -- Co. Founder and Chief Architect JFrog Ltd http://www.jfrog.org/ http://twitter.com/freddy33 ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
