You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Daniel Baker <in...@collisiondetection.biz> on 2017/03/12 22:25:40 UTC

Can not clear object using "clear objects in current slide"

Hi,


I just noticed that it is not possible to clear object on the whiteboard 
using the "clear objects in current slide"  tool. Reproducible on your 
demo server.




Thanks,


Dan

Re: Apache Maven build failure when issuing mvn clean install -P allModules

Posted by Daniel Baker <in...@collisiondetection.biz>.
I also get an error when building 3.2.1


Tests run: 54, Failures: 0, Errors: 4, Skipped: 0

[INFO] 
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Openmeetings ....................................... SUCCESS 
[01:03 min]
[INFO] Openmeetings Util .................................. SUCCESS 
[01:08 min]
[INFO] Openmeetings DB .................................... SUCCESS [ 
56.840 s]
[INFO] Openmeetings Core .................................. SUCCESS [ 
55.417 s]
[INFO] Openmeetings Install ............................... SUCCESS [ 
34.573 s]
[INFO] Openmeetings Service ............................... SUCCESS [ 
31.444 s]
[INFO] Openmeetings Webservices ........................... SUCCESS 
[03:22 min]
[INFO] Openmeetings Web ................................... FAILURE 
[33:26 min]
[INFO] Openmeetings Flash ................................. SKIPPED
[INFO] Openmeetings Screen Sharing applet ................. SKIPPED
[INFO] Openmeetings Server ................................ SKIPPED
[INFO] 
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] Total time: 42:05 min
[INFO] Finished at: 2017-03-14T08:36:15+07:00
[INFO] Final Memory: 72M/642M
[INFO] 
------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test 
(default-test) on project openmeetings-web: There are test failures.
[ERROR]
[ERROR] Please refer to 
/opt/3.2.x/openmeetings-web/target/surefire-reports for the individual 
test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the 
-e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, 
please read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the 
command
[ERROR]   mvn <goals> -rf :openmeetings-web
kam270 3.2.x #


Thanks,


Dan


On 03/14/2017 07:45 AM, Daniel Baker wrote:
>
> After  trying to build  I get an error.
>
>
> Maybe this is because it is the nightly build? What  I  would really  
> like is branch 3.2.2 as that fixes 2 issues am I am most concerned about.
>
> How can I build 3.2.2 ?
>
> Thanks,
>
> Dan
>
>
> Results :
>
> Tests in error:
>   TestUserContact>AbstractWicketTester.setUp:43 � NullPointer
>   TestUserContact>AbstractWicketTester.setUp:43 � NullPointer
>   TestUserContact>AbstractWicketTester.setUp:43 � NullPointer
>   TestUserContact>AbstractWicketTester.setUp:43 � NullPointer
>
> Tests run: 54, Failures: 0, Errors: 4, Skipped: 0
>
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Openmeetings ....................................... SUCCESS 
> [25:01 min]
> [INFO] Openmeetings Util .................................. SUCCESS 
> [03:34 min]
> [INFO] Openmeetings DB .................................... SUCCESS 
> [02:22 min]
> [INFO] Openmeetings Core .................................. SUCCESS 
> [01:21 min]
> [INFO] Openmeetings Install ............................... SUCCESS [ 
> 43.018 s]
> [INFO] Openmeetings Service ............................... SUCCESS [ 
> 38.830 s]
> [INFO] Openmeetings Webservices ........................... SUCCESS 
> [06:04 min]
> [INFO] Openmeetings Web ................................... FAILURE 
> [25:44 min]
> [INFO] Openmeetings Flash ................................. SKIPPED
> [INFO] Openmeetings Screen Sharing applet ................. SKIPPED
> [INFO] Openmeetings Server ................................ SKIPPED
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 01:10 h
> [INFO] Finished at: 2017-03-14T07:09:38+07:00
> [INFO] Final Memory: 75M/524M
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test 
> (default-test) on project openmeetings-web: There are test failures.
> [ERROR]
> [ERROR] Please refer to 
> /opt/trunk/openmeetings-web/target/surefire-reports for the individual 
> test results.
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with 
> the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, 
> please read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with 
> the command
> [ERROR]   mvn <goals> -rf :openmeetings-web
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> On 03/14/2017 06:26 AM, Daniel Baker wrote:
>>
>> There's  another step . You have to cd into  /trunk.
>>
>> Get the source:
>>
>> svn checkouthttps://svn.apache.org/repos/asf/openmeetings/application/trunk/
>>
>> *
>> *
>>
>> *Change into correct directory :**
>> *
>>
>> *cd /trunk*
>>
>> *
>> *
>>
>> Run the command:
>>
>> mvn clean install -P allModules
>>
>> http://openmeetings.apache.org/BuildInstructions.html
>>
>>
>> Thanks,
>>
>>
>> Dan
>>
>>
>>
>> On 03/13/2017 07:56 PM, Maxim Solodovnik wrote:
>>> Just have tested
>>> Everything works as expected
>>> Profile definitely exists:
>>> https://github.com/apache/openmeetings/blob/trunk/pom.xml#L62
>>>
>>> On Mon, Mar 13, 2017 at 4:00 PM, Daniel Baker
>>> <in...@collisiondetection.biz>  wrote:
>>>> The nightly build. So far i've issued two commands :
>>>>
>>>>
>>>> Get the source:
>>>>
>>>> svn checkout
>>>> https://svn.apache.org/repos/asf/openmeetings/application/trunk/
>>>>
>>>> Run the command:
>>>>
>>>> mvn clean install -P allModules
>>>>
>>>>
>>>> On 03/13/2017 03:30 PM, Maxim Solodovnik wrote:
>>>>
>>>> What branch are you building?
>>>>
>>>> On Mon, Mar 13, 2017 at 1:55 PM, Daniel Baker
>>>> <in...@collisiondetection.biz>  wrote:
>>>>
>>>> Hi,
>>>>
>>>> Following your tutorial here
>>>> http://openmeetings.apache.org/BuildInstructions.html
>>>>
>>>>
>>>> apache-maven-3.3.9 # mvn clean install -P allModules
>>>>
>>>>
>>>> I get this error :
>>>>
>>>>
>>>> [INFO] Scanning for projects...
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] BUILD FAILURE
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Total time: 0.260 s
>>>> [INFO] Finished at: 2017-03-13T13:29:00+07:00
>>>> [INFO] Final Memory: 5M/106M
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [WARNING] The requested profile "allModules" could not be activated because
>>>> it does not exist.
>>>> [ERROR] The goal you specified requires a project to execute but there is no
>>>> POM in this directory (/opt/apache-maven-3.3.9). Please verify you invoked
>>>> Maven from the correct directory. -> [Help 1]
>>>> [ERROR]
>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
>>>> switch.
>>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>>> [ERROR]
>>>> [ERROR] For more information about the errors and possible solutions, please
>>>> read the following articles:
>>>> [ERROR] [Help 1]
>>>> http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
>>>>
>>>>
>>>>
>>>> I  have also tried  the command  in the parent directory
>>>> /opt/apache-maven-3.3.9
>>>>
>>>>
>>>>
>>>> I followed  the link
>>>> http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
>>>> from the error message  and it says this usually occurs because  the command
>>>> is issued from the wrong directory.
>>>>
>>>>
>>>> Anybody else experienced this and how can I resolve this problem ?
>>>>
>>>>
>>>> Thanks,
>>>>
>>>> Dan
>>>>
>>>>
>>>>
>>
>


Re: Apache Maven build failure when issuing mvn clean install -P allModules

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Daniel,

You can get nightly build (both binary and source) from our build server:
https://builds.apache.org/view/M-R/view/OpenMeetings/job/Openmeetings%203.2.x/
Not sure why tests are failing for you (works OK both locally and on build
server)
After successful build you can get artifacts from
openmeetings-server/target folder

to update you can
0) backup everything (just in case)
1) use import/export
2) just change the binaries (if you absolutely sure what you are doing) :))


On Tue, Mar 14, 2017 at 9:41 AM, Daniel Baker <in...@collisiondetection.biz>
wrote:

