Announcement

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

    Missing .jar files in current Pro download?

    Hi Isomorphic --

    I think there may be some missing jar files in the current download. When I unzip the download and compare the lib directories I see this:

    Code:
    $ diff SmartClient_v91p_2014-03-10_Pro/smartclientRuntime/WEB-INF/lib/ SmartClient_v91p_2014-05-23_Pro/smartclientRuntime/WEB-INF/lib/
    Only in SmartClient_v91p_2014-03-10_Pro/smartclientRuntime/WEB-INF/lib/: alt-rt.jar
    Only in SmartClient_v91p_2014-03-10_Pro/smartclientRuntime/WEB-INF/lib/: alt-string.jar
    Only in SmartClient_v91p_2014-03-10_Pro/smartclientRuntime/WEB-INF/lib/: charsets.jar
    Only in SmartClient_v91p_2014-03-10_Pro/smartclientRuntime/WEB-INF/lib/: deploy.jar
    Only in SmartClient_v91p_2014-03-10_Pro/smartclientRuntime/WEB-INF/lib/: dt.jar
    Only in SmartClient_v91p_2014-03-10_Pro/smartclientRuntime/WEB-INF/lib/: htmlconverter.jar
    Binary files SmartClient_v91p_2014-03-10_Pro/smartclientRuntime/WEB-INF/lib/isomorphic_assembly.jar and SmartClient_v91p_2014-05-23_Pro/smartclientRuntime/WEB-INF/lib/isomorphic_assembly.jar differ
    Binary files SmartClient_v91p_2014-03-10_Pro/smartclientRuntime/WEB-INF/lib/isomorphic_core_rpc.jar and SmartClient_v91p_2014-05-23_Pro/smartclientRuntime/WEB-INF/lib/isomorphic_core_rpc.jar differ
    Binary files SmartClient_v91p_2014-03-10_Pro/smartclientRuntime/WEB-INF/lib/isomorphic_js_parser.jar and SmartClient_v91p_2014-05-23_Pro/smartclientRuntime/WEB-INF/lib/isomorphic_js_parser.jar differ
    Only in SmartClient_v91p_2014-03-10_Pro/smartclientRuntime/WEB-INF/lib/: javaws.jar
    Only in SmartClient_v91p_2014-03-10_Pro/smartclientRuntime/WEB-INF/lib/: jce.jar
    Only in SmartClient_v91p_2014-03-10_Pro/smartclientRuntime/WEB-INF/lib/: jconsole.jar
    Only in SmartClient_v91p_2014-03-10_Pro/smartclientRuntime/WEB-INF/lib/: jsse.jar
    Only in SmartClient_v91p_2014-03-10_Pro/smartclientRuntime/WEB-INF/lib/: management-agent.jar
    Only in SmartClient_v91p_2014-03-10_Pro/smartclientRuntime/WEB-INF/lib/: plugin.jar
    Only in SmartClient_v91p_2014-03-10_Pro/smartclientRuntime/WEB-INF/lib/: resources.jar
    Only in SmartClient_v91p_2014-03-10_Pro/smartclientRuntime/WEB-INF/lib/: rt.jar
    Only in SmartClient_v91p_2014-03-10_Pro/smartclientRuntime/WEB-INF/lib/: sa-jdi.jar
    Only in SmartClient_v91p_2014-03-10_Pro/smartclientRuntime/WEB-INF/lib/: tools.jar
    Looking at the change in zip size from your nightlies, the size of the download dropped from ~210 mb to ~153 mb on May 9.

    I got a server error when I tried to update Smartclient, but didn't track it down beyond discovering this change in directory listing. Is this a bug or is there an extra step I need to do?




    Thanks!
    Last edited by nitroamos; 23 May 2014, 08:15.

    #2
    Nevermind.

    The error I'm getting:
    Code:
    java.lang.NoSuchMethodError: com.isomorphic.datasource.DSRequest.getGroupByFields()Ljava/util/List;
    appears to be the identical to this:
    http://forums.smartclient.com/showthread.php?t=28784

    After some digging around... I discovered the issue was that my scripts for building my website were copying in a isomorphic_sql.jar file from a previous version of the smartclientSDK. Copying the correct file into my webapp resolves the problem.

    Comment

    Working...
    X