[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.0

com.ibm.db2.jdbc.app.DB2DBException: Row or object BSERV00003 in BEAMISPROD type *FILE in use

Asked by pampa34 in Programming for iSeries / AS400

We are using OS/400 v5r2 with WAS 5.0 configured to use IBM DB2 v7.2. Very recently we configured the IBM iSeries machine and deployed our application on WAS. We go this following error/exception:

[6/23/05 11:48:37:174 EDT] 8dce487d SystemOut     O ERROR : Exception in CMSEngineDAO:updateServiceStatus()
com.ibm.db2.jdbc.app.DB2DBException: Row or object BSERV00003 in BEAMISPROD type *FILE in use.
      at java/lang/Throwable.<init>(Throwable.java:195)
      at java/lang/Exception.<init>(Exception.java:41)
      at java/sql/SQLException.<init>(SQLException.java:40)
      at com/ibm/db2/jdbc/app/DB2DBException.<init>(DB2DBException.java:47)
      at com/ibm/db2/jdbc/app/DB2PreparedStatementRuntimeImpl.execute(DB2PreparedStatementRuntimeImpl.java:236)
      at com/ibm/db2/jdbc/app/DB2PreparedStatement.execute(DB2PreparedStatement.java:1798)
      at com/ibm/db2/jdbc/app/DB2PreparedStatement.executeUpdate(DB2PreparedStatement.java:552)
      at com/ibm/ws/rsadapter/jdbc/WSJdbcPreparedStatement.executeUpdate(WSJdbcPreparedStatement.java:457)
      at org/jis/beamis/cms/dao/CMSEngineDAO.updateServiceStatus(CMSEngineDAO.java:8600)
      at org/jis/beamis/cms/dao/CMSEngineDAO.isAddMedArbSessionOutcome(CMSEngineDAO.java:9265)
      at org/jis/beamis/cms/dao/CMSEngineDAO.addMediation(CMSEngineDAO.java:3566)
      at org/jis/beamis/cms/facade/CMSEngineFacadeBean.addMediation(CMSEngineFacadeBean.java:153)
      at org/jis/beamis/cms/facade/EJSLocalStatelessCMSEngineFacade_81118b7e.addMediation(EJSLocalStatelessCMSEngineFacade_81118b7e.java:54)
      at org/jis/beamis/cms/businessdelegate/CMSEngineAdaptee.addMediation(CMSEngineAdaptee.java:130)
      at org/jis/beamis/cms/businessdelegate/CMSEngineAdapter.addMediation(CMSEngineAdapter.java:248)
      at org/jis/beamis/cms/controller/ManageMediationSessionsAction.execute(ManageMediationSessionsAction.java:145)
      at org/apache/struts/action/RequestProcessor.processActionPerform(RequestProcessor.java:484)
      at org/apache/struts/action/RequestProcessor.process(RequestProcessor.java:217)
      at org/apache/struts/action/ActionServlet.process(ActionServlet.java:1481)
      at org/apache/struts/action/ActionServlet.doPost(ActionServlet.java:525)
      at javax/servlet/http/HttpServlet.service(HttpServlet.java:733)
      at javax/servlet/http/HttpServlet.service(HttpServlet.java:848)
      at com/ibm/ws/webcontainer/servlet/StrictServletInstance.doService(StrictServletInstance.java:105)
      at com/ibm/ws/webcontainer/servlet/StrictLifecycleServlet._service(StrictLifecycleServlet.java:160)
      at com/ibm/ws/webcontainer/servlet/ServicingServletState.service(StrictLifecycleServlet.java:333)
      at com/ibm/ws/webcontainer/servlet/StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
      at com/ibm/ws/webcontainer/servlet/ServletInstance.service(ServletInstance.java:250)
      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:811)
      at com/ibm/ws/webcontainer/webapp/WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:264)
      at com/ibm/ws/webcontainer/webapp/WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:152)
      at com/ibm/ws/webcontainer/srt/WebAppInvoker.doForward(WebAppInvoker.java:112)
      at com/ibm/ws/webcontainer/srt/WebAppInvoker.handleInvocationHook(WebAppInvoker.java:221)
      at com/ibm/ws/webcontainer/cache/invocation/CachedInvocation.handleInvocation(CachedInvocation.java:66)
      at com/ibm/ws/webcontainer/srp/ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:71)
      at com/ibm/ws/webcontainer/oselistener/OSEListenerDispatcher.service(OSEListener.java:317)
      at com/ibm/ws/webcontainer/http/HttpConnection.handleRequest(HttpConnection.java:56)
      at com/ibm/ws/http/HttpConnection.readAndHandleRequest(HttpConnection.java:567)
      at com/ibm/ws/http/HttpConnection.run(HttpConnection.java:378)
      at com/ibm/ws/util/ThreadPool$Worker.run(ThreadPool.java:891)
