-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building joynr Java failed #18
Comments
were you able to fix this issue? ~Matthias |
No.I am still at that point only.
According to you what can be the possible issue for that?
Regards
Debi
…________________________________
From: engineerPapa <[email protected]>
Sent: Sunday, February 18, 2018 4:47:48 PM
To: bmwcarit/joynr
Cc: Debi Prasad Mandhata; Author
Subject: Re: [bmwcarit/joynr] Building joynr Java failed (#18)
were you able to fix this issue?
i am also stuck at same epoint
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#18 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Ai17W3UkuFAaqwYcg2veWXBocz5qhmGmks5tWAbcgaJpZM4SIMZB>.
L&T Technology Services Ltd
www.LntTechservices.com<http://www.lnttechservices.com/>
This Email may contain confidential or privileged information for the intended recipient (s). If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.
|
I got the same error: I "solved" this by skipping the tests:
|
@Mandhata121 is this issue still valid? |
After updating to the latest source, the problem persists. The problem is located in the |
I took a deeper look into the problem. (my) problemThe reason for my problems, e.g. (my) solutionThis is maybe not the right way to solve this problem but it works for me. I find it a litle bit strange to prebuild the "joynr backend-services" to make the whole build work.
|
These changes fix the problem with the infinite loop during the tests. Building joynr Java is now possible again, at least for me. |
Today the container to be used is joynr-base as described on https://github.com/bmwcarit/joynr/blob/master/wiki/java_building_joynr.md. |
For me # ./joynr-docker build working fine and when i trying to run the following command
docker run --rm --sig-proxy -e DEV_UID="$(id -u)"
-v <FULL_PATH_TO_JOYNR_SOURCES>:/data/src
-v <FULL_PATH_TO_MAVEN_DIRECTORY>:/home/joynr/.m2 \
joynr-java
/data/src/docker/joynr-java/scripts/build/java-clean-build ,that time i am getting the error this type of error
ERROR:-
useradd: UID 0 is not unique
chown: invalid user: 'joynr:joynr'
error: failed switching to "joynr": get supplementary groups Unable to find user joynr
2.After removing the [ -e DEV_UID="$(id -u)" ] from the above command it is building, but after some time it is showing below error and same things repeated .
ERROR:-
[ERROR] io.joynr.messaging.mqtt.paho.client.MqttPahoClient: MQTT Connect failed. Error code 32103
Please give some suggestions on the above issue.
You can follow to this (link:-https://github.com/bmwcarit/joynr/blob/master/wiki/java_building_joynr.md)
The text was updated successfully, but these errors were encountered: