> And it seems to work fine, but the
> email with a confirmation key is not sent.

This has been fixed, check the msgs from today!

When looking into a problem, try searching the email list.
http://www.mail-archive.com/[email protected]/

I will include this from an email from me on Jan.11:

To get the confirmation working on your machine, you will need to add these
entries to
your TurbineResources.properties :

mail.server=localhost
[EMAIL PROTECTED]              <=== replace with
an account on your mailserver
confirm.email.name=BlueSunrise Postmaster
confirm.email.subject=Jetspeed Registration

And, you need an email server running, specfied above as
"mail.server=localhost"

This has been fixed in the database script, but if you have an existing
database without the patch, execute this:

INSERT INTO TURBINE_ROLE (ROLE_ID, ROLE_NAME) VALUES  (1,
'authenticated_user');


Right now it only works with a mailserver on your localhost.
There seems to be a problem with the mail api with servlets, and using
another host besides the localhost.
I cant seem to figure it out. In a sample cmdline program, I can set the
mail.server to another server.
It only seems to be a problem with servlets.
----------------------------------------------------------------------------
--------------


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Barbara Kleinen
> Sent: Tuesday, January 23, 2001 8:04 AM
> To: Jetspeed ML
> Subject: no registration mail sent
>
>
>
> Hi folks,
>
> I installed Jetspeed with the new .war -file
> (great improvement!)
>
> And it seems to work fine, but the
> email with a confirmation key is not sent.
>
> There's another problem which may be connected:
> When I try to change a password a Exception is thrown:
>       Exception:  java.lang.ClassCastException: java.math.BigDecimal
>       Stack Trace follows:
>       java.lang.ClassCastException: java.math.BigDecimal
>       at
> org.apache.jetspeed.modules.actions.SendConfirmationEmail.doPerfor
> m(SendConf
> irmationEmail.java:83)
>
>
> Any hint where to look for further error-search?
> I looked in many .log files but found nothing
> suspicious.
>
> (of course, there's a sendmail on the machine
> wich is accessible from java - a feature I use
> frequently.)
>
> (By the way, the server runs on a SGI Origin 2000,
> which is quite quick in compiling the pages :-)
>
>
> - Barbara
>
> B<=-----------------------------------------------
> Barbara Kleinen,  [EMAIL PROTECTED]
>
> Institut fuer Multimediale und Interaktive Systeme
> Medizinische Universitaet zu Luebeck
> Seelandstrasse 1a            Tel: +49.451.3909.515
> D-23569 Luebeck              Fax: +49.451.3909.505
> http://www.imis.mu-luebeck.de/kleinen
>
>
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/[email protected]/>
> List Help?:          [EMAIL PROTECTED]
>
>



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/[email protected]/>
List Help?:          [EMAIL PROTECTED]

Reply via email to