shaunschembri commented on issue #1924: java.lang.IllegalArgumentException: 
bound must be positive
URL: 
https://github.com/apache/incubator-pinot/issues/1924#issuecomment-462358132
 
 
   I am trying to follow the How to Use Pinot tutorial. When I arrive to the 
step to query the data I get a similar error when I execute
   
   bin/pinot-admin.sh PostQuery -query "select count(*) from flights"
   Exception
   
   java.io.IOException: Server returned HTTP response code: 500 for URL: 
http://my_private_ip:8099/query
           at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894)
           at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
           at 
org.apache.pinot.tools.admin.command.AbstractBaseAdminCommand.sendPostRequest(AbstractBaseAdminCommand.java:77)
           at 
org.apache.pinot.tools.admin.command.PostQueryCommand.run(PostQueryCommand.java:94)
           at 
org.apache.pinot.tools.admin.command.PostQueryCommand.execute(PostQueryCommand.java:100)
           at 
org.apache.pinot.tools.admin.PinotAdministrator.execute(PinotAdministrator.java:96)
           at 
org.apache.pinot.tools.admin.PinotAdministrator.main(PinotAdministrator.java:108)
   
   In pinotController.log I also get
   
   2019/02/11 14:41:54.759 ERROR 
[org.apache.pinot.controller.api.resources.PqlQueryResource] [] Caught 
exception while processing post request
   java.io.IOException: Failed : HTTP error code : 500
           at 
org.apache.pinot.controller.api.resources.PqlQueryResource.sendPostRaw(PqlQueryResource.java:187)
           at 
org.apache.pinot.controller.api.resources.PqlQueryResource.sendPQLRaw(PqlQueryResource.java:230)
           at 
org.apache.pinot.controller.api.resources.PqlQueryResource.getQueryResponse(PqlQueryResource.java:140)
           at 
org.apache.pinot.controller.api.resources.PqlQueryResource.post(PqlQueryResource.java:80)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
           at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
           at java.lang.reflect.Method.invoke(Method.java:498)
           at 
org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
           at 
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
           at 
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
           at 
org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
           at 
org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
           at 
org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
           at 
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
           at 
org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
           at 
org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
           at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
           at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
           at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
           at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
           at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
           at 
org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
           at 
org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
           at 
org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:679)
           at 
org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:353)
           at 
org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
           at 
org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
           at 
org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
           at java.lang.Thread.run(Thread.java:748)
                
   OS = Centos 7.6
   Pinot Version = Head on master branch (Commit ac058c5)
   Java Version = openjdk version "1.8.0_191"

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pinot.apache.org
For additional commands, e-mail: dev-h...@pinot.apache.org

Reply via email to