Re: BUG #16960: Illegal reflective access operation - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #16960: Illegal reflective access operation
Date
Msg-id 3042788.1618259440@sss.pgh.pa.us
Whole thread Raw
In response to BUG #16960: Illegal reflective access operation  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #16960: Illegal reflective access operation  (Dave Cramer <davecramer@postgres.rocks>)
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> I connected my Postgresql server to my Eclipse IDE and this warning popped
> up:
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.postgresql.jdbc.TimestampUtils
> (file:/C:/Users/LanChi/Desktop/PubHub-StarterKit/WebContent/WEB-INF/lib/postgresql-42.1.1.jar)
> to field java.util.TimeZone.defaultTimeZone
> WARNING: Please consider reporting this to the maintainers of
> org.postgresql.jdbc.TimestampUtils

> I am not sure if this is the right place to report this bug,

No, this list is just for reporting problems in the Postgres server
proper.  I'd suggest reporting it to the pgsql-jdbc mailing list.

            regards, tom lane



pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #16960: Illegal reflective access operation
Next
From: Yura Sokolov
Date:
Subject: Problem with accessing TOAST data in stored procedures