> Yes  its builds now.
>
> The question I have now is how do I use the results to replace my existing
> OM install ?
>
>
> I have these results from the build :
>
>  #  ls
> CHANGELOG  NOTICE             openmeetings-db
> openmeetings-install      openmeetings-server   openmeetings-util
> openmeetings-webservice  README  target
> LICENSE    openmeetings-core  openmeetings-flash
> openmeetings-screenshare  openmeetings-service  openmeetings-web
> pom.xml                  src
>
> Thanks,
>
>
> Dan
>
>
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Openmeetings ....................................... SUCCESS [
> 46.428 s]
> [INFO] Openmeetings Util .................................. SUCCESS [
> 37.478 s]
> [INFO] Openmeetings DB .................................... SUCCESS [
> 41.338 s]
> [INFO] Openmeetings Core .................................. SUCCESS [
> 49.204 s]
> [INFO] Openmeetings Install ............................... SUCCESS [
> 38.220 s]
> [INFO] Openmeetings Service ............................... SUCCESS [
> 37.993 s]
> [INFO] Openmeetings Webservices ........................... SUCCESS [03:01
> min]
> [INFO] Openmeetings Web ................................... SUCCESS
> [01:52 min]
> [INFO] Openmeetings Flash ................................. SUCCESS
> [05:06 min]
> [INFO] Openmeetings Screen Sharing applet ................. SUCCESS [06:08
> min]
> [INFO] Openmeetings Server ................................ SUCCESS
> [02:52 min]
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Total time: 23:17 min
> [INFO] Finished at: 2017-03-14T09:25:32+07:00
> [INFO] Final Memory: 81M/529M
> [INFO] ------------------------------------------------------------
> ------------
>
>
>
>
> On 03/14/2017 08:58 AM, Coscend@OM wrote:
>
> Hello Dan,
>
>
>
> For nightly build, you might want to add the following to your maven
> install command.  This builds all modules without running tests.
>
> -P allModules -DskipTests=true
>
>
>
> You might want to avoid a similar command -Dmaven.test.skip=true, which
> will skip test compilation, thereby giving compilation errors.
>
>
>
> Thank you.
>
>
>
> Sincerely,
>
>
>
> Hemant K. Sabat
>
>
>
> Coscend Communications Solutions
>
> Web site: www.Coscend.com <http://www.coscend.com/>
>
> ------------------------------------------------------------------
>
> *Real-time, Interactive Video Collaboration, Tele-healthcare,
> Tele-education, Telepresence Services, on the fly…*
>
> ------------------------------------------------------------------
>
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html
> <http://www.coscend.com/Terms_and_Conditions.html>
>
>
>
>
>
>
>
>
>
> *From:* Daniel Baker [mailto:info@collisiondetection.biz
> <in...@collisiondetection.biz>]
> *Sent:* Monday, March 13, 2017 7:45 PM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Apache Maven build failure when issuing mvn clean install
> -P allModules
>
>
>
> After  trying to build  I get an error.
>
>
> Maybe this is because it is the nightly build? What  I  would really  like
> is branch 3.2.2 as that fixes 2 issues am I am most concerned about.
>
> How can I build 3.2.2 ?
>
> Thanks,
>
> Dan
>
>
> Results :
>
> Tests in error:
>   TestUserContact>AbstractWicketTester.setUp:43 » NullPointer
>   TestUserContact>AbstractWicketTester.setUp:43 » NullPointer
>   TestUserContact>AbstractWicketTester.setUp:43 » NullPointer
>   TestUserContact>AbstractWicketTester.setUp:43 » NullPointer
>
> Tests run: 54, Failures: 0, Errors: 4, Skipped: 0
>
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Openmeetings ....................................... SUCCESS
> [25:01 min]
> [INFO] Openmeetings Util .................................. SUCCESS
> [03:34 min]
> [INFO] Openmeetings DB .................................... SUCCESS
> [02:22 min]
> [INFO] Openmeetings Core .................................. SUCCESS
> [01:21 min]
> [INFO] Openmeetings Install ............................... SUCCESS [
> 43.018 s]
> [INFO] Openmeetings Service ............................... SUCCESS [
> 38.830 s]
> [INFO] Openmeetings Webservices ........................... SUCCESS [06:04
> min]
> [INFO] Openmeetings Web ................................... FAILURE
> [25:44 min]
> [INFO] Openmeetings Flash ................................. SKIPPED
> [INFO] Openmeetings Screen Sharing applet ................. SKIPPED
> [INFO] Openmeetings Server ................................ SKIPPED
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Total time: 01:10 h
> [INFO] Finished at: 2017-03-14T07:09:38+07:00
> [INFO] Final Memory: 75M/524M
> [INFO] ------------------------------------------------------------
> ------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:
> maven-surefire-plugin:2.19.1:test (default-test) on project
> openmeetings-web: There are test failures.
> [ERROR]
> [ERROR] Please refer to /opt/trunk/openmeetings-web/target/surefire-reports
> for the individual test results.
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/
> MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :openmeetings-web
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> On 03/14/2017 06:26 AM, Daniel Baker wrote:
>
> There's  another step . You have to cd into  /trunk.
>
> Get the source:
>
> svn checkout https://svn.apache.org/repos/asf/openmeetings/application/trunk/
>
>
>
> *Change into correct directory :*
>
> *cd /trunk*
>
>
>
> Run the command:
>
> mvn clean install -P allModules
>
>
>
> http://openmeetings.apache.org/BuildInstructions.html
>
>
>
> Thanks,
>
>
>
> Dan
>
>
>
>
>
> On 03/13/2017 07:56 PM, Maxim Solodovnik wrote:
>
> Just have tested
>
> Everything works as expected
>
> Profile definitely exists:
>
> https://github.com/apache/openmeetings/blob/trunk/pom.xml#L62
>
>
>
> On Mon, Mar 13, 2017 at 4:00 PM, Daniel Baker
>
> <in...@collisiondetection.biz> <in...@collisiondetection.biz> wrote:
>
> The nightly build. So far i've issued two commands :
>
>
>
>
>
> Get the source:
>
>
>
> svn checkout
>
> https://svn.apache.org/repos/asf/openmeetings/application/trunk/
>
>
>
> Run the command:
>
>
>
> mvn clean install -P allModules
>
>
>
>
>
> On 03/13/2017 03:30 PM, Maxim Solodovnik wrote:
>
>
>
> What branch are you building?
>
>
>
> On Mon, Mar 13, 2017 at 1:55 PM, Daniel Baker
>
> <in...@collisiondetection.biz> <in...@collisiondetection.biz> wrote:
>
>
>
> Hi,
>
>
>
> Following your tutorial here
>
> http://openmeetings.apache.org/BuildInstructions.html
>
>
>
>
>
> apache-maven-3.3.9 # mvn clean install -P allModules
>
>
>
>
>
> I get this error :
>
>
>
>
>
> [INFO] Scanning for projects...
>
> [INFO]
>
> ------------------------------------------------------------------------
>
> [INFO] BUILD FAILURE
>
> [INFO]
>
> ------------------------------------------------------------------------
>
> [INFO] Total time: 0.260 s
>
> [INFO] Finished at: 2017-03-13T13:29:00+07:00
>
> [INFO] Final Memory: 5M/106M
>
> [INFO]
>
> ------------------------------------------------------------------------
>
> [WARNING] The requested profile "allModules" could not be activated because
>
> it does not exist.
>
> [ERROR] The goal you specified requires a project to execute but there is no
>
> POM in this directory (/opt/apache-maven-3.3.9). Please verify you invoked
>
> Maven from the correct directory. -> [Help 1]
>
> [ERROR]
>
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
>
> switch.
>
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>
> [ERROR]
>
> [ERROR] For more information about the errors and possible solutions, please
>
> read the following articles:
>
> [ERROR] [Help 1]
>
> http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
>
>
>
>
>
>
>
> I  have also tried  the command  in the parent directory
>
> /opt/apache-maven-3.3.9
>
>
>
>
>
>
>
> I followed  the link
>
> http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
>
> from the error message  and it says this usually occurs because  the command
>
> is issued from the wrong directory.
>
>
>
>
>
> Anybody else experienced this and how can I resolve this problem ?
>
>
>
>
>
> Thanks,
>
>
>
> Dan
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> ------------------------------
>
> No virus found in this message.
> Checked by AVG - www.avg.com <http://www.avg.com/email-signature>
> Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17
>
> No virus found in this message.
> Checked by AVG - www.avg.com <http://www.avg.com/email-signature>
> Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17
>
>
>


-- 
WBR
Maxim aka solomax

RE: Apache Maven build failure when issuing mvn clean install -P allModules

Posted by "Coscend@OM" <OM...@Coscend.com>.
Hello Dan,

 

Hope I understood your question correctly.

 

Your installation file is:  <Your_compilation_directory>/openmeetings-server/target/apache-openmeetings-3.2.X.tar

Copy this file to your installation directory.

Unarchive:  tar apache-openmeetings-3.2.X.tar

See Alvaro’s tutorials (https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools) 

Configure: config.xml, persistence.xml, red5.properties, your logo, 

Place mysql-java connector 5.1.39 in <Your_installation_drectory>/$RED5_HOME/webapps/$OM_CONTEXT/WEB-INF/lib

Start your rdbms

If it is new database, create it.

