You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Kheldar666 <ma...@liber-mundi.org> on 2008/05/26 17:14:19 UTC

Tapestry-5.0.12-SNAPSHOT Runtime Error

Hello everybody,

Since this morning, after updating my T5 Snapshot, I have this error when
launching my application with Jetty plugin :

17:08:33.678 INFO   [main]
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:209)
>09> Root WebApplicationContext: initialization completed in 4401 ms
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/tapestry/ioc/ObjectProvider
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:242)
	at org.apache.tapestry5.ioc.RegistryBuilder.add(RegistryBuilder.java:146)
	at
org.apache.tapestry5.ioc.IOCUtilities.addModulesInList(IOCUtilities.java:120)
	at
org.apache.tapestry5.ioc.IOCUtilities.addModulesInManifest(IOCUtilities.java:104)
	at
org.apache.tapestry5.ioc.IOCUtilities.addDefaultModules(IOCUtilities.java:76)
	at
org.apache.tapestry5.internal.TapestryAppInitializer.<init>(TapestryAppInitializer.java:75)
	at org.apache.tapestry5.TapestryFilter.init(TapestryFilter.java:72)
	at org.mortbay.jetty.servlet.FilterHolder.start(FilterHolder.java:71)
	at
org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:310)
	at
org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:509)
	at org.mortbay.util.Container.start(Container.java:72)
	at org.mortbay.http.HttpServer.doStart(HttpServer.java:708)
	at org.mortbay.util.Container.start(Container.java:72)
	at com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:282)
	at com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:104)
	at com.iw.plugins.jettyrunner.PluginRunner.main(PluginRunner.java:75)

Is this a bug that comes from the nightly build ?

Martin
-- 
View this message in context: http://www.nabble.com/Tapestry-5.0.12-SNAPSHOT-Runtime-Error-tp17473797p17473797.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


RE: Tapestry-5.0.12-SNAPSHOT

Posted by Jonathan Barker <jo...@gmail.com>.
NoClassDefFound errors after an upgrade are usually caused by a mixture of
old and new Tapestry jars.  Look out for jar duplication.


> -----Original Message-----
> From: Kheldar666 [mailto:martin@liber-mundi.org]
> Sent: Monday, May 26, 2008 11:14 AM
> To: users@tapestry.apache.org
> Subject: Tapestry-5.0.12-SNAPSHOT
> 
> 
> Hello everybody,
> 
> Since this morning, after updating my T5 Snapshot, I have this error when
> launching my application with Jetty plugin :
> 
> 17:08:33.678 INFO   [main]
> org.springframework.web.context.ContextLoader.initWebApplicationContext(Co
> ntextLoader.java:209)
> >09> Root WebApplicationContext: initialization completed in 4401 ms
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/tapestry/ioc/ObjectProvider
> 	at java.lang.Class.forName0(Native Method)
> 	at java.lang.Class.forName(Class.java:242)
> 	at
> org.apache.tapestry5.ioc.RegistryBuilder.add(RegistryBuilder.java:146)
> 	at
> org.apache.tapestry5.ioc.IOCUtilities.addModulesInList(IOCUtilities.java:1
> 20)
> 	at
> org.apache.tapestry5.ioc.IOCUtilities.addModulesInManifest(IOCUtilities.ja
> va:104)
> 	at
> org.apache.tapestry5.ioc.IOCUtilities.addDefaultModules(IOCUtilities.java:
> 76)
> 	at
> org.apache.tapestry5.internal.TapestryAppInitializer.<init>(TapestryAppIni
> tializer.java:75)
> 	at org.apache.tapestry5.TapestryFilter.init(TapestryFilter.java:72)
> 	at
> org.mortbay.jetty.servlet.FilterHolder.start(FilterHolder.java:71)
> 	at
> org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebAppl
> icationHandler.java:310)
> 	at
> org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationCont
> ext.java:509)
> 	at org.mortbay.util.Container.start(Container.java:72)
> 	at org.mortbay.http.HttpServer.doStart(HttpServer.java:708)
> 	at org.mortbay.util.Container.start(Container.java:72)
> 	at
> com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:282)
> 	at
> com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:104)
> 	at
> com.iw.plugins.jettyrunner.PluginRunner.main(PluginRunner.java:75)
> 
> Is this a bug that comes from the nightly build ?
> 
> Martin
> --
> View this message in context: http://www.nabble.com/Tapestry-5.0.12-
> SNAPSHOT-tp17473797p17473797.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry-5.0.12-SNAPSHOT

Posted by zack1403 <za...@gmail.com>.
Thanks for the T5 components tip on upgrade to 5.0.12.  I would have been
stuck on that for a while had I not found this post. Updated POM with
current t5-contrib/commons fixed the error

Zack