[6/23/05 11:48:37:176 EDT] 8dce487d SystemOut     O ERROR : Exception in CMSEngineDAO:isAddMedArbSessionOutcome
java.lang.RuntimeException
      at java/lang/Throwable.<init>(Throwable.java:180)
      at java/lang/Exception.<init>(Exception.java:29)
      at java/lang/RuntimeException.<init>(RuntimeException.java:32)
      at org/jis/beamis/cms/dao/CMSEngineDAO.updateServiceStatus(CMSEngineDAO.java:8600)
      at org/jis/beamis/cms/dao/CMSEngineDAO.isAddMedArbSessionOutcome(CMSEngineDAO.java:9265)
      at org/jis/beamis/cms/dao/CMSEngineDAO.addMediation(CMSEngineDAO.java:3566)
      at org/jis/beamis/cms/facade/CMSEngineFacadeBean.addMediation(CMSEngineFacadeBean.java:153)
      at org/jis/beamis/cms/facade/EJSLocalStatelessCMSEngineFacade_81118b7e.addMediation(EJSLocalStatelessCMSEngineFacade_81118b7e.java:54)
      at org/jis/beamis/cms/businessdelegate/CMSEngineAdaptee.addMediation(CMSEngineAdaptee.java:130)
      at org/jis/beamis/cms/businessdelegate/CMSEngineAdapter.addMediation(CMSEngineAdapter.java:248)
      at org/jis/beamis/cms/controller/ManageMediationSessionsAction.execute(ManageMediationSessionsAction.java:145)
      at org/apache/struts/action/RequestProcessor.processActionPerform(RequestProcessor.java:484)
      at org/apache/struts/action/RequestProcessor.process(RequestProcessor.java:217)
      at org/apache/struts/action/ActionServlet.process(ActionServlet.java:1481)
      at org/apache/struts/action/ActionServlet.doPost(ActionServlet.java:525)
      at javax/servlet/http/HttpServlet.service(HttpServlet.java:733)
      at javax/servlet/http/HttpServlet.service(HttpServlet.java:848)
      at com/ibm/ws/webcontainer/servlet/StrictServletInstance.doService(StrictServletInstance.java:105)
      at com/ibm/ws/webcontainer/servlet/StrictLifecycleServlet._service(StrictLifecycleServlet.java:160)
      at com/ibm/ws/webcontainer/servlet/ServicingServletState.service(StrictLifecycleServlet.java:333)
      at com/ibm/ws/webcontainer/servlet/StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
      at com/ibm/ws/webcontainer/servlet/ServletInstance.service(ServletInstance.java:250)
      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:811)
      at com/ibm/ws/webcontainer/webapp/WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:264)
      at com/ibm/ws/webcontainer/webapp/WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:152)
      at com/ibm/ws/webcontainer/srt/WebAppInvoker.doForward(WebAppInvoker.java:112)
      at com/ibm/ws/webcontainer/srt/WebAppInvoker.handleInvocationHook(WebAppInvoker.java:221)
      at com/ibm/ws/webcontainer/cache/invocation/CachedInvocation.handleInvocation(CachedInvocation.java:66)
      at com/ibm/ws/webcontainer/srp/ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:71)
      at com/ibm/ws/webcontainer/oselistener/OSEListenerDispatcher.service(OSEListener.java:317)
      at com/ibm/ws/webcontainer/http/HttpConnection.handleRequest(HttpConnection.java:56)
      at com/ibm/ws/http/HttpConnection.readAndHandleRequest(HttpConnection.java:567)
      at com/ibm/ws/http/HttpConnection.run(HttpConnection.java:378)
      at com/ibm/ws/util/ThreadPool$Worker.run(ThreadPool.java:891)