If importing your previous OpenMeetings database. ./admin.sh use --drop db-name (https://openmeetings.apache.org/Upgrade.html )

Start ./red5.sh

 

Thank you.

 

Sincerely,

 

Hemant K. Sabat

 

Coscend Communications Solutions

Web site: www.Coscend.com <http://www.coscend.com/>  

------------------------------------------------------------------

Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education, Telepresence Services, on the fly…

------------------------------------------------------------------

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at: http://www.Coscend.com/Terms_and_Conditions.html 

 

 

 

 

From: Daniel Baker [mailto:info@collisiondetection.biz] 
Sent: Monday, March 13, 2017 9:42 PM
To: user@openmeetings.apache.org
Subject: Re: Apache Maven build failure when issuing mvn clean install -P allModules

 

Yes  its builds now.

The question I have now is how do I use the results to replace my existing OM install ?

 

I have these results from the build :

 #  ls
CHANGELOG  NOTICE             openmeetings-db     openmeetings-install      openmeetings-server   openmeetings-util  openmeetings-webservice  README  target
LICENSE    openmeetings-core  openmeetings-flash  openmeetings-screenshare  openmeetings-service  openmeetings-web   pom.xml                  src

Thanks,

 

Dan

 

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Openmeetings ....................................... SUCCESS [ 46.428 s]
[INFO] Openmeetings Util .................................. SUCCESS [ 37.478 s]
[INFO] Openmeetings DB .................................... SUCCESS [ 41.338 s]
[INFO] Openmeetings Core .................................. SUCCESS [ 49.204 s]
[INFO] Openmeetings Install ............................... SUCCESS [ 38.220 s]
[INFO] Openmeetings Service ............................... SUCCESS [ 37.993 s]
[INFO] Openmeetings Webservices ........................... SUCCESS [03:01 min]
[INFO] Openmeetings Web ................................... SUCCESS [01:52 min]
[INFO] Openmeetings Flash ................................. SUCCESS [05:06 min]
[INFO] Openmeetings Screen Sharing applet ................. SUCCESS [06:08 min]
[INFO] Openmeetings Server ................................ SUCCESS [02:52 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23:17 min
[INFO] Finished at: 2017-03-14T09:25:32+07:00
[INFO] Final Memory: 81M/529M
[INFO] ------------------------------------------------------------------------

 

 

 

On 03/14/2017 08:58 AM, Coscend@OM wrote:

Hello Dan,

 

For nightly build, you might want to add the following to your maven install command.  This builds all modules without running tests.

-P allModules -DskipTests=true

 

You might want to avoid a similar command -Dmaven.test.skip=true, which will skip test compilation, thereby giving compilation errors.

 

Thank you.

 

Sincerely,

 

Hemant K. Sabat

 

Coscend Communications Solutions

Web site: www.Coscend.com <http://www.coscend.com/>  

------------------------------------------------------------------

Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education, Telepresence Services, on the fly…

------------------------------------------------------------------

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at: http://www.Coscend.com/Terms_and_Conditions.html 

 

 

 

 

From: Daniel Baker [mailto:info@collisiondetection.biz] 
Sent: Monday, March 13, 2017 7:45 PM
To: user@openmeetings.apache.org <ma...@openmeetings.apache.org> 
Subject: Re: Apache Maven build failure when issuing mvn clean install -P allModules

 

After  trying to build  I get an error. 


Maybe this is because it is the nightly build? What  I  would really  like is branch 3.2.2 as that fixes 2 issues am I am most concerned about.

How can I build 3.2.2 ?

Thanks,

Dan 


Results :

Tests in error: 
  TestUserContact>AbstractWicketTester.setUp:43 » NullPointer
  TestUserContact>AbstractWicketTester.setUp:43 » NullPointer
  TestUserContact>AbstractWicketTester.setUp:43 » NullPointer
  TestUserContact>AbstractWicketTester.setUp:43 » NullPointer

Tests run: 54, Failures: 0, Errors: 4, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Openmeetings ....................................... SUCCESS [25:01 min]
[INFO] Openmeetings Util .................................. SUCCESS [03:34 min]
[INFO] Openmeetings DB .................................... SUCCESS [02:22 min]
[INFO] Openmeetings Core .................................. SUCCESS [01:21 min]
[INFO] Openmeetings Install ............................... SUCCESS [ 43.018 s]
[INFO] Openmeetings Service ............................... SUCCESS [ 38.830 s]
[INFO] Openmeetings Webservices ........................... SUCCESS [06:04 min]
[INFO] Openmeetings Web ................................... FAILURE [25:44 min]
[INFO] Openmeetings Flash ................................. SKIPPED
[INFO] Openmeetings Screen Sharing applet ................. SKIPPED
[INFO] Openmeetings Server ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:10 h
[INFO] Finished at: 2017-03-14T07:09:38+07:00
[INFO] Final Memory: 75M/524M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project openmeetings-web: There are test failures.
[ERROR] 
[ERROR] Please refer to /opt/trunk/openmeetings-web/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :openmeetings-web
















On 03/14/2017 06:26 AM, Daniel Baker wrote:




There's  another step . You have to cd into  /trunk.  

Get the source:

svn checkout https://svn.apache.org/repos/asf/openmeetings/application/trunk/

 

Change into correct directory :

cd /trunk

 

Run the command:

mvn clean install -P allModules

 

http://openmeetings.apache.org/BuildInstructions.html

 

Thanks,

 

Dan 

 

 

On 03/13/2017 07:56 PM, Maxim Solodovnik wrote:

Just have tested
Everything works as expected
Profile definitely exists:
https://github.com/apache/openmeetings/blob/trunk/pom.xml#L62
 
On Mon, Mar 13, 2017 at 4:00 PM, Daniel Baker
 <ma...@collisiondetection.biz> <in...@collisiondetection.biz> wrote:

The nightly build. So far i've issued two commands :
 
 
Get the source:
 
svn checkout
https://svn.apache.org/repos/asf/openmeetings/application/trunk/
 
Run the command:
 
mvn clean install -P allModules
 
 
On 03/13/2017 03:30 PM, Maxim Solodovnik wrote:
 
What branch are you building?
 
On Mon, Mar 13, 2017 at 1:55 PM, Daniel Baker
 <ma...@collisiondetection.biz> <in...@collisiondetection.biz> wrote:
 
Hi,
 
Following your tutorial here
http://openmeetings.apache.org/BuildInstructions.html
 
 
apache-maven-3.3.9 # mvn clean install -P allModules
 
 
I get this error :
 
 
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 0.260 s
[INFO] Finished at: 2017-03-13T13:29:00+07:00
[INFO] Final Memory: 5M/106M
[INFO]
------------------------------------------------------------------------
[WARNING] The requested profile "allModules" could not be activated because
it does not exist.
[ERROR] The goal you specified requires a project to execute but there is no
POM in this directory (/opt/apache-maven-3.3.9). Please verify you invoked
Maven from the correct directory. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
 
 
 
I  have also tried  the command  in the parent directory
/opt/apache-maven-3.3.9
 
 
 
I followed  the link
http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
from the error message  and it says this usually occurs because  the command
is issued from the wrong directory.
 
 
Anybody else experienced this and how can I resolve this problem ?
 
 
Thanks,
 
Dan
 
 
 

 
 

 

 

  _____  

No virus found in this message.
Checked by AVG - www.avg.com <http://www.avg.com/email-signature> 
Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17

No virus found in this message.
Checked by AVG - www.avg.com <http://www.avg.com/email-signature> 
Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17

 

  _____  

No virus found in this message.
Checked by AVG - www.avg.com <http://www.avg.com/email-signature> 
Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17

No virus found in this message.
Checked by AVG - www.avg.com <http://www.avg.com/email-signature> 
Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17


Re: Apache Maven build failure when issuing mvn clean install -P allModules

Posted by Daniel Baker <in...@collisiondetection.biz>.
Yes  its builds now.

The question I have now is how do I use the results to replace my 
existing OM install ?


I have these results from the build :

  #  ls
CHANGELOG  NOTICE             openmeetings-db openmeetings-install      
openmeetings-server   openmeetings-util openmeetings-webservice  README  
target
LICENSE    openmeetings-core  openmeetings-flash 
openmeetings-screenshare  openmeetings-service  openmeetings-web 
pom.xml                  src

Thanks,


Dan


[INFO] 
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Openmeetings ....................................... SUCCESS [ 
46.428 s]
[INFO] Openmeetings Util .................................. SUCCESS [ 
37.478 s]
[INFO] Openmeetings DB .................................... SUCCESS [ 
41.338 s]
[INFO] Openmeetings Core .................................. SUCCESS [ 
49.204 s]
[INFO] Openmeetings Install ............................... SUCCESS [ 
38.220 s]
[INFO] Openmeetings Service ............................... SUCCESS [ 
37.993 s]
[INFO] Openmeetings Webservices ........................... SUCCESS 
[03:01 min]
[INFO] Openmeetings Web ................................... SUCCESS 
[01:52 min]
[INFO] Openmeetings Flash ................................. SUCCESS 
[05:06 min]
[INFO] Openmeetings Screen Sharing applet ................. SUCCESS 
[06:08 min]
[INFO] Openmeetings Server ................................ SUCCESS 
[02:52 min]
[INFO] 
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] 
------------------------------------------------------------------------
[INFO] Total time: 23:17 min
[INFO] Finished at: 2017-03-14T09:25:32+07:00
[INFO] Final Memory: 81M/529M
[INFO] 
------------------------------------------------------------------------




On 03/14/2017 08:58 AM, Coscend@OM wrote:
>
> Hello Dan,
>
> For nightly build, you might want to add the following to your maven 
> install command.  This builds all modules without running tests.
>
> -P allModules -DskipTests=true
>
> You might want to avoid a similar command -Dmaven.test.skip=true, 
> which will skip test compilation, thereby giving compilation errors.
>
> Thank you.
>
> Sincerely,
>
> Hemant K. Sabat
>
> Coscend Communications Solutions
>
> Web site:www.Coscend.com <http://www.coscend.com/>
>
> ------------------------------------------------------------------
>
> *Real-time, Interactive Video Collaboration, Tele-healthcare, 
> Tele-education, Telepresence Services, on the fly\u2026*
>
> ------------------------------------------------------------------
>
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail 
> Messages from Coscend Communications Solutions' posted 
> at:http://www.Coscend.com/Terms_and_Conditions.html 
> <http://www.coscend.com/Terms_and_Conditions.html>
>
> *From:*Daniel Baker [mailto:info@collisiondetection.biz]
> *Sent:* Monday, March 13, 2017 7:45 PM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Apache Maven build failure when issuing mvn clean 
> install -P allModules
>
> After  trying to build  I get an error.
>
>
> Maybe this is because it is the nightly build? What  I  would really  
> like is branch 3.2.2 as that fixes 2 issues am I am most concerned about.
>
> How can I build 3.2.2 ?
>
> Thanks,
>
> Dan
>
>
> Results :
>
> Tests in error:
>   TestUserContact>AbstractWicketTester.setUp:43 � NullPointer
>   TestUserContact>AbstractWicketTester.setUp:43 � NullPointer
>   TestUserContact>AbstractWicketTester.setUp:43 � NullPointer
>   TestUserContact>AbstractWicketTester.setUp:43 � NullPointer
>
> Tests run: 54, Failures: 0, Errors: 4, Skipped: 0
>
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Openmeetings ....................................... SUCCESS 
> [25:01 min]
> [INFO] Openmeetings Util .................................. SUCCESS 
> [03:34 min]
> [INFO] Openmeetings DB .................................... SUCCESS 
> [02:22 min]
> [INFO] Openmeetings Core .................................. SUCCESS 
> [01:21 min]
> [INFO] Openmeetings Install ............................... SUCCESS [ 
> 43.018 s]
> [INFO] Openmeetings Service ............................... SUCCESS [ 
> 38.830 s]
> [INFO] Openmeetings Webservices ........................... SUCCESS 
> [06:04 min]
> [INFO] Openmeetings Web ................................... FAILURE 
> [25:44 min]
> [INFO] Openmeetings Flash ................................. SKIPPED
> [INFO] Openmeetings Screen Sharing applet ................. SKIPPED
> [INFO] Openmeetings Server ................................ SKIPPED
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 01:10 h
> [INFO] Finished at: 2017-03-14T07:09:38+07:00
> [INFO] Final Memory: 75M/524M
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test 
> (default-test) on project openmeetings-web: There are test failures.
> [ERROR]
> [ERROR] Please refer to 
> /opt/trunk/openmeetings-web/target/surefire-reports for the individual 
> test results.
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with 
> the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, 
> please read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with 
> the command
> [ERROR]   mvn <goals> -rf :openmeetings-web
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> On 03/14/2017 06:26 AM, Daniel Baker wrote:
>
>     There's  another step . You have to cd into  /trunk.
>
>     Get the source:
>
>     svn checkout
>     https://svn.apache.org/repos/asf/openmeetings/application/trunk/
>
>     *Change into correct directory :*
>
>     *cd /trunk*
>
>     Run the command:
>
>     mvn clean install -P allModules
>
>     http://openmeetings.apache.org/BuildInstructions.html
>
>     Thanks,
>
>     Dan
>
>     On 03/13/2017 07:56 PM, Maxim Solodovnik wrote:
>
>         Just have tested
>
>         Everything works as expected
>
>         Profile definitely exists:
>
>         https://github.com/apache/openmeetings/blob/trunk/pom.xml#L62
>
>         On Mon, Mar 13, 2017 at 4:00 PM, Daniel Baker
>
>         <in...@collisiondetection.biz> <ma...@collisiondetection.biz>  wrote:
>
>             The nightly build. So far i've issued two commands :
>
>             Get the source:
>
>             svn checkout
>
>             https://svn.apache.org/repos/asf/openmeetings/application/trunk/
>
>             Run the command:
>
>             mvn clean install -P allModules
>
>             On 03/13/2017 03:30 PM, Maxim Solodovnik wrote:
>
>             What branch are you building?
>
>             On Mon, Mar 13, 2017 at 1:55 PM, Daniel Baker
>
>             <in...@collisiondetection.biz>
>             <ma...@collisiondetection.biz>  wrote:
>
>             Hi,
>
>             Following your tutorial here
>
>             http://openmeetings.apache.org/BuildInstructions.html
>
>             apache-maven-3.3.9 # mvn clean install -P allModules
>
>             I get this error :
>
>             [INFO] Scanning for projects...
>
>             [INFO]
>
>             ------------------------------------------------------------------------
>
>             [INFO] BUILD FAILURE
>
>             [INFO]
>
>             ------------------------------------------------------------------------
>
>             [INFO] Total time: 0.260 s
>
>             [INFO] Finished at: 2017-03-13T13:29:00+07:00
>
>             [INFO] Final Memory: 5M/106M
>
>             [INFO]
>
>             ------------------------------------------------------------------------
>
>             [WARNING] The requested profile "allModules" could not be activated because
>
>             it does not exist.
>
>             [ERROR] The goal you specified requires a project to execute but there is no
>
>             POM in this directory (/opt/apache-maven-3.3.9). Please verify you invoked
>
>             Maven from the correct directory. -> [Help 1]
>
>             [ERROR]
>
>             [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
>
>             switch.
>
>             [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>
>             [ERROR]
>
>             [ERROR] For more information about the errors and possible solutions, please
>
>             read the following articles:
>
>             [ERROR] [Help 1]
>
>             http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
>
>             I  have also tried  the command  in the parent directory
>
>             /opt/apache-maven-3.3.9
>
>             I followed  the link
>
>             http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
>
>             from the error message  and it says this usually occurs because  the command
>
>             is issued from the wrong directory.
>
>             Anybody else experienced this and how can I resolve this problem ?
>
>             Thanks,
>
>             Dan
>
> ------------------------------------------------------------------------
>
> No virus found in this message.
> Checked by AVG - www.avg.com <http://www.avg.com/email-signature>
> Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17
>
> No virus found in this message.
> Checked by AVG - www.avg.com <http://www.avg.com/email-signature>
> Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17
>


Re: Apache Maven build failure when issuing mvn clean install -P allModules

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Hemant,

I'm using Eclipse for coding only (debugging, code completion etc.)
Full/partial builds are only being done by command line Maven on Ubuntu

This is why I wonder why tests can fail in command line ...

On Tue, Mar 14, 2017 at 11:13 AM, Coscend@OM <OM...@coscend.com>
wrote:

> Hello Maxim,
>
>
>
> “Not sure why tests are failing for you (works OK both locally and on
> build server)”
>
>
>
> Here is a vector to identify the cause and save your time for new code
> development.  This is a conjecture:
>
>
>
> You are probably compiling and building from the nightly build in your
> full-fledged development environment of Eclipse / Tortoise integrated with
> Maven plugin m2e and JDK.  Some users compile the nightly build in Linux /
> Windows CLI outside of Eclipse/Tortoise environment by using a standalone
> Maven and JDK.
>
>
>
> Thank you.
>
>
>
> Sincerely,
>
>
>
> Hemant K. Sabat
>
>
>
> Coscend Communications Solutions
>
> Web site: www.Coscend.com <http://www.coscend.com/>
>
> ------------------------------------------------------------------
>
> *Real-time, Interactive Video Collaboration, Tele-healthcare,
> Tele-education, Telepresence Services, on the fly…*
>
> ------------------------------------------------------------------
>
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html
> <http://www.coscend.com/Terms_and_Conditions.html>
>
>
>
> *From:* Coscend@OM [mailto:OM.Insights@Coscend.com]
> *Sent:* Monday, March 13, 2017 10:21 PM
> *To:* user@openmeetings.apache.org
> *Subject:* RE: Apache Maven build failure when issuing mvn clean install
> -P allModules
>
>
>
> Hello Dan,
>
>
>
> Hope I understood your question correctly.
>
>
>
> Your installation file is:  <Your_compilation_directory>/
> openmeetings-server/target/apache-openmeetings-3.2.X.tar
>
> Copy this file to your installation directory.
>
> Unarchive:  tar apache-openmeetings-3.2.X.tar
>
> See *Alvaro’s* tutorials (https://cwiki.apache.org/confluence/display/
> OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools)
>
> Configure: config.xml, persistence.xml, red5.properties, your logo,
>
> Place mysql-java connector 5.1.39 in <Your_installation_drectory>/$
> RED5_HOME/webapps/$OM_CONTEXT/WEB-INF/lib
>
> Start your rdbms
>
> If it is new database, create it.
>
> If importing your previous OpenMeetings database. ./admin.sh use --drop
> db-name (https://openmeetings.apache.org/Upgrade.html )
>
> Start ./red5.sh
>
>
>
> Thank you.
>
>
>
> Sincerely,
>
>
>
> Hemant K. Sabat
>
>
>
> Coscend Communications Solutions
>
> Web site: www.Coscend.com <http://www.coscend.com/>
>
> ------------------------------------------------------------------
>
> *Real-time, Interactive Video Collaboration, Tele-healthcare,
> Tele-education, Telepresence Services, on the fly…*
>
> ------------------------------------------------------------------
>
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html
> <http://www.coscend.com/Terms_and_Conditions.html>
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Monday, March 13, 2017 10:10 PM
> *To:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Re: Apache Maven build failure when issuing mvn clean install
> -P allModules
>
>
>
> Hello Daniel,
>
> You can get nightly build (both binary and source) from our build server:
> https://builds.apache.org/view/M-R/view/OpenMeetings/
> job/Openmeetings%203.2.x/
>
> Not sure why tests are failing for you (works OK both locally and on build
> server)
>
> After successful build you can get artifacts from
> openmeetings-server/target folder
>
>
>
> to update you can
>
> 0) backup everything (just in case)
>
> 1) use import/export
>
> 2) just change the binaries (if you absolutely sure what you are doing) :))
>
>
>
> *From:* Daniel Baker [mailto:info@collisiondetection.biz
> <in...@collisiondetection.biz>]
> *Sent:* Monday, March 13, 2017 9:42 PM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Apache Maven build failure when issuing mvn clean install
> -P allModules
>
>
>
> Yes  its builds now.
>
> The question I have now is how do I use the results to replace my existing
> OM install ?
>
>
>
> I have these results from the build :
>
>  #  ls
> CHANGELOG  NOTICE             openmeetings-db
> openmeetings-install      openmeetings-server   openmeetings-util
> openmeetings-webservice  README  target
> LICENSE    openmeetings-core  openmeetings-flash
> openmeetings-screenshare  openmeetings-service  openmeetings-web
> pom.xml                  src
>
> Thanks,
>
>
>
> Dan
>
>
>
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Openmeetings ....................................... SUCCESS [
> 46.428 s]
> [INFO] Openmeetings Util .................................. SUCCESS [
> 37.478 s]
> [INFO] Openmeetings DB .................................... SUCCESS [
> 41.338 s]
> [INFO] Openmeetings Core .................................. SUCCESS [
> 49.204 s]
> [INFO] Openmeetings Install ............................... SUCCESS [
> 38.220 s]
> [INFO] Openmeetings Service ............................... SUCCESS [
> 37.993 s]
> [INFO] Openmeetings Webservices ........................... SUCCESS [03:01
> min]
> [INFO] Openmeetings Web ................................... SUCCESS
> [01:52 min]
> [INFO] Openmeetings Flash ................................. SUCCESS
> [05:06 min]
> [INFO] Openmeetings Screen Sharing applet ................. SUCCESS [06:08
> min]
> [INFO] Openmeetings Server ................................ SUCCESS
> [02:52 min]
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Total time: 23:17 min
> [INFO] Finished at: 2017-03-14T09:25:32+07:00
> [INFO] Final Memory: 81M/529M
> [INFO] ------------------------------------------------------------
> ------------
>
>
>
>
>
>
>
> On 03/14/2017 08:58 AM, Coscend@OM wrote:
>
> Hello Dan,
>
>
>
> For nightly build, you might want to add the following to your maven
> install command.  This builds all modules without running tests.
>
> -P allModules -DskipTests=true
>
>
>
> You might want to avoid a similar command -Dmaven.test.skip=true, which
> will skip test compilation, thereby giving compilation errors.
>
>
>
> Thank you.
>
>
>
> Sincerely,
>
>
>
> Hemant K. Sabat
>
>
>
> Coscend Communications Solutions
>
> Web site: www.Coscend.com <http://www.coscend.com/>
>
> ------------------------------------------------------------------
>
> *Real-time, Interactive Video Collaboration, Tele-healthcare,
> Tele-education, Telepresence Services, on the fly…*
>
> ------------------------------------------------------------------
>
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html
> <http://www.coscend.com/Terms_and_Conditions.html>
>
>
>
>
>
>
>
>
>
> *From:* Daniel Baker [mailto:info@collisiondetection.biz
> <in...@collisiondetection.biz>]
> *Sent:* Monday, March 13, 2017 7:45 PM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Apache Maven build failure when issuing mvn clean install
> -P allModules
>
>
>
> After  trying to build  I get an error.
>
>
> Maybe this is because it is the nightly build? What  I  would really  like
> is branch 3.2.2 as that fixes 2 issues am I am most concerned about.
>
> How can I build 3.2.2 ?
>
> Thanks,
>
> Dan
>
>
> Results :
>
> Tests in error:
>   TestUserContact>AbstractWicketTester.setUp:43 » NullPointer
>   TestUserContact>AbstractWicketTester.setUp:43 » NullPointer
>   TestUserContact>AbstractWicketTester.setUp:43 » NullPointer
>   TestUserContact>AbstractWicketTester.setUp:43 » NullPointer
>
> Tests run: 54, Failures: 0, Errors: 4, Skipped: 0
>
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Openmeetings ....................................... SUCCESS
> [25:01 min]
> [INFO] Openmeetings Util .................................. SUCCESS
> [03:34 min]
> [INFO] Openmeetings DB .................................... SUCCESS
> [02:22 min]
> [INFO] Openmeetings Core .................................. SUCCESS
> [01:21 min]
> [INFO] Openmeetings Install ............................... SUCCESS [
> 43.018 s]
> [INFO] Openmeetings Service ............................... SUCCESS [
> 38.830 s]
> [INFO] Openmeetings Webservices ........................... SUCCESS [06:04
> min]
> [INFO] Openmeetings Web ................................... FAILURE
> [25:44 min]
> [INFO] Openmeetings Flash ................................. SKIPPED
> [INFO] Openmeetings Screen Sharing applet ................. SKIPPED
> [INFO] Openmeetings Server ................................ SKIPPED
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Total time: 01:10 h
> [INFO] Finished at: 2017-03-14T07:09:38+07:00
> [INFO] Final Memory: 75M/524M
> [INFO] ------------------------------------------------------------
> ------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:
> maven-surefire-plugin:2.19.1:test (default-test) on project
> openmeetings-web: There are test failures.
> [ERROR]
> [ERROR] Please refer to /opt/trunk/openmeetings-web/target/surefire-reports
> for the individual test results.
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/
> MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :openmeetings-web
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> On 03/14/2017 06:26 AM, Daniel Baker wrote:
>
> There's  another step . You have to cd into  /trunk.
>
> Get the source:
>
> svn checkout https://svn.apache.org/repos/asf/openmeetings/application/trunk/
>
>
>
> *Change into correct directory :*
>
> *cd /trunk*
>
>
>
> Run the command:
>
> mvn clean install -P allModules
>
>
>
> http://openmeetings.apache.org/BuildInstructions.html
>
>
>
> Thanks,
>
>
>
> Dan
>
>
>
>
>
> On 03/13/2017 07:56 PM, Maxim Solodovnik wrote:
>
> Just have tested
>
> Everything works as expected
>
> Profile definitely exists:
>
> https://github.com/apache/openmeetings/blob/trunk/pom.xml#L62
>
>
>
> On Mon, Mar 13, 2017 at 4:00 PM, Daniel Baker
>
> <in...@collisiondetection.biz> <in...@collisiondetection.biz> wrote:
>
> The nightly build. So far i've issued two commands :
>
>
>
>
>
> Get the source:
>
>
>
> svn checkout
>
> https://svn.apache.org/repos/asf/openmeetings/application/trunk/
>
>
>
> Run the command:
>
>
>
> mvn clean install -P allModules
>
>
>
>
>
> On 03/13/2017 03:30 PM, Maxim Solodovnik wrote:
>
>
>
> What branch are you building?
>
>
>
> On Mon, Mar 13, 2017 at 1:55 PM, Daniel Baker
>
> <in...@collisiondetection.biz> <in...@collisiondetection.biz> wrote:
>
>
>
> Hi,
>
>
>
> Following your tutorial here
>
> http://openmeetings.apache.org/BuildInstructions.html
>
>
>
>
>
> apache-maven-3.3.9 # mvn clean install -P allModules
>
>
>
>
>
> I get this error :
>
>
>
>
>
> [INFO] Scanning for projects...
>
> [INFO]
>
> ------------------------------------------------------------------------
>
> [INFO] BUILD FAILURE
>
> [INFO]
>
> ------------------------------------------------------------------------
>
> [INFO] Total time: 0.260 s
>
> [INFO] Finished at: 2017-03-13T13:29:00+07:00
>
> [INFO] Final Memory: 5M/106M
>
> [INFO]
>
> ------------------------------------------------------------------------
>
> [WARNING] The requested profile "allModules" could not be activated because
>
> it does not exist.
>
> [ERROR] The goal you specified requires a project to execute but there is no
>
> POM in this directory (/opt/apache-maven-3.3.9). Please verify you invoked
>
> Maven from the correct directory. -> [Help 1]
>
> [ERROR]
>
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
>
> switch.
>
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>
> [ERROR]
>
> [ERROR] For more information about the errors and possible solutions, please
>
> read the following articles:
>
> [ERROR] [Help 1]
>
> http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
>
>
>
>
>
>
>
> I  have also tried  the command  in the parent directory
>
> /opt/apache-maven-3.3.9
>
>
>
>
>
>
>
> I followed  the link
>
> http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
>
> from the error message  and it says this usually occurs because  the command
>
> is issued from the wrong directory.
>
>
>
>
>
> Anybody else experienced this and how can I resolve this problem ?
>
>
>
>
>
> Thanks,
>
>
>
> Dan
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> ------------------------------
>
> No virus found in this message.
> Checked by AVG - www.avg.com <http://www.avg.com/email-signature>
> Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17
>
> No virus found in this message.
> Checked by AVG - www.avg.com <http://www.avg.com/email-signature>
> Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17
>
>
> ------------------------------
>
> No virus found in this message.
> Checked by AVG - www.avg.com <http://www.avg.com/email-signature>
> Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17
>
> No virus found in this message.
> Checked by AVG - www.avg.com <http://www.avg.com/email-signature>
> Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17
> ------------------------------
>
> No virus found in this message.
> Checked by AVG - www.avg.com <http://www.avg.com/email-signature>
> Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17
>
> No virus found in this message.
> Checked by AVG - www.avg.com <http://www.avg.com/email-signature>
> Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17
>