Tobias Wehrum wrote:
> 
> Maybe an old T5C commons/contrib? That was it for me last two times I 
> had such a problem...
> 
> Stephane Decleire schrieb:
>> Your application use a library wich in turn use a version of Tapestry 
>> previous to the 5.0.12
>>
>> Stephane
>>
>> Kheldar666 a écrit :
>>> Yes...
>>>
>>>
>>> Adam Zimowski wrote:
>>>  
>>>> Did you synced up tapestry-ioc with latest?
>>>>
>>>> On Mon, May 26, 2008 at 11:58 AM, Kheldar666 <ma...@liber-mundi.org>
>>>> wrote:
>>>>    
>>>>> Yes I saw that... but the problem don't come from that I think... I 
>>>>> never
>>>>> use
>>>>>
>>>>> org.apache.tapestry5.ioc.ObjectProvider
>>>>>
>>>>> That seems to appends at Registry Startup juste after Spring Web
>>>>> ApplicationContext initialisation.
>>>>>
>>>>> Martin
>>>>>
>>>>>
>>>>> dleffel wrote:
>>>>>      
>>>>>> Have you noted that in the 5.0.12-SNAPSHOT, the packages have been
>>>>>> renamed
>>>>>> to org.apache.tapestry*5*?
>>>>>>
>>>>>> On Mon, May 26, 2008 at 8:13 AM, Kheldar666 <ma...@liber-mundi.org>
>>>>>> wrote:
>>>>>>
>>>>>>        
>>>>>>> Hello everybody,
>>>>>>>
>>>>>>> Since this morning, after updating my T5 Snapshot, I have this error
>>>>>>> when
>>>>>>> launching my application with Jetty plugin :
>>>>>>>
>>>>>>> 17:08:33.678 INFO   [main]
>>>>>>>
>>>>>>> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:209) 
>>>>>>>
>>>>>>>          
>>>>>>>> 09> Root WebApplicationContext: initialization completed in 4401 ms
>>>>>>>>             
>>>>>>> Exception in thread "main" java.lang.NoClassDefFoundError:
>>>>>>> org/apache/tapestry/ioc/ObjectProvider
>>>>>>>        at java.lang.Class.forName0(Native Method)
>>>>>>>        at java.lang.Class.forName(Class.java:242)
>>>>>>>        at
>>>>>>> org.apache.tapestry5.ioc.RegistryBuilder.add(RegistryBuilder.java:146) 
>>>>>>>
>>>>>>>        at
>>>>>>>
>>>>>>> org.apache.tapestry5.ioc.IOCUtilities.addModulesInList(IOCUtilities.java:120) 
>>>>>>>
>>>>>>>        at
>>>>>>>
>>>>>>> org.apache.tapestry5.ioc.IOCUtilities.addModulesInManifest(IOCUtilities.java:104) 
>>>>>>>
>>>>>>>        at
>>>>>>>
>>>>>>> org.apache.tapestry5.ioc.IOCUtilities.addDefaultModules(IOCUtilities.java:76) 
>>>>>>>
>>>>>>>        at
>>>>>>>
>>>>>>> org.apache.tapestry5.internal.TapestryAppInitializer.<init>(TapestryAppInitializer.java:75) 
>>>>>>>
>>>>>>>        at
>>>>>>> org.apache.tapestry5.TapestryFilter.init(TapestryFilter.java:72)
>>>>>>>        at
>>>>>>> org.mortbay.jetty.servlet.FilterHolder.start(FilterHolder.java:71)
>>>>>>>        at
>>>>>>>
>>>>>>> org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:310) 
>>>>>>>
>>>>>>>        at
>>>>>>>
>>>>>>> org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:509) 
>>>>>>>
>>>>>>>        at org.mortbay.util.Container.start(Container.java:72)
>>>>>>>        at org.mortbay.http.HttpServer.doStart(HttpServer.java:708)
>>>>>>>        at org.mortbay.util.Container.start(Container.java:72)
>>>>>>>        at
>>>>>>> com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:282) 
>>>>>>>
>>>>>>>        at
>>>>>>> com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:104) 
>>>>>>>
>>>>>>>        at
>>>>>>> com.iw.plugins.jettyrunner.PluginRunner.main(PluginRunner.java:75)
>>>>>>>
>>>>>>> Is this a bug that comes from the nightly build ?
>>>>>>>
>>>>>>> Martin
>>>>>>> -- 
>>>>>>> View this message in context:
>>>>>>> http://www.nabble.com/Tapestry-5.0.12-SNAPSHOT-tp17473797p17473797.html 
>>>>>>>
>>>>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>>>>
>>>>>>>
>>>>>>> --------------------------------------------------------------------- 
>>>>>>>
>>>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>>>
>>>>>>>
>>>>>>>           
>>>>>>         
>>>>> -- 
>>>>> View this message in context:
>>>>> http://www.nabble.com/Tapestry-5.0.12-SNAPSHOT-Runtime-Error-tp17473797p17475450.html 
>>>>>
>>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>
>>>>>
>>>>>       
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>
>>>>
>>>>
>>>>     
>>>
>>>   
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Tapestry-5.0.12-SNAPSHOT-Runtime-Error-tp17473797p17572862.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry-5.0.12-SNAPSHOT

