You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I experienced an error while attempting to use the JSON importer:
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: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.
The text was updated successfully, but these errors were encountered: