javaee / glassfish-maven-plugin-legacy

Other
1 stars 5 forks source link

ReasonPhrase:Service Unavailable when invoking maven plugin #18

Open glassfishrobot opened 9 years ago

glassfishrobot commented 9 years ago

Invoking GlassFish Maven plugin always starts with:

[INFO] — maven-glassfish-plugin:2.1:deploy (default-cli) @ movieplex7-parent — Downloading: http://maven.ocean.net.au/snapshot/org/apache/maven/maven-plugin-api/maven-metadata.xml Downloading: http://maven.ocean.net.au/release/org/apache/maven/maven-plugin-api/maven-metadata.xml Downloading: http://maven.ocean.net.au/external/org/apache/maven/maven-plugin-api/maven-metadata.xml

Eventually times out with the following message:

[WARNING] Could not transfer metadata org.apache.maven:maven-plugin-api/maven-metadata.xml from/to release.ocean.net.au (http://maven.ocean.net.au/release)::) Failed to transfer file: http://maven.ocean.net.au/release/org/apache/maven/maven-plugin-api/maven-metadata.xml. Return code is: 503 , ReasonPhrase:Service Unavailable. [WARNING] Could not transfer metadata org.apache.maven:maven-plugin-api/maven-metadata.xml from/to external.ocean.net.au (http://maven.ocean.net.au/external)::) Failed to transfer file: http://maven.ocean.net.au/external/org/apache/maven/maven-plugin-api/maven-metadata.xml. Return code is: 503 , ReasonPhrase:Service Unavailable. [WARNING] Could not transfer metadata org.apache.maven:maven-plugin-api/maven-metadata.xml from/to snapshot.ocean.net.au (http://maven.ocean.net.au/snapshot)::) Failed to transfer file: http://maven.ocean.net.au/snapshot/org/apache/maven/maven-plugin-api/maven-metadata.xml. Return code is: 503 , ReasonPhrase:Service Unavailable.

These repositories are timing out in the browser as well.

And then does the job. This is quite a wastage of time, and annoying!

glassfishrobot commented 9 years ago

Reported by arungupta

glassfishrobot commented 9 years ago

arungupta said: mvn -o glassfish:deploy works.

glassfishrobot commented 9 years ago

Was assigned to super_glassfish

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA MAVEN_GLASSFISH_PLUGIN-18