You are looking at the wrong source code. V 1.8.x is from svn tag 1.8, so
line 410 is this one:

http://code.google.com/p/openmeetings/source/browse/tags/1_8/src/app/org/openmeetings/app/remote/UserService.java#410

NullPointerException at line 410 would mean userManagement is null,

userManagement is a Spring injected Bean set by the Framework. If it is
null it would indicate that the service never really boot completely.
Sebastian

Am 06.11.2011 23:10 schrieb "Sam" <[email protected]>:

> Hi,
> First: thank you very much for your reply.
>
> I thought it was from openmeeting because the Exception was raised
> from
> org.openmeetings.app.remote.UserService.saveOrUpdateUser(UserService.java:
> 410)
>
> I think the connectivity  with the database is fine because
> openmeetngs authenticate me on the login page.
> And in mysql, I see my account in the users table.
>
> Could it be related with this :
>
>    Long.valueOf(
>
> argObjectMap.get("states_id")
>
>                      .toString()).longValue(),
>
>
> this is what I found in SVN in file UserService.java line 410.
>
> thanks again,
> Sam.
>
>
>
>
> On Nov 6, 4:53 pm, "[email protected]" <[email protected]>
> wrote:
> > I cannot duplicate your error.
> > Actually the exception does not say something about an error in
> > OpenMeetings.
> > The error from your log would indicate that the Service is not yet
> loaded.
> > It looks more like a setup problem or maybe the server never really did
> > startup because of connectivity problems to the database or similar.
> >
> > Sebastian
> >
> > 2011/11/6 Sam <[email protected]>
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > > Hi,
> >
> > > I installed openmeetings_1_8_7_r4518 and created a fresh database base
> > > with "create database openmeetings character set utf8;"
> >
> > > The install process was good, but when i go to Administration-->Users
> > > (and select me (the only user)) and then press save. I get this
> > > error : Unknown error. Please report this to the administrator.
> >
> > > From the jvm log i got :
> >
> > > ==> jvm.stdout <==
> > > ERROR 11-06 16:22:20.430 UserService.java 723952 467
> > > org.openmeetings.app.remote.UserService [NioProcessor-1] -
> > > [saveOrUpdateUser]:
> > > java.lang.NullPointerException: null
> > >        at
> > >
> org.openmeetings.app.remote.UserService.saveOrUpdateUser(UserService.java:
> > > 410) ~[openmeetings.jar:na]
> > >        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > ~[na:1.6.0_24]
> > >        at
> > >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > 39) ~[na:1.6.0_24]
> > >        at
> >
> > >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp
> l.java:
> > > 25) ~[na:1.6.0_24]
> > >        at java.lang.reflect.Method.invoke(Method.java:597) ~[na:
> > > 1.6.0_24]
> > >        at
> > > org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:200)
> > > [red5.jar:na]
> > >        at
> > > org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:118)
> > > [red5.jar:na]
> > >        at
> > > org.red5.server.net.rtmp.RTMPHandler.invokeCall(RTMPHandler.java:163)
> > > [red5.jar:na]
> > >        at
> > > org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:410)
> > > [red5.jar:na]
> > >        at
> >
> > >
> org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHandler.ja
> va:
> > > 134) [red5.jar:na]
> > >        at
> >
> > >
> org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived(RTMPMinaIoHandle
> r.java:
> > > 206) [red5.jar:na]
> > >        at org.apache.mina.core.filterchain.DefaultIoFilterChain
> > > $TailFilter.messageReceived(DefaultIoFilterChain.java:716) [mina-
> > > core-2.0.2.jar:na]
> > >        at
> >
> > >
> org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceiv
> ed(DefaultIoFilterChain.java:
> > > 434) [mina-core-2.0.2.jar:na]
> > >        at org.apache.mina.core.filterchain.DefaultIoFilterChain.access
> > > $1200(DefaultIoFilterChain.java:46) [mina-core-2.0.2.jar:na]
> > >        at org.apache.mina.core.filterchain.DefaultIoFilterChain
> > > $EntryImpl$1.messageReceived(DefaultIoFilterChain.java:796) [mina-
> > > core-2.0.2.jar:na]
> > >        at org.apache.mina.filter.codec.ProtocolCodecFilter
> > > $ProtocolDecoderOutputImpl.flush(ProtocolCodecFilter.java:427) [mina-
> > > core-2.0.2.jar:na]
> > >        at
> >
> > >
> org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCo
> decFilter.java:
> > > 245) [mina-core-2.0.2.jar:na]
> > >        at
> >
> > >
> org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceiv
> ed(DefaultIoFilterChain.java:
> > > 434) [mina-core-2.0.2.jar:na]
> > >        at org.apache.mina.core.filterchain.DefaultIoFilterChain.access
> > > $1200(DefaultIoFilterChain.java:46) [mina-core-2.0.2.jar:na]
> > >        at org.apache.mina.core.filterchain.DefaultIoFilterChain
> > > $EntryImpl$1.messageReceived(DefaultIoFilterChain.java:796) [mina-
> > > core-2.0.2.jar:na]
> > >        at
> > >
> org.red5.server.net.rtmpe.RTMPEIoFilter.messageReceived(RTMPEIoFilter.java:
> > > 125) [red5.jar:na]
> > >        at
> >
> > >
> org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceiv
> ed(DefaultIoFilterChain.java:
> > > 434) [mina-core-2.0.2.jar:na]
> > >        at org.apache.mina.core.filterchain.DefaultIoFilterChain.access
> > > $1200(DefaultIoFilterChain.java:46) [mina-core-2.0.2.jar:na]
> > >        at org.apache.mina.core.filterchain.DefaultIoFilterChain
> > > $EntryImpl$1.messageReceived(DefaultIoFilterChain.java:796) [mina-
> > > core-2.0.2.jar:na]
> > >        at
> >
> > >
> org.apache.mina.core.filterchain.IoFilterAdapter.messageReceived(IoFilterAd
> apter.java:
> > > 119) [mina-core-2.0.2.jar:na]
> > >        at
> >
> > >
> org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceiv
> ed(DefaultIoFilterChain.java:
> > > 434) [mina-core-2.0.2.jar:na]
> > >        at
> >
> > >
> org.apache.mina.core.filterchain.DefaultIoFilterChain.fireMessageReceived(D
> efaultIoFilterChain.java:
> > > 426) [mina-core-2.0.2.jar:na]
> > >        at
> >
> > >
> org.apache.mina.core.polling.AbstractPollingIoProcessor.read(AbstractPollin
> gIoProcessor.java:
> > > 693) [mina-core-2.0.2.jar:na]
> > >        at
> >
> > >
> org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPol
> lingIoProcessor.java:
> > > 646) [mina-core-2.0.2.jar:na]
> > >        at
> >
> > >
> org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPol
> lingIoProcessor.java:
> > > 635) [mina-core-2.0.2.jar:na]
> > >        at
> > > org.apache.mina.core.polling.AbstractPollingIoProcessor.access
> > > $400(AbstractPollingIoProcessor.java:67) [mina-core-2.0.2.jar:na]
> > >        at org.apache.mina.core.polling.AbstractPollingIoProcessor
> > > $Processor.run(AbstractPollingIoProcessor.java:1079) [mina-
> > > core-2.0.2.jar:na]
> > >        at
> >
> > >
> org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java
> :
> > > 64) [mina-core-2.0.2.jar:na]
> > >        at java.util.concurrent.ThreadPoolExecutor
> > > $Worker.runTask(ThreadPoolExecutor.java:886) [na:1.6.0_24]
> > >        at java.util.concurrent.ThreadPoolExecutor
> > > $Worker.run(ThreadPoolExecutor.java:908) [na:1.6.0_24]
> > >        at java.lang.Thread.run(Thread.java:662) [na:1.6.0_24]
> >
> > > i'm running :
> > > Linux #############  2.6.35.11-83.fc14.x86_64 #1 SMP Mon Feb 7
> > > 07:06:44 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
> > > and mysqlversion is :
> > > mysql  Ver 14.14 Distrib 5.1.56, for redhat-linux-gnu (x86_64) using
> > > readline 5.1
> >
> > > Any idea ?
> >
> > > Thank you very much.
> >
> > > Sam.
> >
> > > --
> > > 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.
> >
> > --
> > Sebastian
> Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://
> 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.
>
>

-- 
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