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 Sumit Ranjan <s_...@rti.daimlerchrysler.com> on 2001/06/29 07:37:36 UTC

installation probs....plz. help

witk tomcat 3.2.1. , apache 1.3 and jetspeed 1.3 on win NT ....i am able to open the jetspeed home page but not been able to create new user...as soon as i fill in the details and press enter....i get the following errors...


Exception: java.lang.ClassCastException: java.math.BigDecimal
	at org.apache.jetspeed.modules.actions.SendConfirmationEmail.doPerform(SendConfirmationEmail.java:83)
	at org.apache.turbine.modules.Action.perform(Action.java:91)
	at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:121)
	at org.apache.jetspeed.modules.actions.CreateNewUserAndConfirm.doPerform(CreateNewUserAndConfirm.java:161)
	at org.apache.turbine.modules.Action.perform(Action.java:91)
	at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:121)
	at org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:149)
	at org.apache.turbine.modules.Page.build(Page.java:92)
	at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:122)
	at org.apache.turbine.Turbine.doGet(Turbine.java:364)
	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:797)
	at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
	at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.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)
  
   can anybody help me out please.....

                                                                                                    TIA.
Sumit Ranjan


RE: installation probs....plz. help

Posted by David Sean Taylor <da...@bluesunrise.com>.
Please turn off HTML formatting on your emails.

Here are the guidelines for the mailing list:
http://jakarta.apache.org/site/mail.html

Summary: Do your best to ensure that you are not sending HTML or
"Stylelized" email to the list.
If you are using Outlook or Outlook Express or Eudora, chances are that you
are sending HTML email by default. There is usually a setting that will
allow you to send "Plain Text" email. If you are using Microsoft products to
send email, there are several bugs in the software that prevent you from
turning off the sending of HTML email. Please read this page as well...

> witk tomcat 3.2.1. , apache 1.3 and jetspeed 1.3 on win NT ....i am able
to open the jetspeed home page but not been able to create new

It sounds like you are using the 1.3a1 release of Jetspeed.
There was a bug in there, and its been a while, I can't remember the exact
cause.
In order to create a new user in 1.3a1, you need to have a mail server
running on the same machine as jetspeed.
You also need to configure that mail server.
This subject has been discussed many times on the mailing list. Try
searching the mailing list.

#########################################
# Registration mail support             #
#########################################
mail.server=localhost
confirm.email.from=jetspeed@domain
confirm.email.name=Jetspeed
confirm.email.subject=Jetspeed registration
confirm.email.enable=false

The confirm.email.enable=false setting wasn't available in 1.3a1.
Perhaps it would be easier for you to get the latest build from cvs?



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