Sorry, I missed one point do not use http://localhost:2480/query/mydbname/gremlin/g.v("#9:0").out.map use http://localhost:2480/query/mydbname/sql/select gremlin("g.v(<http://localhost:2480/query/mydbname/gremlin/g.v(> "#9:0").out.map") >From keyword is not mandatory. There is no path . http://localhost:2480/query/mydbname/gremlin<http://localhost:2480/query/mydbname/gremlin/g.v(>... in OrientDB.
On Thu, Jan 30, 2014 at 1:44 AM, Shota Nagahori <[email protected]>wrote: > Hi, > > I also confirmed the error with GratefulDeadConcerts. So I don't think it > is DB-specific problem. > > Shota > > > On Thursday, January 30, 2014 12:35:17 AM UTC+9, Andrey Lomakin wrote: > >> HI, >> Could you send me your database so I will be able to reproduce issue ? >> >> >> On Wed, Jan 29, 2014 at 12:08 PM, Shota Nagahori >> <[email protected]>wrote: >> >>> Hi Andrey, >>> >>> I'm sorry for my late reply. >>> I tried v1.7-SNAPSHOT, and confirmed that 2. worked but 1. still threw >>> the same error. >>> >>> Shota. >>> >>> >>> On Monday, January 20, 2014 11:59:38 PM UTC+9, Andrey Lomakin wrote: >>> >>>> HI Shota, >>>> >>>> Sorry, we do not support old versions could you try on 1.6.4 and >>>> 1.7-SNAPSHOT branch ? >>>> If issue persists we will fix it for you. >>>> >>>> >>>> >>>> On Sun, Jan 19, 2014 at 2:21 AM, Shota Nagahori >>>> <[email protected]>wrote: >>>> >>>>> Hi, >>>>> >>>>> I'm using OLD js API in my web app to communicate to OrientDB (v1.5.1). >>>>> Query requests with the extended SQL work properly, but those with >>>>> Gremlin, and the SQL using "select gremlin(...)," do not. >>>>> I tried both of two ways like following: >>>>> >>>>> 1. http://localhost:2480/query/mydbname/gremlin/g.v("#9:0").out.map >>>>> 2. http://localhost:2480/query/mydbname/sql/select >>>>> gremlin("current.out.map") from #9:0 >>>>> >>>>> When sending the above requests, I got an internal server error: >>>>> >>>>> java.lang.NumberFormatException: For input string: "" >>>>> [ONetworkProtocolHttpDb] >>>>> >>>>> The REST API of OrientDB does not recognize gremlin query requests, >>>>> even though wiki says it can do? >>>>> Or is there something wrong in my request code? >>>>> >>>>> Thanks, >>>>> Shota >>>>> >>>>> -- >>>>> >>>>> --- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "OrientDB" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> >>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>> >>>> >>>> >>>> >>>> -- >>>> Best regards, >>>> Andrey Lomakin. >>>> >>>> Orient Technologies >>>> the Company behind OrientDB >>>> >>>> -- >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "OrientDB" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> >> >> -- >> Best regards, >> Andrey Lomakin. >> >> Orient Technologies >> the Company behind OrientDB >> >> -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Best regards, Andrey Lomakin. Orient Technologies the Company behind OrientDB -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
