Title: RE: errors again

I had experienced the same error. After debugging a while, I found that the properties in my TurbineResources.properties file were not read correctly (I mean: were not read as *I* expected them to be read:). In particular, I had problems with paths: e.g. (if my memory serves me), jetspeed.properties had the value /javalib/apache/Jetspeed-1.1/src/config/JetspeedResources.properties. This was interpreted as:

http://[myhost]/javalib/apache/Jetspeed-1.1/src/config/JetspeedResources.properties. This of course did not work. My fix: I added the /javalib virtual path to my webserver. It works now.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 06, 2000 8:27 AM
To: JetSpeed
Subject: errors again




Hi all,
I had to do some other stuff, now I'm back, jetspeed still won't work, here is
the error I get now.
Why is this? where is it coming from?
To mention, the error comes out if I request
www.somedomain.com:8080/jetspeed/servlet/jetspeed

Exception: java.lang.Exception:

     Requested Action not found: JetspeedSessionValidator
     Turbine looked in the following modules.packages path:
     [org.apache.jyve, org.apache.jetspeed.turbine, org.apache.turbine.modules,
org.apache.turbine.modules]

     at
org.apache.turbine.modules.ActionLoader.getInstance(ActionLoader.java:155)
     at Turbine.doGet(Turbine.java:207)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
     at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:597)
     at
org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
     at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
     at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:160)

     at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338)
     at java.lang.Thread.run(Unknown Source)

I also can request www.somedomain.com:8080/servlet/jetspeed, and I will get
this:

Error: 503
Location: /servlet/jetspeed
java.lang.Exception: Turbine::init(ServletConfig) - The Turbine Resources File -
 'F:\Apachegr\tomcat\webapps\ROOT\src\config\TurbineResources.properties' does
not exist. Please create it or change the 'properties' Init Parameter Value to a
 file name that exists and contains the TurbineResources.

But I know there is no file TurbineResources.prop. If I'm to place the
properties file there, I will probably end up with first error.

Also, in the file web.xml, path for .properties it's declared
/src/config/TurbineResources.properties
I had before something like:
/f:/apachegr/jetspeed/src/config/TurbineResources.properties, but then the
exception would be :

java.lang.Exception: Turbine::init(ServletConfig) - The Turbine Resources File -

'F:\Apachegr\tomcat\webapps\ROOT\f:\apachegr\jetspeed\src\config\TurbineResources.properties'

does
not exist. Pl...............
Why? Where is this one coming from?????

Thanks for help.






--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to