Neseek77 / openmeetings

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

0.8rc3 Bug!! #786

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which version of OpenMeetings are you running?
OM 0.8rc3
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?

Linux Server, different clients

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

1. When Im connected with a moderator account, I lose the bar menu.
2. When Im administrator, I create a conf and after that, the page is
re-loading non-stop!! and lose the bar menu!!
Did you have any trace/debug output?

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

for example for your local copy:
http://localhost:5080/xmlcrm/maindebug.lzx.lzr=swf8.swf

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

Server side loging:
browser your Red5-Home directory. There's a log-file directory. On linux
boxes you can run red5 using:
nohup ./red5.sh &
and debug output will be written to nohup.out

please attach any debug output to get a patch on time

Original issue reported on code.google.com by saadfell...@gmail.com on 22 Jun 2009 at 10:25

Attachments:

GoogleCodeExporter commented 9 years ago
This might happen if you have somehow an invalid RPC-Call.

Can you please retry by using the Debug-Version, and watch / past the Log from 
the
Laszlo Debug Player.

Original comment by seba.wag...@gmail.com on 22 Jun 2009 at 10:36

GoogleCodeExporter commented 9 years ago
You have discuss it with saad but I will give give you a full explanation of our
problem! In this way, you will be able to help us!
Before, I will say to you a huge THANKS!

So, we have installed the lastest version of Openmeetings:
red5_openmeetings_0_8_4_r2091.zip
We have created a database, red5 is fully operational, the installation a OM 
was a
success!
Then we can use the application to enter public/private room (for meetings) with
video/voice/tchat... invite people when we are in a room... everythings works 
fine
except one thing...

Here is the bug!
When we create a conference/event in "My Scheduled Meetings" with the calendar,
everything begin to bug!!
Here is what happen:
- I create a meeting in the calendar, and I select few people to invite
- Nobody receive the mail with the invitation!!! so first problem but not the 
biggest
- Once I create the meeting I go to Home => My Scheduled Meetings to see my 
meeting
- But I can't see my meeting there is nothing in  My Scheduled Meetings

At this moment, everythings goes wrong!!! 
The application begin to always reload every 2s with the message in red 
"Loading..."
on the top right corner
Then after few reloading, I loose my menu bar... the words Home - Recordings -
Meetings.... disappear but I still can clic on them even if there are nothing
(invisible word??)
I try to reload my page, deconnect reconnect my user nothing solve my problem

But When I deleted my meeting in my calendar, everything back to normal!

it's important to notice that in the /usr/lib/red5/log/error.log I get a huge 
java error.
I put this error in a text file and you will find it in attachment file!
I suppose that this bug is linked with the scheduled meeting because without any
scheduled meetings we have no bug!!!

I ask for your help!!

Thank you very much.

greetings

Original comment by seba.wag...@gmail.com on 23 Jun 2009 at 4:16

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 23 Jun 2009 at 4:17

GoogleCodeExporter commented 9 years ago
hola,

after some checks i found the source of the error : 

-> AppointMent.hbm.xml has lost a line in current trunk : 
-> after re-adding 
 <many-to-one outer-join="true" not-null="true" column="room_id" lazy="false" 
cascade="none" name="room" 
class="org.openmeetings.app.hibernate.beans.rooms.Rooms"/>

it works fine...

-> i'll commit the hbm file - please recompile and redeploy the OM webapp 
afterwards

see ya

Smoeker

Original comment by i...@oliver-becherer.name on 24 Jun 2009 at 2:25

GoogleCodeExporter commented 9 years ago
Thanks for your help Smoeker!!
But I can't find the file you mention "ApointMent.hbm.xml" where is it?

Moreover, after re-adding that line, What is the procedure to recompile and 
reploy
the entire OM webapp??

thanks

greeting

Original comment by alliz...@gmail.com on 25 Jun 2009 at 7:09

GoogleCodeExporter commented 9 years ago
I was able to get te file in the svn repository!
But the line you mention was already in it!
maybe the modification was already in the new release 0.8.4 of OM webapp!?

In the cas you have already done the modification for you, is that possible you 
give
me your main.lzf....swf  Because I guess it is the result of the recompilation 
and
redployment of ht e OM webapp no?

Original comment by alliz...@gmail.com on 25 Jun 2009 at 7:37

GoogleCodeExporter commented 9 years ago
hola,

i committed the fix, so it seems you have the current sources...

-> sending u my main....swf wouldn't help u solving your problem because the 
swf 
only contains the openlaszlo client - the bug was within java sources...

-> means : u have to recompile the openmeetings webapp using ANT and re-deploy 
the 
compiled webapp into your red5 installation

-> see Build Instructions for closer details

see ya

Smoeker

Original comment by i...@oliver-becherer.name on 26 Jun 2009 at 8:37

GoogleCodeExporter commented 9 years ago
mini update:
AppointMent.hbm.xml has lost a line in current trunk ... because the XDoclet
Annotation was missing in the Appointment Object. fixed in r2119

Original comment by seba.wag...@gmail.com on 26 Jun 2009 at 1:02

GoogleCodeExporter commented 9 years ago
So the fix have been commited. I understand that the new ApointMent.hbm.xml is 
in the
svn repository!
Then we will have a new release with that fix soon or not?

I can't find "build instructions" that mention ANT... I found BuildSource where 
they
use Openlaszlo... So I use ANT or Openlaszlo to recompile the OM webapp?

Thanks for your help

Original comment by alliz...@gmail.com on 29 Jun 2009 at 8:03

GoogleCodeExporter commented 9 years ago
Even i have done the modifications in ApointMent.hbm.xml, everything works fine 
but
the meeting link which is sent to attendees appear as follows

null?lzr=swf8&lzt=swf&invitationHash=c8434b6ff27bee39eb4a1a74b1c54fb7 

Kindly help me to resolve the same.

thanks

Original comment by Sripathi...@gmail.com on 17 Aug 2009 at 11:25

GoogleCodeExporter commented 9 years ago
please open a new issue with your settings and configuration (ports) and what 
version
you did encounter this issue.

Original comment by seba.wag...@gmail.com on 17 Aug 2009 at 12:39

GoogleCodeExporter commented 9 years ago

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