Hello I'm trying to build the latest version of OM 

I first run this command according to the oficial site of OM 

git clone https: //github.com/apache/openmeetings.git 
After keep going, I have to install Java11, Maven and Git 



    * apt-get install openjdk-11-jdk openjdk-11-jre maven git 

Them I have to export the Java_Home variable because if don't, it gives me an 
error, so: 



    * export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64/ 

Them I make a $cd on the downloaded folder (openmeetings) and run the following 
command 



    * mvn clean install -P allModules,unpacked,mysql -DskipTests=true 
-Drat.skip=true -Dwicket.configuration=DEVELOPMENT 

once finished I create a database in mysql and and user too, I change the file: 
`openmeetings-web/src/main/webapp/WEB-INF/classes/META-INF/mysql_persistence.xml`
 and I put the user, password and database there, also this 
"serverTimezone=UTC&" 

them I run the command: 



    * mvn install -P allModules,quick,mysql -DskipTests=true -Drat.skip=true 
-pl openmeetings-web,openmeetings-server -Dwicket.configuration=DEVELOPMENT 
--no-snapshot-updates 

and I try to start the server with this 



    * cd openmeetings-server/target/server 
    * ./bin/catalina.sh run 

but it show me an error 404 Server Not Found 

If you can figure out what is happening I will thank you a lot. 
Greetings. 
Jibsan. 

De: "Maxim Solodovnik" <solomax...@gmail.com> 
Para: "OpenMeetings" <user@openmeetings.apache.org> 
Enviados: Viernes, 25 de Octubre 2019 0:07:40 
Asunto: [MASSMAIL]Re: Problem at build on webservices 

Hello, 
I'm not sure what are your steps 
Please specify 
1) what OM are you trying to build 
2) what command are you running to get this result 

Thanks 

On Thu, 24 Oct 2019 at 22:29, Jibsan Joel Rosa Toirac < [ 
mailto:jibsa...@softel.cu | jibsa...@softel.cu ] > wrote: 



Hello. I'm having the following problem when I start to build the project on 
the "openmeetings-webservices" folder: 

org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs: 
[ERROR] 'distributionManagement.status' must not be specified. @ line 36, 
column 13 

I run after start the build the command: 

export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/ 

So I want to know how can I fix this? 

Greetings. 
Jibsan 





-- 
WBR 
Maxim aka solomax 

Reply via email to