Posted by Stephane Decleire <sd...@cariboo-networks.com>.
For me, it was Acegi ...

Tobias Wehrum a écrit :
> Maybe an old T5C commons/contrib? That was it for me last two times I 
> had such a problem...
>
> Stephane Decleire schrieb:
>> Your application use a library wich in turn use a version of Tapestry 
>> previous to the 5.0.12
>>
>> Stephane
>>
>> Kheldar666 a écrit :
>>> Yes...
>>>
>>>
>>> Adam Zimowski wrote:
>>>  
>>>> Did you synced up tapestry-ioc with latest?
>>>>
>>>> On Mon, May 26, 2008 at 11:58 AM, Kheldar666 <ma...@liber-mundi.org>
>>>> wrote:
>>>>   
>>>>> Yes I saw that... but the problem don't come from that I think... 
>>>>> I never
>>>>> use
>>>>>
>>>>> org.apache.tapestry5.ioc.ObjectProvider
>>>>>
>>>>> That seems to appends at Registry Startup juste after Spring Web
>>>>> ApplicationContext initialisation.
>>>>>
>>>>> Martin
>>>>>
>>>>>
>>>>> dleffel wrote:
>>>>>     
>>>>>> Have you noted that in the 5.0.12-SNAPSHOT, the packages have been
>>>>>> renamed
>>>>>> to org.apache.tapestry*5*?
>>>>>>
>>>>>> On Mon, May 26, 2008 at 8:13 AM, Kheldar666 <ma...@liber-mundi.org>
>>>>>> wrote:
>>>>>>
>>>>>>       
>>>>>>> Hello everybody,
>>>>>>>
>>>>>>> Since this morning, after updating my T5 Snapshot, I have this 
>>>>>>> error
>>>>>>> when
>>>>>>> launching my application with Jetty plugin :
>>>>>>>
>>>>>>> 17:08:33.678 INFO   [main]
>>>>>>>
>>>>>>> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:209) 
>>>>>>>
>>>>>>>         
>>>>>>>> 09> Root WebApplicationContext: initialization completed in 
>>>>>>>> 4401 ms
>>>>>>>>             
>>>>>>> Exception in thread "main" java.lang.NoClassDefFoundError:
>>>>>>> org/apache/tapestry/ioc/ObjectProvider
>>>>>>>        at java.lang.Class.forName0(Native Method)
>>>>>>>        at java.lang.Class.forName(Class.java:242)
>>>>>>>        at
>>>>>>> org.apache.tapestry5.ioc.RegistryBuilder.add(RegistryBuilder.java:146) 
>>>>>>>
>>>>>>>        at
>>>>>>>
>>>>>>> org.apache.tapestry5.ioc.IOCUtilities.addModulesInList(IOCUtilities.java:120) 
>>>>>>>
>>>>>>>        at
>>>>>>>
>>>>>>> org.apache.tapestry5.ioc.IOCUtilities.addModulesInManifest(IOCUtilities.java:104) 
>>>>>>>
>>>>>>>        at
>>>>>>>
>>>>>>> org.apache.tapestry5.ioc.IOCUtilities.addDefaultModules(IOCUtilities.java:76) 
>>>>>>>
>>>>>>>        at
>>>>>>>
>>>>>>> org.apache.tapestry5.internal.TapestryAppInitializer.<init>(TapestryAppInitializer.java:75) 
>>>>>>>
>>>>>>>        at
>>>>>>> org.apache.tapestry5.TapestryFilter.init(TapestryFilter.java:72)
>>>>>>>        at
>>>>>>> org.mortbay.jetty.servlet.FilterHolder.start(FilterHolder.java:71)
>>>>>>>        at
>>>>>>>
>>>>>>> org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:310) 
>>>>>>>
>>>>>>>        at
>>>>>>>
>>>>>>> org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:509) 
>>>>>>>
>>>>>>>        at org.mortbay.util.Container.start(Container.java:72)
>>>>>>>        at org.mortbay.http.HttpServer.doStart(HttpServer.java:708)
>>>>>>>        at org.mortbay.util.Container.start(Container.java:72)
>>>>>>>        at
>>>>>>> com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:282) 
>>>>>>>
>>>>>>>        at
>>>>>>> com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:104) 
>>>>>>>
>>>>>>>        at
>>>>>>> com.iw.plugins.jettyrunner.PluginRunner.main(PluginRunner.java:75)
>>>>>>>
>>>>>>> Is this a bug that comes from the nightly build ?
>>>>>>>
>>>>>>> Martin
>>>>>>> -- 
>>>>>>> View this message in context:
>>>>>>> http://www.nabble.com/Tapestry-5.0.12-SNAPSHOT-tp17473797p17473797.html 
>>>>>>>
>>>>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>>>>
>>>>>>>
>>>>>>> --------------------------------------------------------------------- 
>>>>>>>
>>>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>>>
>>>>>>>
>>>>>>>           
>>>>>>         
>>>>> -- 
>>>>> View this message in context:
>>>>> http://www.nabble.com/Tapestry-5.0.12-SNAPSHOT-Runtime-Error-tp17473797p17475450.html 
>>>>>
>>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>
>>>>>
>>>>>       
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>
>>>>
>>>>
>>>>     
>>>
>>>   
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>

