[ 
https://issues.apache.org/jira/browse/ATLAS-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16294772#comment-16294772
 ] 

Péter Gergő Barna commented on ATLAS-2313:
------------------------------------------

Added debug logs to see the original exception

{noformat}
    private Object executeGremlinScript(String gremlinQuery) throws 
AtlasBaseException {
        Object       result = null;
        ScriptEngine engine = getGremlinScriptEngine();
        try {
                LOG.debug("2313 executeGremlinScript gremlinQuery:{}", 
gremlinQuery);
            Bindings bindings = engine.createBindings();
            LOG.debug("2313 bindings.entrySet:{}", bindings.entrySet());
            bindings.put("g", getGraph());
            LOG.debug("2313 the graph has been put into the bindings");
            result = engine.eval(gremlinQuery, bindings);
        } catch (ScriptException e) {
                LOG.error("2313 ScriptException:", e);
            throw new 
AtlasBaseException(AtlasErrorCode.GREMLIN_SCRIPT_EXECUTION_FAILED, 
gremlinQuery);
        } finally {
            releaseGremlinScriptEngine(engine);
        }
        return result;
    }

{noformat}



Logs:

{noformat}
2017-12-18 11:32:07,280 DEBUG - [pool-1-thread-9:] ~ Authorizer result :: true 
(AtlasAuthorizationFilter:149)
2017-12-18 11:32:07,280 DEBUG - [pool-1-thread-9:] ~ Access is allowed so 
forwarding the request!!! (AtlasAuthorizationFilter:155)
2017-12-18 11:32:07,280 DEBUG - [pool-1-thread-9:] ~ 
/api/atlas/v2/search/dsl?limit=25&offset=0&query=Column&_=1513593098907 reached 
end of additional filter chain; proceeding with original chain 
(FilterChainProxy$VirtualFilterChain:
310)
2017-12-18 11:32:07,280 DEBUG - [pool-1-thread-9:] ~ call filter AuditFilter 
(ServletHandler$CachedChain:1680)
2017-12-18 11:32:07,281 DEBUG - [pool-1-thread-9 - 
fd45a7b7-2a16-47b7-8270-ffad2454a221:] ~ call servlet 
jersey-servlet@1d89cbe8==com.sun.jersey.spi.spring.container.servlet.SpringServlet,1,true
 (ServletHandler$CachedChain:1711)
2017-12-18 11:32:07,282 INFO  - [pool-1-thread-9 - 
fd45a7b7-2a16-47b7-8270-ffad2454a221:] ~ GraphTransaction intercept for 
org.apache.atlas.discovery.EntityDiscoveryService.searchUsingDslQuery 
(GraphTransactionAdvisor$1:41)
2017-12-18 11:32:07,308 DEBUG - [NotificationHookConsumer thread-0:] ~ Received 
successful heartbeat response for group atlas 
(AbstractCoordinator$HeartbeatCompletionHandler:629)
2017-12-18 11:32:07,308 DEBUG - [kafka-network-thread-1-PLAINTEXT-2:] ~ 
Completed 
request:{api_key=12,api_version=0,correlation_id=86,client_id=consumer-1} -- 
{group_id=atlas,group_generation_id=1,member_id=consumer-1-deba64a1-ba25-4
74d-81c4-ded90152b07f} from connection 
127.0.0.1:9027-127.0.0.1:52080;totalTime:0,requestQueueTime:0,localTime:0,remoteTime:0,responseQueueTime:0,sendTime:0,securityProtocol:PLAINTEXT,principal:User:ANONYMOUS
 (RequestChannel$Request:
158)
2017-12-18 11:32:07,355 DEBUG - [pool-1-thread-9 - 
fd45a7b7-2a16-47b7-8270-ffad2454a221:] ~ addFrom(typeName=Column) 
(QueryProcessor:82)
2017-12-18 11:32:07,356 DEBUG - [pool-1-thread-9 - 
fd45a7b7-2a16-47b7-8270-ffad2454a221:] ~ getText() => g.V().has('__typeName', 
'Column').limit(25).toList() (QueryProcessor:251)
2017-12-18 11:32:07,356 DEBUG - [pool-1-thread-9 - 
fd45a7b7-2a16-47b7-8270-ffad2454a221:] ~ Translated Gremlin Query: 
g.V().has('__typeName', 'Column').limit(25).toList() 
(EntityDiscoveryService:693)
2017-12-18 11:32:07,356 DEBUG - [pool-1-thread-9 - 
fd45a7b7-2a16-47b7-8270-ffad2454a221:] ~ Executing DSL query: Column 
(EntityDiscoveryService:132)
2017-12-18 11:32:07,356 DEBUG - [pool-1-thread-9 - 
fd45a7b7-2a16-47b7-8270-ffad2454a221:] ~ 2313 executeGremlinScript, 
query:g.V().has('__typeName', 'Column').limit(25).toList() (Titan0Graph:273)
2017-12-18 11:32:07,532 DEBUG - [kafka-network-thread-1-PLAINTEXT-0:] ~ 
Completed request:Name: FetchRequest; Version: 2; CorrelationId: 85; ClientId: 
consumer-1; ReplicaId: -1; MaxWait: 500 ms; MinBytes: 1 bytes from connection 
127.
0.0.1:9027-127.0.0.1:52081;totalTime:503,requestQueueTime:0,localTime:0,remoteTime:502,responseQueueTime:0,sendTime:1,securityProtocol:PLAINTEXT,principal:User:ANONYMOUS
 (RequestChannel$Request:158)
