I just upgraded from 2.3 to 2.4 And I got this error:
It is on the trial version, we are in the process to purchase the power version.
It is on a complex fetch that use custom sql and velocity templating. But it worked with 2.3.
Other datasource seem to work well, even those with custom sql fetch (but simpler).
Anyone have idea where it is coming from?
System.out:
DSRequest:
DSResponse:
It is on the trial version, we are in the process to purchase the power version.
It is on a complex fetch that use custom sql and velocity templating. But it worked with 2.3.
Other datasource seem to work well, even those with custom sql fetch (but simpler).
Anyone have idea where it is coming from?
System.out:
Code:
=== 2011-01-11 10:22:16,760 [0-11] DEBUG RPCManager - Request #1 (DSRequest) payload: { criteria:{ cl_telephone_operator:"contient", cl_telephone:"819840242", login_alias_operator:"contient", statut_login_alias:"actif", statut_equipement:"actif", __gwt_ObjectId:2632 }, operationConfig:{ dataSource:"recherche", operationType:"fetch", textMatchStyle:"exact" }, componentId:"isc_ListGrid_0", appID:"builtinApplication", operation:"recherche_fetch", oldValues:{ cl_telephone_operator:"contient", cl_telephone:"819840242", login_alias_operator:"contient", statut_login_alias:"actif", statut_equipement:"actif", __gwt_ObjectId:2632 } } === 2011-01-11 10:22:16,760 [0-11] INFO IDACall - Performing 1 operation(s) === 2011-01-11 10:22:16,760 [0-11] WARN RequestContext - dsRequest.execute() failed: java.lang.NullPointerException at com.isomorphic.datasource.DSRequest.buildIncludeFromDefinitions(DSRequest.java:2983) at com.isomorphic.datasource.DSRequest.execute(DSRequest.java:1348) at com.isomorphic.servlet.IDACall.handleDSRequest(IDACall.java:173) at com.isomorphic.servlet.IDACall.processRPCTransaction(IDACall.java:130) at com.isomorphic.servlet.IDACall.processRequest(IDACall.java:95) at com.isomorphic.servlet.IDACall.doPost(IDACall.java:54) at javax.servlet.http.HttpServlet.service(HttpServlet.java:637) at com.isomorphic.servlet.BaseServlet.service(BaseServlet.java:152) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:729) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.handler.RequestLogHandler.handle(RequestLogHandler.java:49) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:324) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505) at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:843) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:647) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)
Code:
{ "actionURL":"http://127.0.0.1:8888/csmpapp/sc/IDACall", "showPrompt":true, "prompt":"Recherche des enregistrements correspondant à vos critères...", "transport":"xmlHttpRequest", "promptStyle":"cursor", "bypassCache":true, "data":{ "criteria":{ "cl_telephone_operator":"contient", "cl_telephone":"819840242", "login_alias_operator":"contient", "statut_login_alias":"actif", "statut_equipement":"actif" }, "operationConfig":{ "dataSource":"recherche", "repo":null, "operationType":"fetch", "textMatchStyle":"exact" }, "componentId":"isc_ListGrid_0", "appID":"builtinApplication", "operation":"recherche_fetch", "oldValues":{ "cl_telephone_operator":"contient", "cl_telephone":"819840242", "login_alias_operator":"contient", "statut_login_alias":"actif", "statut_equipement":"actif" } } }
Code:
[ { queueStatus:-1, isDSResponse:true, invalidateCache:false, status:-1, data:null } ]
Comment