I installed latest Turbine Scripts (MySQL_user_roles_permissions.sql,
MySQL_id_table.sql, default_roles_permissions.sql - in that order) which I
just downloaded an hour ago (Apache-Turbine-20000522). For good measure, I
downloaded and built the latest cvsJetspeed.

2 items:

1) On startup I get:

java.lang.RuntimeException: The Entry you requested from the PortletRegistry
does not exist: navigation at
org.apache.jetspeed.portal.factory.PortletRegistry.getEntry(PortletRegistry.
java:206) at
org.apache.jetspeed.portal.factory.PortletFactory.getPortlets(PortletFactory
.java, Compiled Code) at
org.apache.jetspeed.portal.factory.PortletFactory.getPortlets(PortletFactory
.java, Compiled Code) at
org.apache.jetspeed.portal.factory.PortletFactory.getPortlets(PortletFactory
.java, Compiled Code) at
org.apache.jetspeed.portal.factory.PortletFactory.getPortlets(PortletFactory
.java:380) at
org.apache.jetspeed.portal.factory.PortletFactory.getPortlets(PortletFactory
.java:346) at
org.apache.jetspeed.turbine.screens.Home.doBuild(Home.java:119) at
org.apache.turbine.modules.Screen.build(Screen.java:88) at
org.apache.turbine.modules.ScreenLoader.eval(ScreenLoader.java:117) at
org.apache.jetspeed.turbine.layouts.JetspeedLayout.doBuild(JetspeedLayout.ja
va:121) at org.apache.turbine.modules.Layout.build(Layout.java:81) at
org.apache.turbine.modules.LayoutLoader.exec(LayoutLoader.java:111) at
org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:134)
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, Compiled Code) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:865) at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java,
Compiled Code) at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:422)
at
org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865) at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java,
Compiled Code) at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:523) at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:146) at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:334
) at java.lang.Thread.run(Thread.java:479)

2) I create a new login. However, I recieve no email. So I query the visitor
table and see " ad5lazv851" in the last column. I guess taht this is the
Registration Key, so I enter it into the new user confirmation page. I get:

Exception: java.lang.Exception: The role authenticated_user does not exist
in database.
 at org.apache.jyve.actions.JLoginUser.doPerform(JLoginUser.java:165)
 at org.apache.turbine.modules.Action.perform(Action.java:77)
 at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:111)
 at Turbine.doGet(Turbine.java, Compiled Code)
 at Turbine.doPost(Turbine.java:387)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
 at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java,
Compiled Code)
 at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:422)
 at
org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
 at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java,
Compiled Code)
 at org.apache.tomcat.core.ContextManager.service(ContextManager.java:523)
 at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:146)
 at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:334
)
 at java.lang.Thread.run(Thread.java:479)


----- Original Message -----
From: Kevin A. Burton <[EMAIL PROTECTED]>
To: JetSpeed <[EMAIL PROTECTED]>
Sent: Monday, May 22, 2000 2:21 AM
Subject: Re: Jetspeed 1.2 ... steps towards release.


> <snip>
>
> Ah... yes.  You need to run with the lastest SQL schema in the Turbine
> distribution.... it has the CONFIRM_VALUE column you will need.
>
> > 2) Also, in the home screen I get the top and bottom navigation bars,
but in
> > the middle I get:
>
> Run with the latest Turbine schema and let me know if this happens
> again...
>
> > 3) Finally, In jetspeed resources, there is a section which says
> > #note it you enable Authentication you must configure the following
> > #TurbineResources properties
> > #
> > #mail.server
> >
> > What should this value be?
>
> Point it to an SMTP server.  I have Linux and run Sendmail so I just set
> it to localhost but if you have a prefered SMTP server point it there.
> And if you don't have an SMTP server *anywhere* use James :)
> <snip>
done!



--
--------------------------------------------------------------
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