2017-12-18 11:32:07,543 DEBUG - [SyncThread:0:] ~ Processing request:: 
sessionid:0x160692db91e0000 type:ping cxid:0xfffffffffffffffe 
zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (FinalRequestProcessor:88)
2017-12-18 11:32:07,543 DEBUG - [SyncThread:0:] ~ sessionid:0x160692db91e0000 
type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown 
reqpath:n/a (FinalRequestProcessor:160)
2017-12-18 11:32:07,543 DEBUG - [main-SendThread(localhost:9026):] ~ Got ping 
response for sessionid: 0x160692db91e0000 after 0ms (ClientCnxn$SendThread:717)
2017-12-18 11:32:07,765 DEBUG - [pool-1-thread-9 - 
fd45a7b7-2a16-47b7-8270-ffad2454a221:] ~ 2313 executeGremlinScript 
gremlinQuery:g.V().has('__typeName', 'Column').limit(25).toList() 
(Titan0Graph:336)
2017-12-18 11:32:07,765 DEBUG - [pool-1-thread-9 - 
fd45a7b7-2a16-47b7-8270-ffad2454a221:] ~ 2313 bindings.entrySet:[] 
(Titan0Graph:338)
2017-12-18 11:32:07,766 DEBUG - [pool-1-thread-9 - 
fd45a7b7-2a16-47b7-8270-ffad2454a221:] ~ 2313 the graph has been put into the 
bindings (Titan0Graph:340)
2017-12-18 11:32:07,880 DEBUG - [SyncThread:0:] ~ Processing request:: 
sessionid:0x160692db91e0000 type:ping cxid:0xfffffffffffffffe 
zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (FinalRequestProcessor:88)
2017-12-18 11:32:07,880 DEBUG - [SyncThread:0:] ~ sessionid:0x160692db91e0000 
type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown 
reqpath:n/a (FinalRequestProcessor:160)
2017-12-18 11:32:07,881 DEBUG - [main-SendThread(localhost:9026):] ~ Got ping 
response for sessionid: 0x160692db91e0000 after 0ms (ClientCnxn$SendThread:717)
2017-12-18 11:32:08,033 DEBUG - [kafka-network-thread-1-PLAINTEXT-0:] ~ 
Completed request:Name: FetchRequest; Version: 2; CorrelationId: 87; ClientId: 
consumer-1; ReplicaId: -1; MaxWait: 500 ms; MinBytes: 1 bytes from connection 
127.
0.0.1:9027-127.0.0.1:52081;totalTime:500,requestQueueTime:0,localTime:0,remoteTime:500,responseQueueTime:0,sendTime:0,securityProtocol:PLAINTEXT,principal:User:ANONYMOUS
 (RequestChannel$Request:158)
