Good morning...

well I allready tried this one... but this ends with another error...

[INFO] [main] org.apache.openmeetings.backup.BackupImport - Appointement import complete, starting meeting members import [INFO] [main] org.apache.openmeetings.backup.BackupImport - Meeting members import complete, starting ldap config import [INFO] [main] org.apache.openmeetings.backup.BackupImport - Ldap config import complete, starting cluster servers import [INFO] [main] org.apache.openmeetings.backup.BackupImport - Cluster servers import complete, starting OAuth2 servers import [INFO] [main] org.apache.openmeetings.backup.BackupImport - OAuth2 servers import complete, starting recordings import
[ERROR] [main] org.apache.openmeetings.cli.Admin - Restore failed
org.simpleframework.xml.core.ValueRequiredException: Unable to satisfy @org.simpleframework.xml.Element(name=, data=true, type=void, required=true) on field 'insertedBy' private java.lang.Long org.apache.openmeetings.db.entity.file.FileItem.insertedBy for class org.apache.openmeetings.db.entity.record.Recording at line 25812 at org.simpleframework.xml.core.Composite.validate(Composite.java:644) ~[simple-xml-2.7.1.jar:na] at org.simpleframework.xml.core.Composite.readElements(Composite.java:449) ~[simple-xml-2.7.1.jar:na] at org.simpleframework.xml.core.Composite.access$400(Composite.java:59) ~[simple-xml-2.7.1.jar:na] at org.simpleframework.xml.core.Composite$Builder.read(Composite.java:1383) ~[simple-xml-2.7.1.jar:na] at org.simpleframework.xml.core.Composite.read(Composite.java:201) ~[simple-xml-2.7.1.jar:na] at org.simpleframework.xml.core.Composite.read(Composite.java:148) ~[simple-xml-2.7.1.jar:na] at org.simpleframework.xml.core.Traverser.read(Traverser.java:92) ~[simple-xml-2.7.1.jar:na] at org.simpleframework.xml.core.Persister.read(Persister.java:625) ~[simple-xml-2.7.1.jar:na] at org.simpleframework.xml.core.Persister.read(Persister.java:606) ~[simple-xml-2.7.1.jar:na] at org.simpleframework.xml.core.Persister.read(Persister.java:584) ~[simple-xml-2.7.1.jar:na] at org.apache.openmeetings.backup.BackupImport.readRecordingList(BackupImport.java:790) ~[openmeetings-install-3.1.1-SNAPSHOT.jar:3.1.1-SNAPSHOT] at org.apache.openmeetings.backup.BackupImport.performImport(BackupImport.java:469) ~[openmeetings-install-3.1.1-SNAPSHOT.jar:3.1.1-SNAPSHOT] at org.apache.openmeetings.cli.Admin.restoreOm(Admin.java:622) [openmeetings-install-3.1.1-SNAPSHOT.jar:3.1.1-SNAPSHOT] at org.apache.openmeetings.cli.Admin.process(Admin.java:273) [openmeetings-install-3.1.1-SNAPSHOT.jar:3.1.1-SNAPSHOT] at org.apache.openmeetings.cli.Admin.main(Admin.java:629) [openmeetings-install-3.1.1-SNAPSHOT.jar:3.1.1-SNAPSHOT]

Greetings Peter

Am 10.03.2016 um 18:00 schrieb Maxim Solodovnik:
in this case you should have zip+tar.gz files in your
openmeetings-server/target folder
you need to un-archive one of those into new folder
then use :)

On Thu, Mar 10, 2016 at 10:54 PM, Peter Dähn <[email protected]> wrote:

Hi,

  I used mvn clean install

Greetings Peter


Am 10.03.2016 um 17:47 schrieb Maxim Solodovnik:

on build server I'm using

mvn clean install

for development

mvn clean install -Dunpacked=true -DskipTests=true
-Dold-backups.dwnd.skip=true -Ddb=mysql -Dwicket.mode=DEVELOPMENT

as described here
http://openmeetings.apache.org/BuildInstructions.html


On Thu, Mar 10, 2016 at 10:26 PM, Maxim Solodovnik <[email protected]>
wrote:

what maven command have you used?
On Thu, Mar 10, 2016 at 10:18 PM, Peter Dähn <[email protected]> wrote:

Hello Maxim,
another error, I got a a working server in openmeetings-server/taget.
But
I'm not able to restore my current data because admin.sh ist missing...

What do I need to do to get a build with it?

Greetings Peter

