You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Flavius <fl...@silverlion.com> on 2009/03/22 03:35:16 UTC

WicketStuff yui-parent yui examples war not deploying correctly


I just started looking at some of the JS framework integration a few days
ago on WicketStuff.
I am looking to do some drag & drop stuff and possibly looking for split
pane functionality.  I
am looking at YUI because a couple of people in here said the dnd stuff
worked better than
the scriptaculous dnd.

I pulled the source from trunk this afternoon and ran the maven build under
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/yui-parent.
mvn install.  It says it built the project plus the two sub projects.  

[INFO] Wicket YUI Integration - Parent ....................... SUCCESS
[49.375s]
[INFO] Wicket YUI Integration ................................ SUCCESS
[2:02.235s]
[INFO] Wicket YUI Integration - Examples ..................... SUCCESS
[21.328s]

However, when I drop the yui-examples-1.4-SNAPSHOT.war into tomcat (6.0.14),
I get an error on deployment.  It looks like some changes were checked in in
the last day or so.  I went
and pulled the 1.3.x version and built that and it starts up correctly.  Is
anybody else
getting this?

This is my tomcat console output:

INFO: Initializing Coyote HTTP/1.1 on http-80
Mar 21, 2009 7:24:37 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 675 ms
Mar 21, 2009 7:24:37 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Mar 21, 2009 7:24:37 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.14
Mar 21, 2009 7:24:37 PM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Mar 21, 2009 7:24:37 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/yui-examples-1.4-SNAPSHOT] startup failed due to previous
erro
rs
Mar 21, 2009 7:24:38 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-80
Mar 21, 2009 7:24:38 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Mar 21, 2009 7:24:38 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/62  config=null
Mar 21, 2009 7:24:38 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1164 ms

Thanks very much.
-- 
View this message in context: http://www.nabble.com/WicketStuff-yui-parent-yui-examples-war-not-deploying-correctly-tp22642685p22642685.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: WicketStuff yui-parent yui examples war not deploying correctly

Posted by Flavius <fl...@silverlion.com>.

Very cool.  Thanks guys.
I appreciate your help.


josh02 wrote:
> 
> Hi
> 
> I was updating yui examples but I run the examples using Jetty in eclipse.
> It was working for me. there was a missing dependency for slf4j in
> yui-example but I am not sure if had caused any problem for you in tomcat.
> 
> regards
> josh
> 
> 
> 
> 
> 
> 
> 
> 
> 2009/3/22 Flavius <fl...@silverlion.com>
> 
>>
>>
>> I just started looking at some of the JS framework integration a few days
>> ago on WicketStuff.
>> I am looking to do some drag & drop stuff and possibly looking for split
>> pane functionality.  I
>> am looking at YUI because a couple of people in here said the dnd stuff
>> worked better than
>> the scriptaculous dnd.
>>
>> I pulled the source from trunk this afternoon and ran the maven build
>> under
>>
>> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/yui-parent
>> .
>> mvn install.  It says it built the project plus the two sub projects.
>>
>> [INFO] Wicket YUI Integration - Parent ....................... SUCCESS
>> [49.375s]
>> [INFO] Wicket YUI Integration ................................ SUCCESS
>> [2:02.235s]
>> [INFO] Wicket YUI Integration - Examples ..................... SUCCESS
>> [21.328s]
>>
>> However, when I drop the yui-examples-1.4-SNAPSHOT.war into tomcat
>> (6.0.14),
>> I get an error on deployment.  It looks like some changes were checked in
>> in
>> the last day or so.  I went
>> and pulled the 1.3.x version and built that and it starts up correctly. 
>> Is
>> anybody else
>> getting this?
>>
>> This is my tomcat console output:
>>
>> INFO: Initializing Coyote HTTP/1.1 on http-80
>> Mar 21, 2009 7:24:37 PM org.apache.catalina.startup.Catalina load
>> INFO: Initialization processed in 675 ms
>> Mar 21, 2009 7:24:37 PM org.apache.catalina.core.StandardService start
>> INFO: Starting service Catalina
>> Mar 21, 2009 7:24:37 PM org.apache.catalina.core.StandardEngine start
>> INFO: Starting Servlet Engine: Apache Tomcat/6.0.14
>> Mar 21, 2009 7:24:37 PM org.apache.catalina.core.StandardContext start
>> SEVERE: Error filterStart
>> Mar 21, 2009 7:24:37 PM org.apache.catalina.core.StandardContext start
>> SEVERE: Context [/yui-examples-1.4-SNAPSHOT] startup failed due to
>> previous
>> erro
>> rs
>> Mar 21, 2009 7:24:38 PM org.apache.coyote.http11.Http11Protocol start
>> INFO: Starting Coyote HTTP/1.1 on http-80
>> Mar 21, 2009 7:24:38 PM org.apache.jk.common.ChannelSocket init
>> INFO: JK: ajp13 listening on /0.0.0.0:8009
>> Mar 21, 2009 7:24:38 PM org.apache.jk.server.JkMain start
>> INFO: Jk running ID=0 time=0/62  config=null
>> Mar 21, 2009 7:24:38 PM org.apache.catalina.startup.Catalina start
>> INFO: Server startup in 1164 ms
>>
>> Thanks very much.
>> --
>> View this message in context:
>> http://www.nabble.com/WicketStuff-yui-parent-yui-examples-war-not-deploying-correctly-tp22642685p22642685.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/WicketStuff-yui-parent-yui-examples-war-not-deploying-correctly-tp22642685p22660571.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: WicketStuff yui-parent yui examples war not deploying correctly

