Bug 1010910 - Git push failed with JBOSS types app
Summary: Git push failed with JBOSS types app
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Containers
Version: 2.2.0
Hardware: Unspecified
OS: Linux
high
high
Target Milestone: ---
: ---
Assignee: Brenton Leanhardt
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-23 09:38 UTC by nsun
Modified: 2016-05-25 13:23 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-25 03:10:19 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description nsun 2013-09-23 09:38:26 UTC
Description of problem: 
It will be failed when push jboss app (jbosseap/jbossews1.0,2.0)

Version-Release number of selected component (if applicable):
OSE  RHN 1.2.3

How reproducible:
aways

Steps to Reproduce:
1.Create  a jbosseap app 
2.Modify something and git push it

Actual results:
...
remote: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources (default-resources) on project jbossews1: Execution default-resources of goal org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources failed: Plugin org.apache.maven.plugins:maven-resources-plugin:2.4.3 or one of its dependencies could not be resolved: Could not transfer artifact org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4 from/to central (http://repo1.maven.org/maven2): Error transferring file: Connection timed out -> [Help 1]
remote: [ERROR] 
remote: [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
remote: [ERROR] Re-run Maven using the -X switch to enable full debug logging.
remote: [ERROR] 
remote: [ERROR] For more information about the errors and possible solutions, please read the following articles:
remote: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
remote: An error occurred executing 'gear postreceive'
remote: 
remote: For more details about the problem, try running the command again with the '--trace' option.

Expected results:
Successed

Additional info:

Comment 3 Brenton Leanhardt 2013-09-23 11:48:10 UTC
Looks like it can't reach the maven repository:

Could not transfer artifact org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4 from/to central (http://repo1.maven.org/maven2): Error transferring f
file: Connection timed out -> [Help 1]

That could be any number of problems but I would first check the network connectivity to that service.  Perhaps by using telnet or manually wget'ing a file.

Comment 4 nsun 2013-09-25 03:10:19 UTC
Git push successed at today. May be it's a network problem.


Note You need to log in before you can comment on or make changes to this bug.