[6/23/05 11:48:37:178 EDT] 8dce487d SystemOut     O ERROR : Exception in CMSEngineDAO:addMediation()
java.lang.RuntimeException
      at java/lang/Throwable.<init>(Throwable.java:180)
      at java/lang/Exception.<init>(Exception.java:29)
      at java/lang/RuntimeException.<init>(RuntimeException.java:32)
      at org/jis/beamis/cms/dao/CMSEngineDAO.isAddMedArbSessionOutcome(CMSEngineDAO.java:9265)
      at org/jis/beamis/cms/dao/CMSEngineDAO.addMediation(CMSEngineDAO.java:3566)
      at org/jis/beamis/cms/facade/CMSEngineFacadeBean.addMediation(CMSEngineFacadeBean.java:153)
      at org/jis/beamis/cms/facade/EJSLocalStatelessCMSEngineFacade_81118b7e.addMediation(EJSLocalStatelessCMSEngineFacade_81118b7e.java:54)
      at org/jis/beamis/cms/businessdelegate/CMSEngineAdaptee.addMediation(CMSEngineAdaptee.java:130)
      at org/jis/beamis/cms/businessdelegate/CMSEngineAdapter.addMediation(CMSEngineAdapter.java:248)
      at org/jis/beamis/cms/controller/ManageMediationSessionsAction.execute(ManageMediationSessionsAction.java:145)
      at org/apache/struts/action/RequestProcessor.processActionPerform(RequestProcessor.java:484)
      at org/apache/struts/action/RequestProcessor.process(RequestProcessor.java:217)
      at org/apache/struts/action/ActionServlet.process(ActionServlet.java:1481)
      at org/apache/struts/action/ActionServlet.doPost(ActionServlet.java:525)
      at javax/servlet/http/HttpServlet.service(HttpServlet.java:733)
      at javax/servlet/http/HttpServlet.service(HttpServlet.java:848)
      at com/ibm/ws/webcontainer/servlet/StrictServletInstance.doService(StrictServletInstance.java:105)
      at com/ibm/ws/webcontainer/servlet/StrictLifecycleServlet._service(StrictLifecycleServlet.java:160)
      at com/ibm/ws/webcontainer/servlet/ServicingServletState.service(StrictLifecycleServlet.java:333)
      at com/ibm/ws/webcontainer/servlet/StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
      at com/ibm/ws/webcontainer/servlet/ServletInstance.service(ServletInstance.java:250)
      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:811)
      at com/ibm/ws/webcontainer/webapp/WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:264)
      at com/ibm/ws/webcontainer/webapp/WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:152)
      at com/ibm/ws/webcontainer/srt/WebAppInvoker.doForward(WebAppInvoker.java:112)
      at com/ibm/ws/webcontainer/srt/WebAppInvoker.handleInvocationHook(WebAppInvoker.java:221)
      at com/ibm/ws/webcontainer/cache/invocation/CachedInvocation.handleInvocation(CachedInvocation.java:66)
      at com/ibm/ws/webcontainer/srp/ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:71)
      at com/ibm/ws/webcontainer/oselistener/OSEListenerDispatcher.service(OSEListener.java:317)
      at com/ibm/ws/webcontainer/http/HttpConnection.handleRequest(HttpConnection.java:56)
      at com/ibm/ws/http/HttpConnection.readAndHandleRequest(HttpConnection.java:567)
      at com/ibm/ws/http/HttpConnection.run(HttpConnection.java:378)
      at com/ibm/ws/util/ThreadPool$Worker.run(ThreadPool.java:891)
