[Engine-devel] missing artifacts?

Hi guys, At the workshop I remember lot of artifacts were missing in the maven repos. I was told that the settings.xml had a bug and contained an internal repository. I solved it by installing required artifacts by hand. Now I am trying to build it in jenkins, and there are two artifacts missing, any ideas what repos are missing in the settings.xml mentioned in http://ovirt.org/wiki/Building_Ovirt_Engine ? Missing: ---------- 1) org.jboss.security:jbosssx-bare:jar:2.0.4 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.jboss.security -DartifactId=jbosssx-bare -Dversion=2.0.4 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.jboss.security -DartifactId=jbosssx-bare -Dversion=2.0.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.ovirt.engine.core:engineencryptutils:jar:3.0.0-0001 2) org.jboss.security:jbosssx-bare:jar:2.0.4 2) sun-jaxb:jaxb-impl:jar:2.2 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=sun-jaxb -DartifactId=jaxb-impl -Dversion=2.2 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=sun-jaxb -DartifactId=jaxb-impl -Dversion=2.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.ovirt.engine.core:engineencryptutils:jar:3.0.0-0001 2) sun-jaxb:jaxb-impl:jar:2.2 -- Duncan Mac-Vicar P. - http://www.suse.com/ SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5, 90409 Nürnberg, Germany

Hi Duncan, long time, mate ;) In the ovirt wiki link you posted, there's all the relevant entries needed. Specifically these to items can be found in the jboss-public-repository-group repo in the XML: org.jboss.security:jbosssx-bare:jar:2.0.4 https://repository.jboss.org/nexus/content/groups/public/org/jboss/security/... sun-jaxb:jaxb-impl:jar:2.2 https://repository.jboss.org/nexus/content/groups/public/sun-jaxb/jaxb-impl/... Can you make sure your Jenkins machine can http to this server? Let me know if you need more help. Doron On Thursday 10 November 2011 15:37:36 Duncan Mac-Vicar P. wrote:
Hi guys,
At the workshop I remember lot of artifacts were missing in the maven repos. I was told that the settings.xml had a bug and contained an internal repository. I solved it by installing required artifacts by hand.
Now I am trying to build it in jenkins, and there are two artifacts missing, any ideas what repos are missing in the settings.xml mentioned in http://ovirt.org/wiki/Building_Ovirt_Engine ?
Missing: ---------- 1) org.jboss.security:jbosssx-bare:jar:2.0.4
Try downloading the file manually from the project website.
Then, install it using the command: mvn install:install-file -DgroupId=org.jboss.security -DartifactId=jbosssx-bare -Dversion=2.0.4 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.jboss.security -DartifactId=jbosssx-bare -Dversion=2.0.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency: 1) org.ovirt.engine.core:engineencryptutils:jar:3.0.0-0001 2) org.jboss.security:jbosssx-bare:jar:2.0.4
2) sun-jaxb:jaxb-impl:jar:2.2
Try downloading the file manually from the project website.
Then, install it using the command: mvn install:install-file -DgroupId=sun-jaxb -DartifactId=jaxb-impl -Dversion=2.2 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=sun-jaxb -DartifactId=jaxb-impl -Dversion=2.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency: 1) org.ovirt.engine.core:engineencryptutils:jar:3.0.0-0001 2) sun-jaxb:jaxb-impl:jar:2.2
-- /d "Do not look into laser with remaining eye." --On a laser pointer user-manual

On 11/10/2011 02:59 PM, Doron Fediuck wrote:
Hi Duncan, long time, mate ;)
Hey :-)
In the ovirt wiki link you posted, there's all the relevant entries needed. Specifically these to items can be found in the jboss-public-repository-group repo in the XML:
org.jboss.security:jbosssx-bare:jar:2.0.4 https://repository.jboss.org/nexus/content/groups/public/org/jboss/security/...
sun-jaxb:jaxb-impl:jar:2.2 https://repository.jboss.org/nexus/content/groups/public/sun-jaxb/jaxb-impl/...
Can you make sure your Jenkins machine can http to this server? Let me know if you need more help.
Downloading: https://maven.atlassian.com/content/groups/public/sun-jaxb/jaxb-impl/2.2/jax... [WARNING] Unable to get resource 'sun-jaxb:jaxb-impl:jar:2.2' from repository atlassian.public.repo (https://maven.atlassian.com/content/groups/public): Error transferring file: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty I can't get it from the browser or wget either: (typing url) https://maven.atlassian.com/content/groups/public/sun-jaxb/jaxb-impl/2.2/jax... The server has not found anything matching the request URI You can get technical details here. Please continue your visit at our home page. wget: Connecting to maven.atlassian.com (maven.atlassian.com)|67.221.237.4|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2011-11-10 15:12:25 ERROR 404: Not Found. -- Duncan Mac-Vicar P. - http://www.suse.com/ SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5, 90409 Nürnberg, Germany

