Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Java-Warning when updating a record

    I'm using SmartClient Pro with a custom datasource. Everything works fine, but sice v110p_2016-06-03_Pro and v110p_2016-06-07_Pro I receive following Java warning when updating a record:

    [2016-06-07 21:15:08,375][WARN ][com.isomorphic.datasource.DSRequest] Exception attempting to get DataSource during DSRequest construction
    java.lang.NullPointerException
    at com.isomorphic.datasource.DSRequest.setRequestData(DSRequest.java:631)
    at com.isomorphic.datasource.DSRequest.<init>(DSRequest.java:669)
    at com.isomorphic.rpc.RPCManager.parseRequest(RPCManager.java:2311)
    at com.isomorphic.rpc.RPCManager.<init>(RPCManager.java:418)
    .....

    At Java source line:
    rpc = new RPCManager(request, response);

    This warning did not occur with e.g. v110p_2016-04-15_Pro and v110p_2016-05-24_Pro.

    Is it a bug in your code or in my code?

    Do you need more information to locate the problem?

    Thanks


    #2
    From code inspection this looks impossible, or if possible, then this crash would have been preceded by some very obvious warnings that the DataSource referred to in the request could not be loaded or did not exist (which would have been a problem with any previous version too).

    Whenever posting any kind of server problem, post the complete log for the request, never just an excerpt.

    Comment

    Working...
    X