OpenSeaMap / depth_webfrontend

Web frontend for the depth project.
http://depth.openseamap.org
Creative Commons Zero v1.0 Universal
15 stars 16 forks source link

depth processing seems not to work #238

Open stevo01 opened 8 months ago

stevo01 commented 8 months ago

I checked the database and saw many tracks uploaded from 2023 to 2024. They all show a status of "1" since January 8, 2023. It seems like the track upload is fine, but there might be a problem with the depth processing part.

stevo01 commented 8 months ago

logfile of postprocessing service shows following entry:

!SESSION 2023-08-11 10:13:49.805 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_252
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86_64 -console

!ENTRY net.sf.seesea.data.io.postgis 4 0 2023-08-11 10:13:50.494
!MESSAGE [net.sf.seesea.data.io.postgis.PostInsertGISWriter(4)] The activate method has thrown an exception
!STACK 0
org.postgresql.util.PSQLException: Connection to localhost:5435 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
    at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:262)
    at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:51)
    at org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:215)
    at org.postgresql.Driver.makeConnection(Driver.java:404)

note: I checked all config files and can confirm that "localhost" is not used, All config files include following entries for hostname and port:

server=postgis
port=5435

The relevant sourcecode repository; https://sourceforge.net/projects/seesea/ branch: ThomasEinstieg rev: 1547

a fork is available here: https://github.com/OpenSeaMap/seesea

stevo01 commented 7 months ago

@cleanerx: Can you give me feedback regarding the error, please?