Re: Tapestry-5.0.12-SNAPSHOT

Posted by Tobias Wehrum <Le...@dragonlab.de>.
Maybe an old T5C commons/contrib? That was it for me last two times I 
had such a problem...

Stephane Decleire schrieb:
> Your application use a library wich in turn use a version of Tapestry 
> previous to the 5.0.12
>
> Stephane
>
> Kheldar666 a écrit :
>> Yes...
>>
>>
>> Adam Zimowski wrote:
>>  
>>> Did you synced up tapestry-ioc with latest?
>>>
>>> On Mon, May 26, 2008 at 11:58 AM, Kheldar666 <ma...@liber-mundi.org>
>>> wrote:
>>>    
>>>> Yes I saw that... but the problem don't come from that I think... I 
>>>> never
>>>> use
>>>>
>>>> org.apache.tapestry5.ioc.ObjectProvider
>>>>
>>>> That seems to appends at Registry Startup juste after Spring Web
>>>> ApplicationContext initialisation.
>>>>
>>>> Martin
>>>>
>>>>
>>>> dleffel wrote:
>>>>      
>>>>> Have you noted that in the 5.0.12-SNAPSHOT, the packages have been
>>>>> renamed
>>>>> to org.apache.tapestry*5*?
>>>>>
>>>>> On Mon, May 26, 2008 at 8:13 AM, Kheldar666 <ma...@liber-mundi.org>
>>>>> wrote:
>>>>>
>>>>>        
>>>>>> Hello everybody,
>>>>>>
>>>>>> Since this morning, after updating my T5 Snapshot, I have this error
>>>>>> when
>>>>>> launching my application with Jetty plugin :
>>>>>>
>>>>>> 17:08:33.678 INFO   [main]
>>>>>>
>>>>>> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:209) 
>>>>>>
>>>>>>          
>>>>>>> 09> Root WebApplicationContext: initialization completed in 4401 ms
>>>>>>>             
>>>>>> Exception in thread "main" java.lang.NoClassDefFoundError:
>>>>>> org/apache/tapestry/ioc/ObjectProvider
>>>>>>        at java.lang.Class.forName0(Native Method)
>>>>>>        at java.lang.Class.forName(Class.java:242)
>>>>>>        at
>>>>>> org.apache.tapestry5.ioc.RegistryBuilder.add(RegistryBuilder.java:146) 
>>>>>>
>>>>>>        at
>>>>>>
>>>>>> org.apache.tapestry5.ioc.IOCUtilities.addModulesInList(IOCUtilities.java:120) 
>>>>>>
>>>>>>        at
>>>>>>
>>>>>> org.apache.tapestry5.ioc.IOCUtilities.addModulesInManifest(IOCUtilities.java:104) 
>>>>>>
>>>>>>        at
>>>>>>
>>>>>> org.apache.tapestry5.ioc.IOCUtilities.addDefaultModules(IOCUtilities.java:76) 
>>>>>>
>>>>>>        at
>>>>>>
>>>>>> org.apache.tapestry5.internal.TapestryAppInitializer.<init>(TapestryAppInitializer.java:75) 
>>>>>>
>>>>>>        at
>>>>>> org.apache.tapestry5.TapestryFilter.init(TapestryFilter.java:72)
>>>>>>        at
>>>>>> org.mortbay.jetty.servlet.FilterHolder.start(FilterHolder.java:71)
>>>>>>        at
>>>>>>
>>>>>> org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:310) 
>>>>>>
>>>>>>        at
>>>>>>
>>>>>> org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:509) 
>>>>>>
>>>>>>        at org.mortbay.util.Container.start(Container.java:72)
>>>>>>        at org.mortbay.http.HttpServer.doStart(HttpServer.java:708)
>>>>>>        at org.mortbay.util.Container.start(Container.java:72)
>>>>>>        at
>>>>>> com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:282) 
>>>>>>
>>>>>>        at
>>>>>> com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:104) 
>>>>>>
>>>>>>        at
>>>>>> com.iw.plugins.jettyrunner.PluginRunner.main(PluginRunner.java:75)
>>>>>>
>>>>>> Is this a bug that comes from the nightly build ?
>>>>>>
>>>>>> Martin
>>>>>> -- 
>>>>>> View this message in context:
>>>>>> http://www.nabble.com/Tapestry-5.0.12-SNAPSHOT-tp17473797p17473797.html 
>>>>>>
>>>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>>>
>>>>>>
>>>>>> --------------------------------------------------------------------- 
>>>>>>
>>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>>
>>>>>>
>>>>>>           
>>>>>         
>>>> -- 
>>>> View this message in context:
>>>> http://www.nabble.com/Tapestry-5.0.12-SNAPSHOT-Runtime-Error-tp17473797p17475450.html 
>>>>
>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>
>>>>
>>>>       
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>
>>>
>>>
>>>     
>>
>>   
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry-5.0.12-SNAPSHOT

