JDE Web Accessibility Issues Across WAN

michael.lukatchik

Member
All,

We're currently using JDE 8.11 across a WAN.

At any given time, a User could successfully be logged into the web for JDE. However, upon subsequent attempts to log back into the web, Users are receiving a "Page Cannot Be Displayed" error. To the User, it appears that the JDE web is unavailable. At the same time, it is entirely possible for other Users to be on the same server and same environment that appears to be "culprit" to our other Users.

When a User indicates that the web is unavailable, we can clearly see through OAS that the culprit environment is in fact up and running, and when instructed, the user can successfully ping the JAS server they're trying to log on to.

Our temporary solution has been to restart the JDE Web serivces for the culprit environment every time a User reports that the web is unavailable. We certainly cannot have this happen every time the issue arises as it impacts other users on the system.

Is there something cached on the JAS Server that's randomly not letting users into the JDE Web?

Again, when the problem happens an HTTP 404 Page Cannot be Displayed error is displayed. Restarting the web services has resolved this, but it cannot happen every time the issue arises.

Does this sound like a JAS Server configuration issue or does it sound more like a network issue?

Thanks for your input.
 
Hi,

have you reached the maximum number of users value in your jas.ini (MaxUsers= parameter)?
 
MAXUSERS parameter is 100.

At a max, we have at most 20 users on the system at any given time.

Any other thoughts?

Michael
 
I would verify the Internet Explorer browser is checking for new stored pages every time (see attached)
 

Attachments

  • 130985-Internet Explorer Setting for HTML Client.jpg
    130985-Internet Explorer Setting for HTML Client.jpg
    77.5 KB · Views: 117
Dear Friend
this is happend because your intranet bandwidth is not sufficient for your web applcation so you have to implement any webboost application like a proxy this is compress your web page


thanks
Saquib Khan
 
Just picked up on your http 404 error in the post.

I am not sure where the http logs are on an AS400 but on my Windows box they are in the OraHome_1\Apache\Apache\logs directory. You may want to look for your AS400 equivalent directory and look in there for more information as this would appear to be a http server issue rather than a JDE web server issue from everything you have said so far.

What does you jderoot.log show for your web server instance when this incident happens?
 
Back
Top