Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Numeric Overflow code: PGX-ERROR-3I52CGGOJIZYK when running PGQL query in java

BG4GRAPHMar 23 2021

Hi,
I am getting an error "Numeric Overflow code: PGX-ERROR-3I52CGGOJIZYK" when running a PGQL query over java against the PGX server. The complete stack trace is below. I can't figure out what's wrong; very similar code ran successfully a few weeks back.
Any help would be appreciated.
Yours, user8632123.

08:57:02.094 [pgx-client-thread-1] ERROR oracle.pgx.client.PgxRemoteFuture - caught exception
oracle.pgx.common.NotFoundException: Numeric Overflow code: PGX-ERROR-3I52CGGOJIZYK
at oracle.pgx.common.marshalers.ExceptionMarshaler.toUnserializedException(ExceptionMarshaler.java:99) ~[pgx-api-20.2.2.jar:20.2.2]
at oracle.pgx.common.marshalers.ExceptionMarshaler.unmarshal(ExceptionMarshaler.java:123) ~[pgx-api-20.2.2.jar:20.2.2]
at oracle.pgx.client.RemoteUtils.parseExceptionalResponse(RemoteUtils.java:130) ~[pgx-client-20.2.2.jar:20.2.2]
at oracle.pgx.client.RemoteUtils.getResponseContent(RemoteUtils.java:98) ~[pgx-client-20.2.2.jar:20.2.2]
at oracle.pgx.client.RemoteUtils.getResponseContent(RemoteUtils.java:66) ~[pgx-client-20.2.2.jar:20.2.2]
at oracle.pgx.client.RemoteUtils.parse(RemoteUtils.java:153) ~[pgx-client-20.2.2.jar:20.2.2]
at oracle.pgx.client.PgxRemoteFuture.executeRequest(PgxRemoteFuture.java:115) ~[pgx-client-20.2.2.jar:20.2.2]
at oracle.pgx.client.PgxRemoteFuture.lambda$fetchRemoteResultAsync$3(PgxRemoteFuture.java:221) ~[pgx-client-20.2.2.jar:20.2.2]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) [?:?]
at java.lang.Thread.run(Thread.java:844) [?:?]
Exception in thread "main" java.util.concurrent.ExecutionException: oracle.pgx.common.NotFoundException: Numeric Overflow code: PGX-ERROR-3I52CGGOJIZYK
at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
at oracle.pgx.api.PgxFuture.get(PgxFuture.java:99)
at oracle.pgx.api.PgxSession.readGraphWithProperties(PgxSession.java:1971)
at de.deutschebahn.netx.teamrelations.PgqlOverPgx2.doSomething(PgqlOverPgx2.java:111)
at de.deutschebahn.netx.teamrelations.PgqlOverPgx2.main(PgqlOverPgx2.java:105)
Caused by: oracle.pgx.common.NotFoundException: Numeric Overflow code: PGX-ERROR-3I52CGGOJIZYK
at oracle.pgx.common.marshalers.ExceptionMarshaler.toUnserializedException(ExceptionMarshaler.java:99)
at oracle.pgx.common.marshalers.ExceptionMarshaler.unmarshal(ExceptionMarshaler.java:123)
at oracle.pgx.client.RemoteUtils.parseExceptionalResponse(RemoteUtils.java:130)
at oracle.pgx.client.RemoteUtils.getResponseContent(RemoteUtils.java:98)
at oracle.pgx.client.RemoteUtils.getResponseContent(RemoteUtils.java:66)
at oracle.pgx.client.RemoteUtils.parse(RemoteUtils.java:153)
at oracle.pgx.client.PgxRemoteFuture.executeRequest(PgxRemoteFuture.java:115)
at oracle.pgx.client.PgxRemoteFuture.lambda$fetchRemoteResultAsync$3(PgxRemoteFuture.java:221)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.base/java.lang.Thread.run(Thread.java:844)

This post has been answered by oskarvanrest-Oracle on Apr 12 2021
Jump to Answer

Comments

Processing

Post Details

Added on Mar 23 2021
4 comments
462 views