Issue while deploying the app :Deregister the mbean because of uncaught ini

HI ,
I am getting below error when the application starts on WAS. The app is running fine in local machine
Deregister the mbean because of uncaught init() exception thrown by servlet action: javax.servlet.UnavailableException: Parsing error processing resource path
I have tried multiple things like checking the jars and struts config.
Appreciate any assistance
[1/9/13 11:52:47:021 MST] 0000002f ApplicationMg A WSVR0204I: Application: rrsinvEAR Application build level: Unknown
[1/9/13 11:52:47:481 MST] 0000002f WebGroup A SRVE0169I: Loading Web Module: rrsinv.
[1/9/13 11:52:49:104 MST] 0000002f ServletWrappe E Deregister the mbean because of uncaught init() exception thrown by servlet action: javax.servlet.UnavailableException: Parsing error processing resource path
     at org.apache.struts.action.ActionServlet.handleConfigException(ActionServlet.java:1035)
     at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:1014)
     at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:955)
     at org.apache.struts.action.ActionServlet.init(ActionServlet.java:470)
     at javax.servlet.GenericServlet.init(GenericServlet.java:256)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:185)
     at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.init(ServletWrapper.java:316)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1119)
     at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:149)
     at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:99)
     at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:742)
     at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:422)
     at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:275)
     at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:272)
     at com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:88)
     at com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java:157)
     at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:655)
     at com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.java:608)
     at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:333)
     at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:549)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1295)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1129)
     at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:567)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:814)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:948)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl$1.run(ApplicationMgrImpl.java:1478)
     at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:3811)
     at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:3893)
     at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:245)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1483)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:615)
     at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:62)
     at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:615)
     at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:265)
     at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1089)
     at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:971)
     at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:231)
     at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:238)
     at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:833)
     at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:802)
     at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1057)
     at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
     at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:950)
     at com.ibm.ws.management.commands.AdminServiceCommands$InvokeCmd.execute(AdminServiceCommands.java:251)
     at com.ibm.ws.console.core.mbean.MBeanHelper.invoke(MBeanHelper.java:239)
     at com.ibm.ws.console.appdeployment.ApplicationDeploymentCollectionAction.execute(ApplicationDeploymentCollectionAction.java:536)
     at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:907)
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:118)
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
     at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:701)
     at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:646)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:475)
     at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:308)
     at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1070)
     at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:273)
     at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
     at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:319)
     at com.ibm.isclite.container.controller.InformationController.processForwardConfig(InformationController.java:159)
     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:907)
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
     at com.ibm.ws.console.core.servlet.WSCUrlFilter.setUpCommandAssistence(WSCUrlFilter.java:792)
     at com.ibm.ws.console.core.servlet.WSCUrlFilter.continueStoringTaskState(WSCUrlFilter.java:363)
     at com.ibm.ws.console.core.servlet.WSCUrlFilter.doFilter(WSCUrlFilter.java:229)
     at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
     at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:701)
     at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:646)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:475)
     at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
     at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:92)
     at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:744)
     at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1433)
     at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:93)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
     at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
     at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
     at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
     at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
     at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
     at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:194)
     at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:782)
     at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:863)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1510)
[1/9/13 11:52:49:204 MST] 0000002f WebExtensionP W Servlet action is currently unavailable: Parsing error processing resource path
[1/9/13 11:52:49:204 MST] 0000002f VirtualHost I SRVE0250I: Web Module rrsinv has been bound to default_host[*:9081,*:80,*:9444,*:5060,*:5061,*:443].
[1/9/13 11:52:49:234 MST] 0000002f ApplicationMg A WSVR0221I: Application started: rrsinvEAR
Edited by: 980864 on Jan 9, 2013 10:48 AM
Edited by: 980864 on Jan 9, 2013 11:17 AM

In the future please post Servlet related questions at the Servlet forum.
manoj_s1 wrote:
[7/31/08 14:54:53:437 IST] 00000037 ServletWrappe E Deregister the mbean because of uncaught init() exception thrown by servlet cb: javax.servlet.UnavailableException
     at org.apache.struts.action.ActionServlet.init(ActionServlet.java:402)The servlet class which is declared with the servlet-name 'cb' has thrown an unchecked exception in its init() method. Debug and fix it.