-- 
WBR
Maxim aka solomax

RE: Apache Maven build failure when issuing mvn clean install -P allModules

Posted by "Coscend@OM" <OM...@Coscend.com>.
Hello Maxim,

 

“Not sure why tests are failing for you (works OK both locally and on build server)”

 

Here is a vector to identify the cause and save your time for new code development.  This is a conjecture:  

 

You are probably compiling and building from the nightly build in your full-fledged development environment of Eclipse / Tortoise integrated with Maven plugin m2e and JDK.  Some users compile the nightly build in Linux / Windows CLI outside of Eclipse/Tortoise environment by using a standalone Maven and JDK.

 

Thank you.

 

Sincerely,

 

Hemant K. Sabat

 

Coscend Communications Solutions

Web site: www.Coscend.com <http://www.coscend.com/>  

------------------------------------------------------------------

Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education, Telepresence Services, on the fly…

------------------------------------------------------------------

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at: http://www.Coscend.com/Terms_and_Conditions.html 

 

From: Coscend@OM [mailto:OM.Insights@Coscend.com] 
Sent: Monday, March 13, 2017 10:21 PM
To: user@openmeetings.apache.org
Subject: RE: Apache Maven build failure when issuing mvn clean install -P allModules

 

Hello Dan,

 

Hope I understood your question correctly.

 