[6/23/05 11:48:37:178 EDT] 8dce487d ExceptionUtil E CNTR0020E: Non-application exception occurred while processing method "addMediation" on bean "BeanId(Beamis#BeamisEJB.jar#CMSEngineFacade, null)". Exception data: java.lang.RuntimeException
      at java/lang/Throwable.<init>(Throwable.java:180)
      at java/lang/Exception.<init>(Exception.java:29)
      at java/lang/RuntimeException.<init>(RuntimeException.java:32)
      at org/jis/beamis/cms/dao/CMSEngineDAO.addMediation(CMSEngineDAO.java:3566)
      at org/jis/beamis/cms/facade/CMSEngineFacadeBean.addMediation(CMSEngineFacadeBean.java:153)
      at org/jis/beamis/cms/facade/EJSLocalStatelessCMSEngineFacade_81118b7e.addMediation(EJSLocalStatelessCMSEngineFacade_81118b7e.java:54)
      at org/jis/beamis/cms/businessdelegate/CMSEngineAdaptee.addMediation(CMSEngineAdaptee.java:130)
      at org/jis/beamis/cms/businessdelegate/CMSEngineAdapter.addMediation(CMSEngineAdapter.java:248)
      at org/jis/beamis/cms/controller/ManageMediationSessionsAction.execute(ManageMediationSessionsAction.java:145)
      at org/apache/struts/action/RequestProcessor.processActionPerform(RequestProcessor.java:484)
      at org/apache/struts/action/RequestProcessor.process(RequestProcessor.java:217)
      at org/apache/struts/action/ActionServlet.process(ActionServlet.java:1481)
      at org/apache/struts/action/ActionServlet.doPost(ActionServlet.java:525)
      at javax/servlet/http/HttpServlet.service(HttpServlet.java:733)
      at javax/servlet/http/HttpServlet.service(HttpServlet.java:848)
      at com/ibm/ws/webcontainer/servlet/StrictServletInstance.doService(StrictServletInstance.java:105)
      at com/ibm/ws/webcontainer/servlet/StrictLifecycleServlet._service(StrictLifecycleServlet.java:160)
      at com/ibm/ws/webcontainer/servlet/ServicingServletState.service(StrictLifecycleServlet.java:333)
      at com/ibm/ws/webcontainer/servlet/StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
      at com/ibm/ws/webcontainer/servlet/ServletInstance.service(ServletInstance.java:250)
      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:811)
      at com/ibm/ws/webcontainer/webapp/WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:264)
      at com/ibm/ws/webcontainer/webapp/WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:152)
      at com/ibm/ws/webcontainer/srt/WebAppInvoker.doForward(WebAppInvoker.java:112)
      at com/ibm/ws/webcontainer/srt/WebAppInvoker.handleInvocationHook(WebAppInvoker.java:221)
      at com/ibm/ws/webcontainer/cache/invocation/CachedInvocation.handleInvocation(CachedInvocation.java:66)
      at com/ibm/ws/webcontainer/srp/ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:71)
      at com/ibm/ws/webcontainer/oselistener/OSEListenerDispatcher.service(OSEListener.java:317)
      at com/ibm/ws/webcontainer/http/HttpConnection.handleRequest(HttpConnection.java:56)
      at com/ibm/ws/http/HttpConnection.readAndHandleRequest(HttpConnection.java:567)
      at com/ibm/ws/http/HttpConnection.run(HttpConnection.java:378)
      at com/ibm/ws/util/ThreadPool$Worker.run(ThreadPool.java:891)