2017-12-18 11:32:08,217 DEBUG - [SyncThread:0:] ~ Processing request:: 
sessionid:0x160692db91e0000 type:ping cxid:0xfffffffffffffffe 
zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (FinalRequestProcessor:88)
2017-12-18 11:32:08,217 DEBUG - [SyncThread:0:] ~ sessionid:0x160692db91e0000 
type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown 
reqpath:n/a (FinalRequestProcessor:160)
2017-12-18 11:32:08,217 DEBUG - [main-SendThread(localhost:9026):] ~ Got ping 
response for sessionid: 0x160692db91e0000 after 0ms (ClientCnxn$SendThread:717)
2017-12-18 11:32:08,254 ERROR - [pool-1-thread-9 - 
fd45a7b7-2a16-47b7-8270-ffad2454a221:] ~ 2313 ScriptException: (Titan0Graph:343)
javax.script.ScriptException: javax.script.ScriptException: 
groovy.lang.MissingMethodException: No signature of method: 
com.tinkerpop.gremlin.groovy.GremlinGroovyPipeline.limit() is applicable for 
argument types: (java.lang.Integer) 
values: [25]
Possible solutions: wait(), first(), min(), last(), getAt(java.lang.Integer), 
wait(long)
        at 
com.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine.eval(GremlinGroovyScriptEngine.java:94)
        at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:233)
        at 
org.apache.atlas.repository.graphdb.titan0.Titan0Graph.executeGremlinScript(Titan0Graph.java:341)
        at 
org.apache.atlas.repository.graphdb.titan0.Titan0Graph.executeGremlinScript(Titan0Graph.java:274)
        at 
org.apache.atlas.discovery.EntityDiscoveryService.searchUsingDslQuery(EntityDiscoveryService.java:135)
        at 
org.apache.atlas.discovery.EntityDiscoveryService$$FastClassBySpringCGLIB$$1af2cf1f.invoke(<generated>)
        at 
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
        at 
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:738)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
        at 
org.apache.atlas.GraphTransactionInterceptor.invoke(GraphTransactionInterceptor.java:60)
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
        at 
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:673)
        at 
org.apache.atlas.discovery.EntityDiscoveryService$$EnhancerBySpringCGLIB$$269c51a6.searchUsingDslQuery(<generated>)
        at 
org.apache.atlas.web.rest.DiscoveryREST.searchUsingDSL(DiscoveryREST.java:115)
        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 
com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
        at 
com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
        at 
com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
        at 
com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
        at 
com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
        at 
com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
        at 
com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)

{noformat}


