Scala isn't Java 6 specific, but this particular version of Derby we're using seems to be. Maybe we could use an earlier version?
On Sun, Dec 13, 2009 at 7:12 AM, Richard Hirsch <[email protected]> wrote: > This error is linked to the database and that the driver isn't being > found. I'd check the log to see if there are some other derby-related > errors. Usually this isn't a problem. > > I don't think that derby is JDK 1.6 specific .... > > D. > > On Sun, Dec 13, 2009 at 1:53 AM, Anne Kathrine Petterøe > <[email protected]> wrote: >> Hi Markus, >> >> That is great news about Scala supporting 1.5! >> >> Benny Schaich tried to install it on NetWeaver 7.1 and 7.2, he opened a Jira >> task with the error he got: >> http://issues.apache.org/jira/browse/ESME-123 >> Jan Penninkhof also tried last week on NetWeaver 7.1 EhP1 and got the same >> error as Benny did. >> >> It would be interesting to see if it runs on the 1.6 based CE. Do you have >> access to it? >> >> /Anne >> >> >> On 13. des. 2009, at 00.34, Markus Kohler wrote: >> >>> Hi all, >>> David had asked my to speak up about the 1.5 support necesarry for >>> Enterprise applications on the Scala mailing list and the answer to my post >>> was that it was just decided that Scala 2.8 will run on 1.5. If I understand >>> it correctly it would be build with 1.5 primarily. >>> >>> I wonder whether anyone has got ESEM running on any web container with 1.5 >>> lately. >>> For me mvn jetty:run with JDK (after setting JAVA_HOME to the JDK 1.5 >>> directory) doesn't work. >>> I get: >>> >>> 2009-12-13 00:23:45.227:INFO::No Transaction manager found - if your webapp >>> req >>> ires one, please configure one. >>> java.sql.SQLException: No suitable driver >>> at java.sql.DriverManager.getConnection(DriverManager.java:545) >>> at java.sql.DriverManager.getConnection(DriverManager.java:193) >>> at bootstrap.liftweb.DBVendor$.createOne(Boot.scala:265) >>> at bootstrap.liftweb.DBVendor$.newConnection(Boot.scala:274) >>> at >>> net.liftweb.mapper.DB$$anonfun$2$$anonfun$apply$1.apply(DB.scala:95) >>> at >>> net.liftweb.mapper.DB$$anonfun$2$$anonfun$apply$1.apply(DB.scala:95) >>> at net.liftweb.common.EmptyBox.or(Box.scala:374) >>> at net.liftweb.mapper.DB$$anonfun$2.apply(DB.scala:95) >>> at net.liftweb.mapper.DB$$anonfun$2.apply(DB.scala:95) >>> at net.liftweb.common.Full.flatMap(Box.scala:332) >>> at net.liftweb.mapper.DB$.newConnection(DB.scala:95) >>> at net.liftweb.mapper.DB$.getConnection(DB.scala:160) >>> at net.liftweb.mapper.DB$.use(DB.scala:420) >>> at net.liftweb.mapper.Schemifier$.schemify(Schemifier.scala:54) >>> at net.liftweb.mapper.Schemifier$.schemify(Schemifier.scala:37) >>> at bootstrap.liftweb.Boot.boot(Boot.scala:76) >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>> at >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl >>> java:39) >>> at >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce >>> sorImpl.java:25) >>> at java.lang.reflect.Method.invoke(Method.java:585) >>> at >>> net.liftweb.util.ClassHelpers$$anonfun$createInvoker$1.apply(ClassHe >>> pers.scala:409) >>> at >>> net.liftweb.util.ClassHelpers$$anonfun$createInvoker$1.apply(ClassHe >>> pers.scala:407) >>> at >>> net.liftweb.http.DefaultBootstrap$$anonfun$boot$1.apply(LiftRules.sc >>> la:1259) >>> at >>> net.liftweb.http.DefaultBootstrap$$anonfun$boot$1.apply(LiftRules.sc >>> la:1259) >>> at net.liftweb.common.Full.map(Box.scala:330) >>> at net.liftweb.http.DefaultBootstrap$.boot(LiftRules.scala:1259) >>> at >>> net.liftweb.http.provider.HTTPProvider$class.bootLift(HTTPProvider.s >>> ala:70) >>> at net.liftweb.http.LiftFilter.bootLift(LiftServlet.scala:523) >>> at >>> net.liftweb.http.provider.servlet.ServletFilterProvider$class.init(S >>> rvletFilterProvider.scala:20) >>> at net.liftweb.http.LiftFilter.init(LiftServlet.scala:523) >>> at >>> org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:97) >>> at >>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java >>> 50) >>> at >>> org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.j >>> va:662) >>> at org.mortbay.jetty.servlet.Context.startContext(Context.java:140) >>> at >>> org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.ja >>> a:1250) >>> at >>> org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java >>> 517) >>> at >>> org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:46 >>> ) >>> at >>> org.mortbay.jetty.plugin.Jetty6PluginWebAppContext.doStart(Jetty6Plu >>> inWebAppContext.java:115) >>> at >>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java >>> 50) >>> at >>> org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollectio >>> .java:152) >>> at >>> org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHa >>> dlerCollection.java:156) >>> at >>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java >>> 50) >>> at >>> org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollectio >>> .java:152) >>> at >>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java >>> 50) >>> at >>> org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java >>> 130) >>> at org.mortbay.jetty.Server.doStart(Server.java:224) >>> at >>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java >>> 50) >>> at >>> org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer >>> java:132) >>> at >>> org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyM >>> jo.java:441) >>> at >>> org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo >>> java:383) >>> at >>> org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyR >>> nMojo.java:210) >>> at >>> org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:18 >>> ) >>> at >>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlug >>> nManager.java:483) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Def >>> ultLifecycleExecutor.java:678) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandalon >>> Goal(DefaultLifecycleExecutor.java:553) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defa >>> ltLifecycleExecutor.java:523) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHa >>> dleFailures(DefaultLifecycleExecutor.java:371) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegme >>> ts(DefaultLifecycleExecutor.java:332) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultL >>> fecycleExecutor.java:181) >>> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356) >>> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137) >>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) >>> at >>> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java: >>> 1) >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>> at >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl >>> java:39) >>> at >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce >>> sorImpl.java:25) >>> at java.lang.reflect.Method.invoke(Method.java:585) >>> at >>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >>> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >>> at >>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430 >>> >>> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >>> ERROR - Failed to Boot >>> java.lang.NullPointerException: Looking for Connection Identifier >>> ConnectionIde >>> tifier(esme) but failed to find either a JNDI data source with the name esme >>> or >>> a lift connection manager with the correct name >>> at >>> net.liftweb.mapper.DB$$anonfun$3$$anonfun$apply$8.apply(DB.scala:102 >>> >>> at >>> net.liftweb.mapper.DB$$anonfun$3$$anonfun$apply$8.apply(DB.scala:102 >>> >>> at net.liftweb.common.EmptyBox.openOr(Box.scala:372) >>> at net.liftweb.mapper.DB$$anonfun$3.apply(DB.scala:101) >>> at net.liftweb.mapper.DB$$anonfun$3.apply(DB.scala:101) >>> at net.liftweb.common.EmptyBox.openOr(Box.scala:372) >>> at net.liftweb.mapper.DB$.newConnection(DB.scala:95) >>> at net.liftweb.mapper.DB$.getConnection(DB.scala:160) >>> at net.liftweb.mapper.DB$.use(DB.scala:420) >>> at net.liftweb.mapper.Schemifier$.schemify(Schemifier.scala:54) >>> at net.liftweb.mapper.Schemifier$.schemify(Schemifier.scala:37) >>> at bootstrap.liftweb.Boot.boot(Boot.scala:76) >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>> at >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl >>> java:39) >>> at >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce >>> sorImpl.java:25) >>> at java.lang.reflect.Method.invoke(Method.java:585) >>> at >>> net.liftweb.util.ClassHelpers$$anonfun$createInvoker$1.apply(ClassHe >>> pers.scala:409) >>> at >>> net.liftweb.util.ClassHelpers$$anonfun$createInvoker$1.apply(ClassHe >>> pers.scala:407) >>> at >>> net.liftweb.http.DefaultBootstrap$$anonfun$boot$1.apply(LiftRules.sc >>> la:1259) >>> at >>> net.liftweb.http.DefaultBootstrap$$anonfun$boot$1.apply(LiftRules.sc >>> la:1259) >>> at net.liftweb.common.Full.map(Box.scala:330) >>> at net.liftweb.http.DefaultBootstrap$.boot(LiftRules.scala:1259) >>> at >>> net.liftweb.http.provider.HTTPProvider$class.bootLift(HTTPProvider.s >>> ala:70) >>> at net.liftweb.http.LiftFilter.bootLift(LiftServlet.scala:523) >>> at >>> net.liftweb.http.provider.servlet.ServletFilterProvider$class.init(S >>> rvletFilterProvider.scala:20) >>> at net.liftweb.http.LiftFilter.init(LiftServlet.scala:523) >>> at >>> org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:97) >>> at >>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java >>> 50) >>> at >>> org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.j >>> va:662) >>> at org.mortbay.jetty.servlet.Context.startContext(Context.java:140) >>> at >>> org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.ja >>> a:1250) >>> at >>> org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java >>> 517) >>> at >>> org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:46 >>> ) >>> at >>> org.mortbay.jetty.plugin.Jetty6PluginWebAppContext.doStart(Jetty6Plu >>> inWebAppContext.java:115) >>> at >>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java >>> 50) >>> at >>> org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollectio >>> .java:152) >>> at >>> org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHa >>> dlerCollection.java:156) >>> at >>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java >>> 50) >>> at >>> org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollectio >>> .java:152) >>> at >>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java >>> 50) >>> at >>> org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java >>> 130) >>> at org.mortbay.jetty.Server.doStart(Server.java:224) >>> at >>> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java >>> 50) >>> at >>> org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer >>> java:132) >>> at >>> org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyM >>> jo.java:441) >>> at >>> org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo >>> java:383) >>> at >>> org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyR >>> nMojo.java:210) >>> at >>> org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:18 >>> ) >>> at >>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlug >>> nManager.java:483) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Def >>> ultLifecycleExecutor.java:678) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandalon >>> Goal(DefaultLifecycleExecutor.java:553) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defa >>> ltLifecycleExecutor.java:523) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHa >>> dleFailures(DefaultLifecycleExecutor.java:371) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegme >>> ts(DefaultLifecycleExecutor.java:332) >>> at >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultL >>> fecycleExecutor.java:181) >>> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356) >>> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137) >>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) >>> at >>> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java: >>> 1) >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>> at >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl >>> java:39) >>> at >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce >>> sorImpl.java:25) >>> at java.lang.reflect.Method.invoke(Method.java:585) >>> at >>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >>> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >>> at >>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430 >>> >>> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >>> 2009-12-13 00:24:06.184:INFO::Started [email protected]:8080 >>> >>> Some SAP guy (I don't remember who it was) was also trying to the ESME >>> running on CE, but without success AFAIK.I >>> >>> Regards, >>> Markus >>> >>> >>> "The best way to predict the future is to invent it" -- Alan Kay >>> >>> >>> On Sat, Dec 12, 2009 at 5:35 PM, Anne Kathrine Petterøe >>> <[email protected]>wrote: >>> >>>> David, >>>> did you get a chance to check if we have some JDK 1.6 specific code? >>>> >>>> David also pointed out that there is a discussion on the Scala list about >>>> 1.5 vs 1.6 a couple of weeks ago. >>>> http://www.mail-archive.com/esme-dev%40incubator.apache.org/msg02184.html >>>> Did anyone follow this discussion? >>>> >>>> /Anne >>>> >>>> On 12. des. 2009, at 09.09, Richard Hirsch wrote: >>>> >>>>> http://issues.apache.org/jira/browse/ESME-123 >>>>> >>>>> Look at Benny's exception. >>>>> >>>>> It might be a JDK 1.5 vs 1.6 problem.... >>>>> >>>>> D. >>>>> >>>>> On Sat, Dec 12, 2009 at 7:55 AM, Markus Kohler <[email protected]> >>>> wrote: >>>>>> What exactly is the exception? >>>>>> Markus >>>>>> >>>>>> On Dec 12, 2009 5:25 AM, "Richard Hirsch" <[email protected]> >>>> wrote: >>>>>> >>>>>> I worked on the CE installation last night and had the same exception >>>>>> as the others mentioned on twitter and the Jira item. I don't know >>>>>> whether the problem is associated with the JDBC driver or other >>>>>> database-related functionality. >>>>>> >>>>>> I find the problem a little strange inasmuch as Darren had the old >>>>>> Google-Code based app running on the COIL CE environment last year. >>>>>> >>>>>> I'll return to this later, because I think my limited time is better >>>>>> allocated with other tasks at the current time. >>>>>> >>>>>> D. >>>>>> >>>>>> On Thu, Dec 10, 2009 at 1:49 PM, Daniel Koller <[email protected] >>>>> >>>>>> wrote: > SAP Composition E... >>>>>> >>>> >>>> >> >> >
