Monday, June 23, 2014

"CORBA TRANSACTION_ROLLEDBACK 0x0 No; nested exception" while loading the XMLs through batch processor in Multithreaded Environment

Below is the detailed Error while loading the XMLs through batch processor ,


CORBA TRANSACTION_ROLLEDBACK 0x0 No; nested exception is:
        org.omg.CORBA.TRANSACTION_ROLLEDBACK:
        >> SERVER (id=5def01fa, host=gbrpcr10191n02.intranet.myClient.com) TRACE START:
        >>    org.omg.CORBA.TRANSACTION_ROLLEDBACK: javax.transaction.TransactionRolledbackException:  ; nested exception is:
        com.ibm.websphere.csi.CSITransactionRolledbackException: Transaction marked rollbackonly  vmcid: 0x0  minor code: 0  completed: No
        >>       at com.ibm.ejs.csi.TranStrategy.postInvoke(TranStrategy.java:254)
        >>       at com.ibm.ejs.csi.TransactionControlImpl.postInvoke(TransactionControlImpl.java:570)
        >>       at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:4558)
        >>       at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:4372)
        >>       at com.dwl.base.requestHandler.beans.EJSRemoteStatelessDWLServiceController_2ecdcec0.processRequest(EJSRemoteStatelessDWLServiceController_2ecdcec0.java:45)
        >>       at com.dwl.base.requestHandler.beans._EJSRemoteStatelessDWLServiceController_2ecdcec0_Tie.processRequest(_EJSRemoteStatelessDWLServiceController_2ecdcec0_Tie.java:166)
        >>       at com.dwl.base.requestHandler.beans._EJSRemoteStatelessDWLServiceController_2ecdcec0_Tie._invoke(_EJSRemoteStatelessDWLServiceController_2ecdcec0_Tie.java:106)
        >>       at com.ibm.CORBA.iiop.ServerDelegate.dispatchInvokeHandler(ServerDelegate.java:585)
        >>       at com.ibm.CORBA.iiop.ServerDelegate.dispatch(ServerDelegate.java:461)
        >>       at com.ibm.rmi.iiop.ORB.process(ORB.java:533)
        >>       at com.ibm.CORBA.iiop.ORB.process(ORB.java:1574)
        >>       at com.ibm.rmi.iiop.Connection.respondTo(Connection.java:2915)
        >>       at com.ibm.rmi.iiop.Connection.doWork(Connection.java:2782)
        >>       at com.ibm.rmi.iiop.WorkUnitImpl.doWork(WorkUnitImpl.java:65)
        >>       at com.ibm.ejs.oa.pool.PooledThread.run(ThreadPool.java:118)
        >>       at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1646)
        >> SERVER (id=5def01fa, host=gbrpcr10191n02.intranet.myClient.com) TRACE END.
  vmcid: 0x0  minor code: 0  completed: No,<TCRMService xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="myTCRM.xsd"><RequestControl><requestID>196</requestID><DWLControl><requesterName>SYSTEM</requesterName><requesterLanguage>100</requesterLanguage></DWLControl></RequestControl><TCRMTx>

Possible Root Cause 1 : Whenever there is a sequence of XMLs  are gets loaded through batch (through multiple submitter) and different transactions may have to update(access) same set of data in DB. There might be a case when a transaction is acquiring a lock on some data while another transaction is also waiting to fetch the same record then wait time might be reached to maximum time for transaction that is defined  . If this happens then there will be transaction rollback for some transactions and  we might be getting above mentioned errors in batch out logs.

Possible Resolution 1 : Failed transaction needs to be re-submitted through single submitter. and need to execute XMLs manually (one by one) .

P.S. there can be other possible cause of CORBA TRANSACTION_ROLLEDBACK .

Wednesday, June 11, 2014

Deployment from com.ibm.ast.ws.deployer.WSDeployer had errors:

I got below error while publishing MyProject code to WAS

Error: application is configured for application profiling, but the Application Profiling service is disabled

