Hi
after compiling turbine (wich works fine) I have configured
like described in the "install-turbine" document.
Trying to get acces to http://the.server/servlets/Turbine
causes the following error:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Turbine - A Servlet Framework for building Secure Dynamic Websites.
----------------------------------------------------------------------------
----
Thank you for your visit. Please log into the system.
There has been an error! Please review the exception below for more
information.
Get/Post Data:
screen = Login
The exception is:
java.lang.Exception:
Requested Screen not found: Login
Turbine looked in the following modules.packages path:
[org.apache.turbine.modules]
at
org.apache.turbine.modules.ScreenLoader.getInstance(ScreenLoader.java:184)
at
org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:129)
at org.apache.turbine.modules.Page.build(Page.java:81)
at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:111)
at Turbine.doGet(Turbine.java:298)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:317)
at org.apache.jserv.JServConnection.run(JServConnection.java:188)
at java.lang.Thread.run(Thread.java:475)
java.lang.Exception:
Requested Screen not found: Login
Turbine looked in the following modules.packages path:
[org.apache.turbine.modules]
----------------------------------------------------------------------------
----
Turbine - A Servlet Framework for building Secure Dynamic Websites.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
after pressing the "Logout" Button this messages appear:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Turbine - A Servlet Framework for building Secure Dynamic Websites.
----------------------------------------------------------------------------
----
Thank you for using the system. Please come back soon.
There has been an error! Please review the exception below for more
information.
Get/Post Data:
action = LogoutUser
screen = DefaultScreen
logout = Logout
The exception is:
java.lang.Error: Error in BasePeer.initTableSchema(Visitor): Invalid
authorization specification: Access denied for user: 'dbUser@localhost'
(Using password: YES)
at org.apache.turbine.om.peer.BasePeer.initTableSchema(BasePeer.java:208)
at org.apache.turbine.om.peer.BasePeer.initTableSchema(BasePeer.java:167)
at
org.apache.turbine.om.user.peer.TurbineUserPeer.(TurbineUserPeer.java:146)
at
org.apache.turbine.om.user.peer.UserFactory.getUser(UserFactory.java:158)
at
org.apache.turbine.modules.actions.LogoutUser.doPerform(LogoutUser.java:95)
at org.apache.turbine.modules.Action.perform(Action.java:77)
at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:111)
at
org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:79)
at org.apache.turbine.modules.Page.build(Page.java:81)
at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:111)
at Turbine.doGet(Turbine.java:298)
at Turbine.doPost(Turbine.java:368)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:317)
at org.apache.jserv.JServConnection.run(JServConnection.java:188)
at java.lang.Thread.run(Thread.java:475)
java.lang.Error: Error in BasePeer.initTableSchema(Visitor): Invalid
authorization specification: Access denied for user: 'dbUser@localhost'
(Using password: YES)
----------------------------------------------------------------------------
----
Turbine - A Servlet Framework for building Secure Dynamic Websites.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Is there maybe a problem that I have compiled ApachehttpServer and Apache
JServ with JDK 1.1.8
but now working with JDK 1.2.2 ?
If you would have a closer look at the error messages you can access my
server here
http://hexe.bauing.uni-weimar.de/servlets/Turbine
If you could give me any help at all it would be very useful.
thanks
daniel
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]