Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Eclipse Web Tooling Platform Contribution - IBM

I am following the tutorial in this page which is
about "wtp", but when I try to debug the jsp, I get
the following error msg, 
The url for tutorial is 

http://www.eclipse.org/webtools/initial-contribution/IBM/Getting%20Started.html

Question: What is wrong and how can I fix it.
Thank you in advance
Garandi
Dec 3, 2004 4:03:57 PM
org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on port 8080
Dec 3, 2004 4:03:57 PM
org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1933 ms
Dec 3, 2004 4:03:57 PM
org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Dec 3, 2004 4:03:57 PM
org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.0.19
03 Dec 2004 16:03:58 - org.apache.slide.common.Domain
- INFO - Auto-Initializing Domain
03 Dec 2004 16:03:58 - org.apache.slide.common.Domain
- INFO - Domain configuration :
{org.apache.slide.lock=true,
org.apache.slide.versioncontrol=true,
org.apache.slide.debug=false,
org.apache.slide.search=true,
org.apache.slide.security=true,
org.apache.slide.urlEncoding=UTF-8,
org.apache.slide.domain=../slide/Domain.xml}
03 Dec 2004 16:03:58 - org.apache.slide.common.Domain
- ERROR - Domain initialization error :
..\slide\Domain.xml (The system cannot find the path
specified)
java.lang.reflect.InvocationTargetException
	at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
Source)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:297)
	at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:398)
Caused by:
org.apache.slide.common.DomainInitializationFailedError:
Domain initialization error : ..\slide\Domain.xml (The
system cannot find the path specified)
	at
org.apache.slide.common.Domain.selfInit(Domain.java:752)
	at
org.apache.slide.common.Domain.accessNamespace(Domain.java:235)
	at
wrappers.catalina.SlideRealm.start(SlideRealm.java:178)
	at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1118)
	at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:521)
	at
org.apache.catalina.core.StandardService.start(StandardService.java:519)
	at
org.apache.catalina.core.StandardServer.start(StandardServer.java:2345)
	at
org.apache.catalina.startup.Catalina.start(Catalina.java:594)
	... 6 more







__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Back to the top