Wisej 2 Error: Unused Space

0
1

Hello Wisej:

When I upgrade to Wisej 2 my web app, this error occur:

UnusedSpace

The same app, but in Wisej 1 doesn’t get an error.

It’s not the database, and it is not space in hard drive, I have plenty.

You can access the app with error here: https://pretor.co/demov2/
user: demo
pass: demo@123

You can access that works here: https://pretor.co/demo/
user: demo
pass: demo@123

I don’t know what else to do.

Help me please.

  • You must to post comments
0
0

“Unused space” is a javascript error in the Google Brotli library. It happens on some hardware, but it’s still unclear exactly.

Delete Wisej.Ext.Brotli.dll (which contains the Google C++ inflating code and JavaScript deflating code).

  • mgmst
    • mgmst
    • Nov 5, 2020 - 4:28 pm
    Thank you! Will application productivity suffer missing the Brotli?
  • Luca (ITG)
    Not at all. It compresses using gzip like always.
  • You must to post comments
0
0

Hi,

I get the same error on my production server. How to fix it?

  • You must to post comments
0
0

I checked the “InitializationFailure” string. It cannot show it like that unless the assembly is corrupted. Can you please send to support@iceteagroup.com the Wisej.Framework assembly?

  • ARTURO ESTIGARRIBIA
    sent!
  • Luca (ITG)
    Thank you. Can you please check if you have both Wisej.Core.dll and Wisej.Framework.dll in /bin?
  • You must to post comments
0
0

I get an “InitializationFailure” error. Which is fired when Wisej cannot initialize anything. It’s usually caused by an UnauthorizedAccessException to write to the system’s Temp directory. It should have been localized to “Wisej failed to initialize for the following reason: {0}.” and the reason.

  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.