Publishing failed
  deploySuccess
    Deploying MyProjectAdditionWSEJB
      Deployment from com.ibm.ast.ws.deployer.WSDeployer had errors:

      Deployment from com.ibm.ast.ws.deployer.WSDeployer had errors:

      Deployment from com.ibm.ast.ws.deployer.WSDeployer had errors:

      Deployment from com.ibm.ast.ws.deployer.WSDeployer had errors:

      Deployment from com.ibm.ast.ws.deployer.WSDeployer had errors:

      Deployment from com.ibm.ast.ws.deployer.WSDeployer had errors:

      Deployment from com.ibm.ast.ws.deployer.WSDeployer had errors:

      Deployment from com.ibm.ast.ws.deployer.WSDeployer had errors:

     
       
            Warning messages were issued.
              WSWS3440W: Warning: The WSDL2Java emitter does not understand qname CustProdBObj specified in field xml-element-name of construct variable-mapping in the mapping file: platform:/resource/MyProjectAdditionWSEJB/ejbModule/META-INF/MyProjectAdditionService_mapping.xml. The construct is found in the mapping file but not in the wsdl file..  The information in the mapping file corresponding to this qname will be ignored.
              WSWS3440W: Warning: The WSDL2Java emitter does not understand qname CustStatusBObj specified in field xml-element-name of construct variable-mapping in the mapping file: platform:/resource/MyProjectAdditionWSEJB/ejbModule/META-INF/MyProjectAdditionService_mapping.xml. The construct is found in the mapping file but not in the wsdl file..  The information in the mapping file corresponding to this qname will be ignored.
              WSWS3440W: Warning: The WSDL2Java emitter does not understand qname CustomerValuesBObj specified in field xml-element-name of construct variable-mapping in the mapping file: platform:/resource/MyProjectAdditionWSEJB/ejbModule/META-INF/MyProjectAdditionService_mapping.xml. The construct is found in the mapping file but not in the wsdl file..  The information in the mapping file corresponding to this qname will be ignored.
              WSWS3440W: Warning: The WSDL2Java emitter does not understand qname CustomRelationshipBObj specified in field xml-element-name of construct variable-mapping in the mapping file: platform:/resource/MyProjectAdditionWSEJB/ejbModule/META-INF/MyProjectAdditionService_mapping.xml. The construct is found in the mapping file but not in the wsdl file..  The information in the mapping file corresponding to this qname will be ignored.
              WSWS3440W: Warning: The WSDL2Java emitter does not understand qname SecondaryCardBObj specified in field xml-element-name of construct variable-mapping in the mapping file: platform:/resource/MyProjectAdditionWSEJB/ejbModule/META-INF/MyProjectAdditionService_mapping.xml. The construct is found in the mapping file but not in the wsdl file..  The information in the mapping file corresponding to this qname will be ignored.
  The publish encountered some problems and the application may not have been installed or it may have been successfully installed but was unable to start.
 
    ======== MyProject ========
 
    Application Failed to Start.  MyProject
    com.ibm.ws.exception.RuntimeWarning: The MyProject application is configured for application profiling, but the Application Profiling service is disabled
    com.ibm.ws.appprofile.ApplicationMetaDataHelper.metaDataCreated(ApplicationMetaDataHelper.java:122)
    com.ibm.ws.runtime.component.MetaDataMgrImpl.fireMetaDataCreated(MetaDataMgrImpl.java:189)
    com.ibm.ws.runtime.component.MetaDataMgrImpl.createMetaData(MetaDataMgrImpl.java:342)
    com.ibm.ws.runtime.component.MetaDataMgrImpl.createMetaDataFromFactories(MetaDataMgrImpl.java:173)
    com.ibm.ws.runtime.component.MetaDataMgrImpl.createMetaData(MetaDataMgrImpl.java:307)
    com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:922)
    com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:740)
    com.ibm.ws.runtime.component.ApplicationMgrImpl$1.run(ApplicationMgrImpl.java:1312)
    com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:4189)
    com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:4367)
    com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255)
    com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamically(ApplicationMgrImpl.java:1317)
    com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2089)
    com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:437)
    com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:122)
    com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:380)
    com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:644)
    com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:613)
    com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1215)
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
    java.lang.reflect.Method.invoke(Method.java:599)
    sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
    sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
    java.lang.reflect.Method.invoke(Method.java:599)
    sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243)
    javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1085)
    javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:966)
    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:848)
    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:773)
    com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1313)
    com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
    com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:1206)
    com.ibm.ws.management.remote.AdminServiceForwarder.invoke(AdminServiceForwarder.java:334)
    javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1437)
    javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:83)
    javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1275)
    javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1370)
    javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:799)
    javax.management.remote.rmi._RMIConnectionImpl_Tie.invoke(_RMIConnectionImpl_Tie.java:749)
    javax.management.remote.rmi._RMIConnectionImpl_Tie._invoke(_RMIConnectionImpl_Tie.java:157)
    com.ibm.CORBA.iiop.ServerDelegate.dispatchInvokeHandler(ServerDelegate.java:622)
    com.ibm.CORBA.iiop.ServerDelegate.dispatch(ServerDelegate.java:475)
    com.ibm.rmi.iiop.ORB.process(ORB.java:504)
    com.ibm.CORBA.iiop.ORB.process(ORB.java:1571)
    com.ibm.rmi.iiop.Connection.respondTo(Connection.java:2771)
    com.ibm.rmi.iiop.Connection.doWork(Connection.java:2640)
    com.ibm.rmi.iiop.WorkUnitImpl.doWork(WorkUnitImpl.java:63)
    com.ibm.ejs.oa.pool.PooledThread.run(ThreadPool.java:118)
    com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1527)
  The publish encountered some problems and the application may not have been installed or it may have been successfully installed but was unable to start. View the Details to display the exceptions and server logs that occurred during the publish.
 
    ======== MDM ========
 
    Failed to update application
    Failed to update application
    Please see server logs for more details.
    [6/4/14 12:07:35:986 IST] 00000013 FfdcProvider  I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\logs\ffdc\server1_1d2a1d2a_14.06.04_12.07.35.78317500.txt com.ibm.ws.runtime.component.ApplicationMgrImpl 1449
    [6/4/14 12:07:36:002 IST] 00000013 CompositionUn E   WSVR0194E: Composition unit WebSphere:cuname=MyProject in BLA WebSphere:blaname=MyProject failed to start.
    [6/4/14 12:07:36:142 IST] 00000013 FfdcProvider  I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\logs\ffdc\server1_1d2a1d2a_14.06.04_12.07.36.01717501.txt com.ibm.ws.management.AdminServiceImpl.invoke 679
    [6/4/14 12:26:34:038 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650\BusinessServicesWS.jar cannot be deleted.
    [6/4/14 12:26:34:053 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650\BusinessServicesWSEJB.jar cannot be deleted.
    [6/4/14 12:26:34:241 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650\CrossDomainServicesWS.jar cannot be deleted.
    [6/4/14 12:26:34:256 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650\CrossDomainServicesWSEJB.jar cannot be deleted.
    [6/4/14 12:26:34:334 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650\DWLAdminServicesWS.jar cannot be deleted.
    [6/4/14 12:26:34:350 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650\DWLAdminServicesWSEJB.jar cannot be deleted.
    [6/4/14 12:26:34:381 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650\DWLBusinessServicesWS.jar cannot be deleted.
    [6/4/14 12:26:34:428 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650\DWLCommonServicesEJB.jar cannot be deleted.
    [6/4/14 12:26:34:428 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650\DWLCommonServicesWS.jar cannot be deleted.
    [6/4/14 12:26:34:521 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650\EventManagerEJB.jar cannot be deleted.
    [6/4/14 12:26:34:553 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650\FinancialServicesEJB.jar cannot be deleted.
    [6/4/14 12:26:34:568 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650\FinancialServicesWS.jar cannot be deleted.
    [6/4/14 12:26:34:646 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650\MyProjectAdditionWS.jar cannot be deleted.
    [6/4/14 12:26:34:662 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650\MyProjectAdditionWSEJB.jar cannot be deleted.
    [6/4/14 12:26:34:724 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650\MyProjectCompositeBPWS.jar cannot be deleted.
    [6/4/14 12:26:34:740 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650\MyProjectCompositeBPWSEJB.jar cannot be deleted.
    [6/4/14 12:26:34:849 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650\MDMQSWS_client.jar cannot be deleted.
    [6/4/14 12:26:35:021 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650\PartyEJB.jar cannot be deleted.
    [6/4/14 12:26:35:021 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650\PartyWS.jar cannot be deleted.
    [6/4/14 12:26:35:099 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650\ProductServicesWS.jar cannot be deleted.
    [6/4/14 12:26:35:114 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650\ProductWS.jar cannot be deleted.
    [6/4/14 12:26:35:208 IST] 00000024 AppUtils      W   ADMA0078W: The file: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\wstemp\temp\ServiceIndexServerTask\MDM_146659df650 cannot be deleted.
    [6/4/14 12:31:44:843 IST] 00000024 FfdcProvider  I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\logs\ffdc\server1_1f4b1f4b_14.06.04_12.31.44.82717517.txt com.ibm.ws.webservices.admin.deploy.VerifyEJBandItsRoutersTaskImpl.verifyPartialUpdate 559
    [6/4/14 12:31:44:999 IST] 00000024 FfdcProvider  I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\logs\ffdc\server1_1f4b1f4b_14.06.04_12.31.44.85817518.txt com.ibm.ws.webservices.admin.deploy.VerifyEJBandItsRoutersTask.performTask 177
    [6/4/14 12:31:47:011 IST] 00000024 FfdcProvider  I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\MyProjectUpgrade\logs\ffdc\server1_1f4b1f4b_14.06.04_12.31.46.37117519.txt com.ibm.ws.management.application.SchedulerImpl.run 297
    [6/4/14 12:31:47:027 IST] 00000024 SystemErr     R com.ibm.websphere.management.exception.AdminException: CWSAD0077E: The value of serverStringOfDeployedRouterMoudule is null.
    [6/4/14 12:31:47:027 IST] 00000024 SystemErr     R         at


Solution to enabling the application profiling service
-----------------------------------------------------------------------------------------------
Procedure
1. Log in to the Integrated Solutions Console:
a. Open a browser and navigate to the following URL: https://host_name:port/ibm/console.
Where:
? host_name is the fully qualified host name of the server where the application or the network deployment manager is deployed.
? port is the secured port used to access the console. The default port is 9043.
Note: The default unsecured port is 9060. If you use 9060, you must have "http" instead of "https" in the URL.
b. Enter an administrator user ID and password. (Omit the password if security is not enabled.)
c. Click Log in.
2. Click Servers > Server Types > WebSphere application servers.
3. Click the name of the server where you plan to deploy the WebSphere IMS Connector application.
4. Expand Container Services and click Application profiling service.
5. Select the Enable service at server startup check box.
6. Click OK and to save your changes.
7. Repeat these steps for each server where you plan to deploy the WebSphere IMS Connector application.


OR
try prepare for deployment  of the WS projects in the above error.



MDM An error occurred while processing request: /ibm/console/secure/layouts/contentLayout.jsp Message: java.lang.NoClassDefFoundError: com.ibm.ws.management.configservice.TypeRegistry (initialization failure)

 MDM 
An error occurred while processing request: /ibm/console/secure/layouts/contentLayout.jsp
Message: java.lang.NoClassDefFoundError: com.ibm.ws.management.configservice.TypeRegistry (initialization failure)



java.lang.J9VMInternals.initialize(J9VMInternals.java:140)13com.ibm.ws.management.configservice.DocAccessor.getTypedObjects(DocAccessor.java:418)13com.ibm.ws.management.configservice.ConfigServiceImpl.getAllBasic(ConfigServiceImpl.java:1506)13com.ibm.ws.management.configservice.ConfigServiceImpl.queryConfigObjects(ConfigServiceImpl.java:807)13com.ibm.ws.management.configservice.ConfigServiceServerProxy$10.run(ConfigServiceServerProxy.java:414)13com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)13com.ibm.ws.management.configservice.ConfigServiceServerProxy.queryConfigObjects(ConfigServiceServerProxy.java:404)13com.ibm.ws.management.commands.nodegroup.NodeGroupHelper.isDistributedCell(NodeGroupHelper.java:2195)13com.ibm.ws.management.commands.nodegroup.NodeGroupHelper.getCellTypeInternal(NodeGroupHelper.java:2132)13com.ibm.ws.management.commands.nodegroup.NodeGroupHelper.access$000(NodeGroupHelper.java:50)13com.ibm.ws.management.commands.nodegroup.NodeGroupHelper$1.run(NodeGroupHelper.java:2103)13com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:4189)13com.ibm.ws.security.auth.ContextManagerImpl.runAsSpecified(ContextManagerImpl.java:4347)13com.ibm.ws.management.commands.nodegroup.NodeGroupHelper.getCellType(NodeGroupHelper.java:2099)13com.ibm.ws.console.core.ConfigFileHelper.getCellType(ConfigFileHelper.java:1046)13com.ibm.ws.console.core.ConfigFileHelper.getAdditionalAdaptiveProperties(ConfigFileHelper.java:1076)13_ibmjsp.com_2E_ibm_2E_ws_2E_console_2E_appmanagement._collectionTableLayout._jspService(_collectionTableLayout.java:649)13com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:98)13javax.servlet.http.HttpServlet.service(HttpServlet.java:831)13com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1443)13com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1384)13com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:104)13com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:77)13com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:852)13com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:785)13com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:443)13com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:175)13com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:121)13com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:234)13com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.include(WebAppRequestDispatcher.java:644)13org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:1045)13org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:527)13org.apache.struts.tiles.TilesUtilImpl.doInclude(TilesUtilImpl.java:137)13org.apache.struts.tiles.TilesUtil.doInclude(TilesUtil.java:177)13org.apache.struts.taglib.tiles.InsertTag.doInclude(InsertTag.java:756)13org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:881)13org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:473)13_ibmjsp.secure.layouts._vboxLayout._jspService(_vboxLayout.java:129)13com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:98)13javax.servlet.http.HttpServlet.service(HttpServlet.java:831)13com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1443)13com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1384)13com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:104)13com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:77)13com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:852)13com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:785)13com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:443)13com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:175)13com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:121)13com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:234)13com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.include(WebAppRequestDispatcher.java:644)13org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:1045)13org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:527)13org.apache.struts.tiles.TilesUtilImpl.doInclude(TilesUtilImpl.java:137)13org.apache.struts.tiles.TilesUtil.doInclude(TilesUtil.java:177)13org.apache.struts.taglib.tiles.InsertTag.doInclude(InsertTag.java:756)13org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:881)13org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:473)13_ibmjsp.secure.layouts._contentLayout._jspx_meth_tiles_insert_0(_contentLayout.java:1175)13_ibmjsp.secure.layouts._contentLayout._jspService(_contentLayout.java:682)13com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:98)13javax.servlet.http.HttpServlet.service(HttpServlet.java:831)13com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1443)13com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1384)13com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:104)13com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:77)13com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:852)13com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:785)13com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:443)13com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:175)13com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:121)13com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:234)13com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:325)13org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1070)13org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:273)13org.apache.struts.tiles.TilesRequestProcessor.processTilesDefinition(TilesRequestProcessor.java:253)13org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:308)13com.ibm.isclite.container.controller.InformationController.processForwardConfig(InformationController.java:207)13org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)13org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)13org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:510)13javax.servlet.http.HttpServlet.service(HttpServlet.java:718)13javax.servlet.http.HttpServlet.service(HttpServlet.java:831)13com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1443)13com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1384)13com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:131)13com.ibm.ws.console.core.servlet.WSCUrlFilter.setUpCommandAssistence(WSCUrlFilter.java:927)13com.ibm.ws.console.core.servlet.WSCUrlFilter.continueStoringTaskState(WSCUrlFilter.java:494)13com.ibm.ws.console.core.servlet.WSCUrlFilter.doFilter(WSCUrlFilter.java:315)13com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188)13com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116)13com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:77)13com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:852)13com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:785)13com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:443)13com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:175)13com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91)13com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:859)13com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1557)13com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:173)13com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)13com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)13com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)13com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)13com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)13com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)13com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)13com.ibm.io.async.ResultHandler.complete(ResultHandler.java:202)13com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:766)13com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:896)13com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1527)13

 Resolution
