On 9 Mar 2010, at 22:12, Ross Gardler wrote:
On 07/03/2010 11:30, Scott Wilson wrote:Wookie now won't run on my system either - I think the latest changes tothe build system have some problems.If mine were the commits that broke this then I apologise and recommend you roll back those commits.I was in the middle of some work when my wife went into labour so may well have done something silly.I'm not able to look at what I did right now, so revert the commits and get your build working again (if you have not already done so).
No worries, I found it and fixed it. Oh oh, and it looks like I just broke the build now :-(
RossI fixed a couple of trivial errors that prevented "ant" to complete on aclean build without errors (calls to "default" configs changed to "dev"). However "ant run" always then results in: [java] Initial SessionFactory creation failed.java.lang.ExceptionInInitializerError [java] 11:06:56,085 ERROR log:? - failedorg.mortbay.jetty.webapp.webappcont...@21eabe{/wookie,build/webapp/ wookie}[java] java.lang.ExceptionInInitializerError [java] atorg .apache .wookie.util.hibernate.HibernateUtil.<clinit>(HibernateUtil.java:35)[java] atorg .apache .wookie .server.ContextListener.contextInitialized(ContextListener.java:65)[java] atorg .mortbay .jetty.handler.ContextHandler.startContext(ContextHandler.java:530)[java] at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)[java] atorg .mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java: 1218)[java] atorg .mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java: 500)[java] atorg.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java: 448)[java] atorg .mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)[java] atorg .mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java: 117)[java] at org.mortbay.jetty.Server.doStart(Server.java:210) [java] atorg .mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)[java] at org.apache.wookie.server.Start.startServer(Start.java:89) [java] at org.apache.wookie.server.Start.main(Start.java:67) [java] Caused by: java.lang.ExceptionInInitializerError [java] at java.lang.Class.forName0(Native Method) [java] at java.lang.Class.forName(Class.java:164) [java] atorg .hibernate .connection .C3P0ConnectionProvider.configure(C3P0ConnectionProvider.java:114)[java] atorg .hibernate .connection .ConnectionProviderFactory .newConnectionProvider(ConnectionProviderFactory.java:137)[java] atorg .hibernate .connection .ConnectionProviderFactory .newConnectionProvider(ConnectionProviderFactory.java:79)[java] atorg .hibernate .cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java: 448)[java] atorg .hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:89)[java] atorg.hibernate.cfg.Configuration.buildSettings(Configuration.java: 2101)[java] atorg .hibernate.cfg.Configuration.buildSessionFactory(Configuration.java: 1325)[java] atorg .apache .wookie.util.hibernate.HibernateUtil.<clinit>(HibernateUtil.java:31)[java] ... 12 more [java] Caused by: java.lang.SecurityException: sealing violation: package org.apache.derby.iapi.jdbc is sealedWhich would explain the "404" error Steve recently reported; I get thesame when trying to view /wookie in a browser S
smime.p7s
Description: S/MIME cryptographic signature
