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 Sebastian Szuber <sz...@man.poznan.pl> on 2001/10/23 14:10:48 UTC

Configuration problem

Hi,

I'm new to slide. I downloded Slide 1.0.15 and when I try to run server it 
gives me the following exception:

> [dav@pine logs]$ ../bin/catalina.sh debug
> Guessing CATALINA_HOME from catalina.sh to ../bin/..
> Setting CATALINA_HOME to ../bin/..
> Using CLASSPATH:     ../bin/../bin/bootstrap.jar:/usr/java/jdk131/lib/tools.jar
> Using CATALINA_BASE: ../bin/..
> Using CATALINA_HOME: ../bin/..
> Using JAVA_HOME:     /usr/java/jdk131
> Initializing jdb...
>> go
> Command 'go' is not valid until the VM is started with the 'run' command
>> run
> run org.apache.catalina.startup.Bootstrap start
>> 
> VM Started: go
> Unrecognized command. Try help...
>> Set domain for Slide host
> Set domain for Webdav host
> Set domain for Slide admin host
> Start Slide
> Starting service Slide Tomcat
> Apache Tomcat/4.0.1-b1
> Starting service Slide WebDAV
> Apache Tomcat/4.0.1-b1
> java.lang.IllegalArgumentException: Doc base must point to a WAR file
>         at org.apache.naming.resources.WARDirContext.setDocBase(WARDirContext.java:180)
>         at org.apache.catalina.core.StandardContext.setResources(StandardContext.java:1075)
>         at org.apache.catalina.core.StandardContext.start(StandardContext.java:3269)
>         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
>         at org.apache.catalina.core.StandardHost.start(StandardHost.java:612)
>         at wrappers.catalina.WebdavHost.start(WebdavHost.java:187)
>         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
>         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:307)
>         at org.apache.catalina.core.StandardService.start(StandardService.java:388)
>         at org.apache.catalina.core.StandardServer.start(StandardServer.java:505)
>         at org.apache.catalina.startup.Catalina.start(Catalina.java:776)
>         at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
>         at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
>         at java.lang.reflect.Method.invoke(Native Method)
>         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
> 
> The application exited

What else shall I configure to fix this?

	S.
-- 

/*
  * Sebastian Szuber, Poznan Supercomputing and Networking Center
  * email: szuber@man.poznan.pl
  * phone: (+48 61) 858-20-34, fax: (+48 61) 852-59-54
  *
  */



Re: Configuration problem

Posted by Remy Maucherat <rm...@home.com>.
> Hi,
>
> I'm new to slide. I downloded Slide 1.0.15 and when I try to run server it
> gives me the following exception:

Yes, it's a bug in 1.0.15 (which will be fixed in 1.0.16): you have to start
the server from the server directory (and do ./bin/startup.sh).

Remy