> Error: Gremlin script execution failed: g.V().has('__typeName', 
> 'Column').limit(25).toList()
> --------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-2313
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2313
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>    Affects Versions: 1.0.0
>            Reporter: Péter Gergő Barna
>
> Repro steps:
> - build latest atlas form source (with titan as graph provider)
> {noformat}
> mvn clean -DskipTests -DGRAPH_PROVIDER=titan0 install 
> -Pdist,embedded-hbase-solr,graph-provider-titan0
> {noformat}
> - start Atlas with empty Solar, Hbase, Zookeeper (that is, before starting 
> Atlas, delete and recreate Solr collections, delete Hbase database, delete 
> Atlas related nodes from Zookeeper)
> - run quicstart.py in order to generate some test data
> - on the Basic search UI, choose Search by type = "Column" and click search
> - from the results, in the firts row, click on "Column" 
> Then you will get this error on the UI:
> Error: Gremlin script execution failed: g.V().has('__typeName', 
> 'Column').limit(25).toList()
> This will be in the logs:
> {noformat}
> 2017-12-18 10:01:12,998 DEBUG - [pool-1-thread-1:] ~ Access is allowed so 
> forwarding the request!!! (AtlasAuthorizationFilter:155)
> 2017-12-18 10:01:12,998 DEBUG - [pool-1-thread-1:] ~ 
> /api/atlas/v2/search/dsl?limit=25&offset=0&query=Column&_=1513587272660 
> reached end of additional filter chain; proceeding with original chain (Filt
> erChainProxy$VirtualFilterChain:310)
> 2017-12-18 10:01:12,998 DEBUG - [pool-1-thread-1:] ~ call filter AuditFilter 
> (ServletHandler$CachedChain:1680)
> 2017-12-18 10:01:12,998 DEBUG - [pool-1-thread-1 - 
> 79f55cd2-99a1-4804-a612-793ede7cea79:] ~ call servlet 
> jersey-servlet@1d89cbe8==com.sun.jersey.spi.spring.container.servlet.SpringServlet,1,true
>  (Servl
> etHandler$CachedChain:1711)
> 2017-12-18 10:01:12,999 INFO  - [pool-1-thread-1 - 
> 79f55cd2-99a1-4804-a612-793ede7cea79:] ~ GraphTransaction intercept for 
> org.apache.atlas.discovery.EntityDiscoveryService.searchUsingDslQuery (GraphTr
> ansactionAdvisor$1:41)
> 2017-12-18 10:01:13,071 DEBUG - [pool-1-thread-1 - 
> 79f55cd2-99a1-4804-a612-793ede7cea79:] ~ addFrom(typeName=Column) 
> (QueryProcessor:82)
> 2017-12-18 10:01:13,072 DEBUG - [pool-1-thread-1 - 
> 79f55cd2-99a1-4804-a612-793ede7cea79:] ~ getText() => g.V().has('__typeName', 
> 'Column').limit(25).toList() (QueryProcessor:251)
> 2017-12-18 10:01:13,072 DEBUG - [pool-1-thread-1 - 
> 79f55cd2-99a1-4804-a612-793ede7cea79:] ~ Translated Gremlin Query: 
> g.V().has('__typeName', 'Column').limit(25).toList() 
> (EntityDiscoveryService:693)
> 2017-12-18 10:01:13,072 DEBUG - [pool-1-thread-1 - 
> 79f55cd2-99a1-4804-a612-793ede7cea79:] ~ Executing DSL query: Column 
> (EntityDiscoveryService:132)
> 2017-12-18 10:01:13,167 DEBUG - [SyncThread:0:] ~ Processing request:: 
> sessionid:0x16068d49b730000 type:ping cxid:0xfffffffffffffffe 
> zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (FinalRequestPro
> cessor:88)
> 2017-12-18 10:01:13,167 DEBUG - [SyncThread:0:] ~ sessionid:0x16068d49b730000 
> type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown 
> reqpath:n/a (FinalRequestProcessor:160)
> 2017-12-18 10:01:13,167 DEBUG - [main-SendThread(localhost:9026):] ~ Got ping 
> response for sessionid: 0x16068d49b730000 after 0ms 
> (ClientCnxn$SendThread:717)
> 2017-12-18 10:01:13,344 DEBUG - [kafka-network-thread-1-PLAINTEXT-0:] ~ 
> Completed request:Name: FetchRequest; Version: 2; CorrelationId: 984; 
> ClientId: consumer-1; ReplicaId: -1; MaxWait: 500 ms; MinBy
> tes: 1 bytes from connection 
> 127.0.0.1:9027-127.0.0.1:49773;totalTime:501,requestQueueTime:0,localTime:0,remoteTime:501,responseQueueTime:0,sendTime:0,securityProtocol:PLAINTEXT,principal:User:ANONYMOU
> S (RequestChannel$Request:158)
> 2017-12-18 10:01:13,502 DEBUG - [SyncThread:0:] ~ Processing request:: 
> sessionid:0x16068d49b730000 type:ping cxid:0xfffffffffffffffe 
> zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (FinalRequestPro
> cessor:88)
> 2017-12-18 10:01:13,502 DEBUG - [SyncThread:0:] ~ sessionid:0x16068d49b730000 
> type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown 
> reqpath:n/a (FinalRequestProcessor:160)
> 2017-12-18 10:01:13,502 DEBUG - [main-SendThread(localhost:9026):] ~ Got ping 
> response for sessionid: 0x16068d49b730000 after 0ms 
> (ClientCnxn$SendThread:717)
> 2017-12-18 10:01:13,836 DEBUG - [SyncThread:0:] ~ Processing request:: 
> sessionid:0x16068d49b730000 type:ping cxid:0xfffffffffffffffe 
> zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a (FinalRequestPro
> cessor:88)
> 2017-12-18 10:01:13,836 DEBUG - [SyncThread:0:] ~ sessionid:0x16068d49b730000 
> type:ping cxid:0xfffffffffffffffe zxid:0xfffffffffffffffe txntype:unknown 
> reqpath:n/a (FinalRequestProcessor:160)
> 2017-12-18 10:01:13,836 DEBUG - [main-SendThread(localhost:9026):] ~ Got ping 
> response for sessionid: 0x16068d49b730000 after 0ms 
> (ClientCnxn$SendThread:717)
> 2017-12-18 10:01:13,845 DEBUG - [kafka-network-thread-1-PLAINTEXT-0:] ~ 
> Completed request:Name: FetchRequest; Version: 2; CorrelationId: 985; 
> ClientId: consumer-1; ReplicaId: -1; MaxWait: 500 ms; MinBy
> tes: 1 bytes from connection 
> 127.0.0.1:9027-127.0.0.1:49773;totalTime:501,requestQueueTime:0,localTime:0,remoteTime:500,responseQueueTime:0,sendTime:1,securityProtocol:PLAINTEXT,principal:User:ANONYMOU
> S (RequestChannel$Request:158)
> 2017-12-18 10:01:13,906 DEBUG - [pool-1-thread-1 - 
> 79f55cd2-99a1-4804-a612-793ede7cea79:] ~ <== 
> AtlasErrorCode.getMessage([g.V().has('__typeName', 
> 'Column').limit(25).toList()]) (AtlasErrorCode:168)
> 2017-12-18 10:01:13,906 DEBUG - [pool-1-thread-1 - 
> 79f55cd2-99a1-4804-a612-793ede7cea79:] ~ ==> 
> AtlasErrorCode.getMessage([g.V().has('__typeName', 
> 'Column').limit(25).toList()]): Gremlin script executi
> on failed: g.V().has('__typeName', 'Column').limit(25).toList() 
> (AtlasErrorCode:175)
> 2017-12-18 10:01:13,906 ERROR - [pool-1-thread-1 - 
> 79f55cd2-99a1-4804-a612-793ede7cea79:] ~ graph rollback due to exception  
> (GraphTransactionInterceptor:71)
> org.apache.atlas.exception.AtlasBaseException: Gremlin script execution 
> failed: g.V().has('__typeName', 'Column').limit(25).toList()
>         at 
> org.apache.atlas.repository.graphdb.titan0.Titan0Graph.executeGremlinScript(Titan0Graph.java:342)
>         at 
> org.apache.atlas.repository.graphdb.titan0.Titan0Graph.executeGremlinScript(Titan0Graph.java:274)
>         at 
> org.apache.atlas.discovery.EntityDiscoveryService.searchUsingDslQuery(EntityDiscoveryService.java:135)
>         at 
> org.apache.atlas.discovery.EntityDiscoveryService$$FastClassBySpringCGLIB$$1af2cf1f.invoke(<generated>)
>         at 
> org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
>         at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:738)
>         at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
>         at 
> org.apache.atlas.GraphTransactionInterceptor.invoke(GraphTransactionInterceptor.java:60)
>         at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
>         at 
> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:673)
>         at 
> org.apache.atlas.discovery.EntityDiscoveryService$$EnhancerBySpringCGLIB$$269c51a6.searchUsingDslQuery(<generated>)
>         at 
> org.apache.atlas.web.rest.DiscoveryREST.searchUsingDSL(DiscoveryREST.java:115)
>         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 
> com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
>         at 
> com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
>         at 
> com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
>         at 
> com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
>         at 
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
>         at 
> com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
>         at 
> com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
>         at 
> com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
>         at 
> com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1542)
>         at 
> com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1473)
>         at 
> com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1419)
>         at 
> com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1409)
>         at 
> com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:409)
>         at 
> com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:558)
>         at 
> com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:733)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
>         at 
> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:845)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to