Deploying the Wisej application on Linux

1
0

Hi,

we have been trying to deploy a simple Wisej application on Linux but the application is not working. After many attempts, an error window appeared, see image. A standard NET 6 web application on Linux works without problems. Please, is there a document that tells step by step what to set, what files are required or exact parameter settings.

Thanks in advance for the advice.

Jiri

 

 

Jiri Hrudka

XTG Systems

Czech rep.

Attachment
  • You must to post comments
0
0

My error is as below:

 

Attachment
  • Luca (ITG)
    It means libgdiplus is not installed. Follow our extensive deployment documentation, or any other online source regarding libgdiplus and .NET system.drawing,common 6.0.0.0. These are not part of Wisej, we simply use it. All you need to do usually is install libgdiplus, usually it’s enough to do the propert apt-get, we have the command on the deployment guide for linux. The fact that you find the ,so doesn’t mean it’s installed properly. If you need linux specific support please contact sales.
  • Sam Baraka
    I have contacted Sales, i think the documentation is shallow. It doesnt give how to fix a problem incase it fails to work.
  • You must to post comments
0
0

Hi,

 

How did you resolve it? Am stuck here.

 

root@NexusVM:~# whereis libgdiplus
libgdiplus: /usr/lib/libgdiplus.so
root@NexusVM:~# whereis dtnet
dtnet:
root@NexusVM:~# whereis dotnet
dotnet: /usr/bin/dotnet /usr/share/dotnet /usr/share/man/man1/dotnet.1.gz
root@NexusVM:~#

  • You must to post comments
0
0

Hi team

 

I have tried installing the Libgdiplus after many attempts but still not working.

Is there a specific location that it should be installed? Or any specific permissions?

 

root@NexusVM:~# whereis libgdiplus
libgdiplus: /usr/lib/libgdiplus.so
root@NexusVM:~# whereis dtnet
dtnet:
root@NexusVM:~# whereis dotnet
dotnet: /usr/bin/dotnet /usr/share/dotnet /usr/share/man/man1/dotnet.1.gz
root@NexusVM:~#

  • You must to post comments
0
0

Jiri,

most likely your installation misses the libgdiplus.
See here

https://docs.wisej.com/deployment/targets/linux-macos

And find a lot more deployment information there, too.

Best regards
Frank

  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.