Neseek77 / openmeetings

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

Error Sending Invitation #389

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which version of OpenMeetings are you running?
Both from SVN and openmeetings05Final.zip

What's your operating system on client and server side?
Debian, WinXP both

Is it a problem related to the client/usability or server-side?
Could be org.xmlcrm.app.remote or InvitationService class 

Did you have any trace/debug output?
Yes.

To get the debug output of the client run the software in debug-modus
Debug modus of the client:
http://$RED5-HOME:$RED5-HTTPPORT/openmeetings/maindebug.lzx.lzr=swf8.swf

netRemoteCallHib/doCall: [  invitationservice.sendInvitationHash  ] 
«Date#90| Tue Apr 1 17:00:00 GMT-0700 2008» 
«Date#91| Wed Apr 2 17:00:00 GMT-0700 2008» 
sendInvitationHash :  Errorjava.lang.NullPointerException 

or see live example:
http://inno02.fh-pforzheim.de:8080/xmlcrm/maindebug.lzx.lzr=swf8.swf

parent.baseUrl: 
http://inno02.fh-pforzheim.de:8080/openmeetings/maindebug.lzx.lzr=swf8.swf 
netRemoteCallHib/doCall: [  invitationservice.sendInvitationHash  ] 
«Date#112| Tue Apr 1 17:00:00 GMT-0700 2008» 
«Date#113| Wed Apr 2 17:00:00 GMT-0700 2008» 
sendInvitationHash :  success 

Summary of QA,
Everything is working fine except when sending invitation.
The error window pop up with Errorjava.lang.NullPointerException 
It works on your demo site but I try both debian and XP with both SVN and
download zip and still having issue.

Thanks!
Charles

Original issue reported on code.google.com by ckung2...@gmail.com on 3 Apr 2008 at 6:25

GoogleCodeExporter commented 9 years ago
is there nothing more to debug in the red5.log/openmeetings.log?

Errorjava.lang.NullPointerException 

means that something went wrong on the Java-Side. So there should be some 
exception
in the Log-File.

Original comment by seba.wag...@gmail.com on 4 Apr 2008 at 7:23

GoogleCodeExporter commented 9 years ago
Hi Seba,

Sorry for being a newbie! I'm still learning how to configure logback Console 
Plugin
for eclipse. 

Here are my detail log-file along with screen captures.

Procedures:
After enter the conference room. Click on send invitation then enter email info 
to send.
1. My logback capture the errors as in logbackview.jpg
2. I click on the first error(red mark), it referred me to the 
ServiceInvokerjava2.jpg 
3. I right click and select open stacktrace, I saw the line: Caused by:
java.lang.NoSuchMethodError: org.apache.log4j.Logger.setAdditivity(Z)V
as shown in Java stack Trace.txt

I'm using Red5 7 and rem out as instructed in web.xml
    <!-- This will only work for Red5-0.6.3 !!
        in 0.7 this throws an Error and the App will not start -->
    <!-- <context-param>
        <param-name>log4jConfigLocation</param-name>
        <param-value>/WEB-INF/log4j.properties</param-value>
    </context-param> -->

Please advise if this is where my problem!

Thank you!
Charles

Original comment by ckung2...@gmail.com on 4 Apr 2008 at 6:41

Attachments:

GoogleCodeExporter commented 9 years ago
Hi Seba,

We were using Red5 v0.7.0 Final before and we moved back to Red5 v0.6.3 and the
invitation works now. The log4j is the reason for causing it due to the Red5 
v.0.7.0
is not stable yet.

Thanks for your help!

Charles

Original comment by ckung2...@gmail.com on 7 Apr 2008 at 6:03

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 22 May 2008 at 12:45

GoogleCodeExporter commented 9 years ago
Hi Seba,

Is this problem fixed on Red5 0.7.0? I still have this problem on r1526 and 
cannot 
send out any email. I am using Red5 0.7.0 and Windows XP. Thanks a lot!

Regards,

Original comment by zhubao...@gmail.com on 16 Jun 2008 at 1:38

GoogleCodeExporter commented 9 years ago
no not for red5-0.7.x, see: Issue 476

Original comment by seba.wag...@gmail.com on 16 Jun 2008 at 2:49

GoogleCodeExporter commented 9 years ago
Thanks Seba!

Original comment by zhubao...@gmail.com on 16 Jun 2008 at 5:04

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 29 Aug 2011 at 8:02