On Thursday 10 November 2011 16:13:25 Duncan Mac-Vicar P. wrote:
On 11/10/2011 02:59 PM, Doron Fediuck wrote:
Hi Duncan, long time, mate ;)
Hey :-)
In the ovirt wiki link you posted, there's all the relevant entries needed. Specifically these to items can be found in the jboss-public-repository-group repo in the XML:
org.jboss.security:jbosssx-bare:jar:2.0.4 https://repository.jboss.org/nexus/content/groups/public/org/jboss/security/...
sun-jaxb:jaxb-impl:jar:2.2 https://repository.jboss.org/nexus/content/groups/public/sun-jaxb/jaxb-impl/...
Can you make sure your Jenkins machine can http to this server? Let me know if you need more help.
Downloading: https://maven.atlassian.com/content/groups/public/sun-jaxb/jaxb-impl/2.2/jax... [WARNING] Unable to get resource 'sun-jaxb:jaxb-impl:jar:2.2' from repository atlassian.public.repo (https://maven.atlassian.com/content/groups/public): Error transferring file: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
I can't get it from the browser or wget either:
(typing url) https://maven.atlassian.com/content/groups/public/sun-jaxb/jaxb-impl/2.2/jax...
The server has not found anything matching the request URI
You can get technical details here. Please continue your visit at our home page.
wget: Connecting to maven.atlassian.com (maven.atlassian.com)|67.221.237.4|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2011-11-10 15:12:25 ERROR 404: Not Found.
Duncan, both work for me using wget: wget https://repository.jboss.org/nexus/content/groups/public/org/jboss/security/... --2011-11-10 16:59:11-- https://repository.jboss.org/nexus/content/groups/public/org/jboss/security/... Resolving repository.jboss.org... 10.5.105.13 Connecting to repository.jboss.org|10.5.105.13|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 553881 (541K) [application/java-archive] Saving to: `jbosssx-bare-2.0.4.jar' 100%[==============================================================================================================================>] 553,881 68.6K/s in 8.1s 2011-11-10 16:59:21 (66.5 KB/s) - `jbosssx-bare-2.0.4.jar' saved [553881/553881] and- wget https://repository.jboss.org/nexus/content/groups/public/sun-jaxb/jaxb-impl/... --2011-11-10 17:12:15-- https://repository.jboss.org/nexus/content/groups/public/sun-jaxb/jaxb-impl/... Resolving repository.jboss.org... 10.5.105.13 Connecting to repository.jboss.org|10.5.105.13|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 872839 (852K) [application/java-archive] Saving to: `jaxb-impl-2.2.jar' 100%[==============================================================================================================================>] 872,839 53.9K/s in 23s 2011-11-10 17:12:40 (37.6 KB/s) - `jaxb-impl-2.2.jar' saved [872839/872839] Now, checking your output again, I see you're using the following url- https://maven.atlassian.com/content/groups/public/sun-jaxb/jaxb-impl/2.2/jax... While I'm using the wiki's url- https://repository.jboss.org/nexus/content/groups/public/sun-jaxb/jaxb-impl/... Can you please verify your setting.xml file? -- /d "Email returned to sender -- insufficient voltage."

On 11/10/2011 04:23 PM, Doron Fediuck wrote:
2011-11-10 17:12:40 (37.6 KB/s) - `jaxb-impl-2.2.jar' saved [872839/872839]
Now, checking your output again, I see you're using the following url- https://maven.atlassian.com/content/groups/public/sun-jaxb/jaxb-impl/2.2/jax... While I'm using the wiki's url- https://repository.jboss.org/nexus/content/groups/public/sun-jaxb/jaxb-impl/...
Can you please verify your setting.xml file?
I verified and I had the right servers. Googling for the error I found: http://jenkins.361315.n4.nabble.com/Plugins-Upgrades-java-security-InvalidAl... And Kohsuke related it to openjdk. I changed the build node jvm to sun and much better. All modules are now green, a couple gray, and one red: userportal, which seems to be related to the stack size: [INFO] at com.google.gwt.user.rebind.ClassSourceFileComposer.print(ClassSourceFileComposer.java:162) [INFO] [ERROR] Stack overflow; to increase the stack size, use the -Xss flag at startup (java -Xss1M ...) But that is something I can be solved following the error message :-) Thanks! -- Duncan Mac-Vicar P. - http://www.suse.com/ SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5, 90409 Nürnberg, Germany
participants (2)
-
Doron Fediuck
-
Duncan Mac-Vicar P.