Problem importing APP

Confluence User - 08 Jun, 2022

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

apps;server

1


08 Jun, 2022
confluenceUser
confluenceUser

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?



RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print