You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by Hamdi THABET <ha...@gmail.com> on 2012/04/19 21:22:10 UTC

2 Bugs when testing a simple meeting

When I'm testing a meeting between MODERATOR and a SIMPLE USER I found some
bugs >>

1) I can't mute moderator mic for 2nd time (by clicking video / from the
left menu).
2) When the user close its webcam normally it will be closed in the other
side and replaced with the user photo.
    But it's not the case. The user webcam still opened and mic too. 


WE SHOULDN'T FORGET THESE CRITICAL PROBLEMS :

- Reminder email is sent even after the start time of meeting => it should
be sent only before the meeting.
- After clicking the invitation link => there's a problem with meeting time
and I have this message (RQ: My meeting was between 17:00 -> 18:00 and my
timezone= GMT+1)
 
And the received email was =

Re: Clean Build Fails -- anakia folder is empty

Posted by Maxim Solodovnik <so...@gmail.com>.
This class is located in
"trunk\singlewebapp\build\lib\anakia\jdom-jar-1.1.jar"
The jar above should be autodownloaded by build.
could you send be full output from build?



On Mon, Apr 23, 2012 at 11:12, Naveed Nazir <na...@yahoo.com> wrote:

> Same results -- still doesn't build
> It is still complaining about org/jdom/JDOMException not found
> Naveed
>
>
>
>
> ________________________________
>  From: Maxim Solodovnik <so...@gmail.com>
> To: openmeetings-dev@incubator.apache.org; Naveed Nazir <
> naveed_nazir@yahoo.com>
> Sent: Monday, April 23, 2012 12:04 AM
> Subject: Re: Clean Build Fails -- anakia folder is empty
>
> please try to delete build\lib\anakia
> and re-run the build
>
> On Mon, Apr 23, 2012 at 10:53, Naveed Nazir <na...@yahoo.com>
> wrote:
>
> > Hello,
> > I did a clean build -- i.e. deleted the singlewebapp folder and checked
> > out the latest from svn.
> > The build fails with the following error
> >
> > enhance:
> >
> > -retrieve-anakia:
> > Skipped because property 'anakia.installed' set.
> >
> > anakia:
> > Finding class org.apache.velocity.anakia.AnakiaTask
> > Loaded from
> > /root/openmeetings/singlewebapp/build/lib/om/velocity-jar-1.7.jar
> > org/apache/velocity/anakia/AnakiaTask.class
> > Class org.apache.tools.ant.taskdefs.MatchingTask loaded from parent
> loader
> > (parentFirst)
> > Class org.apache.velocity.anakia.AnakiaTask loaded from ant loader
> > (parentFirst)
> > Class java.lang.Object loaded from parent loader (parentFirst)
> > Class java.lang.Throwable loaded from parent loader (parentFirst)
> > Class org.apache.tools.ant.BuildException loaded from parent loader
> > (parentFirst)
> > Class java.io.IOException loaded from parent loader (parentFirst)
> > Class java.lang.Exception loaded from parent loader (parentFirst)
> > Finding class org.jdom.JDOMException
> >
> > BUILD FAILED
> > /root/openmeetings/singlewebapp/build.xml:504: taskdef A class needed by
> > class org.apache.velocity.anakia.AnakiaTask cannot be found:
> > org/jdom/JDOMExceptio
> > n
> >  using the classloader
> >
> AntClassLoader[/root/openmeetings/singlewebapp/build/red5/dist/lib/bcprov-jdk16-145.jar:/root/openmeetings/singlewebapp/build/red5/d
> >
> >
> ist/lib/com.springsource.javax.xml.stream-1.0.1.jar:/root/openmeetings/singlewebapp/build/red5/dist/lib/com.springsource.org.antlr-3.1.3.jar:/root/openmeet
> > ings/singlewebapp/buil.....
> >
> > The anakia directory is blank, because the following line (671) in
> > build.xml is setting the property.
> >
> >                 <available classpathref="anakia.classpath"
> > classname="org.apache.oro.text.GlobCompiler"
> property="anakia.installed"/>
> >
> > I think there is a bug in this line -- what is the relationship of
> > GlobCompiler with anakia?
> >
> > To reproduce, do a full check out in a new folder and build in that
> > folder.
> >
> > Please help but guiding me how to get the required jars in the anakia
> > folder
> >
> > Thanks
> > Naveed
> >
> >
> > ________________________________
> >  From: Maxim Solodovnik <so...@gmail.com>
> > To: openmeetings-dev@incubator.apache.org
> > Sent: Sunday, April 22, 2012 11:27 PM
> > Subject: Re: Réf. : Re: BUILD #42 errors when compiling
> >
> > Both my local build and build at builds.apache.org passed with no errors
> >
> > On Fri, Apr 20, 2012 at 17:33, Hamdi THABET <hamdi.thabet86@gmail.com
> > >wrote:
> >
> > >    *Build of OM #42 failed :*
> > >
> > >
> > > [javac] E:\3DNI\PFE\WORK\workspace\OpenMeetings\build.XML:401: warning:
> > > 'includeantruntime' was not set, defaulting to build.sysclasspath=last;
> > set
> > > to false for repeatable builds
> > > **
> > > [javac]
> > >
> >
> E:\3DNI\PFE\WORK\workspace\OpenMeetings\src\org\openmeetings\app\remote\MainService.Java:247:
> > > syncMessageToCurrentScope(Java.lang.String,Java.lang.Object,boolean)
> has
> > > private access in
> > org.openmeetings.app.remote.red5.ScopeApplicationAdapter
> > >
> > > [javac]
> scopeApplicationAdapter.syncMessageToCurrentScope("roomConnect",
> > > currentClient, false);
> > >
> > > [javac] Note:
> > >
> >
> E:\3DNI\PFE\WORK\workspace\OpenMeetings\src\org\openmeetings\cli\Admin.Java
> > > uses or overrides a deprecated API.
> > >
> > > [javac] 1 error
> > >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
>
>
>
>
> --
> WBR
> Maxim aka solomax




-- 
WBR
Maxim aka solomax

Re: Clean Build Fails -- anakia folder is empty

Posted by Naveed Nazir <na...@yahoo.com>.
Same results -- still doesn't build
It is still complaining about org/jdom/JDOMException not found
Naveed




________________________________
 From: Maxim Solodovnik <so...@gmail.com>
To: openmeetings-dev@incubator.apache.org; Naveed Nazir <na...@yahoo.com> 
Sent: Monday, April 23, 2012 12:04 AM
Subject: Re: Clean Build Fails -- anakia folder is empty
 
please try to delete build\lib\anakia
and re-run the build

On Mon, Apr 23, 2012 at 10:53, Naveed Nazir <na...@yahoo.com> wrote:

> Hello,
> I did a clean build -- i.e. deleted the singlewebapp folder and checked
> out the latest from svn.
> The build fails with the following error
>
> enhance:
>
> -retrieve-anakia:
> Skipped because property 'anakia.installed' set.
>
> anakia:
> Finding class org.apache.velocity.anakia.AnakiaTask
> Loaded from
> /root/openmeetings/singlewebapp/build/lib/om/velocity-jar-1.7.jar
> org/apache/velocity/anakia/AnakiaTask.class
> Class org.apache.tools.ant.taskdefs.MatchingTask loaded from parent loader
> (parentFirst)
> Class org.apache.velocity.anakia.AnakiaTask loaded from ant loader
> (parentFirst)
> Class java.lang.Object loaded from parent loader (parentFirst)
> Class java.lang.Throwable loaded from parent loader (parentFirst)
> Class org.apache.tools.ant.BuildException loaded from parent loader
> (parentFirst)
> Class java.io.IOException loaded from parent loader (parentFirst)
> Class java.lang.Exception loaded from parent loader (parentFirst)
> Finding class org.jdom.JDOMException
>
> BUILD FAILED
> /root/openmeetings/singlewebapp/build.xml:504: taskdef A class needed by
> class org.apache.velocity.anakia.AnakiaTask cannot be found:
> org/jdom/JDOMExceptio
> n
>  using the classloader
> AntClassLoader[/root/openmeetings/singlewebapp/build/red5/dist/lib/bcprov-jdk16-145.jar:/root/openmeetings/singlewebapp/build/red5/d
>
> ist/lib/com.springsource.javax.xml.stream-1.0.1.jar:/root/openmeetings/singlewebapp/build/red5/dist/lib/com.springsource.org.antlr-3.1.3.jar:/root/openmeet
> ings/singlewebapp/buil.....
>
> The anakia directory is blank, because the following line (671) in
> build.xml is setting the property.
>
>                 <available classpathref="anakia.classpath"
> classname="org.apache.oro.text.GlobCompiler" property="anakia.installed"/>
>
> I think there is a bug in this line -- what is the relationship of
> GlobCompiler with anakia?
>
> To reproduce, do a full check out in a new folder and build in that
> folder.
>
> Please help but guiding me how to get the required jars in the anakia
> folder
>
> Thanks
> Naveed
>
>
> ________________________________
>  From: Maxim Solodovnik <so...@gmail.com>
> To: openmeetings-dev@incubator.apache.org
> Sent: Sunday, April 22, 2012 11:27 PM
> Subject: Re: Réf. : Re: BUILD #42 errors when compiling
>
> Both my local build and build at builds.apache.org passed with no errors
>
> On Fri, Apr 20, 2012 at 17:33, Hamdi THABET <hamdi.thabet86@gmail.com
> >wrote:
>
> >    *Build of OM #42 failed :*
> >
> >
> > [javac] E:\3DNI\PFE\WORK\workspace\OpenMeetings\build.XML:401: warning:
> > 'includeantruntime' was not set, defaulting to build.sysclasspath=last;
> set
> > to false for repeatable builds
> > **
> > [javac]
> >
> E:\3DNI\PFE\WORK\workspace\OpenMeetings\src\org\openmeetings\app\remote\MainService.Java:247:
> > syncMessageToCurrentScope(Java.lang.String,Java.lang.Object,boolean) has
> > private access in
> org.openmeetings.app.remote.red5.ScopeApplicationAdapter
> >
> > [javac] scopeApplicationAdapter.syncMessageToCurrentScope("roomConnect",
> > currentClient, false);
> >
> > [javac] Note:
> >
> E:\3DNI\PFE\WORK\workspace\OpenMeetings\src\org\openmeetings\cli\Admin.Java
> > uses or overrides a deprecated API.
> >
> > [javac] 1 error
> >
>
>
>
> --
> WBR
> Maxim aka solomax




-- 
WBR
Maxim aka solomax

Re: Clean Build Fails -- anakia folder is empty

Posted by Maxim Solodovnik <so...@gmail.com>.
please try to delete build\lib\anakia
and re-run the build

On Mon, Apr 23, 2012 at 10:53, Naveed Nazir <na...@yahoo.com> wrote:

> Hello,
> I did a clean build -- i.e. deleted the singlewebapp folder and checked
> out the latest from svn.
> The build fails with the following error
>
> enhance:
>
> -retrieve-anakia:
> Skipped because property 'anakia.installed' set.
>
> anakia:
> Finding class org.apache.velocity.anakia.AnakiaTask
> Loaded from
> /root/openmeetings/singlewebapp/build/lib/om/velocity-jar-1.7.jar
> org/apache/velocity/anakia/AnakiaTask.class
> Class org.apache.tools.ant.taskdefs.MatchingTask loaded from parent loader
> (parentFirst)
> Class org.apache.velocity.anakia.AnakiaTask loaded from ant loader
> (parentFirst)
> Class java.lang.Object loaded from parent loader (parentFirst)
> Class java.lang.Throwable loaded from parent loader (parentFirst)
> Class org.apache.tools.ant.BuildException loaded from parent loader
> (parentFirst)
> Class java.io.IOException loaded from parent loader (parentFirst)
> Class java.lang.Exception loaded from parent loader (parentFirst)
> Finding class org.jdom.JDOMException
>
> BUILD FAILED
> /root/openmeetings/singlewebapp/build.xml:504: taskdef A class needed by
> class org.apache.velocity.anakia.AnakiaTask cannot be found:
> org/jdom/JDOMExceptio
> n
>  using the classloader
> AntClassLoader[/root/openmeetings/singlewebapp/build/red5/dist/lib/bcprov-jdk16-145.jar:/root/openmeetings/singlewebapp/build/red5/d
>
> ist/lib/com.springsource.javax.xml.stream-1.0.1.jar:/root/openmeetings/singlewebapp/build/red5/dist/lib/com.springsource.org.antlr-3.1.3.jar:/root/openmeet
> ings/singlewebapp/buil.....
>
> The anakia directory is blank, because the following line (671) in
> build.xml is setting the property.
>
>                 <available classpathref="anakia.classpath"
> classname="org.apache.oro.text.GlobCompiler" property="anakia.installed"/>
>
> I think there is a bug in this line -- what is the relationship of
> GlobCompiler with anakia?
>
> To reproduce, do a full check out in a new folder and build in that
> folder.
>
> Please help but guiding me how to get the required jars in the anakia
> folder
>
> Thanks
> Naveed
>
>
> ________________________________
>  From: Maxim Solodovnik <so...@gmail.com>
> To: openmeetings-dev@incubator.apache.org
> Sent: Sunday, April 22, 2012 11:27 PM
> Subject: Re: Réf. : Re: BUILD #42 errors when compiling
>
> Both my local build and build at builds.apache.org passed with no errors
>
> On Fri, Apr 20, 2012 at 17:33, Hamdi THABET <hamdi.thabet86@gmail.com
> >wrote:
>
> >    *Build of OM #42 failed :*
> >
> >
> > [javac] E:\3DNI\PFE\WORK\workspace\OpenMeetings\build.XML:401: warning:
> > 'includeantruntime' was not set, defaulting to build.sysclasspath=last;
> set
> > to false for repeatable builds
> > **
> > [javac]
> >
> E:\3DNI\PFE\WORK\workspace\OpenMeetings\src\org\openmeetings\app\remote\MainService.Java:247:
> > syncMessageToCurrentScope(Java.lang.String,Java.lang.Object,boolean) has
> > private access in
> org.openmeetings.app.remote.red5.ScopeApplicationAdapter
> >
> > [javac] scopeApplicationAdapter.syncMessageToCurrentScope("roomConnect",
> > currentClient, false);
> >
> > [javac] Note:
> >
> E:\3DNI\PFE\WORK\workspace\OpenMeetings\src\org\openmeetings\cli\Admin.Java
> > uses or overrides a deprecated API.
> >
> > [javac] 1 error
> >
>
>
>
> --
> WBR
> Maxim aka solomax




-- 
WBR
Maxim aka solomax

Clean Build Fails -- anakia folder is empty

Posted by Naveed Nazir <na...@yahoo.com>.
Hello,
I did a clean build -- i.e. deleted the singlewebapp folder and checked out the latest from svn.
The build fails with the following error

enhance:

-retrieve-anakia:
Skipped because property 'anakia.installed' set.

anakia:
Finding class org.apache.velocity.anakia.AnakiaTask
Loaded from /root/openmeetings/singlewebapp/build/lib/om/velocity-jar-1.7.jar org/apache/velocity/anakia/AnakiaTask.class
Class org.apache.tools.ant.taskdefs.MatchingTask loaded from parent loader (parentFirst)
Class org.apache.velocity.anakia.AnakiaTask loaded from ant loader (parentFirst)
Class java.lang.Object loaded from parent loader (parentFirst)
Class java.lang.Throwable loaded from parent loader (parentFirst)
Class org.apache.tools.ant.BuildException loaded from parent loader (parentFirst)
Class java.io.IOException loaded from parent loader (parentFirst)
Class java.lang.Exception loaded from parent loader (parentFirst)
Finding class org.jdom.JDOMException

BUILD FAILED
/root/openmeetings/singlewebapp/build.xml:504: taskdef A class needed by class org.apache.velocity.anakia.AnakiaTask cannot be found: org/jdom/JDOMExceptio
n
 using the classloader AntClassLoader[/root/openmeetings/singlewebapp/build/red5/dist/lib/bcprov-jdk16-145.jar:/root/openmeetings/singlewebapp/build/red5/d
ist/lib/com.springsource.javax.xml.stream-1.0.1.jar:/root/openmeetings/singlewebapp/build/red5/dist/lib/com.springsource.org.antlr-3.1.3.jar:/root/openmeet
ings/singlewebapp/buil.....

The anakia directory is blank, because the following line (671) in build.xml is setting the property.

                <available classpathref="anakia.classpath" classname="org.apache.oro.text.GlobCompiler" property="anakia.installed"/>

I think there is a bug in this line -- what is the relationship of GlobCompiler with anakia?

To reproduce, do a full check out in a new folder and build in that folder. 

Please help but guiding me how to get the required jars in the anakia folder

Thanks
Naveed


________________________________
 From: Maxim Solodovnik <so...@gmail.com>
To: openmeetings-dev@incubator.apache.org 
Sent: Sunday, April 22, 2012 11:27 PM
Subject: Re: Réf. : Re: BUILD #42 errors when compiling
 
Both my local build and build at builds.apache.org passed with no errors

On Fri, Apr 20, 2012 at 17:33, Hamdi THABET <ha...@gmail.com>wrote:

>    *Build of OM #42 failed :*
>
>
> [javac] E:\3DNI\PFE\WORK\workspace\OpenMeetings\build.XML:401: warning:
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
> to false for repeatable builds
> **
> [javac]
> E:\3DNI\PFE\WORK\workspace\OpenMeetings\src\org\openmeetings\app\remote\MainService.Java:247:
> syncMessageToCurrentScope(Java.lang.String,Java.lang.Object,boolean) has
> private access in org.openmeetings.app.remote.red5.ScopeApplicationAdapter
>
> [javac] scopeApplicationAdapter.syncMessageToCurrentScope("roomConnect",
> currentClient, false);
>
> [javac] Note:
> E:\3DNI\PFE\WORK\workspace\OpenMeetings\src\org\openmeetings\cli\Admin.Java
> uses or overrides a deprecated API.
>
> [javac] 1 error
>



-- 
WBR
Maxim aka solomax

Re: Réf. : Re: BUILD #42 errors when compiling

Posted by Maxim Solodovnik <so...@gmail.com>.
Both my local build and build at builds.apache.org passed with no errors

On Fri, Apr 20, 2012 at 17:33, Hamdi THABET <ha...@gmail.com>wrote:

>    *Build of OM #42 failed :*
>
>
> [javac] E:\3DNI\PFE\WORK\workspace\OpenMeetings\build.XML:401: warning:
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
> to false for repeatable builds
> **
> [javac]
> E:\3DNI\PFE\WORK\workspace\OpenMeetings\src\org\openmeetings\app\remote\MainService.Java:247:
> syncMessageToCurrentScope(Java.lang.String,Java.lang.Object,boolean) has
> private access in org.openmeetings.app.remote.red5.ScopeApplicationAdapter
>
> [javac] scopeApplicationAdapter.syncMessageToCurrentScope("roomConnect",
> currentClient, false);
>
> [javac] Note:
> E:\3DNI\PFE\WORK\workspace\OpenMeetings\src\org\openmeetings\cli\Admin.Java
> uses or overrides a deprecated API.
>
> [javac] 1 error
>



-- 
WBR
Maxim aka solomax

Réf. : Re: BUILD #42 errors when compiling

Posted by Hamdi THABET <ha...@gmail.com>.
Build of OM #42 failed :


[javac] E:\3DNI\PFE\WORK\workspace\OpenMeetings\build.XML:401: warning: 
includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

[javac]
E:\3DNI\PFE\WORK\workspace\OpenMeetings\src\org\openmeetings\app\remote\MainS
rvice.Java:247: syncMessageToCurrentScope(Java.lang.String,Java.lang.Object
boolean) has private access in org.openmeetings.app.remote.red5
ScopeApplicationAdapter 

[javac] scopeApplicationAdapter.syncMessageToCurrentScope("roomConnect",
currentClient, false);

[javac] Note:
E:\3DNI\PFE\WORK\workspace\OpenMeetings\src\org\openmeetings\cli\Admin.Java
uses or overrides a deprecated API.

[javac] 1 error

Réf. : Re: BUILD #42 errors when compiling

Posted by Hamdi THABET <ha...@gmail.com>.
Maxim there are 2 build errors ==> BUILD FAILED




Please help me, build errors only with #42 ! I re-tested build #41 and there is no problem.  

Re: BUILD #42 errors when compiling

Posted by Maxim Solodovnik <so...@gmail.com>.
It is not errors, it is warnings.

On Fri, Apr 20, 2012 at 08:12, Hamdi THABET <ha...@gmail.com>wrote:

>    BUILD #42 errors =
>
> [javac] E:\3DNI\PFE\WORK\workspace\openmeetings\build.XML:401: warning:
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
> to false for repeatable builds
>
> [javac]
> E:\3DNI\PFE\WORK\workspace\openmeetings\src\org\openmeetings\app\remote\MainService.Java:247:
> syncMessageToCurrentScope(Java.lang.String,Java.lang.Object,boolean) has
> private access in org.collabmee.app.remote.red5.ScopeApplicationAdapter
>
> [javac] scopeApplicationAdapter.syncMessageToCurrentScope("roomConnect",
> currentClient, false);
>
> [javac] Note:
> E:\3DNI\PFE\WORK\workspace\openmeetings\src\org\openmeetings\cli\Admin.Java
> uses or overrides a deprecated API.
>



-- 
WBR
Maxim aka solomax

BUILD #42 errors when compiling

Posted by Hamdi THABET <ha...@gmail.com>.
BUILD #42 errors =

[javac] E:\3DNI\PFE\WORK\workspace\openmeetings\build.XML:401: warning: 
includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

[javac]
E:\3DNI\PFE\WORK\workspace\openmeetings\src\org\openmeetings\app\remote\MainS
rvice.Java:247: syncMessageToCurrentScope(Java.lang.String,Java.lang.Object
boolean) has private access in org.collabmee.app.remote.red5
ScopeApplicationAdapter

[javac] scopeApplicationAdapter.syncMessageToCurrentScope("roomConnect",
currentClient, false);

[javac] Note: E:\3DNI\PFE\WORK\workspace\openmeetings\src\org\openmeetings\cli\Admin.Java uses or overrides a deprecated API.

Réf. : Re: 2 Bugs when testing a simple meeting

Posted by Hamdi THABET <ha...@gmail.com>.
Yes.

Re: 2 Bugs when testing a simple meeting

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
Yeah,

muting was not working really since we have moved to the new video
components some weeks ago.
This is still on our todo list.

Same for the usual webcam shutdown. I guess you've shut down your webcam by
click on the device settings and then just changed to "no audio/video"
right?

Sebastian

2012/4/19 Hamdi THABET <ha...@gmail.com>

>    When I'm testing a meeting between MODERATOR and a SIMPLE USER I
> found some bugs >>
>
> 1) I can't mute moderator mic for 2nd time (by clicking video / from the
> left menu).
> 2) When the user close its webcam normally it will be closed in the other
> side and replaced with the user photo.
>     But it's not the case. The user webcam still opened and mic too.
>
>
> *WE SHOULDN'T FORGET THESE CRITICAL PROBLEMS :*
>
>  - Reminder email is sent even after the start time of meeting => it
> should be sent only before the meeting.
>  - After clicking the invitation link => there's a problem with meeting
> time and I have this message (RQ: My meeting was between 17:00 -> 18:00
> and my timezone= GMT+1)
>   And the received email was =
>



-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.openmeetings.de
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wagner@gmail.com