Your installation file is:  <Your_compilation_directory>/openmeetings-server/target/apache-openmeetings-3.2.X.tar

Copy this file to your installation directory.

Unarchive:  tar apache-openmeetings-3.2.X.tar

See Alvaro’s tutorials (https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools) 

Configure: config.xml, persistence.xml, red5.properties, your logo, 

Place mysql-java connector 5.1.39 in <Your_installation_drectory>/$RED5_HOME/webapps/$OM_CONTEXT/WEB-INF/lib

Start your rdbms

If it is new database, create it.

If importing your previous OpenMeetings database. ./admin.sh use --drop db-name (https://openmeetings.apache.org/Upgrade.html )

Start ./red5.sh

 

Thank you.

 

Sincerely,

 

Hemant K. Sabat

 

Coscend Communications Solutions

Web site: www.Coscend.com <http://www.coscend.com/>  

------------------------------------------------------------------

Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education, Telepresence Services, on the fly…

------------------------------------------------------------------

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at: http://www.Coscend.com/Terms_and_Conditions.html 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Monday, March 13, 2017 10:10 PM
To: Openmeetings user-list <us...@openmeetings.apache.org>
Subject: Re: Apache Maven build failure when issuing mvn clean install -P allModules

 

Hello Daniel,

You can get nightly build (both binary and source) from our build server: https://builds.apache.org/view/M-R/view/OpenMeetings/job/Openmeetings%203.2.x/

Not sure why tests are failing for you (works OK both locally and on build server)

After successful build you can get artifacts from openmeetings-server/target folder

 

to update you can

0) backup everything (just in case)

1) use import/export

2) just change the binaries (if you absolutely sure what you are doing) :))

 

From: Daniel Baker [mailto:info@collisiondetection.biz] 
Sent: Monday, March 13, 2017 9:42 PM
To: user@openmeetings.apache.org <ma...@openmeetings.apache.org> 
Subject: Re: Apache Maven build failure when issuing mvn clean install -P allModules

 

Yes  its builds now.

The question I have now is how do I use the results to replace my existing OM install ?

 

I have these results from the build :

 #  ls
CHANGELOG  NOTICE             openmeetings-db     openmeetings-install      openmeetings-server   openmeetings-util  openmeetings-webservice  README  target
LICENSE    openmeetings-core  openmeetings-flash  openmeetings-screenshare  openmeetings-service  openmeetings-web   pom.xml                  src

Thanks,

 