[6/23/05 11:48:37:597 EDT] 8dce487d SystemOut     O ERROR : Exception in ManageMediationSessionsAction
com.ibm.ejs.container.UnknownLocalException:  ; nested exception is: java.lang.RuntimeException
      at java/lang/Throwable.<init>(Throwable.java:195)
      at java/lang/Exception.<init>(Exception.java:41)
      at java/lang/RuntimeException.<init>(RuntimeException.java:43)
      at javax/ejb/EJBException.<init>(EJBException.java:34)
      at com/ibm/ws/exception/WsEJBException.<init>(WsEJBException.java:122)
      at com/ibm/ejs/container/ContainerEJBException.<init>(ContainerEJBException.java:80)
      at com/ibm/ejs/container/ContainerLocalException.<init>(ContainerLocalException.java:70)
      at com/ibm/ejs/container/UnknownLocalException.<init>(UnknownLocalException.java:42)
      at com/ibm/ejs/container/LocalExceptionMappingStrategy.mapException(LocalExceptionMappingStrategy.java:148)
      at com/ibm/ejs/container/LocalExceptionMappingStrategy.setUncheckedException(LocalExceptionMappingStrategy.java:219)
      at com/ibm/ejs/container/EJSDeployedSupport.setUncheckedLocalException(EJSDeployedSupport.java:318)
      at org/jis/beamis/cms/facade/EJSLocalStatelessCMSEngineFacade_81118b7e.addMediation(EJSLocalStatelessCMSEngineFacade_81118b7e.java:54)
      at org/jis/beamis/cms/businessdelegate/CMSEngineAdaptee.addMediation(CMSEngineAdaptee.java:130)
      at org/jis/beamis/cms/businessdelegate/CMSEngineAdapter.addMediation(CMSEngineAdapter.java:248)
      at org/jis/beamis/cms/controller/ManageMediationSessionsAction.execute(ManageMediationSessionsAction.java:145)
      at org/apache/struts/action/RequestProcessor.processActionPerform(RequestProcessor.java:484)
      at org/apache/struts/action/RequestProcessor.process(RequestProcessor.java:217)
      at org/apache/struts/action/ActionServlet.process(ActionServlet.java:1481)
      at org/apache/struts/action/ActionServlet.doPost(ActionServlet.java:525)
      at javax/servlet/http/HttpServlet.service(HttpServlet.java:733)
      at javax/servlet/http/HttpServlet.service(HttpServlet.java:848)
      at com/ibm/ws/webcontainer/servlet/StrictServletInstance.doService(StrictServletInstance.java:105)
      at com/ibm/ws/webcontainer/servlet/StrictLifecycleServlet._service(StrictLifecycleServlet.java:160)
      at com/ibm/ws/webcontainer/servlet/ServicingServletState.service(StrictLifecycleServlet.java:333)
      at com/ibm/ws/webcontainer/servlet/StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
      at com/ibm/ws/webcontainer/servlet/ServletInstance.service(ServletInstance.java:250)
      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:811)
      at com/ibm/ws/webcontainer/webapp/WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:264)
      at com/ibm/ws/webcontainer/webapp/WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:152)
      at com/ibm/ws/webcontainer/srt/WebAppInvoker.doForward(WebAppInvoker.java:112)
      at com/ibm/ws/webcontainer/srt/WebAppInvoker.handleInvocationHook(WebAppInvoker.java:221)
      at com/ibm/ws/webcontainer/cache/invocation/CachedInvocation.handleInvocation(CachedInvocation.java:66)
      at com/ibm/ws/webcontainer/srp/ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:71)
      at com/ibm/ws/webcontainer/oselistener/OSEListenerDispatcher.service(OSEListener.java:317)
      at com/ibm/ws/webcontainer/http/HttpConnection.handleRequest(HttpConnection.java:56)
      at com/ibm/ws/http/HttpConnection.readAndHandleRequest(HttpConnection.java:567)
      at com/ibm/ws/http/HttpConnection.run(HttpConnection.java:378)
      at com/ibm/ws/util/ThreadPool$Worker.run(ThreadPool.java:891)
Caused by: java.lang.RuntimeException
      at java/lang/Throwable.<init>(Throwable.java:180)
      at java/lang/Exception.<init>(Exception.java:29)
      at java/lang/RuntimeException.<init>(RuntimeException.java:32)
      at org/jis/beamis/cms/dao/CMSEngineDAO.addMediation(CMSEngineDAO.java:3566)
      at org/jis/beamis/cms/facade/CMSEngineFacadeBean.addMediation(CMSEngineFacadeBean.java:153)
      ... 29 more
