Defect #542
Opps when sending invitations from the inbox
Status: | Closed | Start date: | 04/30/2013 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | - | |||
Target version: | - | |||
Resolution: | Tags: | easy |
Description
We receive a server error when try to send invitations from the inbox.
Caused by: java.lang.NullPointerException
at cc.kune.core.server.manager.impl.InvitationManagerDefault.invite(InvitationManagerDefault.java:185)
at cc.kune.core.server.rpc.InvitationRPC.inviteToSite(InvitationRPC.java:131)
at cc.kune.core.server.auth.AuthenticatedMethodInterceptor.invoke(AuthenticatedMethodInterceptor.java:84)
at cc.kune.core.server.OutermostCallInterceptor.invoke(OutermostCallInterceptor.java:65)
at com.google.inject.persist.jpa.KuneJpaLocalTxnInterceptor.invoke(KuneJpaLocalTxnInterceptor.java:65)
Because of the state token send (#group.tool etc) in the inbox seems that is empty/null.
History
#1 Updated by Vicente J. Ruiz Jurado over 10 years ago
I think that this is fixed. I cannot reproduce it anymore.
#2 Updated by Vicente J. Ruiz Jurado over 10 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100