Plex 2E

 View Only
Expand all | Collapse all

JAVA Application PANELRESOURCE automatically renaming to PANELRESOURCETMP

  • 1.  JAVA Application PANELRESOURCE automatically renaming to PANELRESOURCETMP

    Posted Jun 29, 2020 03:23 AM
    Hello,

    following problem occurs at runtime with our plex application (java variant):

    the software is rolled-out and stored centralized on a network-share.
    4 to 10 concurrent users use the software synchronized.

    arbitrarily and infrequent one or two (or ...) panelresource files (located in SRC\Res folder) are automatically renamed to filename.panelresourcetmp (something add tmp to the file-ending).
    that causes a java runtime exception. by manually renaming the file back to filename.panelresource (without tmp) the application works fine. one or two hours later again another panelresource file is automatically renamed and another exception will be thrown.

    what could it be?
    java.exe? Plex framework? or monitoring software (like anti virus/ma-ware)? or the synchronized access to the file by different users?

    we are using plex 7.2.1 runtime and java 8.

    hope someone had and solved a similar problem.

    thanks in advance.

    best regards, Tobias




  • 2.  RE: JAVA Application PANELRESOURCE automatically renaming to PANELRESOURCETMP

    Posted Jun 29, 2020 07:49 AM
    Hello again, by decompiling the ObRun.jar you can see that there is a method that appends "tmp" to the filename. so the plex-framwork is responsible for this. now i have to figure out why... file locks on the network-share or ....

    best regards. tobias