All Answers

All Answers » Re: Images not shown, Winserver STD 2008 (not R2) » Comments for "Re: Images not shown, Winserver STD 2008 (not R2)"
  • Jorge Bastos
    Hi, Here you have it with full dll’s in /bin https://gofile.io/d/7brZ94
  • Alaa (ITG)
    Do you have any errors in the browser console? If yes, can you please attach a screenshot?
  • Jorge Bastos
    Hi, Well, I have one, could it be this? what is missing? Could it be because IIS doesn’t have websocket, due to being win2008std (not R2), is it? If yes, is there a way to make it work? Firefox can’t establish a connection to the server at ws://bvXXXXXXXXXXXXXX.XXXX/xxx/app.wx?url=http://bvXXXXXXXXXXXXXX.XXXX/xxx/&sid=830d5b27-c16f-d130-a9b1-3c4bdedb59.
  • Alaa (ITG)
    That is probably the cause of the issue, you can either disable web socket by adding “enableWebSocket” : false in your Default.json file, or you can enable WebSocket in IIS through the Add Roles and Features Wizard, you can do so In the Roles pane, under Web Server > Application Development, select WebSocket Protocol and then install it. Let me know if either fixes the issue
  • Jorge Bastos
    Hi, disabled websocket like you said in default.json, but wisej seems to perform it anyway. Since this is a win2008, IIS doesn’t have websocket, so no need to remove it from IIS or so. Anyway, I have this on the browser information, it just says can’t load image, Can it be because the images are PNG? i need them to be PNG because of transparency, 001857 Wisej: WebSocket Request 2 qx.js:174765:25 001858 Wisej: WebSocket Connect ws://domain.pt/xxx/app.wx?url=http://domain.pt/xxx/&sid=b68c0472-5c3e-8948-08b3-967902edb47d qx.js:174765:25 001859 Wisej: WebSocket Waiting for readyState = 1 qx.js:174765:25 Firefox can’t establish a connection to the server at ws://domain.pt/xxx/app.wx?url=http://domain.pt/xxx/&sid=b68c0472-5c3e-8948-08b3-967902edb47d. wisej.js:67329:9 002444 Wisej: WebSocket Error qx.js:174765:25 002445 Wisej: HTTP Request 2 qx.js:174765:25 002445 Wisej: HTTP Connect app.wx?_sc=1649541076724&sid=b68c0472-5c3e-8948-08b3-967902edb47d qx.js:174765:25 002447 Wisej: WebSocket Closed qx.js:174765:25 002513 qx.ui.basic.Image[58-0]: Image could not be loaded: component.wx?sid=b68c0472-5c3e-8948-08b3-967902edb47d&x=ewAiAGkAZAAiADoAIgBpAGQAXwAyACIALAAiAHYAZQByAHMAaQBvAG4AIgA6ACIAMAA4AEQAQQAxAEEANwBCADQARgAyADcARQAyADYAMAAiACwAIgBkAGkAcwBwAG8AcwBlACIAOgBmAGEAbABzAGUALAAiAG4AYQBtAGUAIgA6ACIASQBjAG8AbgAiAH0A 2 qx.js:174765:25 002514 qx.ui.basic.Image[58-0]: Image could not be loaded: component.wx?sid=b68c0472-5c3e-8948-08b3-967902edb47d&x=ewAiAGkAZAAiADoAIgBpAGQAXwAyACIALAAiAHYAZQByAHMAaQBvAG4AIgA6ACIAMAA4AEQAQQAxAEEANwBCADQARgAyADcARQAyADYAMAAiACwAIgBkAGkAcwBwAG8AcwBlACIAOgBmAGEAbABzAGUALAAiAG4AYQBtAGUAIgA6ACIASQBjAG8AbgAiAH0A
  • Jorge Bastos
    Hi, You havent answer again, but i think the problem is win2008 it self, that for some reason doesn’t support png’s, that are the images that are not displaying. Does it make sense? It there an workarround for it?