Jump to content

Recommended Posts

Posted

I'm new to GCDS and got the below error message when trying to run a sync today, any help will be highly appreciated

 

User retrieval summary:

Unexpected and non-recoverable exception caught while attempting to synchronize:

java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.sql.SQLNonTransientConnectionException: No current connection.

 

at java.util.concurrent.FutureTask.report(Unknown Source)

 

at java.util.concurrent.FutureTask.get(Unknown Source)

 

at com.google.usersyncapp.sync.SynchronizationPluginGroup.executeFullFill(SynchronizationPluginGroup.java:99)

 

at com.google.usersyncapp.sync.agent.FullSyncAgent.fullFill(FullSyncAgent.java:533)

 

at com.google.usersyncapp.sync.agent.FullSyncAgent.call(FullSyncAgent.java:145)

 

at com.google.usersyncapp.ui.page.general.AbstractSyncWorker.doInBackground(AbstractSyncWorker.java:72)

 

at com.google.usersyncapp.ui.page.general.AbstractSyncWorker.doInBackground(AbstractSyncWorker.java:33)

 

at javax.swing.SwingWorker$1.call(Unknown Source)

 

at java.util.concurrent.FutureTask.run(Unknown Source)

 

at javax.swing.SwingWorker.run(Unknown Source)

 

at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

 

at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

 

at java.lang.Thread.run(Unknown Source)

 

Caused by: java.lang.RuntimeException: java.sql.SQLNonTransientConnectionException: No current connection.

 

at com.google.usersyncapp.sync.DiskDatabaseState.setFilled(DiskDatabaseState.java:2057)

 

at com.google.usersyncapp.sync.FullFillWorker.call(FullFillWorker.java:73)

 

at com.google.usersyncapp.sync.FullFillWorker.call(FullFillWorker.java:23)

 

at java.util.concurrent.FutureTask.run(Unknown Source)

 

... 3 more

 

Caused by: java.sql.SQLNonTransientConnectionException: No current connection.

 

at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)

 

at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)

 

at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)

 

at org.apache.derby.impl.jdbc.Util.noCurrentConnection(Unknown Source)

 

at org.apache.derby.impl.jdbc.EmbedConnection.checkIfClosed(Unknown Source)

 

at org.apache.derby.impl.jdbc.EmbedConnection.setupContextStack(Unknown Source)

 

at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)

 

at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)

 

at com.google.usersyncapp.sync.DiskDatabaseState.setFilled(DiskDatabaseState.java:2051)

 

... 6 more

 

Caused by: java.sql.SQLException: No current connection.

 

at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)

 

at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)

Posted

Thanks spr,

 

late yesterday i rerun the sync and it was successful not sure why the first sync failed.

All is working well now.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...