ArushiSakhuja opened a new issue #109:
URL: https://github.com/apache/openmeetings/issues/109


   Which source code should I pick for development 
"https://www.apache.org/dyn/closer.lua/openmeetings/5.0.0/src/apache-openmeetings-5.0.0-src.zip";
 or "https://github.com/apache/openmeetings.git";. I am facing issues in both.
   
   1)While using code from  "https://github.com/apache/openmeetings.git"; and 
(i)building the code using "mvn clean install -P allModules", 
TestFileService.addFileTest test case failed so Build Failure.
   
![image](https://user-images.githubusercontent.com/32220072/91718673-76050280-ebb1-11ea-87c5-5f30b8786d14.png)
   
   (ii)While running "mvn 
org.sonatype.ossindex.maven:ossindex-maven-plugin:audit -f pom.xml", below is 
the error in console:
   Reactor Summary for Openmeetings 5.1.0-SNAPSHOT:
   [INFO]
   [INFO] Openmeetings ....................................... SUCCESS [ 15.634 
s]
   [INFO] Openmeetings Util .................................. SUCCESS [ 13.822 
s]
   [INFO] Openmeetings DB .................................... SUCCESS [  2.841 
s]
   [INFO] Openmeetings Core .................................. SUCCESS [  4.377 
s]
   [INFO] Openmeetings Install ............................... SUCCESS [  2.055 
s]
   [INFO] Openmeetings Service ............................... SUCCESS [  2.625 
s]
   [INFO] Openmeetings Webservices ........................... SUCCESS [  3.098 
s]
   [INFO] Openmeetings Web ................................... FAILURE [  7.780 
s]
   [INFO] Openmeetings Screen Sharing applet ................. SKIPPED
   [INFO] Openmeetings Server ................................ SKIPPED
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  01:07 min
   [INFO] Finished at: 2020-08-31T14:04:10+05:30
   [INFO] 
------------------------------------------------------------------------
   [ERROR] Failed to execute goal 
org.sonatype.ossindex.maven:ossindex-maven-plugin:3.1.0:audit (default-cli) on 
project openmeetings-web: Detected 1 vulnerable components:
   [ERROR]   commons-collections:commons-collections:jar:3.2.1:test; 
https://ossindex.sonatype.org/component/pkg:maven/commons-collections/commons-collections@3.2.1
   [ERROR]     * Remote code execution (0.0); 
https://ossindex.sonatype.org/vuln/ed5505cd-2b5b-4ca6-ab51-28ca91263b4e?component-type=maven&component-name=commons-collections.commons-collections
   [ERROR]     * [CVE-2015-6420] Serialized-object interfaces in certain Cisco 
Collaboration and Social Media; En... (7.5); 
https://ossindex.sonatype.org/vuln/ac157388-2d0e-4c78-b3f4-033572d19286?component-type=maven&component-name=commons-collections.commons-collections
   [ERROR]     * [CVE-2017-15708] In Apache Synapse, by default no 
authentication is required for Java Remote Meth... (9.8); 
https://ossindex.sonatype.org/vuln/9b28a5d2-9be7-4414-a59b-98e25e4c608a?component-type=maven&component-name=commons-collections.commons-collections
   [ERROR]
   [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 <args> -rf :openmeetings-web
   
   (iii)Below is the snapshot of errors I am getting in eclipse just after 
importing openmeetings maven project. 
   javax.xml.ws.WebFault missing;
   
![image](https://user-images.githubusercontent.com/32220072/91701693-4942f200-eb95-11ea-8ae5-fb3bd81089c1.png)
   
   2) While using code from 
"https://www.apache.org/dyn/closer.lua/openmeetings/5.0.0/src/apache-openmeetings-5.0.0-src.zip";
 
   (i)Following imports are missing as shown in eclipse:
    javax.jws.WebMethod; javax.jws.WebParam; javax.jws.WebService; 
javax.xml.ws.WebFault;
   
![image](https://user-images.githubusercontent.com/32220072/91718953-093e3800-ebb2-11ea-8b98-91671bebde7a.png)
   ii)After build it shows that Openmeetings is up
   
################################################################################
        #                              Openmeetings is up                       
       #
        #                  5.0.0 ${buildNumber} 2020-08-31T11:24:44Z            
       #
        #                               and ready to use                        
       #
        
################################################################################
   Now how to run openmeetings? So that i can see UI and after altering the 
java code I can see my changes ?
   
   Which code base is preferred 
"https://www.apache.org/dyn/closer.lua/openmeetings/5.0.0/src/apache-openmeetings-5.0.0-src.zip";
 or "https://github.com/apache/openmeetings.git";. I am using Java 11, Maven 
3.6.3


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to