You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Brian Long <bl...@randomwalk.com> on 2001/04/25 23:44:07 UTC

exception attempting to confirm new user

ok got tomcat, jetspeed, and james going such that i get the confirmation
email.  then i go to the page to confirm my "secret key", and it comes up
pre-populated (nice), but when i hit the "confirm" button, i get the
following exception:

<dump>
Exception: java.lang.Exception: The role authenticated_user does not exist
in database.
	at
org.apache.jetspeed.modules.actions.JLoginUser.doPerform(JLoginUser.java:178
)
	at org.apache.turbine.modules.Action.perform(Action.java:91)
	at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:121)
	at org.apache.turbine.Turbine.doGet(Turbine.java:326)
	at org.apache.turbine.Turbine.doPost(Turbine.java:451)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
	at org.apache.tomcat.core.Handler.service(Handler.java:286)
	at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
	at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
	at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
	at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
	at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
	at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
	at java.lang.Thread.run(Thread.java:484)
</dump>


i think this looks like a simple thing to fix, but i don't know where to
look.  help?

-bml


Brian M. Long
Random Walk Computing, Inc.
212.480.5823 x276
"There's nothing that can't be done."


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


RE: exception attempting to confirm new user

Posted by Brian Long <bl...@randomwalk.com>.
more info:

i'm using the default implementation:  hypersonic db.

so it looks like the tables are there but unpopulated?  how can i login as
turbine or admin then?  odd.  anyhow, i see the script, how does one execute
it?

-bml


> -----Original Message-----
> From: Brian Long [mailto:blong@randomwalk.com]
> Sent: Wednesday, April 25, 2001 5:44 PM
> To: jetspeed-user@jakarta.apache.org
> Subject: exception attempting to confirm new user
>
>
>
> ok got tomcat, jetspeed, and james going such that i get the confirmation
> email.  then i go to the page to confirm my "secret key", and it comes up
> pre-populated (nice), but when i hit the "confirm" button, i get the
> following exception:
>
> <dump>
> Exception: java.lang.Exception: The role authenticated_user does not exist
> in database.
> 	at
> org.apache.jetspeed.modules.actions.JLoginUser.doPerform(JLoginUse
> r.java:178
> )
> 	at org.apache.turbine.modules.Action.perform(Action.java:91)
> 	at
> org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:121)
> 	at org.apache.turbine.Turbine.doGet(Turbine.java:326)
> 	at org.apache.turbine.Turbine.doPost(Turbine.java:451)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> 	at
> org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
> 	at org.apache.tomcat.core.Handler.service(Handler.java:286)
> 	at
> org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
> 	at
> org.apache.tomcat.core.ContextManager.internalService(ContextManag
> er.java:79
> 7)
> 	at
> org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
> 	at
> org.apache.tomcat.service.http.HttpConnectionHandler.processConnec
> tion(HttpC
> onnectionHandler.java:210)
> 	at
> org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
> 	at
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
> 	at java.lang.Thread.run(Thread.java:484)
> </dump>
>
>
> i think this looks like a simple thing to fix, but i don't know where to
> look.  help?
>


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org