<div dir="ltr">Hi,<div><br></div><div>We setup our own osm DB setup with nominatim. Also we are updating osm diff data daily.</div><div>Its working fine till 2 weeks before. But now we facing osmosis error while updating (particularly while downloading diff data).</div><div>Kindly help us to fix the same.</div><div>Thanks in Advance.</div><div>Rajavelu</div><div><div><br></div><div><b>State.txt</b></div><div>#Wed May 09 00:01:16 PDT 2018</div><div>sequenceNumber=49457</div><div>timestamp=2018-05-05T00\:00\:00Z</div><div><br></div><div><b>local.php</b></div><div><?php</div><div>@define('CONST_Postgresql_Version', '9.4');</div><div>@define('CONST_Postgis_Version', '2.1');</div><div>@define('CONST_Path_Postgresql_Contrib', '/home/sas/postgres/share/contrib/');</div><div>@define('CONST_Website_BaseURL', '<a href="http://localhost:8080/maps/'">http://localhost:8080/maps/'</a>);</div><div>@define('CONST_Osmosis_Binary', '/home/sas/Nominatim/osmosis/bin/osmosis');</div><div>@define('CONST_Replication_Url', '<a href="https://planet.openstreetmap.org/replication/day'">https://planet.openstreetmap.org/replication/day'</a>);</div><div>@define('CONST_Replication_MaxInterval', '3600');     </div><div>@define('CONST_Replication_Update_Interval', '86400');  </div><div><br></div><div><b>configuration.txt</b></div><div>baseUrl=<a href="http://planet.openstreetmap.org/replication/day">http://planet.openstreetmap.org/replication/day</a></div><div>maxInterval = 86400</div><div><br></div><div>I have tried <a href="https://planet.openstreetmap.org/replication/hour">https://planet.openstreetmap.org/replication/hour</a> instead of <a href="https://planet.openstreetmap.org/replication/day">https://planet.openstreetmap.org/replication/day</a>  but still met same error.</div><div><br></div></div><div><br></div><div><b>Error details:</b></div><div><br></div><div><div><div><span class="gmail-font" style="font-family:Verdana,Arial,Helvetica,sans-serif"><span class="gmail-size" style="font-size:10pt"><div><div><span class="gmail-font" style="font-family:Verdana,Arial,Helvetica,sans-serif"><span class="gmail-size" style="font-size:10pt"><div>org.openstreetmap.osmosis.core.pipeline.common.ActiveTaskManager waitForCompletion<br></div><div>SEVERE: Thread for task 1-read-replication-interval failed<br></div><div>org.openstreetmap.osmosis.core.OsmosisRuntimeException: The replication state doesn't contain a timestamp property.<br></div><div>        at org.openstreetmap.osmosis.replication.common.ReplicationState.loadProperty(ReplicationState.java:65)<br></div><div>        at org.openstreetmap.osmosis.replication.common.ReplicationState.load(ReplicationState.java:78)<br></div><div>        at org.openstreetmap.osmosis.replication.common.ReplicationState.<init>(ReplicationState.java:59)<br></div><div>        at org.openstreetmap.osmosis.replication.common.ServerStateReader.getServerState(ServerStateReader.java:108)<br></div><div>        at org.openstreetmap.osmosis.replication.common.ServerStateReader.getServerState(ServerStateReader.java:50)<br></div><div>        at org.openstreetmap.osmosis.replication.v0_6.BaseReplicationDownloader.runImpl(BaseReplicationDownloader.java:290)<br></div><div>        at org.openstreetmap.osmosis.replication.v0_6.BaseReplicationDownloader.run(BaseReplicationDownloader.java:383)<br></div><div>        at java.lang.Thread.run(Thread.java:745)<br></div><div><br></div><div>org.openstreetmap.osmosis.core.Osmosis main<br></div><div>SEVERE: Execution aborted.<br></div><div>org.openstreetmap.osmosis.core.OsmosisRuntimeException: One or more tasks failed.<br></div><div>        at org.openstreetmap.osmosis.core.pipeline.common.Pipeline.waitForCompletion(Pipeline.java:146)<br></div><div>        at org.openstreetmap.osmosis.core.Osmosis.run(Osmosis.java:92)<br></div><div>        at org.openstreetmap.osmosis.core.Osmosis.main(Osmosis.java:37)<br></div><div>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br></div></span></span></div></div></span></span></div></div><br></div></div>