Skip to main content

Hi all,

We are attempting to host the IFS Assyst server locally using JBOSS EAP.
After completing the installation process, we started both the Windows service and the server.
However, when we try to access the server through localhost, we encounter an application error:

Error: "The requested resource could not be found, e.g., incorrect URL specified."

Installed applications and versions:

  • jboss-eap-7.4.0
  • assyst Web 11.5.2 Build 12554
  • JDK 8

Does anyone know the possible cause of this error and how to resolve it?

 

Thanks.

We are experiencing the same issue. Did you validated the behavior is also occurring for assystweb? 

IFS Wiki (URL FORMATeven shows mixed case styles in its documentation which I always thought it was like that for read ability but realized endpoints are truly mixed-case which RFC 3986 Uniform Resource Identifier (URI) says mixing lower- and upper-case letters in APIs can potentially induce errors.

 

URL does NOT work > https://assyst.XXXX.com/assystNET/

URL does work > https://assyst.XXXX.com/assystnet/

URL does NOT work > https://assyst.XXXX.com/assystWEB/

URL does work > https://assyst.XXXX.com/assystweb


RFC endpoints are case sensitive. What happens if you change the URL? 

Does NOT work > localhost:8080/assystnet
Does this URL work? > localhost:8080/assystNET


Reply