Dan

 

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Openmeetings ....................................... SUCCESS [ 46.428 s]
[INFO] Openmeetings Util .................................. SUCCESS [ 37.478 s]
[INFO] Openmeetings DB .................................... SUCCESS [ 41.338 s]
[INFO] Openmeetings Core .................................. SUCCESS [ 49.204 s]
[INFO] Openmeetings Install ............................... SUCCESS [ 38.220 s]
[INFO] Openmeetings Service ............................... SUCCESS [ 37.993 s]
[INFO] Openmeetings Webservices ........................... SUCCESS [03:01 min]
[INFO] Openmeetings Web ................................... SUCCESS [01:52 min]
[INFO] Openmeetings Flash ................................. SUCCESS [05:06 min]
[INFO] Openmeetings Screen Sharing applet ................. SUCCESS [06:08 min]
[INFO] Openmeetings Server ................................ SUCCESS [02:52 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23:17 min
[INFO] Finished at: 2017-03-14T09:25:32+07:00
[INFO] Final Memory: 81M/529M
[INFO] ------------------------------------------------------------------------

 

 

 

On 03/14/2017 08:58 AM, Coscend@OM wrote:

Hello Dan,

 

For nightly build, you might want to add the following to your maven install command.  This builds all modules without running tests.

-P allModules -DskipTests=true

 

You might want to avoid a similar command -Dmaven.test.skip=true, which will skip test compilation, thereby giving compilation errors.

 

Thank you.

 

Sincerely,

 

Hemant K. Sabat

 

Coscend Communications Solutions

Web site: www.Coscend.com <http://www.coscend.com/>  

------------------------------------------------------------------

Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education, Telepresence Services, on the fly…

------------------------------------------------------------------

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at: http://www.Coscend.com/Terms_and_Conditions.html 

 

 

 

 

From: Daniel Baker [mailto:info@collisiondetection.biz] 
Sent: Monday, March 13, 2017 7:45 PM
To: user@openmeetings.apache.org <ma...@openmeetings.apache.org> 
Subject: Re: Apache Maven build failure when issuing mvn clean install -P allModules

 

After  trying to build  I get an error. 


Maybe this is because it is the nightly build? What  I  would really  like is branch 3.2.2 as that fixes 2 issues am I am most concerned about.

How can I build 3.2.2 ?

Thanks,

Dan 


Results :

Tests in error: 
  TestUserContact>AbstractWicketTester.setUp:43 » NullPointer
  TestUserContact>AbstractWicketTester.setUp:43 » NullPointer
  TestUserContact>AbstractWicketTester.setUp:43 » NullPointer
  TestUserContact>AbstractWicketTester.setUp:43 » NullPointer

Tests run: 54, Failures: 0, Errors: 4, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Openmeetings ....................................... SUCCESS [25:01 min]
[INFO] Openmeetings Util .................................. SUCCESS [03:34 min]
[INFO] Openmeetings DB .................................... SUCCESS [02:22 min]
[INFO] Openmeetings Core .................................. SUCCESS [01:21 min]
[INFO] Openmeetings Install ............................... SUCCESS [ 43.018 s]
[INFO] Openmeetings Service ............................... SUCCESS [ 38.830 s]
[INFO] Openmeetings Webservices ........................... SUCCESS [06:04 min]
[INFO] Openmeetings Web ................................... FAILURE [25:44 min]
[INFO] Openmeetings Flash ................................. SKIPPED
[INFO] Openmeetings Screen Sharing applet ................. SKIPPED
[INFO] Openmeetings Server ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:10 h
[INFO] Finished at: 2017-03-14T07:09:38+07:00
[INFO] Final Memory: 75M/524M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project openmeetings-web: There are test failures.
[ERROR] 
[ERROR] Please refer to /opt/trunk/openmeetings-web/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :openmeetings-web
















On 03/14/2017 06:26 AM, Daniel Baker wrote:

There's  another step . You have to cd into  /trunk.  

Get the source:

svn checkout https://svn.apache.org/repos/asf/openmeetings/application/trunk/

 

Change into correct directory :

cd /trunk

 

Run the command:

mvn clean install -P allModules

 

http://openmeetings.apache.org/BuildInstructions.html

 

Thanks,

 

Dan 

 

 

On 03/13/2017 07:56 PM, Maxim Solodovnik wrote:

Just have tested
Everything works as expected
Profile definitely exists:
https://github.com/apache/openmeetings/blob/trunk/pom.xml#L62
 
On Mon, Mar 13, 2017 at 4:00 PM, Daniel Baker
 <ma...@collisiondetection.biz> <in...@collisiondetection.biz> wrote:

The nightly build. So far i've issued two commands :
 
 
Get the source:
 
svn checkout
https://svn.apache.org/repos/asf/openmeetings/application/trunk/
 
Run the command:
 
mvn clean install -P allModules
 
 
On 03/13/2017 03:30 PM, Maxim Solodovnik wrote:
 
What branch are you building?
 
On Mon, Mar 13, 2017 at 1:55 PM, Daniel Baker
 <ma...@collisiondetection.biz> <in...@collisiondetection.biz> wrote:
 
Hi,
 
Following your tutorial here
http://openmeetings.apache.org/BuildInstructions.html
 
 
apache-maven-3.3.9 # mvn clean install -P allModules
 
 
I get this error :
 
 
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 0.260 s
[INFO] Finished at: 2017-03-13T13:29:00+07:00
[INFO] Final Memory: 5M/106M
[INFO]
------------------------------------------------------------------------
[WARNING] The requested profile "allModules" could not be activated because
it does not exist.
[ERROR] The goal you specified requires a project to execute but there is no
POM in this directory (/opt/apache-maven-3.3.9). Please verify you invoked
Maven from the correct directory. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
 
 
 
I  have also tried  the command  in the parent directory
/opt/apache-maven-3.3.9
 
 
 
I followed  the link
http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
from the error message  and it says this usually occurs because  the command
is issued from the wrong directory.
 
 
Anybody else experienced this and how can I resolve this problem ?
 
 
Thanks,
 
Dan
 
 
 

 
 

 

 

  _____  

No virus found in this message.
Checked by AVG - www.avg.com <http://www.avg.com/email-signature> 
Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17

No virus found in this message.
Checked by AVG - www.avg.com <http://www.avg.com/email-signature> 
Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17

 

  _____  

No virus found in this message.
Checked by AVG - www.avg.com <http://www.avg.com/email-signature> 
Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17

No virus found in this message.
Checked by AVG - www.avg.com <http://www.avg.com/email-signature> 
Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17

  _____  

No virus found in this message.
Checked by AVG - www.avg.com <http://www.avg.com/email-signature> 
Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17

No virus found in this message.
Checked by AVG - www.avg.com <http://www.avg.com/email-signature> 
Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17


RE: Apache Maven build failure when issuing mvn clean install -P allModules

Posted by "Coscend@OM" <OM...@Coscend.com>.
Hello Dan,

 

Hope I understood your question correctly.

 

Your installation file is:  <Your_compilation_directory>/openmeetings-server/target/apache-openmeetings-3.2.X.tar

Copy this file to your installation directory.

Unarchive:  tar apache-openmeetings-3.2.X.tar

See Alvaro’s tutorials (https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools) 

Configure: config.xml, persistence.xml, red5.properties, your logo, 

Place mysql-java connector 5.1.39 in <Your_installation_drectory>/$RED5_HOME/webapps/$OM_CONTEXT/WEB-INF/lib

Start your rdbms

If it is new database, create it.

If importing your previous OpenMeetings database. ./admin.sh use --drop db-name (https://openmeetings.apache.org/Upgrade.html )

Start ./red5.sh

 

Thank you.

 

Sincerely,

 

Hemant K. Sabat

 

Coscend Communications Solutions

Web site: www.Coscend.com <http://www.coscend.com/>  

------------------------------------------------------------------

Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education, Telepresence Services, on the fly…

------------------------------------------------------------------

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at: http://www.Coscend.com/Terms_and_Conditions.html 

 

From: Daniel Baker [mailto:info@collisiondetection.biz] 
Sent: Monday, March 13, 2017 9:42 PM
To: user@openmeetings.apache.org <ma...@openmeetings.apache.org> 
Subject: Re: Apache Maven build failure when issuing mvn clean install -P allModules

 

Yes  its builds now.

The question I have now is how do I use the results to replace my existing OM install ?

 

I have these results from the build :

 #  ls
CHANGELOG  NOTICE             openmeetings-db     openmeetings-install      openmeetings-server   openmeetings-util  openmeetings-webservice  README  target
LICENSE    openmeetings-core  openmeetings-flash  openmeetings-screenshare  openmeetings-service  openmeetings-web   pom.xml                  src

Thanks,

 

Dan

 

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Openmeetings ....................................... SUCCESS [ 46.428 s]
[INFO] Openmeetings Util .................................. SUCCESS [ 37.478 s]
[INFO] Openmeetings DB .................................... SUCCESS [ 41.338 s]
[INFO] Openmeetings Core .................................. SUCCESS [ 49.204 s]
[INFO] Openmeetings Install ............................... SUCCESS [ 38.220 s]
[INFO] Openmeetings Service ............................... SUCCESS [ 37.993 s]
[INFO] Openmeetings Webservices ........................... SUCCESS [03:01 min]
[INFO] Openmeetings Web ................................... SUCCESS [01:52 min]
[INFO] Openmeetings Flash ................................. SUCCESS [05:06 min]
[INFO] Openmeetings Screen Sharing applet ................. SUCCESS [06:08 min]
[INFO] Openmeetings Server ................................ SUCCESS [02:52 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23:17 min
[INFO] Finished at: 2017-03-14T09:25:32+07:00
[INFO] Final Memory: 81M/529M
[INFO] ------------------------------------------------------------------------

 

 

 

On 03/14/2017 08:58 AM, Coscend@OM wrote:

Hello Dan,

 

For nightly build, you might want to add the following to your maven install command.  This builds all modules without running tests.

-P allModules -DskipTests=true

 

You might want to avoid a similar command -Dmaven.test.skip=true, which will skip test compilation, thereby giving compilation errors.

 

Thank you.

 

Sincerely,

 

Hemant K. Sabat

 

Coscend Communications Solutions

Web site: www.Coscend.com <http://www.coscend.com/>  

------------------------------------------------------------------

Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education, Telepresence Services, on the fly…

------------------------------------------------------------------

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at: http://www.Coscend.com/Terms_and_Conditions.html 

 

 

 

 

From: Daniel Baker [mailto:info@collisiondetection.biz] 
Sent: Monday, March 13, 2017 7:45 PM
To: user@openmeetings.apache.org <ma...@openmeetings.apache.org> 
Subject: Re: Apache Maven build failure when issuing mvn clean install -P allModules

 

After  trying to build  I get an error. 


Maybe this is because it is the nightly build? What  I  would really  like is branch 3.2.2 as that fixes 2 issues am I am most concerned about.

How can I build 3.2.2 ?

Thanks,

Dan 


Results :

Tests in error: 
  TestUserContact>AbstractWicketTester.setUp:43 » NullPointer
  TestUserContact>AbstractWicketTester.setUp:43 » NullPointer
  TestUserContact>AbstractWicketTester.setUp:43 » NullPointer
  TestUserContact>AbstractWicketTester.setUp:43 » NullPointer

Tests run: 54, Failures: 0, Errors: 4, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Openmeetings ....................................... SUCCESS [25:01 min]
[INFO] Openmeetings Util .................................. SUCCESS [03:34 min]
[INFO] Openmeetings DB .................................... SUCCESS [02:22 min]
[INFO] Openmeetings Core .................................. SUCCESS [01:21 min]
[INFO] Openmeetings Install ............................... SUCCESS [ 43.018 s]
[INFO] Openmeetings Service ............................... SUCCESS [ 38.830 s]
[INFO] Openmeetings Webservices ........................... SUCCESS [06:04 min]
[INFO] Openmeetings Web ................................... FAILURE [25:44 min]
[INFO] Openmeetings Flash ................................. SKIPPED
[INFO] Openmeetings Screen Sharing applet ................. SKIPPED
[INFO] Openmeetings Server ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:10 h
[INFO] Finished at: 2017-03-14T07:09:38+07:00
[INFO] Final Memory: 75M/524M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project openmeetings-web: There are test failures.
[ERROR] 
[ERROR] Please refer to /opt/trunk/openmeetings-web/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :openmeetings-web
















On 03/14/2017 06:26 AM, Daniel Baker wrote:



There's  another step . You have to cd into  /trunk.  

Get the source:

svn checkout https://svn.apache.org/repos/asf/openmeetings/application/trunk/

 

Change into correct directory :

cd /trunk

 

Run the command:

mvn clean install -P allModules

 

http://openmeetings.apache.org/BuildInstructions.html

 

Thanks,

 

Dan 

 

 

On 03/13/2017 07:56 PM, Maxim Solodovnik wrote:

Just have tested
Everything works as expected
Profile definitely exists:
https://github.com/apache/openmeetings/blob/trunk/pom.xml#L62
 
On Mon, Mar 13, 2017 at 4:00 PM, Daniel Baker
 <ma...@collisiondetection.biz> <in...@collisiondetection.biz> wrote:

The nightly build. So far i've issued two commands :
 
 
Get the source:
 
svn checkout
https://svn.apache.org/repos/asf/openmeetings/application/trunk/
 
Run the command:
 
mvn clean install -P allModules
 
 
On 03/13/2017 03:30 PM, Maxim Solodovnik wrote:
 
What branch are you building?
 
On Mon, Mar 13, 2017 at 1:55 PM, Daniel Baker
 <ma...@collisiondetection.biz> <in...@collisiondetection.biz> wrote:
 
Hi,
 
Following your tutorial here
http://openmeetings.apache.org/BuildInstructions.html
 
 
apache-maven-3.3.9 # mvn clean install -P allModules
 
 
I get this error :
 
 
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 0.260 s
[INFO] Finished at: 2017-03-13T13:29:00+07:00
[INFO] Final Memory: 5M/106M
[INFO]
------------------------------------------------------------------------
[WARNING] The requested profile "allModules" could not be activated because
it does not exist.
[ERROR] The goal you specified requires a project to execute but there is no
POM in this directory (/opt/apache-maven-3.3.9). Please verify you invoked
Maven from the correct directory. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
 
 
 
I  have also tried  the command  in the parent directory
/opt/apache-maven-3.3.9
 
 
 
I followed  the link
http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
from the error message  and it says this usually occurs because  the command
is issued from the wrong directory.
 
 
Anybody else experienced this and how can I resolve this problem ?
 
 
Thanks,
 
Dan
 
 
 

 
 

 

 

  _____  

No virus found in this message.
Checked by AVG - www.avg.com <http://www.avg.com/email-signature> 
Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17

No virus found in this message.
Checked by AVG - www.avg.com <http://www.avg.com/email-signature> 
Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17

 

  _____  

No virus found in this message.
Checked by AVG - www.avg.com <http://www.avg.com/email-signature> 
Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17

No virus found in this message.
Checked by AVG - www.avg.com <http://www.avg.com/email-signature> 
Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17


RE: Apache Maven build failure when issuing mvn clean install -P allModules

Posted by "Coscend@OM" <OM...@Coscend.com>.
Hello Dan,

 

For nightly build, you might want to add the following to your maven install command.  This builds all modules without running tests.

-P allModules -DskipTests=true

 

You might want to avoid a similar command -Dmaven.test.skip=true, which will skip test compilation, thereby giving compilation errors.

 

Thank you.

 

Sincerely,

 

Hemant K. Sabat

 

Coscend Communications Solutions

Web site: www.Coscend.com <http://www.coscend.com/>  

------------------------------------------------------------------

Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education, Telepresence Services, on the fly…

------------------------------------------------------------------

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at: http://www.Coscend.com/Terms_and_Conditions.html 

 

 

 

 

From: Daniel Baker [mailto:info@collisiondetection.biz] 
Sent: Monday, March 13, 2017 7:45 PM
To: user@openmeetings.apache.org
Subject: Re: Apache Maven build failure when issuing mvn clean install -P allModules

 

After  trying to build  I get an error. 


Maybe this is because it is the nightly build? What  I  would really  like is branch 3.2.2 as that fixes 2 issues am I am most concerned about.

How can I build 3.2.2 ?

Thanks,

Dan 


Results :

Tests in error: 
  TestUserContact>AbstractWicketTester.setUp:43 » NullPointer
  TestUserContact>AbstractWicketTester.setUp:43 » NullPointer
  TestUserContact>AbstractWicketTester.setUp:43 » NullPointer
  TestUserContact>AbstractWicketTester.setUp:43 » NullPointer

Tests run: 54, Failures: 0, Errors: 4, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Openmeetings ....................................... SUCCESS [25:01 min]
[INFO] Openmeetings Util .................................. SUCCESS [03:34 min]
[INFO] Openmeetings DB .................................... SUCCESS [02:22 min]
[INFO] Openmeetings Core .................................. SUCCESS [01:21 min]
[INFO] Openmeetings Install ............................... SUCCESS [ 43.018 s]
[INFO] Openmeetings Service ............................... SUCCESS [ 38.830 s]
[INFO] Openmeetings Webservices ........................... SUCCESS [06:04 min]
[INFO] Openmeetings Web ................................... FAILURE [25:44 min]
[INFO] Openmeetings Flash ................................. SKIPPED
[INFO] Openmeetings Screen Sharing applet ................. SKIPPED
[INFO] Openmeetings Server ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:10 h
[INFO] Finished at: 2017-03-14T07:09:38+07:00
[INFO] Final Memory: 75M/524M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project openmeetings-web: There are test failures.
[ERROR] 
[ERROR] Please refer to /opt/trunk/openmeetings-web/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :openmeetings-web
















On 03/14/2017 06:26 AM, Daniel Baker wrote:



There's  another step . You have to cd into  /trunk.  

Get the source:

svn checkout https://svn.apache.org/repos/asf/openmeetings/application/trunk/

 

Change into correct directory :

cd /trunk

 

Run the command:

mvn clean install -P allModules

 

http://openmeetings.apache.org/BuildInstructions.html

 

Thanks,

 

Dan 

 

 

On 03/13/2017 07:56 PM, Maxim Solodovnik wrote:

Just have tested
Everything works as expected
Profile definitely exists:
https://github.com/apache/openmeetings/blob/trunk/pom.xml#L62
 
On Mon, Mar 13, 2017 at 4:00 PM, Daniel Baker
 <ma...@collisiondetection.biz> <in...@collisiondetection.biz> wrote:

The nightly build. So far i've issued two commands :
 
 
Get the source:
 
svn checkout
https://svn.apache.org/repos/asf/openmeetings/application/trunk/
 
Run the command:
 
mvn clean install -P allModules
 
 
On 03/13/2017 03:30 PM, Maxim Solodovnik wrote:
 
What branch are you building?
 
On Mon, Mar 13, 2017 at 1:55 PM, Daniel Baker
 <ma...@collisiondetection.biz> <in...@collisiondetection.biz> wrote:
 
Hi,
 
Following your tutorial here
http://openmeetings.apache.org/BuildInstructions.html
 
 
apache-maven-3.3.9 # mvn clean install -P allModules
 
 
I get this error :
 
 
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 0.260 s
[INFO] Finished at: 2017-03-13T13:29:00+07:00
[INFO] Final Memory: 5M/106M
[INFO]
------------------------------------------------------------------------
[WARNING] The requested profile "allModules" could not be activated because
it does not exist.
[ERROR] The goal you specified requires a project to execute but there is no
POM in this directory (/opt/apache-maven-3.3.9). Please verify you invoked
Maven from the correct directory. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
 
 
 
I  have also tried  the command  in the parent directory
/opt/apache-maven-3.3.9
 
 
 
I followed  the link
http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
from the error message  and it says this usually occurs because  the command
is issued from the wrong directory.
 
 
Anybody else experienced this and how can I resolve this problem ?
 
 
Thanks,
 
Dan
 
 
 

 
 

 

 

  _____  

No virus found in this message.
Checked by AVG - www.avg.com <http://www.avg.com/email-signature> 
Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17

No virus found in this message.
Checked by AVG - www.avg.com <http://www.avg.com/email-signature> 
Version: 2016.0.8007 / Virus Database: 4756/14112 - Release Date: 03/13/17


Re: Apache Maven build failure when issuing mvn clean install -P allModules

Posted by Daniel Baker <in...@collisiondetection.biz>.
After  trying to build  I get an error.


Maybe this is because it is the nightly build? What  I  would really  
like is branch 3.2.2 as that fixes 2 issues am I am most concerned about.

How can I build 3.2.2 ?

Thanks,

Dan


Results :

Tests in error:
   TestUserContact>AbstractWicketTester.setUp:43 � NullPointer
   TestUserContact>AbstractWicketTester.setUp:43 � NullPointer
   TestUserContact>AbstractWicketTester.setUp:43 � NullPointer
   TestUserContact>AbstractWicketTester.setUp:43 � NullPointer

Tests run: 54, Failures: 0, Errors: 4, Skipped: 0

[INFO] 
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Openmeetings ....................................... SUCCESS 
[25:01 min]
[INFO] Openmeetings Util .................................. SUCCESS 
[03:34 min]
[INFO] Openmeetings DB .................................... SUCCESS 
[02:22 min]
[INFO] Openmeetings Core .................................. SUCCESS 
[01:21 min]
[INFO] Openmeetings Install ............................... SUCCESS [ 
43.018 s]
[INFO] Openmeetings Service ............................... SUCCESS [ 
38.830 s]
[INFO] Openmeetings Webservices ........................... SUCCESS 
[06:04 min]
[INFO] Openmeetings Web ................................... FAILURE 
[25:44 min]
[INFO] Openmeetings Flash ................................. SKIPPED
[INFO] Openmeetings Screen Sharing applet ................. SKIPPED
[INFO] Openmeetings Server ................................ SKIPPED
[INFO] 
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] Total time: 01:10 h
[INFO] Finished at: 2017-03-14T07:09:38+07:00
[INFO] Final Memory: 75M/524M
[INFO] 
------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test 
(default-test) on project openmeetings-web: There are test failures.
[ERROR]
[ERROR] Please refer to 
/opt/trunk/openmeetings-web/target/surefire-reports for the individual 
test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the 
-e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, 
please read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the 
command
[ERROR]   mvn <goals> -rf :openmeetings-web
















On 03/14/2017 06:26 AM, Daniel Baker wrote:
>
> There's  another step . You have to cd into  /trunk.
>
> Get the source:
>
> svn checkouthttps://svn.apache.org/repos/asf/openmeetings/application/trunk/
>
> *
> *
>
> *Change into correct directory :**
> *
>
> *cd /trunk*
>
> *
> *
>
> Run the command:
>
> mvn clean install -P allModules
>
> http://openmeetings.apache.org/BuildInstructions.html
>
>
> Thanks,
>
>
> Dan
>
>
>
> On 03/13/2017 07:56 PM, Maxim Solodovnik wrote:
>> Just have tested
>> Everything works as expected
>> Profile definitely exists:
>> https://github.com/apache/openmeetings/blob/trunk/pom.xml#L62
>>
>> On Mon, Mar 13, 2017 at 4:00 PM, Daniel Baker
>> <in...@collisiondetection.biz>  wrote:
>>> The nightly build. So far i've issued two commands :
>>>
>>>
>>> Get the source:
>>>
>>> svn checkout
>>> https://svn.apache.org/repos/asf/openmeetings/application/trunk/
>>>
>>> Run the command:
>>>
>>> mvn clean install -P allModules
>>>
>>>
>>> On 03/13/2017 03:30 PM, Maxim Solodovnik wrote:
>>>
>>> What branch are you building?
>>>
>>> On Mon, Mar 13, 2017 at 1:55 PM, Daniel Baker
>>> <in...@collisiondetection.biz>  wrote:
>>>
>>> Hi,
>>>
>>> Following your tutorial here
>>> http://openmeetings.apache.org/BuildInstructions.html
>>>
>>>
>>> apache-maven-3.3.9 # mvn clean install -P allModules
>>>
>>>
>>> I get this error :
>>>
>>>
>>> [INFO] Scanning for projects...
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] BUILD FAILURE
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Total time: 0.260 s
>>> [INFO] Finished at: 2017-03-13T13:29:00+07:00
>>> [INFO] Final Memory: 5M/106M
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [WARNING] The requested profile "allModules" could not be activated because
>>> it does not exist.
>>> [ERROR] The goal you specified requires a project to execute but there is no
>>> POM in this directory (/opt/apache-maven-3.3.9). Please verify you invoked
>>> Maven from the correct directory. -> [Help 1]
>>> [ERROR]
>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
>>> switch.
>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>> [ERROR]
>>> [ERROR] For more information about the errors and possible solutions, please
>>> read the following articles:
>>> [ERROR] [Help 1]
>>> http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
>>>
>>>
>>>
>>> I  have also tried  the command  in the parent directory
>>> /opt/apache-maven-3.3.9
>>>
>>>
>>>
>>> I followed  the link
>>> http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
>>> from the error message  and it says this usually occurs because  the command
>>> is issued from the wrong directory.
>>>
>>>
>>> Anybody else experienced this and how can I resolve this problem ?
>>>
>>>
>>> Thanks,
>>>
>>> Dan
>>>
>>>
>>>
>>
>


Re: Apache Maven build failure when issuing mvn clean install -P allModules

Posted by Daniel Baker <in...@collisiondetection.biz>.
There's  another step . You have to cd into  /trunk.

Get the source:

svn checkout https://svn.apache.org/repos/asf/openmeetings/application/trunk/

*
*

*Change into correct directory :**
*

*cd /trunk*

*
*

Run the command:

mvn clean install -P allModules


http://openmeetings.apache.org/BuildInstructions.html


Thanks,


Dan



On 03/13/2017 07:56 PM, Maxim Solodovnik wrote:
> Just have tested
> Everything works as expected
> Profile definitely exists:
> https://github.com/apache/openmeetings/blob/trunk/pom.xml#L62
>
> On Mon, Mar 13, 2017 at 4:00 PM, Daniel Baker
> <in...@collisiondetection.biz> wrote:
>> The nightly build. So far i've issued two commands :
>>
>>
>> Get the source:
>>
>> svn checkout
>> https://svn.apache.org/repos/asf/openmeetings/application/trunk/
>>
>> Run the command:
>>
>> mvn clean install -P allModules
>>
>>
>> On 03/13/2017 03:30 PM, Maxim Solodovnik wrote:
>>
>> What branch are you building?
>>
>> On Mon, Mar 13, 2017 at 1:55 PM, Daniel Baker
>> <in...@collisiondetection.biz> wrote:
>>
>> Hi,
>>
>> Following your tutorial here
>> http://openmeetings.apache.org/BuildInstructions.html
>>
>>
>> apache-maven-3.3.9 # mvn clean install -P allModules
>>
>>
>> I get this error :
>>
>>
>> [INFO] Scanning for projects...
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 0.260 s
>> [INFO] Finished at: 2017-03-13T13:29:00+07:00
>> [INFO] Final Memory: 5M/106M
>> [INFO]
>> ------------------------------------------------------------------------
>> [WARNING] The requested profile "allModules" could not be activated because
>> it does not exist.
>> [ERROR] The goal you specified requires a project to execute but there is no
>> POM in this directory (/opt/apache-maven-3.3.9). Please verify you invoked
>> Maven from the correct directory. -> [Help 1]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
>> switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions, please
>> read the following articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
>>
>>
>>
>> I  have also tried  the command  in the parent directory
>> /opt/apache-maven-3.3.9
>>
>>
>>
>> I followed  the link
>> http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
>> from the error message  and it says this usually occurs because  the command
>> is issued from the wrong directory.
>>
>>
>> Anybody else experienced this and how can I resolve this problem ?
>>
>>
>> Thanks,
>>
>> Dan
>>
>>
>>
>
>


Re: Apache Maven build failure when issuing mvn clean install -P allModules

Posted by Maxim Solodovnik <so...@gmail.com>.
Just have tested
Everything works as expected
Profile definitely exists:
https://github.com/apache/openmeetings/blob/trunk/pom.xml#L62

On Mon, Mar 13, 2017 at 4:00 PM, Daniel Baker
<in...@collisiondetection.biz> wrote:
> The nightly build. So far i've issued two commands :
>
>
> Get the source:
>
> svn checkout
> https://svn.apache.org/repos/asf/openmeetings/application/trunk/
>
> Run the command:
>
> mvn clean install -P allModules
>
>
> On 03/13/2017 03:30 PM, Maxim Solodovnik wrote:
>
> What branch are you building?
>
> On Mon, Mar 13, 2017 at 1:55 PM, Daniel Baker
> <in...@collisiondetection.biz> wrote:
>
> Hi,
>
> Following your tutorial here
> http://openmeetings.apache.org/BuildInstructions.html
>
>
> apache-maven-3.3.9 # mvn clean install -P allModules
>
>
> I get this error :
>
>
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 0.260 s
> [INFO] Finished at: 2017-03-13T13:29:00+07:00
> [INFO] Final Memory: 5M/106M
> [INFO]
> ------------------------------------------------------------------------
> [WARNING] The requested profile "allModules" could not be activated because
> it does not exist.
> [ERROR] The goal you specified requires a project to execute but there is no
> POM in this directory (/opt/apache-maven-3.3.9). Please verify you invoked
> Maven from the correct directory. -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please
> read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
>
>
>
> I  have also tried  the command  in the parent directory
> /opt/apache-maven-3.3.9
>
>
>
> I followed  the link
> http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
> from the error message  and it says this usually occurs because  the command
> is issued from the wrong directory.
>
>
> Anybody else experienced this and how can I resolve this problem ?
>
>
> Thanks,
>
> Dan
>
>
>



-- 
WBR
Maxim aka solomax

Re: Apache Maven build failure when issuing mvn clean install -P allModules

Posted by Daniel Baker <in...@collisiondetection.biz>.
The nightly build. So far i've issued two commands :


Get the source:

svn checkout https://svn.apache.org/repos/asf/openmeetings/application/trunk/

Run the command:

mvn clean install -P allModules


On 03/13/2017 03:30 PM, Maxim Solodovnik wrote:
> What branch are you building?
>
> On Mon, Mar 13, 2017 at 1:55 PM, Daniel Baker
> <in...@collisiondetection.biz> wrote:
>> Hi,
>>
>> Following your tutorial here
>> http://openmeetings.apache.org/BuildInstructions.html
>>
>>
>> apache-maven-3.3.9 # mvn clean install -P allModules
>>
>>
>> I get this error :
>>
>>
>> [INFO] Scanning for projects...
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 0.260 s
>> [INFO] Finished at: 2017-03-13T13:29:00+07:00
>> [INFO] Final Memory: 5M/106M
>> [INFO]
>> ------------------------------------------------------------------------
>> [WARNING] The requested profile "allModules" could not be activated because
>> it does not exist.
>> [ERROR] The goal you specified requires a project to execute but there is no
>> POM in this directory (/opt/apache-maven-3.3.9). Please verify you invoked
>> Maven from the correct directory. -> [Help 1]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
>> switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions, please
>> read the following articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
>>
>>
>>
>> I  have also tried  the command  in the parent directory
>> /opt/apache-maven-3.3.9
>>
>>
>>
>> I followed  the link
>> http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
>> from the error message  and it says this usually occurs because  the command
>> is issued from the wrong directory.
>>
>>
>> Anybody else experienced this and how can I resolve this problem ?
>>
>>
>> Thanks,
>>
>> Dan
>
>


Re: Apache Maven build failure when issuing mvn clean install -P allModules

Posted by Maxim Solodovnik <so...@gmail.com>.
What branch are you building?

On Mon, Mar 13, 2017 at 1:55 PM, Daniel Baker
<in...@collisiondetection.biz> wrote:
> Hi,
>
> Following your tutorial here
> http://openmeetings.apache.org/BuildInstructions.html
>
>
> apache-maven-3.3.9 # mvn clean install -P allModules
>
>
> I get this error :
>
>
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 0.260 s
> [INFO] Finished at: 2017-03-13T13:29:00+07:00
> [INFO] Final Memory: 5M/106M
> [INFO]
> ------------------------------------------------------------------------
> [WARNING] The requested profile "allModules" could not be activated because
> it does not exist.
> [ERROR] The goal you specified requires a project to execute but there is no
> POM in this directory (/opt/apache-maven-3.3.9). Please verify you invoked
> Maven from the correct directory. -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please
> read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
>
>
>
> I  have also tried  the command  in the parent directory
> /opt/apache-maven-3.3.9
>
>
>
> I followed  the link
> http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
> from the error message  and it says this usually occurs because  the command
> is issued from the wrong directory.
>
>
> Anybody else experienced this and how can I resolve this problem ?
>
>
> Thanks,
>
> Dan



-- 
WBR
Maxim aka solomax

Apache Maven build failure when issuing mvn clean install -P allModules

Posted by Daniel Baker <in...@collisiondetection.biz>.
Hi,

Following your tutorial here 
http://openmeetings.apache.org/BuildInstructions.html


*apache-maven-3.3.9 # mvn clean install -P allModules


*I get this error :*


*[INFO] Scanning for projects...
[INFO] 
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] Total time: 0.260 s
[INFO] Finished at: 2017-03-13T13:29:00+07:00
[INFO] Final Memory: 5M/106M
[INFO] 
------------------------------------------------------------------------
[WARNING] The requested profile "allModules" could not be activated 
because it does not exist.
[ERROR] The goal you specified requires a project to execute but there 
is no POM in this directory (/opt/apache-maven-3.3.9). Please verify you 
invoked Maven from the correct directory. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the 
-e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, 
please read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException



