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

Web Transaction execution error

  • 1.  Web Transaction execution error

    Posted Fri November 08, 2024 01:22 PM

    Hi Guys,

    I have two environment.

    First environment

    I have installed RBD 9.5.1.3 and Webphere Application Server Test Environment v.8.5.57 (java 1.6)

    This one deployed and running fine and no problem.

    Second environment

    I have installed RBD 9.7.1  and Webphere Application Server Test Environment v.8.5.57 (java 1.6)

    All EGL Web transcation programs were migrated from First environment and it was generated correctly and no erro.

    I did deploy on WAS TE and when I running app show console message:

    VGJ0604E - Uma exceção ocorreu enquanto tentava carregar o bean, pocuir1.POCUIR1_UIRECORDBean. Exceção: java.lang.Error: Unresolved compilation problem: 
        Invalid character constant
    . Mensagem: Unresolved compilation problem: 
        Invalid character cons

    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R java.lang.Error: Unresolved compilation problem: 
    Invalid character constant
     
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.javart.webtrans.VGUIRecordBean.<init>(VGUIRecordBean.java:52)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at pocuir1.POCUIR1_UIRECORDBean.<init>(POCUIR1_UIRECORDBean.java:921)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:56)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at java.lang.reflect.Constructor.newInstance(Constructor.java:527)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.hpt.gateway.GatewayRequestHandler.instantiateBean(GatewayRequestHandler.java:1041)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.hpt.gateway.GatewayRequestHandler.getNewBean(GatewayRequestHandler.java:813)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.hpt.gateway.GatewayRequestHandler.invokeServerAndProcessResults(GatewayRequestHandler.java:1220)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.hpt.gateway.GatewayRequestHandler.processInput(GatewayRequestHandler.java:1543)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.hpt.gateway.GatewayRequestHandler.performTask(GatewayRequestHandler.java:1487)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.hpt.gateway.GatewayServlet.serveApplicationPage(GatewayServlet.java:1821)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.hpt.gateway.GatewayServlet.performTask(GatewayServlet.java:1474)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.hpt.gateway.GatewayServlet.doPost(GatewayServlet.java:458)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1232)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:781)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:480)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1114)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:87)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:940)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1817)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:463)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:530)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:316)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:88)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
    [08/11/24 15:25:47:016 BRST] 000000b2 SystemErr     R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1881)
    Could anyone tell me what the problem would be?
    I know I have WAS TE v8.5.57 out of date, but should it work correctly?
    Where a can download a new WAS TE v8.5 latest and WAS TE v9 latest ?
    Thanks !
    Hsieh



    ------------------------------
    Hsieh YUAN
    ------------------------------