Posted by Stephane Decleire <sd...@cariboo-networks.com>.
Your application use a library wich in turn use a version of Tapestry 
previous to the 5.0.12

Stephane

Kheldar666 a écrit :
> Yes... 
>
>
>
> Adam Zimowski wrote:
>   
>> Did you synced up tapestry-ioc with latest?
>>
>> On Mon, May 26, 2008 at 11:58 AM, Kheldar666 <ma...@liber-mundi.org>
>> wrote:
>>     
>>> Yes I saw that... but the problem don't come from that I think... I never
>>> use
>>>
>>> org.apache.tapestry5.ioc.ObjectProvider
>>>
>>> That seems to appends at Registry Startup juste after Spring Web
>>> ApplicationContext initialisation.
>>>
>>> Martin
>>>
>>>
>>> dleffel wrote:
>>>       
>>>> Have you noted that in the 5.0.12-SNAPSHOT, the packages have been
>>>> renamed
>>>> to org.apache.tapestry*5*?
>>>>
>>>> On Mon, May 26, 2008 at 8:13 AM, Kheldar666 <ma...@liber-mundi.org>
>>>> wrote:
>>>>
>>>>         
>>>>> Hello everybody,
>>>>>
>>>>> Since this morning, after updating my T5 Snapshot, I have this error
>>>>> when
>>>>> launching my application with Jetty plugin :
>>>>>
>>>>> 17:08:33.678 INFO   [main]
>>>>>
>>>>> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:209)
>>>>>           
>>>>>> 09> Root WebApplicationContext: initialization completed in 4401 ms
>>>>>>             
>>>>> Exception in thread "main" java.lang.NoClassDefFoundError:
>>>>> org/apache/tapestry/ioc/ObjectProvider
>>>>>        at java.lang.Class.forName0(Native Method)
>>>>>        at java.lang.Class.forName(Class.java:242)
>>>>>        at
>>>>> org.apache.tapestry5.ioc.RegistryBuilder.add(RegistryBuilder.java:146)
>>>>>        at
>>>>>
>>>>> org.apache.tapestry5.ioc.IOCUtilities.addModulesInList(IOCUtilities.java:120)
>>>>>        at
>>>>>
>>>>> org.apache.tapestry5.ioc.IOCUtilities.addModulesInManifest(IOCUtilities.java:104)
>>>>>        at
>>>>>
>>>>> org.apache.tapestry5.ioc.IOCUtilities.addDefaultModules(IOCUtilities.java:76)
>>>>>        at
>>>>>
>>>>> org.apache.tapestry5.internal.TapestryAppInitializer.<init>(TapestryAppInitializer.java:75)
>>>>>        at
>>>>> org.apache.tapestry5.TapestryFilter.init(TapestryFilter.java:72)
>>>>>        at
>>>>> org.mortbay.jetty.servlet.FilterHolder.start(FilterHolder.java:71)
>>>>>        at
>>>>>
>>>>> org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:310)
>>>>>        at
>>>>>
>>>>> org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:509)
>>>>>        at org.mortbay.util.Container.start(Container.java:72)
>>>>>        at org.mortbay.http.HttpServer.doStart(HttpServer.java:708)
>>>>>        at org.mortbay.util.Container.start(Container.java:72)
>>>>>        at
>>>>> com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:282)
>>>>>        at
>>>>> com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:104)
>>>>>        at
>>>>> com.iw.plugins.jettyrunner.PluginRunner.main(PluginRunner.java:75)
>>>>>
>>>>> Is this a bug that comes from the nightly build ?
>>>>>
>>>>> Martin
>>>>> --
>>>>> View this message in context:
>>>>> http://www.nabble.com/Tapestry-5.0.12-SNAPSHOT-tp17473797p17473797.html
>>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>
>>>>>
>>>>>           
>>>>         
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Tapestry-5.0.12-SNAPSHOT-Runtime-Error-tp17473797p17475450.html
>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>
>>>
>>>       
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>>
>>     
>
>   

