Hi
Having some issues to run develop branch with jetty maven action:
- the jetty 8.1.9.v20130131 causes this:
[ERROR] Failed to execute goal org.mortbay.jetty:jetty-maven-plugin:8.1.9.v20130131:run (default-cli) on project web-app: Execution default-cli of goal org.mortbay.jetty:jetty-maven-plugin:8.1.9.v20130131:run failed: Plugin org.mortbay.jetty:jetty-maven-plugin:8.1.9.v20130131 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.eclipse.jetty:jetty-util:jar:8.1.9.v20130131, org.eclipse.jetty:jetty-webapp:jar:8.1.9.v20130131, org.apache.maven.plugin-tools:maven-plugin-tools-api:jar:2.9, org.eclipse.jetty:jetty-plus:jar:8.1.9.v20130131, org.eclipse.jetty:jetty-jndi:jar:8.1.9.v20130131, org.eclipse.jetty:jetty-jmx:jar:8.1.9.v20130131, org.eclipse.jetty:jetty-annotations:jar:8.1.9.v20130131, org.eclipse.jetty:jetty-websocket:jar:8.1.9.v20130131, org.eclipse.jetty:jetty-jsp:jar:8.1.9.v20130131: The repository system is offline but the artifact org.eclipse.jetty:jetty-util:jar:8.1.9.v20130131 is not available in the local repository. → [Help 1]
- When started with jetty plugin version used in 2.10 (7.5.0.v20110901) I get this:
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1875)
at jeeves.monitor.MonitorManager.(MonitorManager.java:76)
at jeeves.server.JeevesEngine.init(JeevesEngine.java:137)
at jeeves.server.sources.http.JeevesServlet.init(JeevesServlet.java:90)
at javax.servlet.GenericServlet.init(GenericServlet.java:241)
See caused in this line:
String webappName = baseUrl.substring(1);
Anyone having issues with develop branch?
Regards,
Jose García
–
GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on GeoServer and GeoNetwork. Visit http://geocat.net for details.
Jose García
GeoCat bv
Veenderweg 13
6721 WD Bennekom
The Netherlands
http://GeoCat.net
It looks like you’re offline "The repository system is offline " and maven did not manage to retrieve new version ?
HTH.
Francois
···
2013/10/16 Jose Garcia <jose.garcia@anonymised.com>
Hi
Having some issues to run develop branch with jetty maven action:
- the jetty 8.1.9.v20130131 causes this:
[ERROR] Failed to execute goal org.mortbay.jetty:jetty-maven-plugin:8.1.9.v20130131:run (default-cli) on project web-app: Execution default-cli of goal org.mortbay.jetty:jetty-maven-plugin:8.1.9.v20130131:run failed: Plugin org.mortbay.jetty:jetty-maven-plugin:8.1.9.v20130131 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.eclipse.jetty:jetty-util:jar:8.1.9.v20130131, org.eclipse.jetty:jetty-webapp:jar:8.1.9.v20130131, org.apache.maven.plugin-tools:maven-plugin-tools-api:jar:2.9, org.eclipse.jetty:jetty-plus:jar:8.1.9.v20130131, org.eclipse.jetty:jetty-jndi:jar:8.1.9.v20130131, org.eclipse.jetty:jetty-jmx:jar:8.1.9.v20130131, org.eclipse.jetty:jetty-annotations:jar:8.1.9.v20130131, org.eclipse.jetty:jetty-websocket:jar:8.1.9.v20130131, org.eclipse.jetty:jetty-jsp:jar:8.1.9.v20130131: The repository system is offline but the artifact org.eclipse.jetty:jetty-util:jar:8.1.9.v20130131 is not available in the local repository. → [Help 1]
- When started with jetty plugin version used in 2.10 (7.5.0.v20110901) I get this:
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1875)
at jeeves.monitor.MonitorManager.(MonitorManager.java:76)
at jeeves.server.JeevesEngine.init(JeevesEngine.java:137)
at jeeves.server.sources.http.JeevesServlet.init(JeevesServlet.java:90)
at javax.servlet.GenericServlet.init(GenericServlet.java:241)
See caused in this line:
String webappName = baseUrl.substring(1);
Anyone having issues with develop branch?
Regards,
Jose García
–
GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on GeoServer and GeoNetwork. Visit http://geocat.net for details.
Jose García
GeoCat bv
Veenderweg 13
6721 WD Bennekom
The Netherlands
http://GeoCat.net
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
Hi Francois
Thanks for feedback. That explains indeed :-), seem I retrieved a mvn install command from history and had the -o flag.
Regards,
Jose García
···
On Fri, Oct 18, 2013 at 2:10 PM, Francois Prunayre <fx.prunayre@anonymised.com> wrote:
It looks like you’re offline "The repository system is offline " and maven did not manage to retrieve new version ?
HTH.
Francois
–
GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on GeoServer and GeoNetwork. Visit http://geocat.net for details.
Jose García
GeoCat bv
Veenderweg 13
6721 WD Bennekom
The Netherlands
http://GeoCat.net
2013/10/16 Jose Garcia <jose.garcia@anonymised.com>
Hi
Having some issues to run develop branch with jetty maven action:
- the jetty 8.1.9.v20130131 causes this:
[ERROR] Failed to execute goal org.mortbay.jetty:jetty-maven-plugin:8.1.9.v20130131:run (default-cli) on project web-app: Execution default-cli of goal org.mortbay.jetty:jetty-maven-plugin:8.1.9.v20130131:run failed: Plugin org.mortbay.jetty:jetty-maven-plugin:8.1.9.v20130131 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.eclipse.jetty:jetty-util:jar:8.1.9.v20130131, org.eclipse.jetty:jetty-webapp:jar:8.1.9.v20130131, org.apache.maven.plugin-tools:maven-plugin-tools-api:jar:2.9, org.eclipse.jetty:jetty-plus:jar:8.1.9.v20130131, org.eclipse.jetty:jetty-jndi:jar:8.1.9.v20130131, org.eclipse.jetty:jetty-jmx:jar:8.1.9.v20130131, org.eclipse.jetty:jetty-annotations:jar:8.1.9.v20130131, org.eclipse.jetty:jetty-websocket:jar:8.1.9.v20130131, org.eclipse.jetty:jetty-jsp:jar:8.1.9.v20130131: The repository system is offline but the artifact org.eclipse.jetty:jetty-util:jar:8.1.9.v20130131 is not available in the local repository. → [Help 1]
- When started with jetty plugin version used in 2.10 (7.5.0.v20110901) I get this:
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1875)
at jeeves.monitor.MonitorManager.(MonitorManager.java:76)
at jeeves.server.JeevesEngine.init(JeevesEngine.java:137)
at jeeves.server.sources.http.JeevesServlet.init(JeevesServlet.java:90)
at javax.servlet.GenericServlet.init(GenericServlet.java:241)
See caused in this line:
String webappName = baseUrl.substring(1);
Anyone having issues with develop branch?
Regards,
Jose García
–
GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on GeoServer and GeoNetwork. Visit http://geocat.net for details.
Jose García
GeoCat bv
Veenderweg 13
6721 WD Bennekom
The Netherlands
http://GeoCat.net
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork