Hi list,
I setup nuxeo-jboss 5.3.1 on mysql.
But when I create new user, it throws excetion:
org.nuxeo.ecm.directory.DirectoryException: createEntry failed
javax.faces.el.EvaluationException: org.nuxeo.ecm.directory.DirectoryException:
createEntry failed
at
javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102)
at
com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
...
Caused by: org.nuxeo.ecm.directory.DirectoryException: createEntry failed
at org.nuxeo.ecm
.directory.sql.SQLSession.createEntry(SQLSession.java:209)
at org.nuxeo.ecm
.directory.sql.SQLSession.createEntry(SQLSession.java:874)
at org.nuxeo.ecm
.platform.usermanager.UserManagerImpl.createUser(UserManagerImpl.java:756)
...
Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception:
java.sql.SQLException. message: Field 'id' doesn't have a default value
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1055)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
I create database using following slq:
create database nuxeo;
grant all privileges on nuxeo.* to inta...@localhost identified by
'intalio';
I already change the user/password in related xml.
Is it a bug? Or I mis-configure something?
Many thanks if anyone can give help .
--
Best Regards,
Jackie Ju
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm