objecthub-io / ObjectHub

ObjectHub is an open repository for software objects and a development platform.
2 stars 1 forks source link

Sql Query leads to error #328

Closed mxro closed 6 years ago

mxro commented 6 years ago

The following error is reported on the server:

hu Nov 30 22:25:49 EST 2017 com.google.gwt.user.client.rpc.SerializationException: Type 'java.math.BigInteger' was not included in the set of types which can be serialized by this SerializationPolicy or its Class object could not be loaded. For security purposes, this type will not be serialized.: instance = 10
  de.mxro.decoupledgwtrpc.server.GwtServerSerializer.serializeObjectForClient(GwtServerSerializer.java:63)
  nx.restservice.gwt.internal.GwtMessageService$1.onSuccess(GwtMessageService.java:55)
  nx.restservice.gwt.internal.GwtMessageService$1.onSuccess(GwtMessageService.java:1)
  nx.remote.utils.NxServerUtils$WaitForJoin.registerResponse(NxServerUtils.java:66)
  nx.remote.utils.NxServerUtils$1.onSuccess(NxServerUtils.java:118)
  nx.remote.utils.NxServerUtils$1.onSuccess(NxServerUtils.java:1)
  nx.remote.utils.NxServerUtils$WaitForJoin.registerResponse(NxServerUtils.java:66)
  nx.remote.utils.NxServerUtils$1.onSuccess(NxServerUtils.java:118)
  nx.remote.utils.NxServerUtils$1.onSuccess(NxServerUtils.java:1)
  nx.remote.utils.NxServerUtils$WaitForJoin.registerResponse(NxServerUtils.java:66)
  nx.remote.utils.NxServerUtils$2.onSuccess(NxServerUtils.java:159)
  nx.remote.utils.NxServerUtils$2.onSuccess(NxServerUtils.java:1)
  nx.remote.internal.connections.IgnorePullCacheMessageConnection$1.onSuccess(IgnorePullCacheMessageConnection.java:34)
  nx.remote.internal.connections.IgnorePullCacheMessageConnection$1.onSuccess(IgnorePullCacheMessageConnection.java:1)
  nx.remote.internal.connections.CollectMetricsConnection$1.onSuccess(CollectMetricsConnection.java:96)
  nx.remote.internal.connections.CollectMetricsConnection$1.onSuccess(CollectMetricsConnection.java:1)
  nx.remote.utils.NxServerUtils$WaitForJoin.registerResponse(NxServerUtils.java:66)
  nx.remote.utils.NxServerUtils$1.onSuccess(NxServerUtils.java:118)
  nx.remote.utils.NxServerUtils$1.onSuccess(NxServerUtils.java:1)
  com.appjangle.database.hooks.internal.InterceptUpdatesConnection$2$1.onSuccess(InterceptUpdatesConnection.java:95)
  com.appjangle.database.hooks.internal.InterceptUpdatesConnection$2$1.onSuccess(InterceptUpdatesConnection.java:1)
  com.appjangle.sql.core.internal.connections.SqlReplicationConnectionImpl.notifyChanges(SqlReplicationConnectionImpl.java:85)
  com.appjangle.database.internal.connections.DatabaseConnection$16.onChanges(DatabaseConnection.java:386)
  com.appjangle.database.hooks.internal.InterceptUpdatesConnection$2.onSuccess(InterceptUpdatesConnection.java:91)
  com.appjangle.database.hooks.internal.InterceptUpdatesConnection$2.onSuccess(InterceptUpdatesConnection.java:1)
  nx.remote.utils.NxServerUtils$WaitForJoin.registerResponse(NxServerUtils.java:66)
  nx.remote.utils.NxServerUtils$2.onSuccess(NxServerUtils.java:159)
  nx.remote.utils.NxServerUtils$2.onSuccess(NxServerUtils.java:1)
  com.appjangle.sql.core.internal.connections.SqlReplicationConnectionImpl$4$2.onSuccess(SqlReplicationConnectionImpl.java:240)
  com.appjangle.sql.core.internal.connections.SqlReplicationConnectionImpl$4$2.onSuccess(SqlReplicationConnectionImpl.java:1)
  delight.scheduler.SequentialOperationScheduler$1.onSuccess(SequentialOperationScheduler.java:103)
  delight.scheduler.SequentialOperationScheduler$3$2.run(SequentialOperationScheduler.java:282)
  delight.concurrency.jre.JavaExecutor$4.run(JavaExecutor.java:83)
  java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  java.lang.Thread.run(Thread.java:748)
mxro commented 6 years ago

Fixed.