1
0
-1

Hello,

I have a Problem import Apps when I move from one server to anather.

I get the following error:

ERROR 08 Juni 2022 10:22:26 org.joget.apps.util.AppLicenseUtil - java.text.ParseException: Unparseable date: "2022-06-08 09:43:23.0 CEST"
1214
java.text.ParseException: Unparseable date: "2022-06-08 09:43:23.0 CEST"


Joget is self hosted on windows, Version: 7.0.29

APP_wissensdatenbank-1-20220608102449.jwa


Best regards

Thorsten

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      The import works when I replace all Datestrings within the jwa in file "appDefinition.xml", for example:

      From:

      <dateCreated class="java.sql.Timestamp">2022-06-08 09:43:23.0 CEST</dateCreated>

      To:

      <dateCreated class="java.sql.Timestamp">2022-06-08 09:43:23.0 MESZ</dateCreated>


      There seems to be a locale dependend difference. But app import/export should not be depending on the locale of the server?



        CommentAdd your comment...