Posted by James Carman <jc...@carmanconsulting.com>.
Yes, that was my bad.  I've been doing some clean-up of the
dependencies in wicketstuff-core.  It appears to be working now,
though.

On Mon, Mar 23, 2009 at 5:59 AM, Joshua Lim <li...@gmail.com> wrote:
> Hi
>
> I was updating yui examples but I run the examples using Jetty in eclipse.
> It was working for me. there was a missing dependency for slf4j in
> yui-example but I am not sure if had caused any problem for you in tomcat.
>
> regards
> josh
>
>
>
>
>
>
>
>
> 2009/3/22 Flavius <fl...@silverlion.com>
>
>>
>>
>> I just started looking at some of the JS framework integration a few days
>> ago on WicketStuff.
>> I am looking to do some drag & drop stuff and possibly looking for split
>> pane functionality.  I
>> am looking at YUI because a couple of people in here said the dnd stuff
>> worked better than
>> the scriptaculous dnd.
>>
>> I pulled the source from trunk this afternoon and ran the maven build under
>>
>> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/yui-parent
>> .
>> mvn install.  It says it built the project plus the two sub projects.
>>
>> [INFO] Wicket YUI Integration - Parent ....................... SUCCESS
>> [49.375s]
>> [INFO] Wicket YUI Integration ................................ SUCCESS
>> [2:02.235s]
>> [INFO] Wicket YUI Integration - Examples ..................... SUCCESS
>> [21.328s]
>>
>> However, when I drop the yui-examples-1.4-SNAPSHOT.war into tomcat
>> (6.0.14),
>> I get an error on deployment.  It looks like some changes were checked in
>> in
>> the last day or so.  I went
>> and pulled the 1.3.x version and built that and it starts up correctly.  Is
>> anybody else
>> getting this?
>>
>> This is my tomcat console output:
>>
>> INFO: Initializing Coyote HTTP/1.1 on http-80
>> Mar 21, 2009 7:24:37 PM org.apache.catalina.startup.Catalina load
>> INFO: Initialization processed in 675 ms
>> Mar 21, 2009 7:24:37 PM org.apache.catalina.core.StandardService start
>> INFO: Starting service Catalina
>> Mar 21, 2009 7:24:37 PM org.apache.catalina.core.StandardEngine start
>> INFO: Starting Servlet Engine: Apache Tomcat/6.0.14
>> Mar 21, 2009 7:24:37 PM org.apache.catalina.core.StandardContext start
>> SEVERE: Error filterStart
>> Mar 21, 2009 7:24:37 PM org.apache.catalina.core.StandardContext start
>> SEVERE: Context [/yui-examples-1.4-SNAPSHOT] startup failed due to previous
>> erro
>> rs
>> Mar 21, 2009 7:24:38 PM org.apache.coyote.http11.Http11Protocol start
>> INFO: Starting Coyote HTTP/1.1 on http-80
>> Mar 21, 2009 7:24:38 PM org.apache.jk.common.ChannelSocket init
>> INFO: JK: ajp13 listening on /0.0.0.0:8009
>> Mar 21, 2009 7:24:38 PM org.apache.jk.server.JkMain start
>> INFO: Jk running ID=0 time=0/62  config=null
>> Mar 21, 2009 7:24:38 PM org.apache.catalina.startup.Catalina start
>> INFO: Server startup in 1164 ms
>>
>> Thanks very much.
>> --
>> View this message in context:
>> http://www.nabble.com/WicketStuff-yui-parent-yui-examples-war-not-deploying-correctly-tp22642685p22642685.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>

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


