Licence issue with multiple server

Hi,

We have Aspose java license for full version with type “Developer Small Business”. We have application that has load balanced feature and code is deployed on 3 server. All three server access the license file from one shared directory. Its working fine but in some cases when request land on any server, the report shows "Evaluation Only. Created with Aspose.Words… "
We are initializing the license with code:

if(license == null) {
fstream = new FileInputStream(aspostemplateFilePath + “/liscense.lic”);
license = new License();
license.setLicense(fstream);
}
Where license is class level variable.

Please suggest why water mark appear in some cases and works fine in some cases.

@zia123,

Please post your license file via private message. In order to send a private message with attachment, please click on my name and find “Message” button.

[Null pointer exception while setting licence](https://forum.aspose.com/t/license-file-installed-but-still-see-watermark-in-word/209042)

We will then investigate the issue with your license file on our end and provide you more information.

P.S. Please do not share your license file publicly in forum threads.