choose a username with minimum of 4 or more characters ....

Sebastian

2010/9/9 kimballatull <[email protected]>

> Looks like you are on to something ;)
>
> I found an err in the log related to users, i believe, but i cannot
> make sense of it...
>
> java.lang.Exception: Could not add user user returns a negative error
> message: -13
>        at
>
> org.openmeetings.app.installation.ImportInitvalues.loadInitUserAndOrganisation(ImportInitvalues.java:
> 437) [openmeetings.jar:na]
>        at
> org.openmeetings.servlet.outputhandler.Install.handleRequest(Install.java:
> 237) [openmeetings.jar:na]
>        at
>
> org.apache.velocity.tools.view.servlet.VelocityViewServlet.doRequest(VelocityViewServlet.java:
> 541) [velocity-tools-view-1.3.jar:1.3]
>        at
>
> org.apache.velocity.tools.view.servlet.VelocityViewServlet.doPost(VelocityViewServlet.java:
> 517) [velocity-tools-view-1.3.jar:1.3]
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:
> 637) [javaee-api-5.1.1.jar:5.1.1]
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:
> 717) [javaee-api-5.1.1.jar:5.1.1]
>        at
>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
> 290) [catalina-6.0.24.jar:na]
>        at
>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
> 206) [catalina-6.0.24.jar:na]
>        at
>
> org.openmeetings.servlet.outputhandler.ServletRequestExFilter.doFilter(ServletRequestExFilter.java:
> 35) [openmeetings.jar:na]
>        at
>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
> 235) [catalina-6.0.24.jar:na]
>        at
>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
> 206) [catalina-6.0.24.jar:na]
>        at
> org.red5.logging.LoggerContextFilter.doFilter(LoggerContextFilter.java:
> 87) [red5.jar:na]
>        at
>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
> 235) [catalina-6.0.24.jar:na]
>        at
>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
> 206) [catalina-6.0.24.jar:na]
>        at
>
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
> 233) [catalina-6.0.24.jar:na]
>        at
>
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
> 191) [catalina-6.0.24.jar:na]
>        at
>
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:
> 465) [catalina-6.0.24.jar:na]
>        at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
> 127) [catalina-6.0.24.jar:na]
>        at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
> 102) [catalina-6.0.24.jar:na]
>        at
> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:
> 555) [catalina-6.0.24.jar:na]
>        at
>
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
> 109) [catalina-6.0.24.jar:na]
>        at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
> 298) [catalina-6.0.24.jar:na]
>        at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:
> 852) [tomcat-coyote-6.0.24.jar:na]
>        at org.apache.coyote.http11.Http11Protocol
> $Http11ConnectionHandler.process(Http11Protocol.java:588) [tomcat-
> coyote-6.0.24.jar:na]
>        at org.apache.tomcat.util.net.JIoEndpoint
> $Worker.run(JIoEndpoint.java:489) [tomcat-coyote-6.0.24.jar:na]
>        at java.lang.Thread.run(Thread.java:619) [na:1.6.0_20]
>
>
> On 9 Sep, 16:25, Sebastian Wagner <[email protected]> wrote:
> > Well that sounds all right to me.
> > But there must be some kind of exception or log-message in the log while
> the
> > import is running.
> > That is why there is no user-data.
> >
> > Sebastian
> >
> > 2010/9/9 kimballatull <[email protected]>
> >
> >
> >
> >
> >
> > > I am pretty sure i have done this, and the autocreate of the DB is
> > > utf8-general-ci.
> >
> > > I cannot find any who is named utf8 only.
> >
> > > in my.cnf i have this:
> >
> > > default-character-set=utf8
> > > character-set-server=utf8
> >
> > > During install it blasts trough a lot of single lines in the red5
> > > window, and it is slower during the language stuff. Then it claims to
> > > be finished.
> >
> > > On 9 Sep, 16:10, Sebastian Wagner <[email protected]> wrote:
> > > > change default-character-set=utf8 in the my.cnf of MySQL
> > > > drop the DB and re-install.
> > > > OpenMeetings needs utf8 otherwise the import of labels will never
> > > > complete.
> >
> > > > Sebastian
> >
> > > > On Sep 9, 3:50 pm, kimballatull <[email protected]> wrote:
> >
> > > > > Hi
> >
> > > > > I have beeen fighting this for a while.
> >
> > > > > Installation looks okay, but when i try to log in i get a message
> > > > > saying username not found.
> >
> > > > > Looking in the database (Mysql) reveals that userdata does not
> exist.
> > > > > I cannot add new users.
> >
> > > > > I have tested rc2,3 and 4 , 2 different servers, different
> browsers,
> > > > > all the same result.
> >
> > > > > Any idea?
> >
> > > > > Regards
> >
> > > > > Kim
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "OpenMeetings User" group.
> > > To post to this group, send email to
> [email protected].
> > > To unsubscribe from this group, send email to
> > > [email protected]<openmeetings-user%[email protected]><openmeetings-user%2Bunsubscr
> [email protected]>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/openmeetings-user?hl=en.
> >
> > --
> > Sebastian
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> www.wagner-sebastian.com
> > [email protected]
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<openmeetings-user%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
[email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" 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/openmeetings-user?hl=en.

Reply via email to