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

Error message not sent to the Concourse client. #236

Open
jonathanmarvens opened this issue Sep 26, 2016 · 1 comment
Open

Error message not sent to the Concourse client. #236

jonathanmarvens opened this issue Sep 26, 2016 · 1 comment
Assignees

Comments

@jonathanmarvens
Copy link
Contributor

I experienced an error while attempting to use the JSON importer:

~/Code/github.com/cinchapi/concourse git$develop(09eac17)
❯ concourse import -d $HOME/Downloads/datasets/airbnb/airbnb_session_data.json -t json
password for [admin]: *****
Starting import...
ERROR: org.apache.thrift.TApplicationException: Internal error processing insertJson

ERROR: org.apache.thrift.TApplicationException: Internal error processing insertJson is all that the client provided me with, but when I check /var/log/concourse/error.log, I see:

2016-09-26 16:33:31,323 [Client Worker 10] ERROR - Internal error processing insertJson
com.cinchapi.concourse.thrift.InvalidArgumentException: Cannot use a blank value
    at com.cinchapi.concourse.server.ConcourseServer$ThriftExceptionHandler.invoke(ConcourseServer.java:4333) ~[concourse-server-0.5.0.6-SNAPSHOT.jar:0.5.0.6-SNAPSHOT]
    at com.cinchapi.concourse.thrift.ConcourseService$Processor$insertJson.getResult(ConcourseService.java:16881) ~[concourse-driver-java-0.5.0.6-SNAPSHOT.jar:0.5.0.6-SNAPSHOT]
    at com.cinchapi.concourse.thrift.ConcourseService$Processor$insertJson.getResult(ConcourseService.java:16865) ~[concourse-driver-java-0.5.0.6-SNAPSHOT.jar:0.5.0.6-SNAPSHOT]
    at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39) ~[libthrift-0.9.3.jar:0.9.3]
    at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39) [libthrift-0.9.3.jar:0.9.3]
    at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:286) [libthrift-0.9.3.jar:0.9.3]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_66]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_66]
    at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]

The rest of the error message (com.cinchapi.concourse.thrift.InvalidArgumentException: Cannot use a blank value) should also be sent to the client.

CC: @jtnelson.

@dubex
Copy link
Collaborator

dubex commented Oct 10, 2016

@jonathanmarvens Could you please help me to reproduce the issue?

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

No branches or pull requests

2 participants