[[TranslatedPages]] = Error Messages = [[TOC(inline)]] == Cryptic error messages == Sometimes JOSM displays rather crypting error messages. For instance, JOSM used to display the following message: * ''Bad Request Error header: Placeholder node not found for reference -13 in way -12 (Kode=400)'' Usually, these are error messages generated by the OSM server. There isn't an exhaustive specification of possible error messages generated by the OSM server and in general JOSM can't know what error messages it has to deal with. JOSM does it's best to transform cryptic error messages into a more user friendly text (including translation). Please [/newticket let the the JOSM team know] if cryptic and/or untranslated messages show up. The JOSM dev team will then try to transform it into a more user-friendly message. == Error and warning dialogs == === Unknown host === #UnknownHost When you download data from or upload data to the OSM server JOSM tries to establish a connection with the OSM server. If it can't resolve the host name of the OSM server, it displays the following error message: [[Image(unknown-host.png)]] '''How to resolve''' * check the URL displayed in the dialog (in the example above it's {{{http://nosuchhost.openstreetmap.org/api}}}) * make sure your [wiki:/Help/Preferences] include a valid URL to the OSM server. The standard URL is {{{http://api.openstreetmap.org/api}}} === Can't initialize OSM API === #OsmApiInitializationException When you download data from or upload data to the OSM server JOSM tries to establish a connection with the OSM server configured in the preferences. If JOSM can connect to the server but if it detects that the server isn't a supported OSM server it displays the following error message: [[Image(missing-capabilities.png)]] '''How to resolve''' * check the URL displayed in the dialog (in the example above it's {{{http://api07.dev.openstreetmap.org/api}}}) * make sure your [wiki:/Help/Preferences] include a valid URL to the OSM server. The standard URL is {{{http://api.openstreetmap.org/api}}} === Network unavailable === When you download data from or upload data to the OSM server JOSM tries to establish a connection with the OSM server configured in the preferences. JOSM displays the following error messages if there is a problem with your Internet connection. [[Image(network-error.png)]] '''How to resolve''' * make sure your computer is connected to the Internet. Can you open the URL {{{http://www.openstreetmap.org}}} in your preferred web browser? === Internal server error === #InternalServerError When you download data from or upload data to the OSM server JOSM tries to establish a connection with the OSM server configured in the preferences. JOSM displays the following error messages if an error occurs on the remote OSM server. [[Image(internal-server-error.png)]] '''How to resolve''' * This is most likely a temporay problem. You are adviced to retry uploading or downloading again after a short periode of time.