Am 08.03.2016 um 16:13 schrieb Maxim Solodovnik:

I'm not sure what this error means, but the library IS in the binary
version being built by builds.a.o

On Tue, Mar 8, 2016 at 8:56 PM, Ankush Mishra <[email protected]
wrote:

Well, if you actually check the build server's build log, it does
mention

that asterisk was not downloaded and to download manually. I'm not
sure
where the problem lies in the end, but I had to install it manually
too.

Ankush
On 8 Mar 2016 20:09, "Peter Dähn" <[email protected]> wrote:

It wasn't resolved so I followed the suggest in the error-message an

installed it manually...

anyway so far it worked for me...

Am 08.03.2016 um 15:01 schrieb Maxim Solodovnik:

asterisk-java is locate in our custom maven repo: [1]

it is referenced in the pom.xml file [2]

smslib is also available from it's own maven repo: [3]

both should be resolved automatically

[1]




https://bintray.com/openmeetings/maven/org.asteriskjava.asterisk-java/1.0.0/view

[2]


https://github.com/apache/openmeetings/blob/3.1.x/openmeetings-db/pom.xml#L101

[3]


https://github.com/apache/openmeetings/blob/3.1.x/openmeetings-core/pom.xml#L40

On Tue, Mar 8, 2016 at 7:38 PM, Peter Dähn <[email protected]> wrote:
Hello all,

I needed to install  asterisk-java-jar-1.0.0.jar and
smslib-3.5.4.jar
manually. Then I was able to build it without error.

