Modify

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#21941 closed defect (fixed)

JOSM Nexus is down

Reported by: taylor.smock Owned by: team
Priority: normal Milestone:
Component: Trac Version:
Keywords: Cc: stoecker

Description (last modified by taylor.smock)

Running ant dist in buildings_tools gave the following output:

Buildfile: /Users/tsmock/workspace/josm/plugins/buildings_tools/build.xml

init:

pre-compile:

download-ivy:
      [get] Getting: https://josm.openstreetmap.de/nexus/content/repositories/public/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.jar
      [get] To: /Users/tsmock/.ant/lib/ivy.jar
      [get] Error opening connection java.io.IOException: Server returned HTTP response code: 503 for URL: https://josm.openstreetmap.de/nexus/content/repositories/public/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.jar
      [get] Error opening connection java.io.IOException: Server returned HTTP response code: 503 for URL: https://josm.openstreetmap.de/nexus/content/repositories/public/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.jar
      [get] Error opening connection java.io.IOException: Server returned HTTP response code: 503 for URL: https://josm.openstreetmap.de/nexus/content/repositories/public/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.jar
      [get] Can't get https://josm.openstreetmap.de/nexus/content/repositories/public/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.jar to /Users/tsmock/.ant/lib/ivy.jar

BUILD FAILED
/Users/tsmock/workspace/josm/plugins/build-common.xml:733: Can't get https://josm.openstreetmap.de/nexus/content/repositories/public/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.jar to /Users/tsmock/.ant/lib/ivy.jar

This is probably due to the outage today. I'm guessing that the Nexus isn't automatically getting started on server restart.

Workaround:

  • plugins/build-common.xml

    diff --git a/plugins/build-common.xml b/plugins/build-common.xml
    index 82de4b7b3..6fe1ad0b7 100644
    a b  
    728728    -->
    729729    <target name="download-ivy">
    730730        <mkdir dir="${ivy.jar.dir}"/>
    731         <get src="https://josm.openstreetmap.de/nexus/content/repositories/public/org/apache/ivy/ivy/${ivy.version}/ivy-${ivy.version}.jar"
     731        <get src="https://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.version}/ivy-${ivy.version}.jar"
    732732             dest="${ivy.jar.file}"
    733733             usetimestamp="true"/>
    734734    </target>

Attachments (0)

Change History (4)

comment:1 by taylor.smock, 4 years ago

Description: modified (diff)

comment:2 by stoecker, 4 years ago

Resolution: fixed
Status: newclosed

Bah. SysV init script and not properly including runlevel specs. Fixed and started.

comment:3 by stoecker, 4 years ago

Component: CoreTrac

in reply to:  3 comment:4 by taylor.smock, 4 years ago

Bah. SysV init script and not properly including runlevel specs. Fixed and started.

Stuff happens. :(
At least it is something that was not OSM user facing. Just developer facing.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.