jbwyatt4 / openmeetings

Automatically exported from code.google.com/p/openmeetings
1 stars 0 forks source link

Can't invite someone #1316

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I can't get any invitation sended, When I try I get an error windows that 
only say : "null".

The smtp server is normaly set (via administration->settings).

How Can I get rid of this bug ?

Best regards,

Which version of OpenMeetings are you running?
- 1.6 RC1

In case its an UI Bug => Images say more then words! Please attach a
Screen-Shot.

What's your operating system on client and server side?
Client + Server : Ubuntu 10.10

Is it a problem related to the client/usability or server-side?
Server-side

Did you have any trace/debug output?
«Date#344| Mon Nov 22 18:00:00 GMT-0600 2010» 
«Date#345| Tue Nov 23 18:00:00 GMT-0600 2010» 
sendInvitationHash :  null 
INFO %base/components/explorer/explorerBox.lzx#382: 
#main_content/@_content/@inner/errorPopup/@_resizeview.setColor is deprecated.  
Use #main_content/@_content/@inner/errorPopup/@_resizeview.setAttribute instead 

Server side loging:
DEBUG 11-23 17:05:49.900 InvitationService.java 4140645 55 
org.openmeetings.app.remote.InvitationService [NioProcessor-1] - 
sendInvitationHash: 
 INFO 11-23 17:05:49.901 InvitationService.java 4140646 63 org.openmeetings.app.remote.InvitationService [NioProcessor-1] - validFromHour: 17
 INFO 11-23 17:05:49.901 InvitationService.java 4140646 64 org.openmeetings.app.remote.InvitationService [NioProcessor-1] - validFromMinute: 5
 INFO 11-23 17:05:49.901 InvitationService.java 4140646 83 org.openmeetings.app.remote.InvitationService [NioProcessor-1] - validFromDate: 22.11.2010 17:05:00
 INFO 11-23 17:05:49.902 InvitationService.java 4140647 84 org.openmeetings.app.remote.InvitationService [NioProcessor-1] - validToDate: 23.11.2010 18:00:00
ERROR 11-23 17:05:49.909 InvitationService.java 4140654 115 
org.openmeetings.app.remote.InvitationService [NioProcessor-1] - 
[sendInvitationHash]
java.lang.NullPointerException: null
    at org.openmeetings.app.remote.InvitationService.sendInvitationHash(InvitationService.java:91) [openmeetings.jar:na]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [na:1.6.0_22]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [na:1.6.0_22]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [na:1.6.0_22]
    at java.lang.reflect.Method.invoke(Method.java:597) [na:1.6.0_22]
    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:164) [red5.jar:na]
    at org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:416) [red5.jar:na]
    at org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHandler.java:138) [red5.jar:na]
    at org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived(RTMPMinaIoHandler.java:180) [red5.jar:na]
    at org.apache.mina.core.filterchain.DefaultIoFilterChain$TailFilter.messageReceived(DefaultIoFilterChain.java:713) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]
    at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:434) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]
    at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1200(DefaultIoFilterChain.java:46) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]
    at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.messageReceived(DefaultIoFilterChain.java:793) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]
    at org.red5.server.net.filter.TrafficShapingFilter.messageReceived(TrafficShapingFilter.java:204) [red5.jar:na]
    at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:434) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]
    at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1200(DefaultIoFilterChain.java:46) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]
    at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.messageReceived(DefaultIoFilterChain.java:793) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]
    at org.apache.mina.filter.codec.ProtocolCodecFilter$ProtocolDecoderOutputImpl.flush(ProtocolCodecFilter.java:383) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]
    at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecFilter.java:229) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]
    at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:434) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]
    at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1200(DefaultIoFilterChain.java:46) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]
    at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.messageReceived(DefaultIoFilterChain.java:793) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]
    at org.apache.mina.core.filterchain.IoFilterAdapter.messageReceived(IoFilterAdapter.java:119) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]
    at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:434) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]
    at org.apache.mina.core.filterchain.DefaultIoFilterChain.fireMessageReceived(DefaultIoFilterChain.java:426) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]
    at org.apache.mina.core.polling.AbstractPollingIoProcessor.read(AbstractPollingIoProcessor.java:708) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]
    at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:665) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]
    at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:654) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]
    at org.apache.mina.core.polling.AbstractPollingIoProcessor.access$500(AbstractPollingIoProcessor.java:64) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]
    at org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:1111) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]
    at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64) [mina-core-2.0.0-RC2-SNAPSHOT.jar:na]
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [na:1.6.0_22]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [na:1.6.0_22]
    at java.lang.Thread.run(Thread.java:662) [na:1.6.0_22]

Original issue reported on code.google.com by zerat...@gmail.com on 23 Nov 2010 at 11:11

GoogleCodeExporter commented 9 years ago
Exactly the same problem here. But only some users do have that problem 
regardless if they use IE or Firefox. Flash-Plugin version is 10.1.102.64

Who is sending these eMails? The Server itself or the client?

BR,
Bernd

Original comment by b.hausch...@online.de on 7 Dec 2010 at 1:11

GoogleCodeExporter commented 9 years ago
Exact same issue and stack trace in both Firefox and IE running version 3621 on 
Fedora Core 13.

Original comment by stephens...@gmail.com on 9 Feb 2011 at 10:49

GoogleCodeExporter commented 9 years ago
this line of code throws the error:

http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/src/app/o
rg/openmeetings/app/remote/InvitationService.java#91

It means that the users do not have a time zone set in their profile.

We will add a default hook that uses the server time zone instead if no user 
time zone is given. But actually you should have set some in the user.
Maybe this happens only for invited users?

Original comment by seba.wag...@gmail.com on 10 Feb 2011 at 8:08

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r3643.

Client side fix for default selection

Original comment by seba.wag...@gmail.com on 10 Feb 2011 at 6:45

GoogleCodeExporter commented 9 years ago
I think its fixed with r3643

Original comment by seba.wag...@gmail.com on 10 Feb 2011 at 6:48

GoogleCodeExporter commented 9 years ago
Issue 1351 has been merged into this issue.

Original comment by seba.wag...@gmail.com on 14 Feb 2011 at 6:44