Hi Francesco, 2007/2/16, Francescos <[EMAIL PROTECTED]>: > > Caused by: openwfe.org.auth.AuthException: failed to load passwd info > at > openwfe.org.auth.sql.SqlPasswdCodec.decodePasswd(SqlPasswdCodec.java: > 232) > at openwfe.org.auth.PolicyService.loadPasswd(PolicyService.java:207) > ... 7 more > Caused by: java.lang.NullPointerException > at > openwfe.org.auth.sql.SqlPasswdCodec.decodePermissions(SqlPasswdCodec.java: > 419)
Thanks for the nice problem report. It seems like a permission in your data is linking to a grant that doesn't exist (hence the NullPointerException). You should verify the data you have inserted in the database. If it's a problem in the scripts provided with OpenWFE, please tell me so that I can fix them. I mainly tested with PostgreSQL. Best regards, -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFE users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwfe-users?hl=en -~----------~----~----~----~------~----~------~--~---
