Michael Anstis
2013-01-09 13:22:49 UTC
Hi,
Is there a problem with some 2.2.0-SNAPSHOTs on a public M2 repo?
One of our community members reports the below error when attempting to
download from the following repositories:-
<repositories>
<!-- Conventions are described in
http://community.jboss.org/wiki/MavenGettingStarted-Developers -->
<repository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Repository Group</name>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
</snapshots>
</repository>
<repository>
<id>jboss-deprecated</id>
<name>JBoss Deprecated</name>
<url>
https://repository.jboss.org/nexus/content/repositories/deprecated/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Repository Group</name>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
Error:-
Downloading:
http://repository.jboss.org/maven2/org/jboss/errai/reflections/reflections-parent/2.2.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata
org.jboss.errai.reflections:reflections-parent:2.2.0-SNAPSHOT/maven-metadata.xml
from/to jboss maven2 repository (http://repository.jboss.org/maven2/):
Access
denied to:
http://repository.jboss.org/maven2/org/jboss/errai/reflections/reflections-parent/2.2.0-SNAPSHOT/maven-metadata.xml
This I suspect is causing our community member's runtime error:-
com.google.gwt.dev.shell.HostedModeException: Something other than a
boolean was returned from JSNI method '@org.jboss.errai.common
With kind regards,
Mike
---------- Forwarded message ----------
Date: 9 January 2013 12:41
Subject: Re: Guvnor-NG..my attempts so far....
Mike,
Thanks for the email. And apologies in advance for a rather long email.
I have not given up, but not having any luck either. I have tried even today
the following steps
1. Get latest from build-bootstrap
2. mvn clean install
3. Get latest from Guvnor
4. Change branch to guvnor-ng
5. mvn clean install -DskipTests - SUCCESS
6. cd guvnor-ng/guvnor-showcase/guvnor-webapp
7. mvn gwt:run - FAILURE
I see the following on the console.
[INFO] >>> gwt-maven-plugin:2.5.0:run (default-cli) @ guvnor-webapp >>>
Downloading:
http://repository.jboss.org/maven2/org/jboss/errai/reflections/reflections-parent/2.2.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata
org.jboss.errai.reflections:reflections-parent:2.2.0-SNAPSHOT/maven-metadata.xml
from/to jboss maven2 repository (http://repository.jboss.org/maven2/):
Access
denied to:
http://repository.jboss.org/maven2/org/jboss/errai/reflections/reflections-parent/2.2.0-SNAPSHOT/maven-metadata.xml
failure message is
com.google.gwt.dev.shell.HostedModeException: Something other than a boolean
was returned from JSNI method '@org.jboss.errai.commo
I am using Windows 8 with JDK 1.6.0_33
Also, to double check I followed the instructions on
http://blog.athico.com/2012/11/jbpm-console-ng-alpha-dev-access.html to
build
another jbpm-console, and that too fails with a similar looking error.
Any help is appreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/errai-users/attachments/20130109/bac701c6/attachment.html
Is there a problem with some 2.2.0-SNAPSHOTs on a public M2 repo?
One of our community members reports the below error when attempting to
download from the following repositories:-
<repositories>
<!-- Conventions are described in
http://community.jboss.org/wiki/MavenGettingStarted-Developers -->
<repository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Repository Group</name>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
</snapshots>
</repository>
<repository>
<id>jboss-deprecated</id>
<name>JBoss Deprecated</name>
<url>
https://repository.jboss.org/nexus/content/repositories/deprecated/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Repository Group</name>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
Error:-
Downloading:
http://repository.jboss.org/maven2/org/jboss/errai/reflections/reflections-parent/2.2.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata
org.jboss.errai.reflections:reflections-parent:2.2.0-SNAPSHOT/maven-metadata.xml
from/to jboss maven2 repository (http://repository.jboss.org/maven2/):
Access
denied to:
http://repository.jboss.org/maven2/org/jboss/errai/reflections/reflections-parent/2.2.0-SNAPSHOT/maven-metadata.xml
This I suspect is causing our community member's runtime error:-
com.google.gwt.dev.shell.HostedModeException: Something other than a
boolean was returned from JSNI method '@org.jboss.errai.common
With kind regards,
Mike
---------- Forwarded message ----------
Date: 9 January 2013 12:41
Subject: Re: Guvnor-NG..my attempts so far....
Mike,
Thanks for the email. And apologies in advance for a rather long email.
I have not given up, but not having any luck either. I have tried even today
the following steps
1. Get latest from build-bootstrap
2. mvn clean install
3. Get latest from Guvnor
4. Change branch to guvnor-ng
5. mvn clean install -DskipTests - SUCCESS
6. cd guvnor-ng/guvnor-showcase/guvnor-webapp
7. mvn gwt:run - FAILURE
I see the following on the console.
[INFO] >>> gwt-maven-plugin:2.5.0:run (default-cli) @ guvnor-webapp >>>
Downloading:
http://repository.jboss.org/maven2/org/jboss/errai/reflections/reflections-parent/2.2.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata
org.jboss.errai.reflections:reflections-parent:2.2.0-SNAPSHOT/maven-metadata.xml
from/to jboss maven2 repository (http://repository.jboss.org/maven2/):
Access
denied to:
http://repository.jboss.org/maven2/org/jboss/errai/reflections/reflections-parent/2.2.0-SNAPSHOT/maven-metadata.xml
failure message is
com.google.gwt.dev.shell.HostedModeException: Something other than a boolean
was returned from JSNI method '@org.jboss.errai.commo
I am using Windows 8 with JDK 1.6.0_33
Also, to double check I followed the instructions on
http://blog.athico.com/2012/11/jbpm-console-ng-alpha-dev-access.html to
build
another jbpm-console, and that too fails with a similar looking error.
Any help is appreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/errai-users/attachments/20130109/bac701c6/attachment.html