EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only
Expand all | Collapse all

EGL1539E An exception occurred while communicating with the service

  • 1.  EGL1539E An exception occurred while communicating with the service

    Posted Tue August 04, 2015 03:28 PM
    message:EGL1539E An exception occurred while communicating with the service. URL:http://localhost:8080/iEGL/restservices/SalesOrderService EGL0001I The error occurred in EGL Rich UI Proxy.ServiceKind:RESTdetail1:500detail2:FAILEDdetail3:java.io.FileNotFoundException:http://localhost:8080/iEGL/restservices/SalesOrderService

    I've had this SalesOrderService working for a while on a Tomcat 7 localhost. Recently, I have been trying to get 'Shipping' services working by adding a configuration to call service programs directly, and somehow I must have messed this up because now I'm getting the error shown above.

    Does anyone have a suggestion as to how to fix this?

     

    Thanks,

    Walt

    Walt1968


  • 2.  Re: EGL1539E An exception occurred while communicating with the service

    Posted Tue August 04, 2015 03:44 PM

    Walt,

     

    It sounds like the SalesOrderService is no longer physically present in your Tomcat server.   Can you remove/add iEGL from Tomcat?   Have you turned "build automatically" off.  If so, then this will prevent the compile for the generated Java.... so maybe the compiled class does not exist?

     

    Mark

    markevans


  • 3.  Re: EGL1539E An exception occurred while communicating with the service

    Posted Tue August 04, 2015 03:57 PM

    Thanks Mark, that did it! 

     

    It must have gotten removed when I deleted my iEGL project to install the new version with the working web.xml file.

     

    Walt

     

    Walt1968


  • 4.  Re: EGL1539E An exception occurred while communicating with the service

    Posted Tue August 04, 2015 03:59 PM

    Good news.   Thanks for letting me know.

    markevans