Re: Tapestry-5.0.12-SNAPSHOT

Posted by Kheldar666 <ma...@liber-mundi.org>.
Yes... 



Adam Zimowski wrote:
> 
> Did you synced up tapestry-ioc with latest?
> 
> On Mon, May 26, 2008 at 11:58 AM, Kheldar666 <ma...@liber-mundi.org>
> wrote:
>>
>> Yes I saw that... but the problem don't come from that I think... I never
>> use
>>
>> org.apache.tapestry5.ioc.ObjectProvider
>>
>> That seems to appends at Registry Startup juste after Spring Web
>> ApplicationContext initialisation.
>>
>> Martin
>>
>>
>> dleffel wrote:
>>>
>>> Have you noted that in the 5.0.12-SNAPSHOT, the packages have been
>>> renamed
>>> to org.apache.tapestry*5*?
>>>
>>> On Mon, May 26, 2008 at 8:13 AM, Kheldar666 <ma...@liber-mundi.org>
>>> wrote:
>>>
>>>>
>>>> Hello everybody,
>>>>
>>>> Since this morning, after updating my T5 Snapshot, I have this error
>>>> when
>>>> launching my application with Jetty plugin :
>>>>
>>>> 17:08:33.678 INFO   [main]
>>>>
>>>> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:209)
>>>> >09> Root WebApplicationContext: initialization completed in 4401 ms
>>>> Exception in thread "main" java.lang.NoClassDefFoundError:
>>>> org/apache/tapestry/ioc/ObjectProvider
>>>>        at java.lang.Class.forName0(Native Method)
>>>>        at java.lang.Class.forName(Class.java:242)
>>>>        at
>>>> org.apache.tapestry5.ioc.RegistryBuilder.add(RegistryBuilder.java:146)
>>>>        at
>>>>
>>>> org.apache.tapestry5.ioc.IOCUtilities.addModulesInList(IOCUtilities.java:120)
>>>>        at
>>>>
>>>> org.apache.tapestry5.ioc.IOCUtilities.addModulesInManifest(IOCUtilities.java:104)
>>>>        at
>>>>
>>>> org.apache.tapestry5.ioc.IOCUtilities.addDefaultModules(IOCUtilities.java:76)
>>>>        at
>>>>
>>>> org.apache.tapestry5.internal.TapestryAppInitializer.<init>(TapestryAppInitializer.java:75)
>>>>        at
>>>> org.apache.tapestry5.TapestryFilter.init(TapestryFilter.java:72)
>>>>        at
>>>> org.mortbay.jetty.servlet.FilterHolder.start(FilterHolder.java:71)
>>>>        at
>>>>
>>>> org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:310)
>>>>        at
>>>>
>>>> org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:509)
>>>>        at org.mortbay.util.Container.start(Container.java:72)
>>>>        at org.mortbay.http.HttpServer.doStart(HttpServer.java:708)
>>>>        at org.mortbay.util.Container.start(Container.java:72)
>>>>        at
>>>> com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:282)
>>>>        at
>>>> com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:104)
>>>>        at
>>>> com.iw.plugins.jettyrunner.PluginRunner.main(PluginRunner.java:75)
>>>>
>>>> Is this a bug that comes from the nightly build ?
>>>>
>>>> Martin
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/Tapestry-5.0.12-SNAPSHOT-tp17473797p17473797.html
>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>
>>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Tapestry-5.0.12-SNAPSHOT-Runtime-Error-tp17473797p17475450.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Tapestry-5.0.12-SNAPSHOT-Runtime-Error-tp17473797p17475615.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry-5.0.12-SNAPSHOT

Posted by Adam Zimowski <zi...@gmail.com>.
Did you synced up tapestry-ioc with latest?

