I need some help in a bad way....
I've been getting the following error when i try to add a user to
Turbine:
[Wed Nov 20 17:08:03 EST 2002] -- ERROR --
Exception: java.lang.reflect.InvocationTargetException
Stack Trace follows:
java.lang.reflect.InvocationTargetException:
com.workingdogs.village.DataSetException: Bad conversion:
java.lang.NumberFormatException: ��srjava.util.Hashtable�%!J�F
loadFactorI thresholdxp?@x
at com.workingdogs.village.Value.asInt(Value.java:424)
at
com.workingdogs.village.Value.setPreparedStatementValue(Value.java:233)
at
com.workingdogs.village.Record.saveWithInsert(Record.java:325)
at com.workingdogs.village.Record.save(Record.java:185)
at com.workingdogs.village.Record.save(Record.java:166)
at
org.apache.turbine.om.peer.BasePeer.insertOrUpdateRecord(BasePeer.java:860)
at
org.apache.turbine.om.peer.BasePeer.doInsert(BasePeer.java:764)
at
org.apache.turbine.om.peer.BasePeer.doInsert(BasePeer.java:657)
rethrown as org.apache.turbine.util.security.DataBackendException:
Failed to create account '[EMAIL PROTECTED]': Bad conversion:
java.lang.NumberFormatException: ��srjava.util.Hashtable�%!J�F
loadFactorI thresholdxp?@x
at
org.apache.turbine.services.security.db.DBUserManager.createAccount(DBUserManager.java:404)
at
org.apache.turbine.services.security.BaseSecurityService.addUser(BaseSecurityService.java:392)
at
org.apache.turbine.services.security.TurbineSecurity.addUser(TurbineSecurity.java:430)
at
com.collabfusion.cf.modules.business.MemberMgr.createMemberAccount(MemberMgr.java:360)
at
com.collabfusion.cf.modules.actions.requestMemberAccount.ARequestAccount.doRegister(ARequestAccount.java:74)
at java.lang.reflect.Method.invoke(Native Method)
The code that generates this error is running against a postgresql
database. I have another IDENTICAL copy of this app running on the same
server against an Oracle database and it works fine.
I've gone thru the code looking for an idea of what is causing the
problem but I'm at a loss. Anyone a little more Turbine savvy have an
idea?
Does anyone know what versions of PG have been tested with the TDK? I'm
wondering if maybe the adapter I have is too old to work with my version
of PG, or something like that. I'm currently running TDK 2.1, Village
1.5.3 (1.5.1 fails as well), and PG 7.2.1
thanks
-bill
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>