Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1315 by sgjava: Send invitation fails unless Timezone entered
http://code.google.com/p/openmeetings/issues/detail?id=1315
I've installed openmeetings_1_6_rc1_r3621 on Ubuntu 10.04 (64 bit) server
and all related dependencies. When sending an invite a NPE is generated
unless Timezone is selected. This can only occur if Validity period
is "Period". "Endless" and "One time" cause Timezone control to become
disabled.
The relevant class and stack trace below:
InvitationService:
String timeZoneName = omTimeZone.getIcal();
DEBUG 11-16 18:11:25.686 InvitationService.java 171133 55
org.openmeetings.app.remote.InvitationService [NioProcessor-1] -
sendInvitationHash:
INFO 11-16 18:11:25.686 InvitationService.java 171133 63
org.openmeetings.app.remote.InvitationService [NioProcessor-1] -
validFromHour: 18
INFO 11-16 18:11:25.687 InvitationService.java 171134 64
org.openmeetings.app.remote.InvitationService [NioProcessor-1] -
validFromMinute: 10
INFO 11-16 18:11:25.688 InvitationService.java 171135 83
org.openmeetings.app.remote.InvitationService [NioProcessor-1] -
validFromDate: 15.11.2010 18:10:00
INFO 11-16 18:11:25.689 InvitationService.java 171136 84
org.openmeetings.app.remote.InvitationService [NioProcessor-1] -
validToDate: 16.11.2010 19:00:00
ERROR 11-16 18:11:25.706 InvitationService.java 171153 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]
See
http://groups.google.com/group/openmeetings-user/browse_thread/thread/712c07e5ad6a083f
for more info
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" 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-dev?hl=en.