You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by michael lim <ji...@yahoo.com> on 2008/09/14 19:34:47 UTC

jar file missing

i have tacos-cometd-4.1.1.jar in lib path. but i get the below error. which jar
file do i missed out ?


Sep 15, 2008 1:16:19 AM org.apache.catalina.core.ApplicationContext log
SEVERE: StandardWrapper.Throwable
java.lang.NoClassDefFoundError: org/mortbay/util/ajax/JSON$Literal
        at org.mortbay.cometd.AbstractBayeux.<clinit>(AbstractBayeux.java:73)
        at

  
   


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


Re: jar file missing

Posted by michael lim <ji...@yahoo.com>.
do I need to delete my existing tacos-cometd-4.1.1.jar  ? or just include
cometd-6.1.4.jar with tacos-cometd-4.1.1.jar  together?





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


Re: jar file missing

Posted by Andreas Andreou <an...@gmail.com>.
from the pom:
		<dependency>
            <groupId>org.mortbay.jetty</groupId>
            <artifactId>cometd</artifactId>
            <version>6.1.4</version>
        </dependency>

so, get it from:
\http://mirrors.ibiblio.org/pub/mirrors/maven2/org/mortbay/jetty/cometd/6.1.4/cometd-6.1.4.jar

On Sun, Sep 14, 2008 at 8:34 PM, michael lim <ji...@yahoo.com> wrote:
> i have tacos-cometd-4.1.1.jar in lib path. but i get the below error. which jar
> file do i missed out ?
>
>
> Sep 15, 2008 1:16:19 AM org.apache.catalina.core.ApplicationContext log
> SEVERE: StandardWrapper.Throwable
> java.lang.NoClassDefFoundError: org/mortbay/util/ajax/JSON$Literal
>        at org.mortbay.cometd.AbstractBayeux.<clinit>(AbstractBayeux.java:73)
>        at
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>



-- 
Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

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