Still no time for further testing... :-(

BR Peter

Am 08.03.2016 um 13:54 schrieb Ankush Mishra:

Phew, finally got it compiled. I had a corrupted .pom file for one
of

the
artifacts, which caused trouble with the openmeetings-server

compilation.
Thanks a lot for all the help.

Ankush

On 08-03-2016 00:30, Susheel Jalali wrote:

Hello Ankush,

You may have compiled OM-4.0.0, which is in alpha stage.
You might want to try OM-3.1.0 for your development use.






https://builds.apache.org/view/M-R/view/OpenMeetings/job/Openmeetings%203.1.x/

Sincerely,
Susheel Jalali
Coscend Communications Solutions
www.Coscend.com
----------------------------------------------------------------

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


On 03/07/16 22:21, Ankush Mishra wrote:

I've been trying to get the Openmeetings compiled on my system,
for

this weekend. In the end, when I was trying to resolve
dependencies

I
get
Build Success's for Everything except Openmeetings server which
gives
me
the following error:
       mvn -X -U dependency:go-offline
       ....
       [DEBUG] Failure to find




org.apache.openmeetings:openmeetings-web:4.0.0-SNAPSHOT/maven-metadata.xml

       in https://repository.apache.org/content/groups/snapshots was
cached
       in the local repository, resolution will not be
reattempted

until
       the update interval of apache-snapshots has elapsed or
updates

are
       forced
       [DEBUG] Skipped remote request for



org.apache.openmeetings:openmeetings-web:4.0.0-SNAPSHOT/maven-metadata.xml,

       already updated during this session.
       [DEBUG] Failure to find



org.apache.openmeetings:openmeetings-web:4.0.0-SNAPSHOT/maven-metadata.xml

       in http://repository.apache.org/snapshots was cached in the
local
       repository, resolution will not be reattempted until the
update

       interval of apache.snapshots has elapsed or updates are
forced
       [DEBUG] Could not find metadata




org.apache.openmeetings:openmeetings-screenshare:4.0.0-SNAPSHOT/maven-metadata.xml

       in local (/home/emanon/.m2/repository)
       [DEBUG] Skipped remote request for



org.apache.openmeetings:openmeetings-screenshare:4.0.0-SNAPSHOT/maven-metadata.xml,

       already updated during this session.
       [DEBUG] Failure to find



org.apache.openmeetings:openmeetings-screenshare:4.0.0-SNAPSHOT/maven-metadata.xml

       in https://repository.apache.org/content/groups/snapshots was
cached
       in the local repository, resolution will not be
reattempted

until
       the update interval of apache-snapshots has elapsed or
updates

are
       forced
       [DEBUG] Skipped remote request for



org.apache.openmeetings:openmeetings-screenshare:4.0.0-SNAPSHOT/maven-metadata.xml,

       already updated during this session.
       [DEBUG] Failure to find



org.apache.openmeetings:openmeetings-screenshare:4.0.0-SNAPSHOT/maven-metadata.xml

       in http://repository.apache.org/snapshots was cached in the
local
       repository, resolution will not be reattempted until the
update

       interval of apache.snapshots has elapsed or updates are
forced
       [DEBUG] Skipped remote request for




org.apache.openmeetings:openmeetings-flash:4.0.0-SNAPSHOT/maven-metadata.xml,

       already updated during this session.
       [DEBUG] Failure to find



org.apache.openmeetings:openmeetings-flash:4.0.0-SNAPSHOT/maven-metadata.xml

       in https://repository.apache.org/content/groups/snapshots was
cached
       in the local repository, resolution will not be
reattempted

until
       the update interval of apache-snapshots has elapsed or
updates

are
       forced
       [DEBUG] Skipped remote request for



org.apache.openmeetings:openmeetings-flash:4.0.0-SNAPSHOT/maven-metadata.xml,

       already updated during this session.
       [DEBUG] Failure to find



org.apache.openmeetings:openmeetings-flash:4.0.0-SNAPSHOT/maven-metadata.xml

       in http://repository.apache.org/snapshots was cached in the
local
       repository, resolution will not be reattempted until the
update

       interval of apache.snapshots has elapsed or updates are
forced
       [DEBUG] Using transporter WagonTransporter with priority
-1.0

for
       https://repository.apache.org/content/groups/snapshots
       [DEBUG] Using connector BasicRepositoryConnector with
priority

0.0
       for https://repository.apache.org/content/groups/snapshots
       Downloading:




https://repository.apache.org/content/groups/snapshots/org/apache/openmeetings/openmeetings-screenshare/4.0.0-SNAPSHOT/openmeetings-screenshare-4.0.0-SNAPSHOT.jar

       [INFO]

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

       [INFO] Reactor Summary:
       [INFO]
       [INFO] Openmeetings
.......................................
SUCCESS
       [ 16.020 s]
       [INFO] Openmeetings Util
..................................
SUCCESS
       [  0.485 s]
       [INFO] Openmeetings DB
....................................
SUCCESS
       [  7.548 s]
       [INFO] Openmeetings Core
..................................
SUCCESS
       [  5.040 s]
       [INFO] Openmeetings Install
...............................
SUCCESS
       [  2.687 s]
       [INFO] Openmeetings Service
...............................
SUCCESS
       [  0.266 s]
       [INFO] Openmeetings Webservices
...........................
SUCCESS
       [  2.674 s]
       [INFO] Openmeetings Web
...................................
SUCCESS
       [  4.969 s]
       [INFO] Openmeetings Flash
.................................
SUCCESS
       [  0.272 s]
       [INFO] Openmeetings Screen Sharing applet
.................
SUCCESS
       [  0.214 s]
       [INFO] Openmeetings Server
................................
FAILURE
       [ 10.499 s]
       [INFO]




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

       [INFO] BUILD FAILURE
       [INFO]



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

       [INFO] Total time: 01:07 min
       [INFO] Finished at: 2016-03-07T22:05:48+05:30
       [INFO] Final Memory: 33M/289M
       [INFO]




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

       [ERROR] Failed to execute goal on project openmeetings-server:
Could
       not resolve dependencies for project
org.apache.openmeetings:openmeetings-server:jar:4.0.0-SNAPSHOT:
       Could not find artifact


org.apache.openmeetings:openmeetings-screenshare:jar:4.0.0-SNAPSHOT
       in apache-snapshots
       (https://repository.apache.org/content/groups/snapshots)
->
[Help 1]


Though, upon manually checking the repository.apache.org for
openmeetings-server, I get a 404 for "




https://repository.apache.org/content/groups/snapshots/org/apache/openmeetings/*

"
Happens on my XUbuntu 14.04 system
       mvn --version
       Apache Maven 3.3.9
(bb52d8502b132ec0a5a3f4c09453c07478323dc5;
       2015-11-10T22:11:47+05:30)
       Maven home: /usr/share/maven3
       Java version: 1.8.0_74, vendor: Oracle Corporation
       Java home: /usr/lib/jvm/oracle_jdk8/jre
       Default locale: en_IN, platform encoding: UTF-8
       OS name: "linux", version: "3.19.0-51-generic", arch:
"amd64",
       family: "unix"

Anything I am doing wrong. Help is much appreciated.

Ankush



-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2016.0.7442 / Virus Database: 4540/11770 - Release
Date:
03/07/16






--
WBR
Maxim aka solomax




Reply via email to