We have a JEE application ( with JSF 2.2 PF & RF ) that we have deployed for many of our customers. We have it deployed on jboss 4, wildfly 8 and recently we HAD to use wildfly 9.0.2 on an AIX environment. The application is deployed without issues but when accessing it the browser keeps fetching. On my laptop it actually work "sometimes" but the main issue I found is some images keeps fetched with status pending. I tried many browsers so I don't think it's browser related, it's not application related I can guess too. I gave file access rights to the files. Any ideas or suggestions plz ?
Asked
Active
Viewed 67 times
0
-
So it works using Wlidfly 9.0.2 on windows? – Kukeltje Dec 09 '16 at 14:15
-
Yes, I have it working, users can get in and get served, but not on the AIX – TheSM Dec 09 '16 at 14:29
-
Any stack traces, errors, etc? – James R. Perkins Dec 12 '16 at 21:33
-
No errors at all. I noticed that the pages actually load with the HTML content and all but itt just doesn't render on some machines, it seems like number of connections is limited on the server or something like that but I had a jboss 4 running an old version of my app – TheSM Dec 13 '16 at 08:44
-
Ensure on AIX that you have sufficient file descriptors. It could be you are chocking off IO to the browser from the server. That's a guess given what little information I have. You did mention connections which are file descriptors (FD)'s on Unix/AIX. – sagneta Dec 22 '16 at 17:28