You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Sung Kim <hu...@hotmail.com> on 2003/01/17 01:28:42 UTC

org/apache/commons/logging/LogFactory

I'm running client cmd tool in $SLIDE_HOME/dist/client/bin directory.

Which tar fils has org/apache/commons/logging/LogFactory?
I think run.sh automatically include all needed tar files in CLASS path.

----------------------------------------------------------------
ocean 13> ./run.sh
[ Slide ] $ open http://www
connect http://www
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/commons/logging/LogFactory
        at 
org.apache.commons.httpclient.HttpClient.<clinit>(HttpClient.java:96)
        at 
org.apache.webdav.lib.WebdavSession.getSessionInstance(WebdavSession.java:183)
        at 
org.apache.webdav.lib.WebdavSession.getSessionInstance(WebdavSession.java:162)
        at 
org.apache.webdav.lib.WebdavResource.setClient(WebdavResource.java:1004)
        at 
org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1025)
        at 
org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1047)
        at 
org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1126)
        at 
org.apache.webdav.lib.WebdavResource.<init>(WebdavResource.java:268)
        at org.apache.webdav.cmd.Client.connect(Client.java:314)
        at org.apache.webdav.cmd.ClientParser.connect(ClientParser.java:789)
        at org.apache.webdav.cmd.ClientParser.command(ClientParser.java:295)
        at 
org.apache.webdav.cmd.ClientParser.commands(ClientParser.java:221)
        at org.apache.webdav.cmd.Client.run(Client.java:159)
        at org.apache.webdav.cmd.Slide.main(Slide.java:124)




--
Sung Kim, UCSC




_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE* 
http://join.msn.com/?page=features/virus


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: org/apache/commons/logging/LogFactory

Posted by Andreas Probst <an...@gmx.net>.
On 17 Jan 2003 at 0:28, Sung Kim wrote:

> I'm running client cmd tool in $SLIDE_HOME/dist/client/bin
> directory.
> 
> Which tar fils has org/apache/commons/logging/LogFactory?

commons-logging.jar

You have to download it from jakarta-commons and copy it to your 
client/lib and edit run.bat to include it into the classpath.

> I think run.sh automatically include all needed tar files in
> CLASS path.
> 
> ----------------------------------------------------------------
> ocean 13> ./run.sh [ Slide ] $ open http://www connect http://www
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/commons/logging/LogFactory
>         at 
> org.apache.commons.httpclient.HttpClient.<clinit>(HttpClient.java
> :96)
>         at 
> org.apache.webdav.lib.WebdavSession.getSessionInstance(WebdavSess
> ion.java:183)
>         at 
> org.apache.webdav.lib.WebdavSession.getSessionInstance(WebdavSess
> ion.java:162)
>         at 
> org.apache.webdav.lib.WebdavResource.setClient(WebdavResource.jav
> a:1004)
>         at 
> org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.ja
> va:1025)
>         at 
> org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.ja
> va:1047)
>         at 
> org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.ja
> va:1126)
>         at 
> org.apache.webdav.lib.WebdavResource.<init>(WebdavResource.java:2
> 68)
>         at org.apache.webdav.cmd.Client.connect(Client.java:314)
>         at
>         org.apache.webdav.cmd.ClientParser.connect(ClientParser.j
>         ava:789) at
>         org.apache.webdav.cmd.ClientParser.command(ClientParser.j
>         ava:295) at 
> org.apache.webdav.cmd.ClientParser.commands(ClientParser.java:221
> )
>         at org.apache.webdav.cmd.Client.run(Client.java:159) at
>         org.apache.webdav.cmd.Slide.main(Slide.java:124)
> 
> 
> 
> 
> --
> Sung Kim, UCSC
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>