Re: WicketStuff yui-parent yui examples war not deploying correctly

Posted by Joshua Lim <li...@gmail.com>.
Hi

I was updating yui examples but I run the examples using Jetty in eclipse.
It was working for me. there was a missing dependency for slf4j in
yui-example but I am not sure if had caused any problem for you in tomcat.

regards
josh








2009/3/22 Flavius <fl...@silverlion.com>

>
>
> I just started looking at some of the JS framework integration a few days
> ago on WicketStuff.
> I am looking to do some drag & drop stuff and possibly looking for split
> pane functionality.  I
> am looking at YUI because a couple of people in here said the dnd stuff
> worked better than
> the scriptaculous dnd.
>
> I pulled the source from trunk this afternoon and ran the maven build under
>
> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/yui-parent
> .
> mvn install.  It says it built the project plus the two sub projects.
>
> [INFO] Wicket YUI Integration - Parent ....................... SUCCESS
> [49.375s]
> [INFO] Wicket YUI Integration ................................ SUCCESS
> [2:02.235s]
> [INFO] Wicket YUI Integration - Examples ..................... SUCCESS
> [21.328s]
>
> However, when I drop the yui-examples-1.4-SNAPSHOT.war into tomcat
> (6.0.14),
> I get an error on deployment.  It looks like some changes were checked in
> in
> the last day or so.  I went
> and pulled the 1.3.x version and built that and it starts up correctly.  Is
> anybody else
> getting this?
>
> This is my tomcat console output:
>
> INFO: Initializing Coyote HTTP/1.1 on http-80
> Mar 21, 2009 7:24:37 PM org.apache.catalina.startup.Catalina load
> INFO: Initialization processed in 675 ms
> Mar 21, 2009 7:24:37 PM org.apache.catalina.core.StandardService start
> INFO: Starting service Catalina
> Mar 21, 2009 7:24:37 PM org.apache.catalina.core.StandardEngine start
> INFO: Starting Servlet Engine: Apache Tomcat/6.0.14
> Mar 21, 2009 7:24:37 PM org.apache.catalina.core.StandardContext start
> SEVERE: Error filterStart
> Mar 21, 2009 7:24:37 PM org.apache.catalina.core.StandardContext start
> SEVERE: Context [/yui-examples-1.4-SNAPSHOT] startup failed due to previous
> erro
> rs
> Mar 21, 2009 7:24:38 PM org.apache.coyote.http11.Http11Protocol start
> INFO: Starting Coyote HTTP/1.1 on http-80
> Mar 21, 2009 7:24:38 PM org.apache.jk.common.ChannelSocket init
> INFO: JK: ajp13 listening on /0.0.0.0:8009
> Mar 21, 2009 7:24:38 PM org.apache.jk.server.JkMain start
> INFO: Jk running ID=0 time=0/62  config=null
> Mar 21, 2009 7:24:38 PM org.apache.catalina.startup.Catalina start
> INFO: Server startup in 1164 ms
>
> Thanks very much.
> --
> View this message in context:
> http://www.nabble.com/WicketStuff-yui-parent-yui-examples-war-not-deploying-correctly-tp22642685p22642685.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>