Hi,
We keep on getting below error whenever to upload a document or preview the document. This was never the issue before, also this case only appears in the war uploaded version on the server and not the local version. Can you please explain what can be the possible cause of the error.
[attachment=0]Error.PNG[/attachment]
Thanks in advance
jay.rao,
Which version of Servoy are you using?
It seems from the error that the Servoy code version in the war export is >= 8.1 and the file plugin version is < 8.1
The old file plugin is not compatible with newer Servoy installs.
Rob
Hi Rob,
I think it’s the latest plugin but how can we check to be sure?
Is this version nr in package.xml the Servoy version number?
This is in the package xml :
<?xml version="1.0" encoding="UTF-8"?>
<mp:servoy-extension xmlns:mp="http://www.servoy.com/extension" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.servoy.com/extension http://www.servoy.com/schema/servoy-extension-1.xsd">
<extension-id>com.servoy.file</extension-id>
<extension-name>File Plugin</extension-name>
<version>7.3.1</version>
<dependencies>
<servoy>
<min-version>7.3.1 rc0</min-version>
</servoy>
</dependencies>
<info>
<icon path="screenshots/file.png"/>
<description>Plugin for file handling. It provides file and folder functions such as creating, modifying, deleting, returning content and/or size of files and folders.</description>
</info>
<requiresRestart/>
</mp:servoy-extension>
Edit
Are there other files to check? This package file seems unchanged even in Servoy 8.3
Unfortunately, you cannot see from the file.jar what version it is.
The file.jar inside the war is the one used, if you make a new war export it should include a matching version.
Rob