---- Begin backtrace for nested exception
java.lang.RuntimeException
      at java/lang/Throwable.<init>(Throwable.java:180)
      at java/lang/Exception.<init>(Exception.java:29)
      at java/lang/RuntimeException.<init>(RuntimeException.java:32)
      at org/jis/beamis/cms/dao/CMSEngineDAO.addMediation(CMSEngineDAO.java:3566)
      at org/jis/beamis/cms/facade/CMSEngineFacadeBean.addMediation(CMSEngineFacadeBean.java:153)
      at org/jis/beamis/cms/facade/EJSLocalStatelessCMSEngineFacade_81118b7e.addMediation(EJSLocalStatelessCMSEngineFacade_81118b7e.java:54)
      at org/jis/beamis/cms/businessdelegate/CMSEngineAdaptee.addMediation(CMSEngineAdaptee.java:130)
      at org/jis/beamis/cms/businessdelegate/CMSEngineAdapter.addMediation(CMSEngineAdapter.java:248)
      at org/jis/beamis/cms/controller/ManageMediationSessionsAction.execute(ManageMediationSessionsAction.java:145)
      at org/apache/struts/action/RequestProcessor.processActionPerform(RequestProcessor.java:484)
      at org/apache/struts/action/RequestProcessor.process(RequestProcessor.java:217)
      at org/apache/struts/action/ActionServlet.process(ActionServlet.java:1481)
      at org/apache/struts/action/ActionServlet.doPost(ActionServlet.java:525)
      at javax/servlet/http/HttpServlet.service(HttpServlet.java:733)
      at javax/servlet/http/HttpServlet.service(HttpServlet.java:848)
      at com/ibm/ws/webcontainer/servlet/StrictServletInstance.doService(StrictServletInstance.java:105)
      at com/ibm/ws/webcontainer/servlet/StrictLifecycleServlet._service(StrictLifecycleServlet.java:160)
      at com/ibm/ws/webcontainer/servlet/ServicingServletState.service(StrictLifecycleServlet.java:333)
      at com/ibm/ws/webcontainer/servlet/StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
      at com/ibm/ws/webcontainer/servlet/ServletInstance.service(ServletInstance.java:250)
      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:811)
      at com/ibm/ws/webcontainer/webapp/WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:264)
      at com/ibm/ws/webcontainer/webapp/WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:152)
      at com/ibm/ws/webcontainer/srt/WebAppInvoker.doForward(WebAppInvoker.java:112)
      at com/ibm/ws/webcontainer/srt/WebAppInvoker.handleInvocationHook(WebAppInvoker.java:221)
      at com/ibm/ws/webcontainer/cache/invocation/CachedInvocation.handleInvocation(CachedInvocation.java:66)
      at com/ibm/ws/webcontainer/srp/ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:71)
      at com/ibm/ws/webcontainer/oselistener/OSEListenerDispatcher.service(OSEListener.java:317)
      at com/ibm/ws/webcontainer/http/HttpConnection.handleRequest(HttpConnection.java:56)
      at com/ibm/ws/http/HttpConnection.readAndHandleRequest(HttpConnection.java:567)
      at com/ibm/ws/http/HttpConnection.run(HttpConnection.java:378)
      at com/ibm/ws/util/ThreadPool$Worker.run(ThreadPool.java:891)

We went through couple of online resources to find a solution, but with no result. We appreciate any quick feedback.

Thanks in advance.
Pampa
[+][-]06/24/05 01:39 AM, ID: 14291964Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Programming for iSeries / AS400
Sign Up Now!
Solution Provided By: daveslater
Participating Experts: 1
Solution Grade: A
 
[+][-]06/24/05 01:45 AM, ID: 14292003Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06/24/05 04:45 AM, ID: 14292639Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06/27/05 06:11 AM, ID: 14308208Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09/30/05 02:26 PM, ID: 14996292Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]10/05/05 05:25 PM, ID: 15027160Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091021-EE-VQP-81