Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPE in PortabilityInMemoryDataCopier #551

Open
rtannenbaum opened this issue Aug 17, 2018 · 0 comments · May be fixed by Stanislav1975/data-transfer-project#5
Open

NPE in PortabilityInMemoryDataCopier #551

rtannenbaum opened this issue Aug 17, 2018 · 0 comments · May be fixed by Stanislav1975/data-transfer-project#5

Comments

@rtannenbaum
Copy link
Contributor

[2018-08-17 15:58:59,489] [undefined]: DEBUG - Polled job 190c3741-4d88-4c33-bc9a-17b7ef833da9
[2018-08-17 15:59:00,515] [190c37414d884c33]: DEBUG - Updated job 190c3741-4d88-4c33-bc9a-17b7ef833da9 to CREDS_ENCRYPTION_KEY_GENERATED, publicKey length: 162
[2018-08-17 15:59:20,587] [190c37414d884c33]: DEBUG - Polled job 190c3741-4d88-4c33-bc9a-17b7ef833da9 in state CREDS_ENCRYPTED
[2018-08-17 15:59:20,589] [190c37414d884c33]: DEBUG - Polled job 190c3741-4d88-4c33-bc9a-17b7ef833da9 has auth data as expected. Done polling.
[2018-08-17 15:59:20,591] [190c37414d884c33]: DEBUG - Begin processing jobId: 190c3741-4d88-4c33-bc9a-17b7ef833da9
[2018-08-17 15:59:20,681] [190c37414d884c33]: DEBUG - Starting copy job, id: 190c3741-4d88-4c33-bc9a-17b7ef833da9, source: FLICKR, destination: GOOGLE
[2018-08-17 15:59:21,031] [190c37414d884c33]: DEBUG - Job 190c3741-4d88-4c33-bc9a-17b7ef833da9: copy iteration: 1
[2018-08-17 15:59:21,032] [190c37414d884c33]: DEBUG - Job 190c3741-4d88-4c33-bc9a-17b7ef833da9: Starting export
Aug 17, 2018 3:59:21 PM com.google.common.util.concurrent.UncaughtExceptionHandlers$Exiter uncaughtException
SEVERE: Caught an exception in Thread[main,5,main]. Shutting down.
java.lang.NullPointerException
at org.datatransferproject.types.transfer.retry.RetryingCallable.call(RetryingCallable.java:65)
at org.datatransferproject.transfer.PortabilityInMemoryDataCopier.copyHelper(PortabilityInMemoryDataCopier.java:110)
at org.datatransferproject.transfer.PortabilityInMemoryDataCopier.copy(PortabilityInMemoryDataCopier.java:75)
at org.datatransferproject.transfer.JobProcessor.processJob(JobProcessor.java:112)
at org.datatransferproject.transfer.Worker.doWork(Worker.java:33)
at org.datatransferproject.transfer.WorkerMain.poll(WorkerMain.java:136)
at org.datatransferproject.transfer.WorkerMain.main(WorkerMain.java:56)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant