This week's book giveaway is in the Programmer Certification forum.
We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Help Regarding WebFacing.. :-)

 
Ranch Hand
Posts: 163
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody,

Well, we have thought about starting to use WebFacing instead of writing the complete code in J2EE;
Presently using WDSC 5.1 on workStation and WAS-Express 5.1 on the production side.

Using WDSC, we could get a nice start, we could definitely webface a few DDS sources,
BUT some of them are giving an error and I have no clue why that is happening. Please help me on this, that will be great.

The following is thge error :

The following error occurred while the application was running :

WF0096: While receiving data from the application an error occurred.

Additional information :

WF0100: The record data bean was either not found or was inconsistent with the DDS record in the display file. Try re-converting and deploying your DDS.

Details :

com.ibm.as400ad.webfacing.runtime.core.WebfacingLevelCheckException: WF0015: The specified class or definition file {JLTPOBJ3.QDDSSRC.D420.MSGCTLData} could not be found.
at com.ibm.as400ad.webfacing.runtime.controller.RecordDefinitionFetcher.loadClass(Unknown Source)
at com.ibm.as400ad.webfacing.runtime.controller.RecordDefinitionFetcher.loadJavaDefinition(Unknown Source)
at com.ibm.as400ad.webfacing.runtime.controller.CachingRecordDefinitionFetcher.requestFromCache(Unknown Source)
at com.ibm.as400ad.webfacing.runtime.controller.CachingRecordDefinitionFetcher.requestDataDefinition(Unknown Source)
at com.ibm.as400ad.webfacing.runtime.controller.RecordBeanFactory.loadRecordDataDefinition(Unknown Source)
at com.ibm.as400ad.webfacing.runtime.controller.RecordBeanFactory.loadRecordDataDefinition(Unknown Source)
at com.ibm.as400ad.webfacing.runtime.controller.RecordBeanFactory.createRecordDataBean(Unknown Source)
at com.ibm.as400ad.webfacing.runtime.host.ADBDOutputBuffer.initializeFromOutputBuffer(Unknown Source)
at com.ibm.as400ad.webfacing.runtime.host.ADBDOutputBuffer.(Unknown Source)
at com.ibm.as400ad.webfacing.runtime.controller.ApplicationRequestHandler.processApplicationRequests(Unknown Source)
at com.ibm.as400ad.webfacing.runtime.httpcontroller.ControllerRequestHandler.handleApplicationRequest(Unknown Source)
at com.ibm.as400ad.webfacing.runtime.httpcontroller.ControllerRequestHandler.processHostData(Unknown Source)
at com.ibm.as400ad.webfacing.runtime.httpcontroller.ControllerRequestHandler.processStateTransition(Unknown Source)
at com.ibm.as400ad.webfacing.runtime.httpcontroller.ControllerRequestHandler.handleRequest(Unknown Source)
at com.ibm.as400ad.webfacing.runtime.httpcontroller.ControllerServlet.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:948)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:530)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:176)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:79)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:201)
at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
at com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:114)
at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:186)
at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:610)
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:431)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:593)

It would be Great if anybody can shed more light into why this is happening..
Thanks a lot for your help :-)
 
Let nothing stop you! Not even this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic