Wyse
07-16-2009, 07:15 PM
I just installed my first instance of Altitude on a Linux server, set up a basic server using server_configurator. (All I set was a title, rcon password, and administrator, if that matters.) But my server fails to launch with server_launcher. Here are the relevant logs:
INFO [2009-07-16 15:02:26,940] [main]: ServerManager Downloading Official Map: tbd_lostcity.altx:743398:96321757
INFO [2009-07-16 15:02:27,116] [Thread-4]: Initiating map download from http://maps.altitudegame.com/0.0.210/tbd_lostcity.altx
WARN [2009-07-16 15:02:27,438] [Thread-4]: HTTP downloaded resource mismatch: local 'tbd_lostcity.altx:284:3632179504' does not match remote 'tbd_lostcity.altx:743398:96321757'
WARN [2009-07-16 15:02:27,441] [Thread-4]: HTTP Download Aborted
java.io.IOException: Corrupt download!
at jb.b(SourceFile:206)
at jb.a(SourceFile:145)
at sS.run(SourceFile:100)
at java.lang.Thread.run(Unknown Source)
ERROR [2009-07-16 15:02:27,480] [main]: java.lang.Exception: Map Download Failed
java.lang.Exception: Map Download Failed
Eventually I spotted one hidden meaning behind these messages: the downloaded map is only 284 bytes, not the intended 743K. Inspecting maps/tbd_lostcity.altx reveals:
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>0.0.210/tbd_lostcity.altx</Key><RequestId>5939C4EA562FA3D5</RequestId><HostId>7k/UNBE8gycktEO74nHDcB+RPYOsxy9mGjGEDkvNKMzygY9vj8WW+ eH16LswARrz</HostId></Error>
It would have been nice if this message got reported in the log. But more importantly, what's causing it? Where does the 0.0.210 come from? (grep says it appears only in those logs.)
INFO [2009-07-16 15:02:26,940] [main]: ServerManager Downloading Official Map: tbd_lostcity.altx:743398:96321757
INFO [2009-07-16 15:02:27,116] [Thread-4]: Initiating map download from http://maps.altitudegame.com/0.0.210/tbd_lostcity.altx
WARN [2009-07-16 15:02:27,438] [Thread-4]: HTTP downloaded resource mismatch: local 'tbd_lostcity.altx:284:3632179504' does not match remote 'tbd_lostcity.altx:743398:96321757'
WARN [2009-07-16 15:02:27,441] [Thread-4]: HTTP Download Aborted
java.io.IOException: Corrupt download!
at jb.b(SourceFile:206)
at jb.a(SourceFile:145)
at sS.run(SourceFile:100)
at java.lang.Thread.run(Unknown Source)
ERROR [2009-07-16 15:02:27,480] [main]: java.lang.Exception: Map Download Failed
java.lang.Exception: Map Download Failed
Eventually I spotted one hidden meaning behind these messages: the downloaded map is only 284 bytes, not the intended 743K. Inspecting maps/tbd_lostcity.altx reveals:
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>0.0.210/tbd_lostcity.altx</Key><RequestId>5939C4EA562FA3D5</RequestId><HostId>7k/UNBE8gycktEO74nHDcB+RPYOsxy9mGjGEDkvNKMzygY9vj8WW+ eH16LswARrz</HostId></Error>
It would have been nice if this message got reported in the log. But more importantly, what's causing it? Where does the 0.0.210 come from? (grep says it appears only in those logs.)