On Mon, May 26, 2008 at 11:58 AM, Kheldar666 <ma...@liber-mundi.org> wrote:
>
> Yes I saw that... but the problem don't come from that I think... I never use
>
> org.apache.tapestry5.ioc.ObjectProvider
>
> That seems to appends at Registry Startup juste after Spring Web
> ApplicationContext initialisation.
>
> Martin
>
>
> dleffel wrote:
>>
>> Have you noted that in the 5.0.12-SNAPSHOT, the packages have been renamed
>> to org.apache.tapestry*5*?
>>
>> On Mon, May 26, 2008 at 8:13 AM, Kheldar666 <ma...@liber-mundi.org>
>> wrote:
>>
>>>
>>> Hello everybody,
>>>
>>> Since this morning, after updating my T5 Snapshot, I have this error when
>>> launching my application with Jetty plugin :
>>>
>>> 17:08:33.678 INFO   [main]
>>>
>>> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:209)
>>> >09> Root WebApplicationContext: initialization completed in 4401 ms
>>> Exception in thread "main" java.lang.NoClassDefFoundError:
>>> org/apache/tapestry/ioc/ObjectProvider
>>>        at java.lang.Class.forName0(Native Method)
>>>        at java.lang.Class.forName(Class.java:242)
>>>        at
>>> org.apache.tapestry5.ioc.RegistryBuilder.add(RegistryBuilder.java:146)
>>>        at
>>>
>>> org.apache.tapestry5.ioc.IOCUtilities.addModulesInList(IOCUtilities.java:120)
>>>        at
>>>
>>> org.apache.tapestry5.ioc.IOCUtilities.addModulesInManifest(IOCUtilities.java:104)
>>>        at
>>>
>>> org.apache.tapestry5.ioc.IOCUtilities.addDefaultModules(IOCUtilities.java:76)
>>>        at
>>>
>>> org.apache.tapestry5.internal.TapestryAppInitializer.<init>(TapestryAppInitializer.java:75)
>>>        at
>>> org.apache.tapestry5.TapestryFilter.init(TapestryFilter.java:72)
>>>        at
>>> org.mortbay.jetty.servlet.FilterHolder.start(FilterHolder.java:71)
>>>        at
>>>
>>> org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:310)
>>>        at
>>>
>>> org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:509)
>>>        at org.mortbay.util.Container.start(Container.java:72)
>>>        at org.mortbay.http.HttpServer.doStart(HttpServer.java:708)
>>>        at org.mortbay.util.Container.start(Container.java:72)
>>>        at
>>> com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:282)
>>>        at
>>> com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:104)
>>>        at
>>> com.iw.plugins.jettyrunner.PluginRunner.main(PluginRunner.java:75)
>>>
>>> Is this a bug that comes from the nightly build ?
>>>
>>> Martin
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Tapestry-5.0.12-SNAPSHOT-tp17473797p17473797.html
>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>
>>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/Tapestry-5.0.12-SNAPSHOT-Runtime-Error-tp17473797p17475450.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry-5.0.12-SNAPSHOT

Posted by Kheldar666 <ma...@liber-mundi.org>.
Yes I saw that... but the problem don't come from that I think... I never use 

org.apache.tapestry5.ioc.ObjectProvider

That seems to appends at Registry Startup juste after Spring Web
ApplicationContext initialisation.

Martin


dleffel wrote:
> 
> Have you noted that in the 5.0.12-SNAPSHOT, the packages have been renamed
> to org.apache.tapestry*5*?
> 
> On Mon, May 26, 2008 at 8:13 AM, Kheldar666 <ma...@liber-mundi.org>
> wrote:
> 
>>
>> Hello everybody,
>>
>> Since this morning, after updating my T5 Snapshot, I have this error when
>> launching my application with Jetty plugin :
>>
>> 17:08:33.678 INFO   [main]
>>
>> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:209)
>> >09> Root WebApplicationContext: initialization completed in 4401 ms
>> Exception in thread "main" java.lang.NoClassDefFoundError:
>> org/apache/tapestry/ioc/ObjectProvider
>>        at java.lang.Class.forName0(Native Method)
>>        at java.lang.Class.forName(Class.java:242)
>>        at
>> org.apache.tapestry5.ioc.RegistryBuilder.add(RegistryBuilder.java:146)
>>        at
>>
>> org.apache.tapestry5.ioc.IOCUtilities.addModulesInList(IOCUtilities.java:120)
>>        at
>>
>> org.apache.tapestry5.ioc.IOCUtilities.addModulesInManifest(IOCUtilities.java:104)
>>        at
>>
>> org.apache.tapestry5.ioc.IOCUtilities.addDefaultModules(IOCUtilities.java:76)
>>        at
>>
>> org.apache.tapestry5.internal.TapestryAppInitializer.<init>(TapestryAppInitializer.java:75)
>>        at
>> org.apache.tapestry5.TapestryFilter.init(TapestryFilter.java:72)
>>        at
>> org.mortbay.jetty.servlet.FilterHolder.start(FilterHolder.java:71)
>>        at
>>
>> org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:310)
>>        at
>>
>> org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:509)
>>        at org.mortbay.util.Container.start(Container.java:72)
>>        at org.mortbay.http.HttpServer.doStart(HttpServer.java:708)
>>        at org.mortbay.util.Container.start(Container.java:72)
>>        at
>> com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:282)
>>        at
>> com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:104)
>>        at
>> com.iw.plugins.jettyrunner.PluginRunner.main(PluginRunner.java:75)
>>
>> Is this a bug that comes from the nightly build ?
>>
>> Martin
>> --
>> View this message in context:
>> http://www.nabble.com/Tapestry-5.0.12-SNAPSHOT-tp17473797p17473797.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/Tapestry-5.0.12-SNAPSHOT-Runtime-Error-tp17473797p17475450.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry-5.0.12-SNAPSHOT

