What's the error you are getting? If you are using JNDI I suggest you use glassfish server instead of jetty.
On Oct 9, 2012, at 4:43 PM, Marcus Furlong <mefurl...@hotmail.com> wrote: > > Hello Tapestry Users, > I've been following the Tapestry and have everything working. After enabling > JNDI through the Eclipse debug config ui and run jetty in debug then Tapestry > does not start. Any troubleshooting pointers? > Here is what the debug console in Eclipse is showing with JNDI > > > > > > > > > ......2012-10-09 16:21:43.072:INFO:oejs.Server:jetty-7.6.2.v20120308 > 2012-10-09 16:21:43.247:INFO:oejpw.PlusConfiguration:No Transaction manager > found - if your webapp requires one, please configure one. > 2012-10-09 16:21:43.394:INFO:oejsh.ContextHandler:started > o.e.j.w.WebAppContext{/tutorial1,[file:/Users/mefurlong/Documents/eclipseworkspace/tutorial1/src/main/webapp/]} > 2012-10-09 16:21:43.436:INFO:oejs.AbstractConnector:Started > SelectChannelConnector@0.0.0.0:8080 > If I disable JNDI then I get the following: > > > > > > > > > ......2012-10-09 16:39:00.251:INFO:oejs.Server:jetty-7.6.2.v20120308 > 2012-10-09 16:39:00.649:INFO:oejsh.ContextHandler:started > o.e.j.w.WebAppContext{/tutorial1,[file:/Users/mefurlong/Documents/eclipseworkspace/tutorial1/src/main/webapp/]} > [INFO] ioc.RegistryBuilder Adding module definition for class > org.apache.tapestry5.ioc.services.TapestryIOCModule > [INFO] ioc.RegistryBuilder Adding module definition for class > org.apache.tapestry5.hibernate.HibernateModule > [INFO] ioc.RegistryBuilder Adding module definition for class > org.apache.tapestry5.hibernate.HibernateCoreModule > [INFO] ioc.RegistryBuilder Adding module definition for class > org.apache.tapestry5.json.services.JSONModule........... > > > > > > > > 87.24% unrealized services (171/196) > > > Application 'app' (version 1.0-SNAPSHOT-DEV) startup time: 563 ms to build > IoC Registry, 1,568 ms overall. > > > ______ __ ____ > /_ __/__ ____ ___ ___ / /_______ __ / __/ > / / / _ `/ _ \/ -_|_-</ __/ __/ // / /__ \ > /_/ \_,_/ .__/\__/___/\__/_/ \_, / /____/ > /_/ /___/ 5.3.5 (development mode) > > > > > 2012-10-09 16:39:02.815:INFO:oejs.AbstractConnector:Started > SelectChannelConnector@0.0.0.0:8080 > > Thanks,Marcus > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org