[postgis-devel] [PostGIS] #1106: OpenJump (JTS): Unknown WKB type 48
PostGIS
trac at osgeo.org
Tue Jul 5 14:21:37 PDT 2011
#1106: OpenJump (JTS): Unknown WKB type 48
-----------------------+----------------------------------------------------
Reporter: aperi2007 | Owner: pramsey
Type: defect | Status: new
Priority: critical | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
-----------------------+----------------------------------------------------
Comment(by aperi2007):
I'm not sure this the log you need.
I apply the info level.
the query is:
select * from caricamento.line_2d;
after the query I stop the db instance to flush log file.
{{{
2011-07-05 23:14:50 CEST LOG: 00000: database system was shut down at
2011-07-05 23:12:15 CEST
2011-07-05 23:14:50 CEST LOCATION: StartupXLOG,
.\src\backend\access\transam\xlog.c:5720
2011-07-05 23:14:51 CEST LOG: 00000: database system is ready to accept
connections
2011-07-05 23:14:51 CEST LOCATION: reaper,
.\src\backend\postmaster\postmaster.c:2407
2011-07-05 23:14:51 CEST LOG: 00000: autovacuum launcher started
2011-07-05 23:14:51 CEST LOCATION: AutoVacLauncherMain,
.\src\backend\postmaster\autovacuum.c:404
2011-07-05 23:15:24 CEST LOG: 00000: execute <unnamed>: select * from
caricamento.line_2d
2011-07-05 23:15:24 CEST LOCATION: exec_execute_message,
.\src\backend\tcop\postgres.c:1978
2011-07-05 23:15:24 CEST LOG: 00000: execute <unnamed>: SELECT typname
FROM pg_catalog.pg_type WHERE oid = $1
2011-07-05 23:15:24 CEST DETAIL: parameters: $1 = '193912'
2011-07-05 23:15:24 CEST LOCATION: exec_execute_message,
.\src\backend\tcop\postgres.c:1978
2011-07-05 23:15:32 CEST LOG: 00000: received fast shutdown request
2011-07-05 23:15:32 CEST LOCATION: pmdie,
.\src\backend\postmaster\postmaster.c:2222
2011-07-05 23:15:32 CEST LOG: 00000: aborting any active transactions
2011-07-05 23:15:32 CEST LOCATION: pmdie,
.\src\backend\postmaster\postmaster.c:2240
2011-07-05 23:15:32 CEST LOG: 00000: autovacuum launcher shutting down
2011-07-05 23:15:32 CEST LOCATION: AutoVacLauncherMain,
.\src\backend\postmaster\autovacuum.c:760
2011-07-05 23:15:32 CEST LOG: 00000: shutting down
2011-07-05 23:15:32 CEST LOCATION: ShutdownXLOG,
.\src\backend\access\transam\xlog.c:6980
2011-07-05 23:15:32 CEST LOG: 00000: database system is shut down
2011-07-05 23:15:32 CEST LOCATION: ShutdownXLOG,
.\src\backend\access\transam\xlog.c:7002
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1106#comment:7>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list