Similar Messages

  • Getting the BEA-101163 error while deploying the app on the server.

    I am getting the deployment error <Could not load user defined listener: java.lang.ClassNotFoundException: > while deploying the app on the weblogic 10.3.3 server.
    Please find the stack trace below :
    ####<Aug 18, 2010 2:56:43 PM UTC> <Error> <HTTP> <ss> <AdminServer> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS
    Kernel>> <> <> <1282143403578> <BEA-101163> <Could not load user defined listener:
    java.lang.ClassNotFoundException:
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:280)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:253)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:177)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:37)
         at weblogic.servlet.internal.EventsManager.registerEventListeners(EventsManager.java:123)
         at weblogic.servlet.internal.EventsManager.registerPreparePhaseListeners(EventsManager.java:71)
         at weblogic.servlet.internal.WebAppServletContext.initContextListeners(WebAppServletContext.java:1843)
         at weblogic.servlet.internal.WebAppServletContext.prepare(WebAppServletContext.java:1193)
         at weblogic.servlet.internal.HttpServer.doPostContextInit(HttpServer.java:453)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:428)
         at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:976)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:381)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:507)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:149)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:43)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Aug 18, 2010 2:56:43 PM UTC> <Error> <Deployer> <ss> <AdminServer> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'>
    <<WLS Kernel>> <> <> <1282143403640> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1282143360031' for task '2'. Error is:
    'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:404)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:507)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:149)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:43)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: java.lang.ClassNotFoundException:
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:280)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:253)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:177)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:37)
         at weblogic.servlet.internal.EventsManager.registerEventListeners(EventsManager.java:123)
         at weblogic.servlet.internal.EventsManager.registerPreparePhaseListeners(EventsManager.java:71)
         at weblogic.servlet.internal.WebAppServletContext.initContextListeners(WebAppServletContext.java:1843)
         at weblogic.servlet.internal.WebAppServletContext.prepare(WebAppServletContext.java:1193)
         at weblogic.servlet.internal.HttpServer.doPostContextInit(HttpServer.java:453)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:428)
         at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:976)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:381)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:507)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:149)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:43)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Aug 18, 2010 2:56:43 PM UTC> <Warning> <Deployer> <ss> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'>
    <<WLS Kernel>> <> <> <1282143403734> <BEA-149004> <Failures were detected while initiating deploy task for application 'AOS'.>
    ####<Aug 18, 2010 2:56:43 PM UTC> <Warning> <Deployer> <ss> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'>
    <<WLS Kernel>> <> <> <1282143403734> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:404)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:507)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:149)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:43)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: java.lang.ClassNotFoundException:
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:280)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:253)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:177)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:37)
         at weblogic.servlet.internal.EventsManager.registerEventListeners(EventsManager.java:123)
         at weblogic.servlet.internal.EventsManager.registerPreparePhaseListeners(EventsManager.java:71)
         at weblogic.servlet.internal.WebAppServletContext.initContextListeners(WebAppServletContext.java:1843)
         at weblogic.servlet.internal.WebAppServletContext.prepare(WebAppServletContext.java:1193)
         at weblogic.servlet.internal.HttpServer.doPostContextInit(HttpServer.java:453)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:428)
         at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:976)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:381)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:507)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:149)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:43)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Aug 18, 2010 2:56:43 PM UTC> <Error> <Console> <ss> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'>
    <weblogic> <> <> <1282143403781> <BEA-240003> <Console encountered the following error weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:404)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:507)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:149)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:43)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.ClassNotFoundException:
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:280)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:253)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:177)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:37)
         at weblogic.servlet.internal.EventsManager.registerEventListeners(EventsManager.java:123)
         at weblogic.servlet.internal.EventsManager.registerPreparePhaseListeners(EventsManager.java:71)
         at weblogic.servlet.internal.WebAppServletContext.initContextListeners(WebAppServletContext.java:1843)
         at weblogic.servlet.internal.WebAppServletContext.prepare(WebAppServletContext.java:1193)
         at weblogic.servlet.internal.HttpServer.doPostContextInit(HttpServer.java:453)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:428)
         at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:976)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:381)
    >

    Did you fix this issue ? If yes .Can you please share the steps

  • Getting Duplicate Object existing issue while deploying the BIAR file

    Hi All,
    We are trying to deploy BIAR File with XI R2 Command tool InstallEntSdkWrapper. But we are getting Duplicate Object exixting issue while deploying the BIAR file.
    Error Message:
    [report] [InstallEntSdkWrapper.main] Connecting to CMS plmdevapp31:6400 as administrator
       [report] [InstallEntSdkWrapper.CmsImportFile] Exception: An error occurred at the server :
       [report] Failed to commit objects to server : Duplicate object name in the same folder.
       [report]
       [report] [InstallEntSdkWrapper.main] BIAR File could not be imported
    If we are doing any promition with Import Wizard we have an option to "Overwrite object contents" option to overwite exixting objects. It will very helpful if any one suggest how we can achieve this through InstallEntSdkWrapper.
    Unfortunately there is no documentation availabe on InstallEntSdkWrapper.
    Cheers!

    That's a limitation with the XI Release 2 InstallEntSdkWrapper.jar tool.
    Sincerely,
    Ted Ueda

  • The content database on the server is temporarily unavailable while deploying a app

    HI,
    I got the following error while deploying a app. I have not added any logic in App.
    What i have tried yet:
    1. Configured Server for Using App
    2. Added permission to user2 (app developer account by which i open VS 2012) as mentioned in following URL
    http://community.zevenseas.com/Blogs/Akhilesh/Lists/Posts/Post.aspx?ID=10
    Please let me know if anyone have faced and resolved it before....
    Here we go .............................
    Active Deployment Configuration: Deploy App for SharePoint
      Skipping deployment step because a pre-deployment command is not specified.
      Skipping the uninstall step because the app for SharePoint is not installed on the server.
      Install app for SharePoint:
      Uploading the app for SharePoint...
      Installation is in progress (00:00:00)
      Installation is in progress (00:00:01)
      Installation is in progress (00:00:02)
      Installation is in progress (00:00:03)
      Installation is in progress (00:00:04)
      Installation is in progress (00:00:05)
      App failed to install, cleaning up...
      App installation cleanup failed due to errors.  Please see the app on the SharePoint site’s “Site Contents” page for details.
      App installation encountered the following errors:
      11/19/2013 2:42:13 PM
      @"Error 1
            CorrelationId: e6d878ab-ae8b-442c-90c1-ee989f5e719b
            ErrorDetail: The content database on the server is temporarily unavailable.
            ErrorType: Transient
            ErrorTypeName: Intermittent
            ExceptionMessage: System.IO.FileNotFoundException: <nativehr>0x80070002</nativehr><nativestack></nativestack>
       at Microsoft.SharePoint.Library.SPRequestInternalClass.GetMetadataForUrl(String bstrUrl, Int32 METADATAFLAGS, Guid& pgListId, Int32& plItemId, Int32& plType, Object& pvarFileOrFolder)
       at Microsoft.SharePoint.Library.SPRequest.GetMetadataForUrl(String bstrUrl, Int32 METADATAFLAGS, Guid& pgListId, Int32& plItemId, Int32& plType, Object& pvarFileOrFolder)
       at Microsoft.SharePoint.SPWeb.GetList(String strUrl)
       at Microsoft.SharePoint.Administration.SPDeveloperData.AddToDraftApps(Guid appInstanceId)
       at Microsoft.SharePoint.Lifecycle.FinalFixupTask.Deploy()
       at Microsoft.SharePoint.Administration.SPAppTask.DeployOperation()
       at Microsoft.SharePoint.Lifecycle.MonitoredTaskExecution.DoTask()
            Source: Finalization
            SourceName: App Deployment Finalization
      @"Error 2
            CorrelationId: e6d878ab-ae8b-442c-90c1-ee989f5e719b
            ErrorDetail: The content database on the server is temporarily unavailable.
            ErrorType: Transient
            ErrorTypeName: Intermittent
            ExceptionMessage: System.IO.FileNotFoundException: <nativehr>0x80070002</nativehr><nativestack></nativestack>
       at Microsoft.SharePoint.Library.SPRequestInternalClass.GetMetadataForUrl(String bstrUrl, Int32 METADATAFLAGS, Guid& pgListId, Int32& plItemId, Int32& plType, Object& pvarFileOrFolder)
       at Microsoft.SharePoint.Library.SPRequest.GetMetadataForUrl(String bstrUrl, Int32 METADATAFLAGS, Guid& pgListId, Int32& plItemId, Int32& plType, Object& pvarFileOrFolder)
       at Microsoft.SharePoint.SPWeb.GetList(String strUrl)
       at Microsoft.SharePoint.Administration.SPDeveloperData.RemoveFromDraftApps(SPSite site, Guid appInstanceId)
       at Microsoft.SharePoint.Lifecycle.FinalFixupTask.Rollback()
       at Microsoft.SharePoint.Administration.SPAppTask.DeployOperation()
       at Microsoft.SharePoint.Lifecycle.MonitoredTaskExecution.DoTask()
            Source: Finalization
            SourceName: App Deployment Finalization
    Harsh

    no ,it does has db permissions , this whole thing I think is related with weird and strange new condition of havinng sub-domains for apps ? by some changes I found it gos to my website and find outs that no resource available there , sometime 404 sometimes
    502 error. 
    The whole idea of office team about app deployment is crazy , no proper documentation or knowledge base available for people using on-prem sharepoint, this may because of the idea using cloud more ,why should we use cloud for our enterprise data ?
    btw links you gave not working either 
    Tech Learner

  • Error while adding the app in the sharepoint(2013) page through powershell script

    Hi,
        I have created one powershell script to uninstall and install the sharepoint 2013 apps. The code is working fine, but after adding the app in the page I am getting the error "
    Internet Explorer can not display the webpage".
    If I am deploying the app through Visual Studio, its getting deployed successfully and I am getting an option to trust the app.And I am able to add it in the page. But this permission is not coming when I am installing the app using power shell.
    Please let me know whether to do any modifications to the power shell script.
    Thanks.
    Pradeep

    Hi,
       We are using sharepoint hosted app.
    Below is the script to uninstall and install the app.
    cls
    Add-PSSnapin Microsoft.SharePoint.PowerShell –ea SilentlyContinue
    # uninstall the app
    Write-Host "uninstallation of app"
    $InstalledSPApps = Get-SPAppInstance -Web "http://mySharepointSite.xyz.com"
    $appToUninstall = $InstalledSPApps | where {$_.Title -eq 'myCustomSharepointApp'}
    if ($appToUninstall -ne $null)
        Uninstall-SPAppInstance -Identity $appToUninstall ;
        Write-Host "uninstalled successfully"
    # Import-SPAppPackage
    Write-Host "Import the app"
    pause
    $sourceApp = ([microsoft.sharepoint.administration.spappsource]::RemoteObjectModel);
    $myspapp = Import-SPAppPackage -Path "D:\SharePoint 2013\AppsSolution\myCustomSharepointApp.app" -Site "http://mySharepointSite.xyz.com" -Source $sourceApp ;
    Write-Host "Enter to install the app"
    pause
    $app = Install-SPApp -Web "http://mySharepointSite.xyz.com" -Identity $myspapp;
    $AppName = $app.Title;
    Write-Host "app '$AppName' registered"
    pause
    $appInstance = Get-SPAppInstance -Web "http://mySharepointSite.xyz.com" | where-object {$_.Title -eq $AppName};
    $counter = 1;
    $maximum = 150;
    $sleeptime = 2;
    Write-Host -ForegroundColor White "Please wait..." -NoNewline;
    pause
    while (($appInstance.Status -eq ([Microsoft.SharePoint.Administration.SPAppInstanceStatus]::Installing)) -and ($counter -lt $maximum))
        Write-Host "." -NoNewline;
        sleep $sleeptime;
        $counter++;
        $appInstance = Get-SPAppInstance -Web "http://mySharepointSite.xyz.com" | where-object {$_.Title -eq $AppName}
    pause
    if ($appInstance.Status -eq [Microsoft.SharePoint.Administration.SPAppInstanceStatus]::Installed)
        Write-Host "The App was successfully installed.";
        $appUrl = $appInstance.AppWebFullUrl;
        Write-Host -ForegroundColor White "The App is available at '$appUrl'.";

  • How coud i do to deploy a app to the website that shiped by j2ee sdk

    i want deploy a app to the website that shiped by j2ee sdk.
    i found the "conf" folder under the J2EE_HOME.but the website is have nothing with the file "server.xml" in this folder.
    how could i do?
    thx

    The J2EE 1.4 Tutorial describes how to deploy applications:
    http://java.sun.com/j2ee/1.4/docs/tutorial/doc/index.html

  • Help -- Can we deploy BC4J app to the OC4J in 9i DS?

    Hi Experts,
    I have built an BC4J application using the Jdeveloper of 9i Developer Suite. The app runs fine within Jdev (using the embeded OC4J), and runs pretty well when it is automatically deployed to a stand-alone OC4J (9.0.2.0.0). Since the stand-alone OC4J does not "serve" reports, I had to "deployed" the reports to the OC4J bound with 9iDS. (All these stuff are on the same Win2000 machine, but different Oracle homes.)
    Now, when I tried to deploy the entire application to the 9iDS-bound OC4J, it did not work. I used Jdev to deploy it to the iAS automatically (just like deploying it to the stand-alone OC4J), and the processes finished without any errors . However, when I pointed the browser to the app in the 9iDS server, I got the 404 error.
    I compared a few configuration files, like server.xml, http-web-site.xml, application.xml, web.xml, etc. in the stand-alone and 9iDS-bound OC4J's and did not find obvious difference. The structure of the two applications directories are very much the same, too.
    THERE IS an obvious difference in the two application-deployments directories though: On the stan-alone OC4J, there is a persistence\_pages subdirectory under my app home directory, which does not exist On the 9iDS-bound OC4J.
    Anyone has any ideas on the whys and hows please? Thank you very much.
    Zhirong

    WDS installed on SCCM server. I did to enable "PXE" on the PXE tab of  the Distribution Point ans WDS install before. In the same VLAN, I can build and Capture Windows7 Pro x64
    task and deployment to client. The client in the same VLANs can see TFTP server and "F12" to follow the SCCM menu. But in differrent can not deployment

  • I have created my apple id.Now when I m downloading any app it is asking my credit card details again forget that I hv made multiple payments while trying to download the app but the app is not getting downloaded.It is sowing the msg cant connect to itune

    I have created my apple Id.Now when i m downloading any app it is asking my credit card details.I have made multiple payments while trying to download the app.But the app is not getting downloaded,it is showing the message cannot connect to the i tune store.What should i do to download the applications.

    Ok, first of all don't keep purchasing the application, and if you've purchased it multiple times, contact iTunes billing department immediately.  They SHOULD only send one actual confirmation in and the rest of the "pending" charges will drop off (how long that takes is up to your credit card company, not iTunes), but you should be sure.
    Second, sometimes when they are uploading a lot of new stuff at certain times it can cause the store to screw up, or any number of other reasons could be a factor why you can't connect to the iTunes store, be it on their end or on your end even.  Wait a little bit and try again via "Check for available downloads" or via your "Purchased" option on the iTunes store main page.
    IF the app you purchased isn't there and you are sure your credit card was charged, then you will need to contact iTunes to find out why you can't download the app.

  • Do I have to close all background apps (i.e. apps which appear in multitasking) before turning off my iPad? Is it safe to shut it down while having these apps in the background?

    Do I have to close all background apps (i.e. apps which appear in multitasking) before turning off my iPad?
    Is it safe to shut it down while having these apps in the background?
    When you shut down operating systems like MS Windows or Mac OS, they automatically close your active applications before shutting down, is this true for iOS 7?

    stedman1
    lizdance40
    Thanks, I do appreciate your immediate response to my question.
    BUT your answers revealed an explicit controversy about background apps ... close them to save power and performance OR don't bother to close them as they are idle or inactive!
    This dispute is resolved by APPLE in the following link:
    http://support.apple.com/kb/ht5137
    My original question was: Is it necessary to kill background apps before shutting down my ipad to avoid any harm to the apps or the OS?

  • Facing issue while deployment on 11.1.1.6 soa server

    Problem Summary
    Facing issue while deployment on 11.1.1.6 soa server
    Problem Description
    We are facing issue while deploying a bpm project over a newly built bps-soa server 11.1.1.6.
    While we are deploying a bpm project, first it is taking around 40mins to create .jar file and then while deploying, it is getting failed with transaction timed out error.
    "composite: Onboarding: javax.ejb.EJBException: Transaction Rolledback.: weblogic.transaction.internal.TimedOutException: Transaction timed out after 301 second".
    we have tried with changing all transaction parameters also like JTA,XA( as similar to our exiting running QA/PROD environment which is on 11.1.1.5) but even then facing the same issue.
    The code were originally build over 11.1.1.5 version, for the first time opening with jdev, code gets migrated and over the upgraded code we did some business specific changes and now trying to deploy over the new server.
    Code is getting successfully compiled and also .jar file is creating properly but while deployment facing error(As shared earlier).
    Also tried to deploy the same .jar file using em consle(to soa-infra) but facing similar issue.
    Error Codes
    Problem Category/Subcategory
    BPM 11g installation issues
    Uploaded Files
    Template Question Responses
    1) ### Product Versions Including Build Numbers ###
    BPM SOA suite 11.1.1.6
    2) ### Is the Issue Reproducible ###
    Yes, mentioned in issue detailes.
    3) ### OS Version ###
    SunOS xxxxx 5.10 Generic_144488-06 sun4v sparc SUNW,T5440
    More logs:
    Name
    === ODM Data Collection ===
    [2013-02-27T01:10:59.436-05:00] [soa_server1] [WARNING] [] [oracle.soa.bpel.engine.deployment] [tid: [STUCK].ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 486af90ee4d37577:-6eb9b41c:13d15783e85:-8000-000000000000142f,1:18454:2] [APP: soa-infra] Unable to obtain the audit metadta java.lang.IllegalStateException: The transaction associated with this transaction-scoped persistence context has been rolled back and as a result, the EntityManager has been closed. No further operations are allowed in this transaction context. Please see the server log for the cause of the rollback.
    [2013-02-27T01:11:17.402-05:00] [soa_server1] [WARNING] [] [oracle.soa.bpel.engine.deployment] [tid: [STUCK].ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 486af90ee4d37577:-6eb9b41c:13d15783e85:-8000-000000000000142f,1:18454:2] [APP: soa-infra] Unable to obtain the audit metadta java.lang.IllegalStateException: The transaction associated with this transaction-scoped persistence context has been rolled back and as a result, the EntityManager has been closed. No further operations are allowed in this transaction context. Please see the server log for the cause of the rollback.
    [2013-02-27T01:11:18.147-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.bpel.engine.deployment] [tid: [STUCK].ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 486af90ee4d37577:-6eb9b41c:13d15783e85:-8000-000000000000142f,1:18454:2] [APP: soa-infra] BPEL Component "default/Onboarding!2.0*soa_8130f118-f9b5-462a-8e75-5ec0f34b45bd/Remediation" successfully loaded.
    [2013-02-27T01:11:18.166-05:00] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine] [tid: [STUCK].ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 486af90ee4d37577:-6eb9b41c:13d15783e85:-8000-000000000000142f,1:18454:2] [APP: soa-infra] Unable to activate process Remediation[[
    javax.ejb.EJBException: Transaction Rolledback.: weblogic.transaction.internal.TimedOutException: Transaction timed out after 300 seconds
    BEA1-172EC48037986ACD0C13
    at weblogic.transaction.internal.ServerTransactionImpl.wakeUp(ServerTransactionImpl.java:1788)
    at weblogic.transaction.internal.ServerTransactionManagerImpl.processTimedOutTransactions(ServerTransactionManagerImpl.java:1676)
    at weblogic.transaction.internal.TransactionManagerImpl.wakeUp(TransactionManagerImpl.java:1988)
    at weblogic.transaction.internal.ServerTransactionManagerImpl.wakeUp(ServerTransactionManagerImpl.java:1586)
    at weblogic.transaction.internal.WLSTimer.timerExpired(WLSTimer.java:35)
    at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    ; nested exception is: weblogic.transaction.internal.TimedOutException: Transaction timed out after 300 seconds
    BEA1-172EC48037986ACD0C13
    weblogic.transaction.internal.TimedOutException: Transaction timed out after 300 seconds
    BEA1-172EC48037986ACD0C13
    at weblogic.transaction.internal.ServerTransactionImpl.wakeUp(ServerTransactionImpl.java:1788)
    at weblogic.transaction.internal.ServerTransactionManagerImpl.processTimedOutTransactions(ServerTransactionManagerImpl.java:1676)
    at weblogic.transaction.internal.TransactionManagerImpl.wakeUp(TransactionManagerImpl.java:1988)
    at weblogic.transaction.internal.ServerTransactionManagerImpl.wakeUp(ServerTransactionManagerImpl.java:1586)
    at weblogic.transaction.internal.WLSTimer.timerExpired(WLSTimer.java:35)
    at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    javax.ejb.EJBException: Transaction Rolledback.: weblogic.transaction.internal.TimedOutException: Transaction timed out after 300 seconds
    BEA1-172EC48037986ACD0C13
    at weblogic.transaction.internal.ServerTransactionImpl.wakeUp(ServerTransactionImpl.java:1788)
    at weblogic.transaction.internal.ServerTransactionManagerImpl.processTimedOutTransactions(ServerTransactionManagerImpl.java:1676)
    at weblogic.transaction.internal.TransactionManagerImpl.wakeUp(TransactionManagerImpl.java:1988)
    at weblogic.transaction.internal.ServerTransactionManagerImpl.wakeUp(ServerTransactionManagerImpl.java:1586)
    at weblogic.transaction.internal.WLSTimer.timerExpired(WLSTimer.java:35)
    at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    ; nested exception is: weblogic.transaction.internal.TimedOutException: Transaction timed out after 300 seconds
    BEA1-172EC48037986ACD0C13
    at weblogic.ejb.container.internal.EJBRuntimeUtils.throwEJBException(EJBRuntimeUtils.java:156)
    at weblogic.ejb.container.internal.BaseLocalObject.postInvoke1(BaseLocalObject.java:595)
    at weblogic.ejb.container.internal.BaseLocalObject.__WL_postInvokeTxRetry(BaseLocalObject.java:455)
    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:52)
    at oracle.bpm.bpmn.engine.ejb.impl.BPMNServerManagerBean_6gbx7k_IBPMNCubeServerManagerLocalBeanImpl.deployComponent(Unknown Source)
    at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:842)
    at oracle.bpm.bpmn.engine.service.BPMNServiceEngine.load(BPMNServiceEngine.java:636)
    at oracle.bpm.bpmn.engine.service.BPMNServiceEngine.load(BPMNServiceEngine.java:151)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployComponents(CompositeDeploymentConnection.java:243)
    Caused by: weblogic.transaction.internal.TimedOutException: Transaction timed out after 300 seconds
    BEA1-172EC48037986ACD0C13
    at weblogic.transaction.internal.ServerTransactionImpl.wakeUp(ServerTransactionImpl.java:1788)
    at weblogic.transaction.internal.ServerTransactionManagerImpl.processTimedOutTransactions(ServerTransactionManagerImpl.java:1676)
    at weblogic.transaction.internal.TransactionManagerImpl.wakeUp(TransactionManagerImpl.java:1988)
    at weblogic.transaction.internal.ServerTransactionManagerImpl.wakeUp(ServerTransactionManagerImpl.java:1586)
    at weblogic.transaction.internal.WLSTimer.timerExpired(WLSTimer.java:35)
    at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
    ... 2 more
    FileName
    soa_server1-diagnostic-2.log

    2 things must be noticed:
    First: ODI 11g is not supported by JDK 7, I always use the JDK1.6.0_27 and works fine. When you try to open the ODI Studio, this message appears, telling that ODI is supported only with JDK 6 versions, so don't try to use JDK 7.
    Second: I always install the JDK in a path without spaces, like "C:\JDK1.6.0_27\" and the excatly same thing to odi install files. So I call via Command Prompt:
    C:\ODI_INSTALL\Disk1\setup.exe -jreLoc C:\JDK1.6.0_27\
    I did over 20 windows installations using these settings, it'll work perfectly.
    Regards.
    Luiz Araujo

  • Issues while Deploying using AID

    Hi All,
    We are getting the following errors while deploying a xxxposite using the AID,
    /oracle/product/Middleware/AIA/Infrastructure/Install/AID/AIAInstallDriver.xml:72: The following error occurred while executing this line:
    /oracle/product/Middleware/AIA/Infrastructure/Install/AID/AIAExecuteDriver.xml:79: The following error occurred while executing this line:
    /oracle/product/Middleware/AIA/Infrastructure/Install/AID/AIAExecuteDriver.xml:58: The following error occurred while executing this line:
    /oracle/product/Middleware/AIA/aia_instances/AIA_DEV/tmp/AIDExecuteDP_temp_760097272.xml:6: The following error occurred while executing this line:
    /oracle/product/Middleware/AIA/Infrastructure/Install/AID/lib/AIDConfigurationLibraryTasks.xml:379: Not provided valid values for jdbc-url, username, password for datasource tag in participatingapplications.Ebiz.db.EBIZ01
    This is the xxxmand that I am running
    ant -f AIAInstallDriver.xml -DDeploymentPlan=/oracle/product/Middleware/AIA/util/DeploymentPlanGenerator/POProviderDP.xml -DPropertiesFile=/oracle/product/Middleware/AIA/aia_instances/AIA_DEV/config/AIAInstallProperties.xml
    I am not sure if the generated BOM and DP has the correct values, and whether AIAInstallProperties have been edited correctly.
    They are pasted below,
    BOM.xml
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <svcdoc:BOM xmlns="http://xmlns.oracle.xxx/sca/1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:orawsp="http://schemas.oracle.xxx/ws/2006/01/policy" xmlns:ui="http://xmlns.oracle.xxx/soa/designer/" xmlns:svcdoc="http://xmlns.oracle.xxx/Services/Documentation/V1" xsi:noNameSpaceSchemaLocation="AIAPIP.xsd" projectCode="BAERPSOA" xmlns:xsi="http://xmlns.oracle.xxx/Services/Documentation/V1">
    <svcdoc:xxxposite revision="1.0" name="PurchaseOrderListEbizProvider">
    <svcdoc:ServiceSolutionxxxponentAssociation>
    <svcdoc:GUID>def61380-d651-4fd7-87de-054e45eea195</svcdoc:GUID>
    </svcdoc:ServiceSolutionxxxponentAssociation>
    <svcdoc:service name="createpurchaseorderlistebizproviderservice_ep">
    <svcdoc:ImplementationDetails>
    <svcdoc:ApplicationName>Ebiz</svcdoc:ApplicationName>
    <svcdoc:BaseVersion>1.0</svcdoc:BaseVersion>
    <svcdoc:DevelopedBy>BAEIS</svcdoc:DevelopedBy>
    <svcdoc:OracleCertified>Yes</svcdoc:OracleCertified>
    <svcdoc:ArtifactType>TransportAdapter</svcdoc:ArtifactType>
    <svcdoc:ServiceOperation>
    <svcdoc:Name>process</svcdoc:Name>
    </svcdoc:ServiceOperation>
    </svcdoc:ImplementationDetails>
    </svcdoc:service>
    <svcdoc:reference name="InsertPurchaseOrderListEbizProviderDBAdapterService">
    <svcdoc:ArtifactType>TransportAdapter</svcdoc:ArtifactType>
    <svcdoc:ServiceOperation>
    <svcdoc:Name>insert</svcdoc:Name>
    </svcdoc:ServiceOperation>
    <svcdoc:TransportDetails>
    <svcdoc:DBAdapter>
    <svcdoc:ResourceProvider>OracleDB</svcdoc:ResourceProvider>
    <svcdoc:ConnectionFactory>eis/DB/APPS</svcdoc:ConnectionFactory>
    <svcdoc:ApplicationName>Ebiz</svcdoc:ApplicationName>
    <svcdoc:XAEnabled>True</svcdoc:XAEnabled>
    <svcdoc:ResourceTargetIdentifier>EBIZ01</svcdoc:ResourceTargetIdentifier>
    <svcdoc:ResourceName>BAPO_SOA_PO_HEADERS_STAGE</svcdoc:ResourceName>
    <svcdoc:ResourceName>BAPO_SOA_PO_LINES_STAGE</svcdoc:ResourceName>
    <svcdoc:ResourceName>BAPO_SOA_PO_DIST_STAGE</svcdoc:ResourceName>
    </svcdoc:DBAdapter>
    </svcdoc:TransportDetails>
    </svcdoc:reference>
    <svcdoc:reference name="PurchaseOrderAPICall">
    <svcdoc:ArtifactType>TransportAdapter</svcdoc:ArtifactType>
    <svcdoc:ServiceOperation>
    <svcdoc:Name>Procedure</svcdoc:Name>
    </svcdoc:ServiceOperation>
    <svcdoc:TransportDetails>
    <svcdoc:DBAdapter>
    <svcdoc:ResourceProvider>OracleDB</svcdoc:ResourceProvider>
    <svcdoc:ConnectionFactory>eis/DB/APPS</svcdoc:ConnectionFactory>
    <svcdoc:ApplicationName>Ebiz</svcdoc:ApplicationName>
    <svcdoc:XAEnabled>True</svcdoc:XAEnabled>
    <svcdoc:ResourceTargetIdentifier>EBIZ01</svcdoc:ResourceTargetIdentifier>
    <svcdoc:ResourceName>BAPO_SOA_STD_IMPORT_K.BAPO_SOA_VALIDATE_HEADERS_P</svcdoc:ResourceName>
    </svcdoc:DBAdapter>
    </svcdoc:TransportDetails>
    </svcdoc:reference>
    </svcdoc:xxxposite>
    </svcdoc:BOM>
    DP
    <DeploymentPlan xxxponent="BAERPSOA" version="3.0">
    <PreInstallScript>
    <if>
    <equals arg1="${oer.server.publishtooer}" arg2="true"/>
    <then>
    <copy todir="${AIA_INSTANCE}/Infrastructure/LifeCycle/Install/PIPHarvest">
    <fileset file="${AIA_HOME}/Infrastructure/LifeCycle/AIAHarvester/HarvesterSettings.xml" />
    <filterchain>
    <expandproperties/>
    </filterchain>
    </copy>
    <for param="file">
    <path>
    <fileset dir="${AIA_INSTANCE}/Infrastructure/LifeCycle/Install/PIPHarvest">
    <include name="*.xml"/>
    </fileset>
    </path>
    <sequential>
    <OEREncrypt sourceFile="@{file}" destinationFile="@{file}" />
    </sequential>
    </for>
    </then>
    </if>
    </PreInstallScript>
    <Configurations>
    <EndpointConfigurator target-server="pips.BAERPSOA" dir="${AIA_HOME}">
    </EndpointConfigurator>
    <Datasource name="APPS" jndiLocation="jdbc/APPS" action="create" database="participatingapplications.Ebiz.db.EBIZ01" xa-enabled="true" wlserver="pips.BAERPSOA"/>
    <UpdateMetadata wlserver="pips.BAERPSOA" >
    <fileset dir="${AIA_HOME}/AIAMetaData">
    <include name="AIAxxxponents/ApplicationObjectLibrary/Ebiz/**" />
    <include name="AIAxxxponents/ApplicationConnectorServiceLibrary/Ebiz/**" />
    </fileset>
    </UpdateMetadata>
    <ManagedServer wlserver="pips.BAERPSOA" action="shutdown" failonerror="true"/>
    <DbAdapter connection-instance-jndi="eis/DB/APPS" datasource-jndi="jdbc/APPS" xa-enabled="true" action="create" wlserver="pips.BAERPSOA"/>
    <ManagedServer wlserver="pips.BAERPSOA" action="start" failonerror="true"/>
    </Configurations>
    <Deployments>
    <xxxposite xxxpositeName="PurchaseOrderListEbizProvider" xxxpositedir="${AIA_HOME}/xxxposites/PurchaseOrderListEbizProvider" revision="1.0" wlserver="pips.BAERPSOA" action="deploy" />
    </Deployments>
    <PostInstallScript>
    </PostInstallScript>
    </DeploymentPlan>
    AIAInstallProperties
    <?xml version="1.0" encoding="UTF-8"?>
    <properties>
    <aiainstance>
    <aiaHome>/oracle/product/Middleware/AIA</aiaHome>
    <name>AIA_DEV</name>
    <javahome>/oracle/product/jdk16</javahome>
    <remote_install>false</remote_install>
    <domain_root>/oracle/product/Middleware/user_projects/domains/base_domain</domain_root>
    <mwHome>/oracle/product/Middleware</mwHome>
    <soaHome>/oracle/product/Middleware/Oracle_SOA1</soaHome>
    <aiainstalltype>standard</aiainstalltype>
    <isencrypted>false</isencrypted>
    </aiainstance>
    <fp>
    <version>11.1.1.3.0</version>
    <server>
    <adminhostname>xxx.xxx.xxx.xxx</adminhostname>
    <adminport>7001</adminport>
    <domainname>base_domain</domainname>
    <username>*****</username>
    <password>*****</password>
    <servertype>Server</servertype>
    <soaserver>soa_server1</soaserver>
    <soaserverhostname>xxx.xxx.xxx.xxx</soaserverhostname>
    <soaserverport>8001</soaserverport>
    </server>
    <db>
    <aia>
    <jdbc-url*</jdbc-url>
    <username>******</username>
    <password>******</password>
    <createschema>true</createschema>
    <sysusername>system</sysusername>
    <syspassword>********</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>aia_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </aia>
    <mds>
    <jdbc-url>*</jdbc-url>
    <username>*****</username>
    <password>*****</password>
    </mds>
    <sr>
    <jdbc-url>*</jdbc-url>
    <username>*****</username>
    <password>*****</password>
    <createschema>true</createschema>
    <sysusername>*****</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>aia_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </sr>
    <jms>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521/SOAD</jdbc-url>
    <username>AIA_DEV_JMSUSER</username>
    <password>******</password>
    <createschema>true</createschema>
    <sysusername>*****</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>aia_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </jms>
    <xref>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521/SOAD</jdbc-url>
    <username>*****</username>
    <password>*****</password>
    <createschema>true</createschema>
    <sysusername>*****</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>aia_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </xref>
    <aialifecycle>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521/SOAD</jdbc-url>
    <username>*****</username>
    <password>*****</password>
    <createschema>true</createschema>
    <sysusername>*****</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>aia_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </aialifecycle>
    </db>
    </fp>
    <oer>
    <server>
    <publishtooer>false</publishtooer>
    <oerurl/>
    <username/>
    <password>*****</password>
    </server>
    </oer>
    <participatingapplications>
    <BAERPSOA>
    <server>
    <adminhostname>xxx.xxx.xxx.xxx</adminhostname>
    <adminport>7001</adminport>
    <domainname>base_domain</domainname>
    <username>*****</username>
    <password>*****</password>
    <servertype>Server</servertype>
    <soaserver>soa_server1</soaserver>
    <soaserverhostname>xxx.xxx.xxx.xxx</soaserverhostname>
    <soaserverport>8001</soaserverport>
    </server>
    <db>
    <aiademoparticipatingapp>
    <jdbc-url>jdbc:oracle:thin:@sbuxtdb4.xxx.xxx.xxx:1571/FINDL</jdbc-url>
    <username>*****</username>
    <password>*****</password>
    <createschema>true</createschema>
    <sysusername>*****</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>apps_ts_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </aiademoparticipatingapp>
    </db>
    </BAERPSOA>
    </participatingapplications>
    <pips>
    <BAERPSOA>
    <version>11.1.1.3.0</version>
    <server>
    <adminhostname>xxx.xxx.xxx.xxx</adminhostname>
    <adminport>7001</adminport>
    <domainname>base_domain</domainname>
    <username>*****</username>
    <password>*****</password>
    <servertype>Server</servertype>
    <soaserver>soa_server1</soaserver>
    <soaserverhostname>xxx.xxx.xxx.xxx</soaserverhostname>
    <soaserverport>8001</soaserverport>
    </server>
    </BAERPSOA>
    </pips>
    </properties>
    Edited by: Anish Raj on Dec 12, 2011 1:52 PM

    <?xml version="1.0" encoding="UTF-8"?>
    <properties>
    <aiainstance>
    <aiaHome>/oracle/product/Middleware/AIA</aiaHome>
    <name>AIA_DEV</name>
    <javahome>/oracle/product/jdk16</javahome>
    <remote_install>false</remote_install>
    <domain_root>/oracle/product/Middleware/user_projects/domains/base_domain</domain_root>
    <mwHome>/oracle/product/Middleware</mwHome>
    <soaHome>/oracle/product/Middleware/Oracle_SOA1</soaHome>
    <aiainstalltype>standard</aiainstalltype>
    <isencrypted>false</isencrypted>
    </aiainstance>
    <fp>
    <version>11.1.1.3.0</version>
    <server>
    <adminhostname>xxx.xxx.com.xxx</adminhostname>
    <adminport>7001</adminport>
    <domainname>base_domain</domainname>
    <username>xxx</username>
    <password>xxx</password>
    <servertype>Server</servertype>
    <soaserver>soa_server1</soaserver>
    <soaserverhostname>xxx.xxx.com.xxx</soaserverhostname>
    <soaserverport>8001</soaserverport>
    </server>
    <db>
    <aia>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.com.xxx:1521/SOAD</jdbc-url>
    <username>AIA_DEV_AIA</username>
    <password>xxx</password>
    <createschema>true</createschema>
    <sysusername>system</sysusername>
    <syspassword>******</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>aia_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </aia>
    <mds>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.com.xxx:1521/SOAD</jdbc-url>
    <username>DEV_MDS</username>
    <password>xxx</password>
    </mds>
    <sr>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.com.xxx:1521/SOAD</jdbc-url>
    <username>AIA_DEV_AIAEBOD</username>
    <password>xxx</password>
    <createschema>true</createschema>
    <sysusername>system</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>aia_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </sr>
    <jms>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.com.xxx:1521/SOAD</jdbc-url>
    <username>AIA_DEV_JMSUSER</username>
    <password>xxx</password>
    <createschema>true</createschema>
    <sysusername>system</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>aia_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </jms>
    <xref>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.com.xxx:1521/SOAD</jdbc-url>
    <username>AIA_DEV_XREF</username>
    <password>xxx</password>
    <createschema>true</createschema>
    <sysusername>system</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>aia_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </xref>
    <aialifecycle>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.com.xxx:1521/SOAD</jdbc-url>
    <username>AIA_DEV_AIALIFECYCLE</username>
    <password>xxx</password>
    <createschema>true</createschema>
    <sysusername>system</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>aia_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </aialifecycle>
    </db>
    </fp>
    <oer>
    <server>
    <publishtooer>false</publishtooer>
    <oerurl/>
    <username/>
    <password>*****</password>
    </server>
    </oer>
    <participatingapplications>
    <BAERPSOA>
    <server>
    <adminhostname>xxx.xxx.com.xxx</adminhostname>
    <adminport>7001</adminport>
    <domainname>base_domain</domainname>
    <username>xxx</username>
    <password>xxx</password>
    <servertype>Server</servertype>
    <soaserver>soa_server1</soaserver>
    <soaserverhostname>xxx.xxx.com.xxx</soaserverhostname>
    <soaserverport>8001</soaserverport>
    </server>
    <db>
    <aiademoparticipatingapp>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.com.xxx:9999/FINDL</jdbc-url>
    <username>apps</username>
    <password>******</password>
    <createschema>true</createschema>
    <sysusername>system</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>apps_ts_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </aiademoparticipatingapp>
    </db>
    </BAERPSOA>
    <Ebiz>
    <server>
    <adminhostname>xxx.xxx.com.xxx</adminhostname>
    <adminport>7001</adminport>
    <domainname>base_domain</domainname>
    <username>xxx</username>
    <password>xxx</password>
    <servertype>Server</servertype>
    <soaserver>soa_server1</soaserver>
    <soaserverhostname>xxx.xxx.com.xxx</soaserverhostname>
    <soaserverport>8001</soaserverport>
    </server>
    <db>
    <EBIZ01>
    <jdbc-url>jdbc:oracle:thin:@xxx.xxx.com.xxx:9999/FINDL</jdbc-url>
    <username>apps</username>
    <password>********</password>
    <createschema>true</createschema>
    <sysusername>system</sysusername>
    <syspassword>*****</syspassword>
    <role>SYSDBA</role>
    <defxxxlttablespace>apps_ts_data</defxxxlttablespace>
    <temptablespace>TEMP</temptablespace>
    </EBIZ01>
    </db>
    </Ebiz>
    </participatingapplications>
    <pips>
    <BAERPSOA>
    <version>11.1.1.3.0</version>
    <server>
    <adminhostname>xxx.xxx.com.xxx</adminhostname>
    <adminport>7001</adminport>
    <domainname>base_domain</domainname>
    <username>xxx</username>
    <password>xxx</password>
    <servertype>Server</servertype>
    <soaserver>soa_server1</soaserver>
    <soaserverhostname>xxx.xxx.com.xxx</soaserverhostname>
    <soaserverport>8001</soaserverport>
    </server>
    </BAERPSOA>
    </pips>
    </properties>
    I am still getting this error,
    /oracle/product/Middleware/AIA/Infrastructure/Install/AID/AIAInstallDriver.xml:72: The following error occurred while executing this line:
    /oracle/product/Middleware/AIA/Infrastructure/Install/AID/AIAExecuteDriver.xml:79: The following error occurred while executing this line:
    /oracle/product/Middleware/AIA/Infrastructure/Install/AID/AIAExecuteDriver.xml:58: The following error occurred while executing this line:
    /oracle/product/Middleware/AIA/aia_instances/AIA_DEV/tmp/AIDExecuteDP_temp_687973863.xml:6: The following error occurred while executing this line:
    /oracle/product/Middleware/AIA/Infrastructure/Install/AID/lib/AIDConfigurationLibraryTasks.xml:379: Not provided valid values for jdbc-url, username, password for datasource tag in null
    I think there is something wrong, and there are lot of unwanted sections in the file. Actually we took the defxxxlt file and modified it.
    BAERPSOA is the name of the Project from the AIA LCW, EBIZ01 is the SystemID and Ebiz is the short name. As of now, I am trying to deploy just one component, which is the db adapter composite connected to Oracle E Business Suite.
    Regards,
    ANish.
    Edited by: Anish Raj on Dec 12, 2011 2:05 PM

  • I cannot log onto the App Store, the page appears when I call it from the dock or the Apple menu. I can call the log-in box from the menu bar, but on signing in the spinning icon just keeps spinning,(not the beachball). Any suggestions? Using 10.6.7 and u

    I cannot log onto the App Store, the page appears when I call it from the dock or the Apple menu and I can call the log-in box from the menu bar, but on signing in the spinning icon just keeps spinning,(not the beachball).  Using 10.6.7 and up-to-date on all software. Any suggestions?

    Could be a third party app preventing you from being able to login.
    Mac App Store: Sign in sheet does not appear, or does not accept typed text
    If it's not a third party issue, follow the instructions here.
    Quit the MAS if it's open.
    Open a Finder window. Select your Home folder in the Sidebar on the left then open the Library folder then the Caches folder.
    Move the com.apple.appstore and the com.apple.storeagent files from the Caches folder to the Trash
    From the same Library folder open the Preferences folder.
    Move these files Preferences folder to the Trash: com.apple.appstore.plist and com.apple.storeagent.plist
    Same Library folder open the Cookies folder. Move the com.apple.appstore.plist file from the Cookies folder to the Trash.
    Relaunch the MAS.

  • My Apple id was disabled and had to make a new one for iTunes but it's not letting me erase then re download the app with the new Apple ID

    My Apple id was disabled and had to make a new one for iTunes but it's not letting me erase then re download the app with the new Apple ID   Just got an iPad air 2 so my iCloud and family sharing is with the one that's disabled. Which I don't know how to switch to my new one, so I trying to erase my apps that won't load and just re download them with my new ID that is being used with the iTunes n app store but I can't even find most in purchased plus it's saying that I can't get it cuz that ID is not with family sharing but I donT know why it would not be. Please someone help.

    OOk so I have my new Apple id in my iTunes account but my old Apple ID is the one that is in the iCloud account which is the Apple ID have been using for years and the reason I cannot get it on this abled is because somebody was using my credit card or debit card that was on file for family sharing and it was a stolen iPhone from my account so they had to disable my Apple ID and I could not use my debit card anymore on any Apple ID ever again they said because of it so I can't get it not to be disabled and I can't sign into iTunes with it I already have signed out and signed in with my new Apple ID for iTunes it's just iCloud is not letting me load anything so pretty much what I've been doing is I have to erase every app and then re-dumb going to iTunes and re-download the apps again but the only issue is that I still have a disabled Apple ID as my iCloud settings and my iCloud family sharing in all of that so I'm wondering how or is it possible to change my Apple ID for iCloud specifically because when I go into Icloud and settings and go into my name where my Apple ID is the one that's disabled it doesn't say anything about log out or sign out or anything like that it just says to put the password for it so is there a way to change the Apple ID for my iCloud so that my iTunes in my iCloud is the same Apple ID?

  • TS1702 When I try and access March 2013 in Calendar the app simply closes.  This happens if I click March in the month tape at bottom of screen or if I try swiping from February or April. Is there a fix, I've tried restarting the app and the iPad to no af

    When I try and access March 2013 in Calendar the app simply closes.  This happens if I click March in the month tape at bottom of screen or if I try swiping from February or April. Is there a fix, I've tried restarting the app and the iPad to no affect

    See this discussion with the exact same issue:
    https://discussions.apple.com/thread/4690697?tstart=0

  • I'm trying to update my apps using the creative cloud desktop app. I can't see any apps in the app tab, the wheel just spins round and round and nothing happens. Has anyone got any ideas? I've tried uninstalling the desktop app and reinstalling but it sti

    Hi
    I'm trying to update my apps using the creative cloud desktop app. I can't see any apps in the app tab, the wheel just spins round and round and nothing happens. Has anyone got any ideas? I've tried uninstalling the desktop app and reinstalling but it still has the same problem.
    Cheers
    Rachel

    Hi Rachel,
    You can follow the article: App doesn't open | Progress wheel spins continually to get your issue fixed.
    Let us know if the issue still persists or not.
    Regards,
    Ratandeep Arora

Maybe you are looking for

  • Confused about Mapviewer and SQL in OBIEE 11g.

    I read in another post that you cant use mapviewer unless you have an oracle database. Here is my confusion. The mapviewer product comes with OBIEE 11g, Correct? If I use Google Maps, and load the map information into an SQL data base, why wouldnt I

  • Quickest way to work with Alpha'd Graphics on Timeline

    Hi All, What do a simple Graphics Overylay for a video we are editing.  Basically want to edit a split screen video and over lay a graphic to give it nice branding.   To achiveve this have two layers of video with a Graphic over the top with an Alpha

  • White screen in liquify

    When I open liquify in CS5 a white screen appears, no image. I have been using this program and liquify for years and haven't had any problems.  I haven't updated or made any changes to my computer so I don't think it has anything to do with the vide

  • Playing Clips/Sequences in background, while using other application?

    I am working for a reality TV show and we are trying to take notes in Microsoft Word while the editors sequences are playing. Is there any way to change the preferences so that Final Cut will play a clip or a sequence while we are using another appli

  • Problem with 'first play'

    My first play is set to the main menu. For some reason if I don't go back to main menu before ejecting, then when I put it back in it starts where I stopped rather than main menu. This only happens on computer, not in DVD player. Any ideas. I'm using