I  have also tried  the command  in the parent directory 
*/opt/**apache-maven-3.3.9


*
I followed  the 
link**http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException 
from the error message  and it says this usually occurs because  the 
command is issued from the wrong directory.


Anybody else experienced this and how can I resolve this problem ?


Thanks,

Dan

Re: Can not clear object using "clear objects in current slide"

Posted by Daniel Baker <in...@collisiondetection.biz>.
Ok i'm going to set up my system to work on the  nightly build.


Thanks,

Dan



On 03/13/2017 12:17 PM, Maxim Solodovnik wrote:
> there was an issue in 3.2.0 
> https://issues.apache.org/jira/browse/OPENMEETINGS-1566
> It is fixed in 3.2.1
>
> On Mon, Mar 13, 2017 at 11:50 AM, Daniel Baker 
> <info@collisiondetection.biz <ma...@collisiondetection.biz>> wrote:
>
>     It works on your demo server for me too but not my own server.
>
>     My server:
>     Name 	xxxx
>     Version 	3.2.0
>     Revision 	1782178
>     Build date 	2017/02/08 14:1
>
>
>
>     I uploaded a docx and drew  lines on various pages   but it is not
>     removed using the remove from one slide only tool.
>
>
>     Not sure why.
>
>
>     Thanks,
>
>     Dan
>
>     On 03/13/2017 11:26 AM, Maxim Solodovnik wrote:
>>     Works for me on demo
>>     Please provide more detailed steps
>>
>>     WBR, Maxim
>>     (from mobile, sorry for the typos)
>>
>>     On Mar 13, 2017 11:24, "Daniel Baker"
>>     <info@collisiondetection.biz
>>     <ma...@collisiondetection.biz>> wrote:
>>
>>         Hi Maxim,
>>
>>
>>         I tried this with a .ppt   and the steps do not clear the
>>         drawing from one slide. It looks to be broken.
>>
>>
>>
>>         Thanks,
>>
>>
>>         Dan
>>
>>
>>         On 03/13/2017 09:16 AM, Maxim Solodovnik wrote:
>>
>>             Hello Daniel,
>>
>>             Clear objects on current slide works as follows:
>>             1) you are sharing office document
>>             2) then you can put some drawing/marks on different pages
>>             of document
>>             3) later you can clean only 1 slide/page, and leave all
>>             other marks as is
>>             please let me know if this feature is broken
>>
>>             On Mon, Mar 13, 2017 at 5:25 AM, Daniel Baker
>>             <info@collisiondetection.biz
>>             <ma...@collisiondetection.biz>> wrote:
>>
>>                 Hi,
>>
>>
>>                 I just noticed that it is not possible to clear
>>                 object on the whiteboard
>>                 using the "clear objects in current slide"  tool.
>>                 Reproducible on your demo
>>                 server.
>>
>>
>>
>>
>>                 Thanks,
>>
>>
>>                 Dan
>>
>>
>>
>>
>
>
>
>
> -- 
> WBR
> Maxim aka solomax


Re: Can not clear object using "clear objects in current slide"

Posted by Maxim Solodovnik <so...@gmail.com>.
there was an issue in 3.2.0
https://issues.apache.org/jira/browse/OPENMEETINGS-1566
It is fixed in 3.2.1

On Mon, Mar 13, 2017 at 11:50 AM, Daniel Baker <in...@collisiondetection.biz>
wrote:

> It works on your demo server for me too but not my own server.
>
> My server:
> Name xxxx
> Version 3.2.0
> Revision 1782178
> Build date 2017/02/08 14:1
>
> I uploaded a docx and drew  lines on various pages   but it is not removed
> using the remove from one slide only tool.
>
>
> Not sure why.
>
>
> Thanks,
>
> Dan
>
> On 03/13/2017 11:26 AM, Maxim Solodovnik wrote:
>
> Works for me on demo
> Please provide more detailed steps
>
> WBR, Maxim
> (from mobile, sorry for the typos)
>
> On Mar 13, 2017 11:24, "Daniel Baker" <in...@collisiondetection.biz> wrote:
>
>> Hi Maxim,
>>
>>
>> I tried this with a .ppt   and the steps do not clear the drawing from
>> one slide. It looks to be broken.
>>
>>
>>
>> Thanks,
>>
>>
>> Dan
>>
>>
>> On 03/13/2017 09:16 AM, Maxim Solodovnik wrote:
>>
>>> Hello Daniel,
>>>
>>> Clear objects on current slide works as follows:
>>> 1) you are sharing office document
>>> 2) then you can put some drawing/marks on different pages of document
>>> 3) later you can clean only 1 slide/page, and leave all other marks as is
>>> please let me know if this feature is broken
>>>
>>> On Mon, Mar 13, 2017 at 5:25 AM, Daniel Baker
>>> <in...@collisiondetection.biz> wrote:
>>>
>>>> Hi,
>>>>
>>>>
>>>> I just noticed that it is not possible to clear object on the whiteboard
>>>> using the "clear objects in current slide"  tool. Reproducible on your
>>>> demo
>>>> server.
>>>>
>>>>
>>>>
>>>>
>>>> Thanks,
>>>>
>>>>
>>>> Dan
>>>>
>>>
>>>
>>>
>>
>


-- 
WBR
Maxim aka solomax

Re: Can not clear object using "clear objects in current slide"

Posted by Daniel Baker <in...@collisiondetection.biz>.
It works on your demo server for me too but not my own server.

My server:
Name 	xxxx
Version 	3.2.0
Revision 	1782178
Build date 	2017/02/08 14:1



I uploaded a docx and drew  lines on various pages   but it is not 
removed using the remove from one slide only tool.


Not sure why.


Thanks,

Dan

On 03/13/2017 11:26 AM, Maxim Solodovnik wrote:
> Works for me on demo
> Please provide more detailed steps
>
> WBR, Maxim
> (from mobile, sorry for the typos)
>
> On Mar 13, 2017 11:24, "Daniel Baker" <info@collisiondetection.biz 
> <ma...@collisiondetection.biz>> wrote:
>
>     Hi Maxim,
>
>
>     I tried this with a .ppt   and the steps do not clear the drawing
>     from one slide. It looks to be broken.
>
>
>
>     Thanks,
>
>
>     Dan
>
>
>     On 03/13/2017 09:16 AM, Maxim Solodovnik wrote:
>
>         Hello Daniel,
>
>         Clear objects on current slide works as follows:
>         1) you are sharing office document
>         2) then you can put some drawing/marks on different pages of
>         document
>         3) later you can clean only 1 slide/page, and leave all other
>         marks as is
>         please let me know if this feature is broken
>
>         On Mon, Mar 13, 2017 at 5:25 AM, Daniel Baker
>         <info@collisiondetection.biz
>         <ma...@collisiondetection.biz>> wrote:
>
>             Hi,
>
>
>             I just noticed that it is not possible to clear object on
>             the whiteboard
>             using the "clear objects in current slide"  tool.
>             Reproducible on your demo
>             server.
>
>
>
>
>             Thanks,
>
>
>             Dan
>
>
>
>


Re: Can not clear object using "clear objects in current slide"

Posted by Maxim Solodovnik <so...@gmail.com>.
Works for me on demo
Please provide more detailed steps

WBR, Maxim
(from mobile, sorry for the typos)

On Mar 13, 2017 11:24, "Daniel Baker" <in...@collisiondetection.biz> wrote:

> Hi Maxim,
>
>
> I tried this with a .ppt   and the steps do not clear the drawing from one
> slide. It looks to be broken.
>
>
>
> Thanks,
>
>
> Dan
>
>
> On 03/13/2017 09:16 AM, Maxim Solodovnik wrote:
>
>> Hello Daniel,
>>
>> Clear objects on current slide works as follows:
>> 1) you are sharing office document
>> 2) then you can put some drawing/marks on different pages of document
>> 3) later you can clean only 1 slide/page, and leave all other marks as is
>> please let me know if this feature is broken
>>
>> On Mon, Mar 13, 2017 at 5:25 AM, Daniel Baker
>> <in...@collisiondetection.biz> wrote:
>>
>>> Hi,
>>>
>>>
>>> I just noticed that it is not possible to clear object on the whiteboard
>>> using the "clear objects in current slide"  tool. Reproducible on your
>>> demo
>>> server.
>>>
>>>
>>>
>>>
>>> Thanks,
>>>
>>>
>>> Dan
>>>
>>
>>
>>
>

Re: Can not clear object using "clear objects in current slide"

Posted by Daniel Baker <in...@collisiondetection.biz>.
Hi Maxim,


I tried this with a .ppt   and the steps do not clear the drawing from 
one slide. It looks to be broken.



Thanks,


Dan


On 03/13/2017 09:16 AM, Maxim Solodovnik wrote:
> Hello Daniel,
>
> Clear objects on current slide works as follows:
> 1) you are sharing office document
> 2) then you can put some drawing/marks on different pages of document
> 3) later you can clean only 1 slide/page, and leave all other marks as is
> please let me know if this feature is broken
>
> On Mon, Mar 13, 2017 at 5:25 AM, Daniel Baker
> <in...@collisiondetection.biz> wrote:
>> Hi,
>>
>>
>> I just noticed that it is not possible to clear object on the whiteboard
>> using the "clear objects in current slide"  tool. Reproducible on your demo
>> server.
>>
>>
>>
>>
>> Thanks,
>>
>>
>> Dan
>
>


Re: Can not clear object using "clear objects in current slide"

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Daniel,

Clear objects on current slide works as follows:
1) you are sharing office document
2) then you can put some drawing/marks on different pages of document
3) later you can clean only 1 slide/page, and leave all other marks as is
please let me know if this feature is broken

On Mon, Mar 13, 2017 at 5:25 AM, Daniel Baker
<in...@collisiondetection.biz> wrote:
> Hi,
>
>
> I just noticed that it is not possible to clear object on the whiteboard
> using the "clear objects in current slide"  tool. Reproducible on your demo
> server.
>
>
>
>
> Thanks,
>
>
> Dan



-- 
WBR
Maxim aka solomax