delete the translog folder

Deployment from com.ibm.ast.ws.deployer.WSDeployer had errors

Publishing failed
  deployFailure
    Deploying DWLAdminServicesEJB
      Deployment from com.ibm.etools.ejbdeploy.EJBDeployer had errors:

      RMIC command failed on project: DWLAdminServicesEJB with message:

Further details have  been recorded in the .log file in C:\Usersworkspace\.metadata
    Deploying MyProjectAdditionWSEJB
      Deployment from com.ibm.ast.ws.deployer.WSDeployer had errors:

      Deployment from com.ibm.ast.ws.deployer.WSDeployer had errors:

      Deployment from com.ibm.ast.ws.deployer.WSDeployer had errors:

      Deployment from com.ibm.ast.ws.deployer.WSDeployer had errors:

      Deployment from com.ibm.ast.ws.deployer.WSDeployer had errors:

      Deployment from com.ibm.ast.ws.deployer.WSDeployer had errors:

      Deployment from com.ibm.ast.ws.deployer.WSDeployer had errors:

      Deployment from com.ibm.ast.ws.deployer.WSDeployer had errors:

     
       
            Warning messages were issued.
              WSWS3440W: Warning: The WSDL2Java emitter does not understand qname CustProdBObj specified in field xml-element-name of construct variable-mapping in the mapping file: platform:/resource/MyProjectAdditionWSEJB/ejbModule/META-INF/MyProjectAdditionService_mapping.xml. The construct is found in the mapping file but not in the wsdl file..  The information in the mapping file corresponding to this qname will be ignored.
              WSWS3440W: Warning: The WSDL2Java emitter does not understand qname CustStatusBObj specified in field xml-element-name of construct variable-mapping in the mapping file: platform:/resource/MyProjectAdditionWSEJB/ejbModule/META-INF/MyProjectAdditionService_mapping.xml. The construct is found in the mapping file but not in the wsdl file..  The information in the mapping file corresponding to this qname will be ignored.
              WSWS3440W: Warning: The WSDL2Java emitter does not understand qname CustomerValuesBObj specified in field xml-element-name of construct variable-mapping in the mapping file: platform:/resource/MyProjectAdditionWSEJB/ejbModule/META-INF/MyProjectAdditionService_mapping.xml. The construct is found in the mapping file but not in the wsdl file..  The information in the mapping file corresponding to this qname will be ignored.
              WSWS3440W: Warning: The WSDL2Java emitter does not understand qname CustomRelationshipBObj specified in field xml-element-name of construct variable-mapping in the mapping file: platform:/resource/MyProjectAdditionWSEJB/ejbModule/META-INF/MyProjectAdditionService_mapping.xml. The construct is found in the mapping file but not in the wsdl file..  The information in the mapping file corresponding to this qname will be ignored.
              WSWS3440W: Warning: The WSDL2Java emitter does not understand qname SecondaryCardBObj specified in field xml-element-name of construct variable-mapping in the mapping file: platform:/resource/MyProjectAdditionWSEJB/ejbModule/META-INF/MyProjectAdditionService_mapping.xml. The construct is found in the mapping file but not in the wsdl file..  The information in the mapping file corresponding to this qname will be ignored.









Resolution: The reason could be the compiler version of DWLAdminServicesEjb. Try changing it from 1.4 to 1.6 and change the java facet also to 6.0

'sqlplus' is not recognized as an internal or external command, operable program or batch file.

'sqlplus' is not recognized as an internal or external command,
operable program or batch file. while installing MDM 9.0.2

Resolution
Check if Oracle is installed and check if environment variable path contains the bin location of Oracle