Posted by Daniel Leffel <da...@gmail.com>.
Have you noted that in the 5.0.12-SNAPSHOT, the packages have been renamed
to org.apache.tapestry*5*?

On Mon, May 26, 2008 at 8:13 AM, Kheldar666 <ma...@liber-mundi.org> wrote:

>
> Hello everybody,
>
> Since this morning, after updating my T5 Snapshot, I have this error when
> launching my application with Jetty plugin :
>
> 17:08:33.678 INFO   [main]
>
> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:209)
> >09> Root WebApplicationContext: initialization completed in 4401 ms
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/tapestry/ioc/ObjectProvider
>        at java.lang.Class.forName0(Native Method)
>        at java.lang.Class.forName(Class.java:242)
>        at
> org.apache.tapestry5.ioc.RegistryBuilder.add(RegistryBuilder.java:146)
>        at
>
> org.apache.tapestry5.ioc.IOCUtilities.addModulesInList(IOCUtilities.java:120)
>        at
>
> org.apache.tapestry5.ioc.IOCUtilities.addModulesInManifest(IOCUtilities.java:104)
>        at
>
> org.apache.tapestry5.ioc.IOCUtilities.addDefaultModules(IOCUtilities.java:76)
>        at
>
> org.apache.tapestry5.internal.TapestryAppInitializer.<init>(TapestryAppInitializer.java:75)
>        at org.apache.tapestry5.TapestryFilter.init(TapestryFilter.java:72)
>        at
> org.mortbay.jetty.servlet.FilterHolder.start(FilterHolder.java:71)
>        at
>
> org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:310)
>        at
>
> org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:509)
>        at org.mortbay.util.Container.start(Container.java:72)
>        at org.mortbay.http.HttpServer.doStart(HttpServer.java:708)
>        at org.mortbay.util.Container.start(Container.java:72)
>        at
> com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:282)
>        at
> com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:104)
>        at
> com.iw.plugins.jettyrunner.PluginRunner.main(PluginRunner.java:75)
>
> Is this a bug that comes from the nightly build ?
>
> Martin
> --
> View this message in context:
> http://www.nabble.com/Tapestry-5.0.12-SNAPSHOT-tp17473797p17473797.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: Tapestry-5.0.12-SNAPSHOT

Posted by Andy Pahne <ap...@net22.de>.
I think that the tapestry package has been renamed recently. But I don't 
use T5 yet, so check it for yourself...

Andy





Kheldar666 schrieb:
> Hello everybody,
> 
> Since this morning, after updating my T5 Snapshot, I have this error when
> launching my application with Jetty plugin :
> 
> 17:08:33.678 INFO   [main]
> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:209)
>> 09> Root WebApplicationContext: initialization completed in 4401 ms
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/tapestry/ioc/ObjectProvider
> 	at java.lang.Class.forName0(Native Method)
> 	at java.lang.Class.forName(Class.java:242)
> 	at org.apache.tapestry5.ioc.RegistryBuilder.add(RegistryBuilder.java:146)
> 	at
> org.apache.tapestry5.ioc.IOCUtilities.addModulesInList(IOCUtilities.java:120)
> 	at
> org.apache.tapestry5.ioc.IOCUtilities.addModulesInManifest(IOCUtilities.java:104)
> 	at
> org.apache.tapestry5.ioc.IOCUtilities.addDefaultModules(IOCUtilities.java:76)
> 	at
> org.apache.tapestry5.internal.TapestryAppInitializer.<init>(TapestryAppInitializer.java:75)
> 	at org.apache.tapestry5.TapestryFilter.init(TapestryFilter.java:72)
> 	at org.mortbay.jetty.servlet.FilterHolder.start(FilterHolder.java:71)
> 	at
> org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:310)
> 	at
> org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:509)
> 	at org.mortbay.util.Container.start(Container.java:72)
> 	at org.mortbay.http.HttpServer.doStart(HttpServer.java:708)
> 	at org.mortbay.util.Container.start(Container.java:72)
> 	at com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:282)
> 	at com.iw.plugins.jettyrunner.PluginRunner.launch(PluginRunner.java:104)
> 	at com.iw.plugins.jettyrunner.PluginRunner.main(PluginRunner.java:75)
> 
> Is this a bug that comes from the nightly build ?
> 
> Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org