Weblogic 10.3.5 error during upgrade to  JSF 2.0

I created a very simple test application using Jdev 11.1.2.0 which deployed well aganist the IntegratedWeblogicServer.
I copied the deployed project from ${MW_HOME}/jdeveloper/system11.1.2.0.38.59.69/o.j2ee/drs/TestApplication to ${WEBLOGIC_SERVER_HOME}/user_projects/applications/base_domain_t1/TestApplication.
Both the weblogic servers have identical config.xml files and similar set of directories. On doing some research over this error, I found out similar errors occuring while upgrade for JBoss and Glassfish servers too.
Any pointers on what the problem could be?
<Apr 11, 2011 1:59:10 PM PDT> <Error> <javax.enterprise.resource.webcontainer.jsf.config> <BEA-000000> <Critical error during deployment:
com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:351)
at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:222)
at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Caused By: java.lang.NullPointerException
at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.<init>(UnifiedRenderKit.java:129)
at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.createRenderKit(UnifiedRenderKit.java:111)
at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKitFactory.getRenderKit(UnifiedRenderKitFactory.java:59)
at org.apache.myfaces.trinidadinternal.renderkit.CoreRenderKitFactory.getRenderKit(CoreRenderKitFactory.java:55)
at com.sun.faces.config.processor.RenderKitConfigProcessor.addRenderKits(RenderKitConfigProcessor.java:236)
at com.sun.faces.config.processor.RenderKitConfigProcessor.process(RenderKitConfigProcessor.java:155)
at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
at com.sun.faces.config.processor.ManagedBeanConfigProcessor.process(ManagedBeanConfigProcessor.java:266)
at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
at com.sun.faces.config.processor.ValidatorConfigProcessor.process(ValidatorConfigProcessor.java:116)
at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
at com.sun.faces.config.processor.ConverterConfigProcessor.process(ConverterConfigProcessor.java:122)
at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
at com.sun.faces.config.processor.ComponentConfigProcessor.process(ComponentConfigProcessor.java:113)
at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
at com.sun.faces.config.processor.ApplicationConfigProcessor.process(ApplicationConfigProcessor.java:333)
at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:112)
at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:212)
at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:332)
at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:222)
at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
>
<Apr 11, 2011 1:59:10 PM PDT> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null.
java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:290)
at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
Truncated. see log file for complete stacktrace
Caused By: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:351)
at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:222)
at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
Truncated. see log file for complete stacktrace
Caused By: java.lang.NullPointerException
at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.<init>(UnifiedRenderKit.java:129)
at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.createRenderKit(UnifiedRenderKit.java:111)
at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKitFactory.getRenderKit(UnifiedRenderKitFactory.java:59)
at org.apache.myfaces.trinidadinternal.renderkit.CoreRenderKitFactory.getRenderKit(CoreRenderKitFactory.java:55)
at com.sun.faces.config.processor.RenderKitConfigProcessor.addRenderKits(RenderKitConfigProcessor.java:236)
Truncated. see log file for complete stacktrace
>
<Apr 11, 2011 1:59:10 PM PDT> <Error> <javax.enterprise.resource.webcontainer.jsf.config> <BEA-000000> <Unexpected exception when attempting to tear down the Mojarra runtime
java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.application.ApplicationFactory
at javax.faces.FactoryFinder$FactoryManager.getFactory(FactoryFinder.java:800)
at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:302)
at com.sun.faces.config.InitFacesContext.getApplication(InitFacesContext.java:104)
at com.sun.faces.config.ConfigureListener.contextDestroyed(ConfigureListener.java:323)
at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:482)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.EventsManager.notifyContextDestroyedEvent(EventsManager.java:200)
at weblogic.servlet.internal.WebAppServletContext.destroy(WebAppServletContext.java:3224)
at weblogic.servlet.internal.ServletContextManager.destroyContext(ServletContextManager.java:247)
at weblogic.servlet.internal.HttpServer.unloadWebApp(HttpServer.java:461)
at weblogic.servlet.internal.WebAppModule.destroyContexts(WebAppModule.java:1535)
at weblogic.servlet.internal.WebAppModule.deactivate(WebAppModule.java:507)
at weblogic.application.internal.flow.ModuleStateDriver$2.previous(ModuleStateDriver.java:387)
at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:223)
at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:215)
at weblogic.application.internal.flow.ModuleStateDriver.deactivate(ModuleStateDriver.java:141)
at weblogic.application.internal.flow.ScopedModuleDriver.deactivate(ScopedModuleDriver.java:206)
at weblogic.application.internal.flow.ModuleListenerInvoker.deactivate(ModuleListenerInvoker.java:261)
at weblogic.application.internal.flow.DeploymentCallbackFlow$2.previous(DeploymentCallbackFlow.java:547)
at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:223)
at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:215)
at weblogic.application.internal.flow.DeploymentCallbackFlow.deactivate(DeploymentCallbackFlow.java:192)
at weblogic.application.internal.flow.DeploymentCallbackFlow.deactivate(DeploymentCallbackFlow.java:184)
at weblogic.application.internal.BaseDeployment$2.previous(BaseDeployment.java:642)
at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:223)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:63)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
>
<Apr 11, 2011 1:59:10 PM PDT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'TestApplication'.
weblogic.application.ModuleException:
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
Truncated. see log file for complete stacktrace
Caused By: java.lang.NullPointerException
at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.<init>(UnifiedRenderKit.java:129)
at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.createRenderKit(UnifiedRenderKit.java:111)
at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKitFactory.getRenderKit(UnifiedRenderKitFactory.java:59)
at org.apache.myfaces.trinidadinternal.renderkit.CoreRenderKitFactory.getRenderKit(CoreRenderKitFactory.java:55)
at com.sun.faces.config.processor.RenderKitConfigProcessor.addRenderKits(RenderKitConfigProcessor.java:236)
Truncated. see log file for complete stacktrace
>

Here is the stack trace. A quick online search points me to pages asking me to isolate jsf2.0 from any myfaces implementations. Not sure if that is the problem or how to resolve it.
<Apr 11, 2011 3:14:21 PM PDT> <Error> <javax.enterprise.resource.webcontainer.jsf.config> <BEA-000000> <Critical error during deployment:
com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:351)
at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:222)
at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Caused By: java.lang.NullPointerException
at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.<init>(UnifiedRenderKit.java:129)
at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.createRenderKit(UnifiedRenderKit.java:111)
at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKitFactory.getRenderKit(UnifiedRenderKitFactory.java:59)
at org.apache.myfaces.trinidadinternal.renderkit.CoreRenderKitFactory.getRenderKit(CoreRenderKitFactory.java:55)
at com.sun.faces.config.processor.RenderKitConfigProcessor.addRenderKits(RenderKitConfigProcessor.java:236)
at com.sun.faces.config.processor.RenderKitConfigProcessor.process(RenderKitConfigProcessor.java:155)
at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
at com.sun.faces.config.processor.ManagedBeanConfigProcessor.process(ManagedBeanConfigProcessor.java:266)
at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
at com.sun.faces.config.processor.ValidatorConfigProcessor.process(ValidatorConfigProcessor.java:116)
at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
at com.sun.faces.config.processor.ConverterConfigProcessor.process(ConverterConfigProcessor.java:122)
at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
at com.sun.faces.config.processor.ComponentConfigProcessor.process(ComponentConfigProcessor.java:113)
at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
at com.sun.faces.config.processor.ApplicationConfigProcessor.process(ApplicationConfigProcessor.java:333)
at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:112)
at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:110)
at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:212)
at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:332)
at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:222)
at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
>
<Apr 11, 2011 3:14:21 PM PDT> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null.
java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:290)
at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
Truncated. see log file for complete stacktrace
Caused By: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! null
at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:351)
at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:222)
at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
Truncated. see log file for complete stacktrace
Caused By: java.lang.NullPointerException
at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.<init>(UnifiedRenderKit.java:129)
at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.createRenderKit(UnifiedRenderKit.java:111)
at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKitFactory.getRenderKit(UnifiedRenderKitFactory.java:59)
at org.apache.myfaces.trinidadinternal.renderkit.CoreRenderKitFactory.getRenderKit(CoreRenderKitFactory.java:55)
at com.sun.faces.config.processor.RenderKitConfigProcessor.addRenderKits(RenderKitConfigProcessor.java:236)
Truncated. see log file for complete stacktrace
>
<Apr 11, 2011 3:14:21 PM PDT> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: java.lang.StackOverflowError.
java.lang.StackOverflowError
at javax.faces.FactoryFinder$FactoryManagerCache.getApplicationFactoryManager(FactoryFinder.java:698)
at javax.faces.FactoryFinder$FactoryManagerCache.access$100(FactoryFinder.java:666)
at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:300)
at com.sun.faces.config.InitFacesContext.getApplication(InitFacesContext.java:104)
at com.sun.faces.util.MessageFactory.getApplication(MessageFactory.java:280)
Truncated. see log file for complete stacktrace
>
<Apr 11, 2011 3:14:21 PM PDT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'TestApplication'.
weblogic.application.ModuleException:
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
Truncated. see log file for complete stacktrace
Caused By: java.lang.NullPointerException
at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.<init>(UnifiedRenderKit.java:129)
at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKit.createRenderKit(UnifiedRenderKit.java:111)
at oracle.adfinternal.view.faces.unified.renderkit.UnifiedRenderKitFactory.getRenderKit(UnifiedRenderKitFactory.java:59)
at org.apache.myfaces.trinidadinternal.renderkit.CoreRenderKitFactory.getRenderKit(CoreRenderKitFactory.java:55)
at com.sun.faces.config.processor.RenderKitConfigProcessor.addRenderKits(RenderKitConfigProcessor.java:236)
Truncated. see log file for complete stacktrace
>

Similar Messages

  • Error during Upgrade from 4.6c to ECC 6.0

    Hi All,
      We are facing an error when upgrading from 4.6c to ECC 6.0. We are facing this error on the table COEP - runtime object inconsistancy. What we found is there is ERP upgrade has created new extra fields in the table. In log file the error is specified as : Duplicate Field name, But we not able to find the duplicate field name in the table.  Please kindly help as early as possible. The upgrade process is stuck.
    Regards
    Anil Kumar K

    Hi Anil,
    Is this issue fixed? Can i know how you fixed it?
    replied to your message Re: How to adopt the index changes during upgrade.
    Thanks,
    Somar

  • Errors during upgrade/installation af icloud 4.02

    When I try to upgrade icloud 3.1 to 4.02 with Apple Software Update I get this error message:
    There were errors during the installation of the updates. If the problem persists, choose Tools> Download Only and try installing manually.
    When I try to install manually I receive this error message:
    Windows Installer
    Error transformation. Make sure that the indicated transforming path is valid.
    I have also tried to uninstall 3.1 and run the installation of 4.x but it still fails.
    This error is happening on several of my Windows 7 32bit
    I hope anyone can help me solving this error :-)

    When I try to upgrade icloud 3.1 to 4.02 with Apple Software Update I get this error message:
    There were errors during the installation of the updates. If the problem persists, choose Tools> Download Only and try installing manually.
    When I try to install manually I receive this error message:
    Windows Installer
    Error transformation. Make sure that the indicated transforming path is valid.
    I have also tried to uninstall 3.1 and run the installation of 4.x but it still fails.
    This error is happening on several of my Windows 7 32bit
    I hope anyone can help me solving this error :-)

  • LONGPOST.LOG Errors during Upgrade from 4.6C to ECC 6.0

    Dear all,
    We have received the below errors during our upgrade from 4.6C to ECC 6.0.
    Basically we have received three types of errors:
    1.
    4PETG065 RSUPGDEC: Table/structure "BAPE_VBAK" (component "SD-SLS" ) enhanced illegally: Error "2"
    2.
    A2PESEEF_BADI 103 BAdI implementation "/IRM/BADI_SDDOCFLOW" must still be migrated
    A2PESEEF_BADI 103 BAdI implementation "ZOTC218E_1" must still be migrated
    A2PESEEF_BADI 103 BAdI implementation "ZZ_MG_MASS_NEWSEG" must still be migrated A2PESEEF_BADI 103 BAdI implementation "ZOTC218E_1" must still be migrated
    A2PESEEF_BADI 103 BAdI implementation "ZOTC218E_1" must still be migrated
    3.
    3PETG447 Table and runtime object "/SSF/DHEAD" exist without DDIC reference ("Transp. table")
    3PETG447 Table and runtime object "/SSF/DTAB" exist without DDIC reference ("Transp. table")
    3PETG447 Table and runtime object "/SSF/PTAB" exist without DDIC reference ("Transp. table")
    Can anyone help us how to solve this issues.
    Thanks & Regards
    Senthil

    Hi,
    Senthil following are ans to ur questions
    1. After the SPAU remediation is completed, should I manually release the transport or should I start the upgrade and the upgrade will release that transport?
    Ans : Once your SPAU remediation is completed you should release the requests and then start the upgrade of the DEV system.
    2. How do we import this SPDD & SPAU transport in the QA and PRD, I mean at what stage of the upgrade we need to specify/ include this transport?
    Ans : Now when you start the QA or PRD upgrade at that time you come across a phase during PREPARE called ADJUSTPRP.
    Refer following note for further information --
    SAPNote 124522 - Importing a modification adjustment in 2nd upgrade
    3. Suppose the QA & PRD has more objects to adjust than our Dev box, and this transport will not take care of the delta objects, so in that case how should we remediate, we need to create an other transport request in QA and then it will become two transports?
    Ans : First of all this should not be the scenario where you have more modified objects than that in DEV. As all the modfications should take place in DEV first and then should be transported to QA and then PRD. But in such case what you can do is complete the upgrade of QA system and then you are still having 14 days to complete the SPAU objects. So you can make another request which can be transported as a post upgrade activity once the upgrade is completed in production. For SPDD you will have to take care of the SPDD objects if there are different than those in DEV during the ACT_700 phase only or else you might risk data.
    This is the reason why SAP always asks you to follow a proper transport path.
    4. If our dev box has more objects for remediation than our QA & PRD, then will these objects be also imported into the QA & PRD box?
    Ans : Yes, thats why you should be very sure about the SPAU objects that you have found in DEV. You need to compare the objects with QA and PRD and then only make the modifications.
    I hope i have answered all your queries.
    Regards,
    Suhas

  • Error during upgradation

    Hi,
      During upgradation I got error at SACT_700 with following log
    Activate lock object "E_BAMMAPNG"
    4EEDI751 Base table "BAMMAPFCGR" of the lock object is not active
    4 EDI813 Lock object "E_BAMMAPNG" not activated
    4 EDI806XActivate lock object "E_BAMUIBT"
    4EEDI751 Base table "BAMUIB" of the lock object is not active
    4EEDI751 Base table "BAMUIBT" of the lock object is not active
    4 EDI813 Lock object "E_BAMUIBT" not activated
       When I looked at the base table it is already active.
    And also with the following error log
    Activate search help "Z_KSTAR"
    4EEDH163 Search help parameter "SPRAS" does not occur in the selection method
    4WEDH187 Default value "'EN'" does not suit the type of search help parameter "SPRAS"
    4 EDH109 Search help "Z_KSTAR" was not activated
    4 EDH102XActivate search help "Z_SKA1"
    4EEDH163 Search help parameter "SPRAS" does not occur in the selection method
    4WEDH187 Default value "'EN'" does not suit the type of search help parameter "SPRAS"
    4 EDH109 Search help "Z_SKA1" was not activated
    but when I checked the search help it is consistent  & I want default value EN to be specified.
      EDT402 Append structure "ZAKKAPARA_TA" appended to table "KKAPARA_TA"
    4WEDT191 Enhancement category "3" possible, but include or subty. not yet classified
    3EEDT963 Field "MAKTX" in table "KKAPARA_TA" is specified twice. Please check
    3 EDT015 Dependent table "KKAPARA_TA" was not activated
        but the field MAKTX is specified once in KKAPARA_TA but from appended structure  ZAKKAPARA_TA.
    Regards,
    Karthik.k

    Hi Karthik,
    Kindly check the versions of  E_BAMMAPNG and E_BAMUIBT. if you find Modif and Active version, then lock objects are not in active mode.
    open the object in edit mode, check the object and activate it.
    in search help Z_KSTAR and Z_SKA1, check if SPRAS is used as IMPORTING and/or EXPORTING parameter. remove the check of IMPORTING or EXPORTING parameter, save and activate the search help
    MAKTX is available in KKAPARA_TA, hence remove it from ZAKKAPARA_TA. save and activate the structure and table.
    after each modification, adjust and activate the database.
    regards
    Rahul.

  • Error during upgrade to 12.1.1

    Hii.,
    Im upgrading from 11.5.10.2 to 12.1.1 on my linux 32 bit machine, i have already upgraded my DB from 10.2.0.5 to 11.2.0.2.
    Now when i install the 12.1.1 file system before applying the upgrade patch driver, im getting the following error during post checking,
    RW-50016:Error:- APPL_TOP environment file was not created
    Can anyone help me in resolvng the issue,
    Can i goahead and apply the upgrade patch.???
    Kindly suggest me and help me solving the issue,
    Thanks in advance.

    I cannot find the xml file restart.xml on the specified location.
    plz find below the system structure nd permissions
    [appldev2@test DEV_test]$ cd /oraebs/R12_new/inst/apps/DEV_test/temp/
    [appldev2@test temp]$ ls
    adrunat.sh adrunias.sh
    [appldev2@test temp]$ ls -l
    total 28
    -rwxrwxrwx 1 appldev2 dba 8490 Apr 14 19:33 adrunat.sh
    -rwxrwxrwx 1 appldev2 dba 6411 Apr 14 19:33 adrunias.sh
    [appldev2@test temp]$ cd ..
    [appldev2@test DEV_test]$ ls -l
    total 48
    drwxr-xr-x 5 appldev2 dba 4096 Apr 14 20:06 admin
    drwxr-xr-x 3 appldev2 dba 4096 Apr 14 19:22 appl
    -rw-r--r-- 1 appldev2 dba 11487 Apr 14 19:21 conf_DEV.txt
    drwxr-xr-x 2 appldev2 dba 4096 Apr 14 20:21 logs
    drwxrwxrwx 2 appldev2 dba 4096 Apr 14 20:06 temp
    [appldev2@test DEV_test]$ pwd
    /oraebs/R12_new/inst/apps/DEV_test
    [appldev2@test DEV_test]$
    Thanks

  • Error during upgrade from OBIEE 10G to 11G

    Hello All
    I ran into this issue while trying to upgrade my 10g RPD and catalog to 11.1.1.7
    After installing 11G, I launched the upgrade utility from Oracle_Common/bin/ua in linux.
    I am getting the below error:
    UPGAST-00797: Oracle Fusion Middleware Upgrade Assistant cannot be run from an Application Developer Oracle home.
    Based on the Oracle Doc. it has the following desc:
    UPGAST-00797: Oracle Fusion Middleware Upgrade Assistant cannot be run from an Application Developer Oracle home.
    Cause: The user has chosen to perform a upgrade from an Oracle home that does not allow an upgrade.
    Action: None.
    Level: 1
    Type: ERROR
    Impact: Upgrade
    So what should I do to resolve this issue?
    Thanks in advance

    Hi,
    First of all i am not familiar on linux box.
    I tried in windows environment the rpd is deployed with out any errors.
    But i ran the ua.bat file in the following path
    \MWHOME\Oracle_BI1\bin\ua.bat.
    while i am running in oracle_common\bin\ua.bat is not responding in my local system.
    Please Mark if it helpful.
    Thanks

  • Errors during upgrade and Ininstall of Adobe Reader 10.1.3

    I am having problems updating Adobe Reader 10.1.3. The following error is generated: "Fatal error during installation" - Error 1603.
    I've tried uninstalling 10.1.3 but this crashes with the following error: "msiexec.exe has encountered a problem and needs to close".
    What are the steps to perform a manual uninstall?
    I should note that the current version 10.1.3 seems to work fine.
    OS: Windows XP
    Thanks

    Try http://labs.adobe.com/downloads/acrobatcleaner.html

  • Error during upgrading Cisco Unity Connection to SU2

    Help!
    I'm facing an error while upgrading Cisco Unity Connection 8.5.1.10000-26 to SU2 (8.5.1.12900-7). 
    When it's trying to download the SU2 file (UCSInstall_UCOS_8.5.1.12900-7.sgn.iso ) to Unity Connection after 2GB I get this error:
    Error encountered: Upgrade has detected that the ISO file name has been changed from the original name. This is not allowed. MD5 Hash Value: 32:32:db:47:99:48:c6:53:12:e2:78:76:94:90:a4:1d
    I tried this from multlpe FTP servers and I downloaded the SU2 file multlpe times assuming the download was bad.  I also rebooted the Unity Connection server here and there assuming it was something with the server.
    I first tried SU1, but that gave the same error, so I attempted to go with SU2.
    Any ideas for resolving this?
    Thank you!
    -rya

    Hi Rya,
    OK...well you've certainly done your due diligence here
    Did you run an MD5 check after the download to compare the file values?
    I had a long look for bugs related to this issue and came up empty so I can't see
    a bug being the cause of the issues here. Is it possible for you to try "burning" the
    upgrade .iso to a DVD and trying again?
    I am also curious why you wouldn't move straight to 8.5(1)SU4
    Cheers!
    Rob
    "Show a little faith, there's magic in the night" - Springsteen

  • Error during upgrade from sap R3 4.7 ext 110 to ERP6 EHP4

    Dear all
    we doing an upgrade in test server to ERP6 with EHP4,source release is sap Entreprise 4.7 110.We have copied all the required DVDs to the server .During the configuration phase while giving the EHP package we got the error.
    EHP_INCLUSION.log details
    4 ETQ233 Calling function module "SPDA_PREPARE_PATCH" by RFC
    4 ETQ234 Call of function module "SPDA_PREPARE_PATCH" by RFC succeeded
    4 ETQ239 Logging off from SAP system
    4 ETQ010 Date & Time: 20100915210509
    2 ETQ732 Package descriptions uploaded successfully
    4 ETQ399 Looking for SAINT package for 'SAP_APPL' ...
    4 ETQ399 R3upReadNewPackages:
    4 ETQ399   patchType='U', langVect='DE'
    4 ETQ359 RFC Login to: System="MBD", Nr="00", GwHost="saptest", GwService="sapgw00"
    4 ETQ232 RFC Login succeeded
    4 ETQ233 Calling function module "spda_read_new_packages" by RFC
    4 ETQ399   ismovesVersion='0'
    4 ETQ399 R3upReadNewPackages: exit: rc=0
    4 ETQ399      Found: name = 'SAP_BS_FND', release = '701', package = 'SAPK-701GGINSAPBSFND', type = 'AOX'
    4 ETQ399             (not usable, different component
    4 ETQ399 ... No matching package found.
    Is this related to the current SAP_APPL support pack version ?.currently we have
    SAPKH47031 SP 31 for SAP_APPL 4.70
    Regards
    Shahnas.S

    > i have few questions regarding above
    (Almost) all of your questions are answered in the note:
    > 2.Do wee need to apply the above note for non-unicode upgrade
    <...>
    Even on non-Unicode system you should replace all matchcodes that are still required by search helps.
    <...>
    > 3.Note 1330256  recomends to apply support pack or to apply the Note 1330256  ,but we can do it only at upgraded version.
    Yes - it avoids dumping with the dump mentioned in the note
    > 4.How to identify the matchcodes 
    <...>
    You can use the program TWTOOL01 to determine the existence of matchcodes.
    <...>
    > 5.How to delete them
    <...>
    You can then use the function module DD_MCOB_DEL to delete matchcode objects, and the function module DD_OBJ_DEL to delete matchcode IDs.
    <...>
    > 6.Impact of deleteing matchcodes
    None since they were replaces by search helps.
    Markus

  • Error during Upgradation SCM 5.0 to SCM 5.1 Non-Unicode System

    Hi,
    I am Upgrading SCM 5.0 Non-Unicode System to SCM 5.1 Non-unicode on Windows 2003 Server with MSS 2005 DB. During the initial PREPARE (EXTRACTKRN_PRE) phase I am getting an error like
    init
    2010/06/15 07:03:45 PREPARE: START OF PHASE EXTRACTKRN_PRE
    ERROR: Cannot find file 'C:\SCM_2007_Upgrade_Media\51033508_8\NW_7.0_SR3_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_X86_64_AUPG
    KERNEL.TOC'
    SEVERE ERROR(S) OCCURRED IN EXTRACTKRN_PRE !!!
    The file name it is looking for does not exist in any of the Kernel versions I have checked. If I try to skip this step it is asking for the PASSWORD. How can I get this password? (only from SAP Support or any note?).
    What is the Solution for the above ERROR. Please help.
    Thanks,
    Ajay.

    > I am not posting the question in the same group. I am posting in different groups due the confusion of in which group to post > > and of course to get faster response. All people cant check all the groups to answer. Moreover I am not keeping the questions > open. As soon as I get the answer I am proving the answer in every group and immediately closing the question.
    > So what is the problem with that? I do not think this is creating any inconvenience to any one, just increasing the number of questions in the group.
    This is not wanted as written in the "Rules of engagement". This is a public forum, not a "help desk".
    > OK, As you said If I post only in a single group do you guarantee that you will check every time all the groups to answer my question/ find my question?
    Again, this is a forum where the question are answered on a volunteered basis. "Demanding" help is not the way to go, you can ask for help but there's no guarantee that you'll get an answer. If you urgently need help use the official support channels or get yourself a consultant on-site who can answer all your question instantly.
    > And please paste the URL of those rules that this is wrong. Since I didnt read that.
    It's the first entry in every forum, it contains the "Rules of Engagement" which say:
    Please do not Cross post.
    Post your question in the most appropriate forum; not multiple forums. This is bad netiquette and will might only aggravate potential repliers.
    Just imagine if everyone like you would paste questions in several forums.
    Markus
    Edited by: Markus Doehr on Jun 15, 2010 5:29 PM
    Edited by: Markus Doehr on Jun 15, 2010 5:30 PM

  • Error during upgrade EP 6.0 on netweaver 2004 to EP7.0 netweaver 2004s

    Hi
    We are upgrading our EP system from EP6 Netweaver 2004 SP19 to EP7
    Netweaver 2004s SP11 using SAPJUP and get stuck at deploy_online phase.
    And the Failed deployment of SDAs:
    component 'caf/eu/gp/content'/'sap.com'/'MAIN_APL70VAL_C'/'1078319'/'20' : aborted
    OS: AIX 5.2
    DB: Oracle 10.2.0.2.0
    And in the log, it says ORA-00001 error.
    Please find the details in the log.
    Pls help.
    Thanks
    Stanley
    07/03/12 20:06:08 -  ***********************************************************
    07/03/12 20:06:08 -  Start deploying library JAR /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/bpel/MAIN_APL70VAL_C/20/1077649/sap.com_cafeugp~bpel.sda...
    07/03/12 20:06:11 -  Library /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/bpel/MAIN_APL70VAL_C/20/1077649/sap.com_cafeugp~bpel.sda successfully deployed on the server.
    Mar 12, 2007 8:06:11 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:06:11 PM  Info: ***** End of SAP J2EE Engine Deployment (Library component of SAP J2EE Engine) *****
    Mar 12, 2007 8:06:11 PM  Info: Finished successfully: development component 'caf/eu/gp/bpel'/'sap.com'/'MAIN_APL70VAL_C'/'1077649'/'20', grouped by
    Mar 12, 2007 8:06:11 PM  Info: Starting to save the repository
    Mar 12, 2007 8:06:12 PM  Info: Finished saving the repository
    Mar 12, 2007 8:06:12 PM  Info: Starting: Initial deployment: Selected development component 'caf/eu/gp/content'/'sap.com'/'MAIN_APL70VAL_C'/'1078319'/'20' will be deployed.
    Mar 12, 2007 8:06:12 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/content/MAIN_APL70VAL_C/20/1078319/sap.com_cafeugp~content.sda
    Mar 12, 2007 8:06:12 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:06:12 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:06:26 PM  Info: Begin of log messages of the target system:
    07/03/12 20:06:12 -  ***********************************************************
    07/03/12 20:06:13 -  Start updating EAR file...
    07/03/12 20:06:13 -  start-up mode is lazy
    07/03/12 20:06:13 -  EAR file updated successfully for 84ms.
    07/03/12 20:06:13 -  Start deploying ...
    07/03/12 20:06:16 -  EAR file uploaded to server for 1366ms.
    07/03/12 20:06:26 -  ERROR: Not deployed. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Cannot deploy application sap.com/cafeugp~content..
                         Reason: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='ORA-00001: unique constraint (SAPEPPDB.SYS_C005673) violated
                         ', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key ORA-00001: unique constraint (SAPEPPDB.SYS_C005673) violated
                         ; nested exception is:
                              com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='ORA-00001: unique constraint (SAPEPPDB.SYS_C005673) violated
                         ', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key ORA-00001: unique constraint (SAPEPPDB.SYS_C005673) violated
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:567)
                              at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java(Compiled Code))
                              at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java(Inlined Compiled Code))
                              at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java(Compiled Code))
                              at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java(Compiled Code))
                              at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java(Compiled Code))
                              at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code))
                              at java.security.AccessController.doPrivileged1(Native Method)
                              at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
                              at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))
                              at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))
                         Caused by: com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='ORA-00001: unique constraint (SAPEPPDB.SYS_C005673) violated
                         ', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key ORA-00001: unique constraint (SAPEPPDB.SYS_C005673) violated
                              at com.sap.caf.eu.gp.model.fnd.transport.impl.DeployContainerImpl.reportException(DeployContainerImpl.java:729)
                              at com.sap.caf.eu.gp.model.fnd.transport.impl.DeployContainerImpl.deploy(DeployContainerImpl.java:143)
                              at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:606)
                              at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java(Compiled Code))
                              at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:307)
                              at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
                              at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3184)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:552)
                              ... 11 more
                         For detailed information see the log file of the Deploy Service.
    07/03/12 20:06:26 -  ***********************************************************
    Mar 12, 2007 8:06:26 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:06:26 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:06:26 PM  Error: Aborted: development component 'caf/eu/gp/content'/'sap.com'/'MAIN_APL70VAL_C'/'1078319'/'20', grouped by software component 'SAP-EU'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.11.0.20070202075922''/'20':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/cafeugp~content..
    Reason: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='ORA-00001: unique constraint (SAPEPPDB.SYS_C005673) violated
    ', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key ORA-00001: unique constraint (SAPEPPDB.SYS_C005673) violated
    ; nested exception is:
         com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='ORA-00001: unique constraint (SAPEPPDB.SYS_C005673) violated
    ', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key ORA-00001: unique constraint (SAPEPPDB.SYS_C005673) violated
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Mar 12, 2007 8:06:26 PM  Info: Starting to save the repository
    Mar 12, 2007 8:06:27 PM  Info: Finished saving the repository
    Mar 12, 2007 8:06:27 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/content/portal'/'sap.com'/'MAIN_APL70VAL_C'/'1077400'/'20' updates currently deployed development component 'caf/eu/gp/content/portal'/'sap.com'/'MAIN_APL70VAL_C'/'1077400'/'18'.
    Mar 12, 2007 8:06:27 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/content/portal/MAIN_APL70VAL_C/20/1077400/sap.com_cafeugpcontentportal.sda
    Mar 12, 2007 8:06:27 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:06:27 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:06:32 PM  Info: Begin of log messages of the target system:
    07/03/12 20:06:27 -  ***********************************************************
    07/03/12 20:06:28 -  Start updating EAR file...
    07/03/12 20:06:28 -  start-up mode is lazy
    07/03/12 20:06:28 -  EAR file updated successfully for 76ms.
    07/03/12 20:06:28 -  Start updating...
    07/03/12 20:06:31 -  EAR file uploaded to server for 1289ms.
    07/03/12 20:06:31 -  Successfully updated. Update took 95ms.
    07/03/12 20:06:31 -  Deploy Service status:
    07/03/12 20:06:31 -    Application : sap.com/cafeugpcontentportal
    07/03/12 20:06:31 -   
    07/03/12 20:06:31 -    sap.comcafeugpcontent~portal.epa  - EP
    07/03/12 20:06:31 -  ***********************************************************
    Mar 12, 2007 8:06:32 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:06:32 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:06:32 PM  Info: Finished successfully: development component 'caf/eu/gp/content/portal'/'sap.com'/'MAIN_APL70VAL_C'/'1077400'/'20', grouped by :
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:06:32 PM  Info: Starting to save the repository
    Mar 12, 2007 8:06:34 PM  Info: Finished saving the repository
    Mar 12, 2007 8:06:34 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/croom/api'/'sap.com'/'MAIN_APL70VAL_C'/'1077440'/'20' updates currently deployed development component 'caf/eu/gp/croom/api'/'sap.com'/'MAIN_APL70VAL_C'/'1077440'/'18'.
    Mar 12, 2007 8:06:34 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/croom/api/MAIN_APL70VAL_C/20/1077440/sap.com_cafeugpcroomapi.sda
    Mar 12, 2007 8:06:34 PM  Info: Software type of SDA: library
    Mar 12, 2007 8:06:34 PM  Info: ***** Begin of SAP J2EE Engine Deployment (Library component of SAP J2EE Engine) *****
    Mar 12, 2007 8:06:37 PM  Info: Begin of log messages of the target system:
    07/03/12 20:06:34 -  ***********************************************************
    07/03/12 20:06:34 -  Start deploying library JAR /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/croom/api/MAIN_APL70VAL_C/20/1077440/sap.com_cafeugpcroomapi.sda...
    07/03/12 20:06:37 -  Library /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/croom/api/MAIN_APL70VAL_C/20/1077440/sap.com_cafeugpcroomapi.sda successfully deployed on the server.
    Mar 12, 2007 8:06:37 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:06:37 PM  Info: ***** End of SAP J2EE Engine Deployment (Library component of SAP J2EE Engine) *****
    Mar 12, 2007 8:06:37 PM  Info: Finished successfully: development component 'caf/eu/gp/croom/api'/'sap.com'/'MAIN_APL70VAL_C'/'1077440'/'20', grouped by
    Mar 12, 2007 8:06:37 PM  Info: Starting to save the repository
    Mar 12, 2007 8:06:38 PM  Info: Finished saving the repository
    Mar 12, 2007 8:06:38 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/croom/bg'/'sap.com'/'MAIN_APL70VAL_C'/'1078197'/'20' updates currently deployed development component 'caf/eu/gp/croom/bg'/'sap.com'/'MAIN_APL70VAL_C'/'1078197'/'18'.
    Mar 12, 2007 8:06:38 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/croom/bg/MAIN_APL70VAL_C/20/1078197/sap.com_cafeugpcroombg.sda
    Mar 12, 2007 8:06:38 PM  Info: Software type of SDA: library
    Mar 12, 2007 8:06:38 PM  Info: ***** Begin of SAP J2EE Engine Deployment (Library component of SAP J2EE Engine) *****
    Mar 12, 2007 8:06:42 PM  Info: Begin of log messages of the target system:
    07/03/12 20:06:39 -  ***********************************************************
    07/03/12 20:06:39 -  Start deploying library JAR /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/croom/bg/MAIN_APL70VAL_C/20/1078197/sap.com_cafeugpcroombg.sda...
    07/03/12 20:06:42 -  Library /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/croom/bg/MAIN_APL70VAL_C/20/1078197/sap.com_cafeugpcroombg.sda successfully deployed on the server.
    Mar 12, 2007 8:06:42 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:06:42 PM  Info: ***** End of SAP J2EE Engine Deployment (Library component of SAP J2EE Engine) *****
    Mar 12, 2007 8:06:42 PM  Info: Finished successfully: development component 'caf/eu/gp/croom/bg'/'sap.com'/'MAIN_APL70VAL_C'/'1078197'/'20', grouped by
    Mar 12, 2007 8:06:42 PM  Info: Starting to save the repository
    Mar 12, 2007 8:06:43 PM  Info: Finished saving the repository
    Mar 12, 2007 8:06:43 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/croom/content'/'sap.com'/'MAIN_APL70VAL_C'/'1078328'/'20' updates currently deployed development component 'caf/eu/gp/croom/content'/'sap.com'/'MAIN_APL70VAL_C'/'1078328'/'18'.
    Mar 12, 2007 8:06:43 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/croom/content/MAIN_APL70VAL_C/20/1078328/sap.com_cafeugpcroomcontent.sda
    Mar 12, 2007 8:06:43 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:06:43 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:07:01 PM  Info: Begin of log messages of the target system:
    07/03/12 20:06:43 -  ***********************************************************
    07/03/12 20:06:44 -  Start updating EAR file...
    07/03/12 20:06:44 -  start-up mode is lazy
    07/03/12 20:06:44 -  EAR file updated successfully for 136ms.
    07/03/12 20:06:44 -  Start updating...
    07/03/12 20:06:47 -  EAR file uploaded to server for 2450ms.
    07/03/12 20:07:00 -  Successfully updated. Update took 12031ms.
    07/03/12 20:07:00 -  Deploy Service status:
    07/03/12 20:07:00 -    Application : sap.com/cafeugpcroomcontent
    07/03/12 20:07:00 -   
    07/03/12 20:07:00 -    sap.comcafeugpcroom~content.gpa  - SAP-EU-GP
    07/03/12 20:07:00 -  ***********************************************************
    Mar 12, 2007 8:07:01 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:07:01 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:07:01 PM  Info: Finished successfully: development component 'caf/eu/gp/croom/content'/'sap.com'/'MAIN_APL70VAL_C'/'1078328'/'20', grouped by :
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:07:01 PM  Info: Starting to save the repository
    Mar 12, 2007 8:07:02 PM  Info: Finished saving the repository
    Mar 12, 2007 8:07:02 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/croom/service'/'sap.com'/'MAIN_APL70VAL_C'/'1077658'/'20' updates currently deployed development component 'caf/eu/gp/croom/service'/'sap.com'/'MAIN_APL70VAL_C'/'1077658'/'18'.
    Mar 12, 2007 8:07:02 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/croom/service/MAIN_APL70VAL_C/20/1077658/sap.com_cafeugpcroomservice.sda
    Mar 12, 2007 8:07:02 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:07:02 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:07:06 PM  Info: Begin of log messages of the target system:
    07/03/12 20:07:02 -  ***********************************************************
    07/03/12 20:07:03 -  Start updating EAR file...
    07/03/12 20:07:03 -  start-up mode is lazy
    07/03/12 20:07:03 -  EAR file updated successfully for 17ms.
    07/03/12 20:07:03 -  Start updating...
    07/03/12 20:07:05 -  EAR file uploaded to server for 806ms.
    07/03/12 20:07:05 -  Successfully updated. Update took 69ms.
    07/03/12 20:07:05 -  Deploy Service status:
    07/03/12 20:07:05 -    Application : sap.com/cafeugpcroomservice
    07/03/12 20:07:05 -   
    07/03/12 20:07:05 -    caf.eu.gp.croom.service.par  - EP
    07/03/12 20:07:05 -  ***********************************************************
    Mar 12, 2007 8:07:06 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:07:06 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:07:07 PM  Info: Finished successfully: development component 'caf/eu/gp/croom/service'/'sap.com'/'MAIN_APL70VAL_C'/'1077658'/'20', grouped by :
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:07:07 PM  Info: Starting to save the repository
    Mar 12, 2007 8:07:08 PM  Info: Finished saving the repository
    Mar 12, 2007 8:07:08 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/croom/wd'/'sap.com'/'MAIN_APL70VAL_C'/'964691'/'20' updates currently deployed development component 'caf/eu/gp/croom/wd'/'sap.com'/'MAIN_APL70VAL_C'/'964691'/'18'.
    Mar 12, 2007 8:07:08 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/croom/wd/MAIN_APL70VAL_C/20/964691/sap.com_cafeugpcroomwd.sda
    Mar 12, 2007 8:07:08 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:07:08 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:07:14 PM  Info: Begin of log messages of the target system:
    07/03/12 20:07:08 -  ***********************************************************
    07/03/12 20:07:09 -  Start updating EAR file...
    07/03/12 20:07:09 -  start-up mode is lazy
    07/03/12 20:07:09 -  EAR file updated successfully for 55ms.
    07/03/12 20:07:09 -  Start updating...
    07/03/12 20:07:12 -  EAR file uploaded to server for 1676ms.
    07/03/12 20:07:13 -  Successfully updated. Update took 438ms.
    07/03/12 20:07:13 -  Deploy Service status:
    07/03/12 20:07:13 -    Application : sap.com/cafeugpcroomwd
    07/03/12 20:07:13 -   
    07/03/12 20:07:13 -    sap.com/cafeugpcroomwd  - WEBDYNPRO
    07/03/12 20:07:13 -  ***********************************************************
    Mar 12, 2007 8:07:14 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:07:14 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:07:14 PM  Info: Finished successfully: development component 'caf/eu/gp/croom/wd'/'sap.com'/'MAIN_APL70VAL_C'/'964691'/'20', grouped by :
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:07:14 PM  Info: Starting to save the repository
    Mar 12, 2007 8:07:15 PM  Info: Finished saving the repository
    Mar 12, 2007 8:07:15 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/example/ordermat/def'/'sap.com'/'MAIN_APL70VAL_C'/'1078326'/'20' updates currently deployed development component 'caf/eu/gp/example/ordermat/def'/'sap.com'/'MAIN_APL70VAL_C'/'1078326'/'18'.
    Mar 12, 2007 8:07:15 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/example/ordermat/def/MAIN_APL70VAL_C/20/1078326/sap.com_cafeugpexampleordermat~def.sda
    Mar 12, 2007 8:07:15 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:07:15 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:07:35 PM  Info: Begin of log messages of the target system:
    07/03/12 20:07:15 -  ***********************************************************
    07/03/12 20:07:16 -  Start updating EAR file...
    07/03/12 20:07:16 -  start-up mode is lazy
    07/03/12 20:07:16 -  EAR file updated successfully for 148ms.
    07/03/12 20:07:16 -  Start updating...
    07/03/12 20:07:20 -  EAR file uploaded to server for 2976ms.
    07/03/12 20:07:34 -  Successfully updated. Update took 13320ms.
    07/03/12 20:07:34 -  Deploy Service status:
    07/03/12 20:07:34 -    Application : sap.com/cafeugpexampleordermat~def
    07/03/12 20:07:34 -   
    07/03/12 20:07:34 -    sap.comcafeugpexampleordermatdef.gpa  - SAP-EU-GP
    07/03/12 20:07:34 -  ***********************************************************
    Mar 12, 2007 8:07:35 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:07:35 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:07:35 PM  Info: Finished successfully: development component 'caf/eu/gp/example/ordermat/def'/'sap.com'/'MAIN_APL70VAL_C'/'1078326'/'20', grouped by :
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:07:35 PM  Info: Starting to save the repository
    Mar 12, 2007 8:07:37 PM  Info: Finished saving the repository
    Mar 12, 2007 8:07:37 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/example/ordermat/wd'/'sap.com'/'MAIN_APL70VAL_C'/'964174'/'20' updates currently deployed development component 'caf/eu/gp/example/ordermat/wd'/'sap.com'/'MAIN_APL70VAL_C'/'964174'/'18'.
    Mar 12, 2007 8:07:37 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/example/ordermat/wd/MAIN_APL70VAL_C/20/964174/sap.com_cafeugpexampleordermat~wd.sda
    Mar 12, 2007 8:07:37 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:07:37 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:07:42 PM  Info: Begin of log messages of the target system:
    07/03/12 20:07:37 -  ***********************************************************
    07/03/12 20:07:37 -  Start updating EAR file...
    07/03/12 20:07:37 -  start-up mode is lazy
    07/03/12 20:07:37 -  EAR file updated successfully for 49ms.
    07/03/12 20:07:37 -  Start updating...
    07/03/12 20:07:40 -  EAR file uploaded to server for 1367ms.
    07/03/12 20:07:41 -  Successfully updated. Update took 309ms.
    07/03/12 20:07:41 -  Deploy Service status:
    07/03/12 20:07:41 -    Application : sap.com/cafeugpexampleordermat~wd
    07/03/12 20:07:41 -   
    07/03/12 20:07:41 -    sap.com/cafeugpexampleordermat~wd  - WEBDYNPRO
    07/03/12 20:07:41 -  ***********************************************************
    Mar 12, 2007 8:07:42 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:07:42 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:07:42 PM  Info: Finished successfully: development component 'caf/eu/gp/example/ordermat/wd'/'sap.com'/'MAIN_APL70VAL_C'/'964174'/'20', grouped by :
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:07:42 PM  Info: Starting to save the repository
    Mar 12, 2007 8:07:43 PM  Info: Finished saving the repository
    Mar 12, 2007 8:07:43 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/example/timeoff/def'/'sap.com'/'MAIN_APL70VAL_C'/'1078320'/'20' updates currently deployed development component 'caf/eu/gp/example/timeoff/def'/'sap.com'/'MAIN_APL70VAL_C'/'1078320'/'18'.
    Mar 12, 2007 8:07:43 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/example/timeoff/def/MAIN_APL70VAL_C/20/1078320/sap.com_cafeugpexampletimeoff~def.sda
    Mar 12, 2007 8:07:43 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:07:43 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:08:03 PM  Info: Begin of log messages of the target system:
    07/03/12 20:07:43 -  ***********************************************************
    07/03/12 20:07:44 -  Start updating EAR file...
    07/03/12 20:07:44 -  start-up mode is lazy
    07/03/12 20:07:44 -  EAR file updated successfully for 97ms.
    07/03/12 20:07:44 -  Start updating...
    07/03/12 20:07:48 -  EAR file uploaded to server for 2573ms.
    07/03/12 20:08:01 -  Successfully updated. Update took 13402ms.
    07/03/12 20:08:01 -  Deploy Service status:
    07/03/12 20:08:01 -    Application : sap.com/cafeugpexampletimeoff~def
    07/03/12 20:08:01 -   
    07/03/12 20:08:01 -    sap.comcafeugpexampletimeoffdef.gpa  - SAP-EU-GP
    07/03/12 20:08:01 -  ***********************************************************
    Mar 12, 2007 8:08:03 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:08:03 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:08:03 PM  Info: Finished successfully: development component 'caf/eu/gp/example/timeoff/def'/'sap.com'/'MAIN_APL70VAL_C'/'1078320'/'20', grouped by :
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:08:03 PM  Info: Starting to save the repository
    Mar 12, 2007 8:08:04 PM  Info: Finished saving the repository
    Mar 12, 2007 8:08:04 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/km/conn'/'sap.com'/'MAIN_APL70VAL_C'/'1077880'/'20' updates currently deployed development component 'caf/eu/gp/km/conn'/'sap.com'/'MAIN_APL70VAL_C'/'1077880'/'18'.
    Mar 12, 2007 8:08:04 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/km/conn/MAIN_APL70VAL_C/20/1077880/sap.com_cafeugpkmconn.sda
    Mar 12, 2007 8:08:04 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:08:04 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:08:09 PM  Info: Begin of log messages of the target system:
    07/03/12 20:08:04 -  ***********************************************************
    07/03/12 20:08:05 -  Start updating EAR file...
    07/03/12 20:08:05 -  start-up mode is lazy
    07/03/12 20:08:05 -  EAR file updated successfully for 35ms.
    07/03/12 20:08:05 -  Start updating...
    07/03/12 20:08:07 -  EAR file uploaded to server for 995ms.
    07/03/12 20:08:07 -  Successfully updated. Update took 86ms.
    07/03/12 20:08:07 -  Deploy Service status:
    07/03/12 20:08:07 -    Application : sap.com/cafeugpkmconn
    07/03/12 20:08:07 -   
    07/03/12 20:08:07 -    sap.comcafeugpkm~conn.par  - EP
    07/03/12 20:08:07 -  ***********************************************************
    Mar 12, 2007 8:08:09 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:08:09 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:08:09 PM  Info: Finished successfully: development component 'caf/eu/gp/km/conn'/'sap.com'/'MAIN_APL70VAL_C'/'1077880'/'20', grouped by :
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:08:09 PM  Info: Starting to save the repository
    Mar 12, 2007 8:08:10 PM  Info: Finished saving the repository
    Mar 12, 2007 8:08:10 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/mail/ui'/'sap.com'/'MAIN_APL70VAL_C'/'963535'/'20' updates currently deployed development component 'caf/eu/gp/mail/ui'/'sap.com'/'MAIN_APL70VAL_C'/'963535'/'18'.
    Mar 12, 2007 8:08:10 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/mail/ui/MAIN_APL70VAL_C/20/963535/sap.com_cafeugpmailui.sda
    Mar 12, 2007 8:08:10 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:08:10 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:08:15 PM  Info: Begin of log messages of the target system:
    07/03/12 20:08:10 -  ***********************************************************
    07/03/12 20:08:11 -  Start updating EAR file...
    07/03/12 20:08:11 -  start-up mode is lazy
    07/03/12 20:08:11 -  EAR file updated successfully for 15ms.
    07/03/12 20:08:11 -  Start updating...
    07/03/12 20:08:13 -  EAR file uploaded to server for 877ms.
    07/03/12 20:08:13 -  Successfully updated. Update took 173ms.
    07/03/12 20:08:13 -  Deploy Service status:
    07/03/12 20:08:13 -    Application : sap.com/cafeugpmailui
    07/03/12 20:08:13 -   
    07/03/12 20:08:13 -    sap.com/cafeugpmailui  - WEBDYNPRO
    07/03/12 20:08:13 -  ***********************************************************
    Mar 12, 2007 8:08:15 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:08:15 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:08:15 PM  Info: Finished successfully: development component 'caf/eu/gp/mail/ui'/'sap.com'/'MAIN_APL70VAL_C'/'963535'/'20', grouped by :
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:08:15 PM  Info: Starting to save the repository
    Mar 12, 2007 8:08:16 PM  Info: Finished saving the repository
    Mar 12, 2007 8:08:16 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/model/bwfbck/eap'/'sap.com'/'MAIN_APL70VAL_C'/'964048'/'20' updates currently deployed development component 'caf/eu/gp/model/bwfbck/eap'/'sap.com'/'MAIN_APL70VAL_C'/'964048'/'18'.
    Mar 12, 2007 8:08:16 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/model/bwfbck/eap/MAIN_APL70VAL_C/20/964048/sap.com_cafeugpmodelbwfbck~eap.sda
    Mar 12, 2007 8:08:16 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:08:16 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:08:28 PM  Info: Begin of log messages of the target system:
    07/03/12 20:08:16 -  ***********************************************************
    07/03/12 20:08:17 -  Start updating EAR file...
    07/03/12 20:08:17 -  start-up mode is lazy
    07/03/12 20:08:17 -  EAR file updated successfully for 33ms.
    07/03/12 20:08:17 -  Start updating...
    07/03/12 20:08:19 -  EAR file uploaded to server for 996ms.
    07/03/12 20:08:25 -  Successfully updated. Update took 6065ms.
    07/03/12 20:08:25 -  Deploy Service status:
    07/03/12 20:08:25 -    Application : sap.com/cafeugpmodelbwfbck~eap
    07/03/12 20:08:25 -   
    07/03/12 20:08:25 -    BackGroundActionProcessorBean  - EJB
    07/03/12 20:08:25 -    SyncBackGroundActionProcessorBean  - EJB
    07/03/12 20:08:25 -    AsynchBackgroundActionProcessorBean  - EJB
    07/03/12 20:08:25 -    DueDateProcessingBean  - EJB
    07/03/12 20:08:25 -    sap.com/cafeugpmodelbwfbck~eap  - METAMODELREPOSITORY
    07/03/12 20:08:25 -  ***********************************************************
    Mar 12, 2007 8:08:28 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:08:28 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:08:28 PM  Info: Finished successfully: development component 'caf/eu/gp/model/bwfbck/eap'/'sap.com'/'MAIN_APL70VAL_C'/'964048'/'20', grouped by :
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:08:28 PM  Info: Starting to save the repository
    Mar 12, 2007 8:08:30 PM  Info: Finished saving the repository
    Mar 12, 2007 8:08:30 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/model/iforms/eap'/'sap.com'/'MAIN_APL70VAL_C'/'1078385'/'20' updates currently deployed development component 'caf/eu/gp/model/iforms/eap'/'sap.com'/'MAIN_APL70VAL_C'/'1078385'/'18'.
    Mar 12, 2007 8:08:30 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/model/iforms/eap/MAIN_APL70VAL_C/20/1078385/sap.com_cafeugpmodeliforms~eap.sda
    Mar 12, 2007 8:08:30 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:08:30 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:08:39 PM  Info: Begin of log messages of the target system:
    07/03/12 20:08:30 -  ***********************************************************
    07/03/12 20:08:31 -  Start updating EAR file...
    07/03/12 20:08:31 -  start-up mode is lazy
    07/03/12 20:08:31 -  EAR file updated successfully for 100ms.
    07/03/12 20:08:31 -  Start updating...
    07/03/12 20:08:34 -  EAR file uploaded to server for 1507ms.
    07/03/12 20:08:38 -  Successfully updated. Update took 4143ms.
    07/03/12 20:08:38 -  Deploy Service status:
    07/03/12 20:08:38 -    Application : sap.com/cafeugpmodeliforms~eap
    07/03/12 20:08:38 -   
    07/03/12 20:08:38 -    CreateFormByContextBean  - EJB
    07/03/12 20:08:38 -    CreateFormBean  - EJB
    07/03/12 20:08:38 -    ActivateChangesBean  - EJB
    07/03/12 20:08:38 -    CancelChangesBean  - EJB
    07/03/12 20:08:38 -    CreateFormByBusynessObjBean  - EJB
    07/03/12 20:08:38 -    CreateNewVersionBean  - EJB
    07/03/12 20:08:38 -    EnumeratePhysicalObjBean  - EJB
    07/03/12 20:08:38 -    EnumerateTemplatesBean  - EJB
    07/03/12 20:08:38 -    GeneratePublishUrlBean  - EJB
    07/03/12 20:08:38 -    LockTemplateBean  - EJB
    07/03/12 20:08:38 -    ReadTemplateConfigurationBean  - EJB
    07/03/12 20:08:38 -    RetrievePhysicalObjByIdBean  - EJB
    07/03/12 20:08:38 -    UpdatePhysicalObjByIdBean  - EJB
    07/03/12 20:08:38 -    CreateXMLPrintBean  - EJB
    07/03/12 20:08:38 -    CreateXMLPrintOnceBean  - EJB
    07/03/12 20:08:38 -    GetAffectedTemplatesBean  - EJB
    07/03/12 20:08:38 -    GetDesignTimeAppUrlBean  - EJB
    07/03/12 20:08:38 -    InsertAttributesBean  - EJB
    07/03/12 20:08:38 -    RemoveAttributesBean  - EJB
    07/03/12 20:08:38 -    CreateFormByBODataBean  - EJB
    07/03/12 20:08:38 -    ifcore  - WEB
    07/03/12 20:08:38 -    sap.com/cafeugpmodeliforms~eap  - METAMODELREPOSITORY
    07/03/12 20:08:38 -  ***********************************************************
    Mar 12, 2007 8:08:39 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:08:39 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:08:39 PM  Info: Finished successfully: development component 'caf/eu/gp/model/iforms/eap'/'sap.com'/'MAIN_APL70VAL_C'/'1078385'/'20', grouped by :
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:08:39 PM  Info: Starting to save the repository
    Mar 12, 2007 8:08:40 PM  Info: Finished saving the repository
    Mar 12, 2007 8:08:40 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/model/jmx'/'sap.com'/'MAIN_APL70VAL_C'/'1078191'/'20' updates currently deployed development component 'caf/eu/gp/model/jmx'/'sap.com'/'MAIN_APL70VAL_C'/'1078191'/'18'.
    Mar 12, 2007 8:08:40 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/model/jmx/MAIN_APL70VAL_C/20/1078191/sap.com_cafeugpmodeljmx.sda
    Mar 12, 2007 8:08:40 PM  Info: Software type of SDA: library
    Mar 12, 2007 8:08:40 PM  Info: ***** Begin of SAP J2EE Engine Deployment (Library component of SAP J2EE Engine) *****
    Mar 12, 2007 8:08:44 PM  Info: Begin of log messages of the target system:
    07/03/12 20:08:41 -  ***********************************************************
    07/03/12 20:08:41 -  Start deploying library JAR /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/model/jmx/MAIN_APL70VAL_C/20/1078191/sap.com_cafeugpmodeljmx.sda...
    07/03/12 20:08:44 -  Library /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/model/jmx/MAIN_APL70VAL_C/20/1078191/sap.com_cafeugpmodeljmx.sda successfully deployed on the server.
    Mar 12, 2007 8:08:44 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:08:44 PM  Info: ***** End of SAP J2EE Engine Deployment (Library component of SAP J2EE Engine) *****
    Mar 12, 2007 8:08:44 PM  Info: Finished successfully: development component 'caf/eu/gp/model/jmx'/'sap.com'/'MAIN_APL70VAL_C'/'1078191'/'20', grouped by
    Mar 12, 2007 8:08:44 PM  Info: Starting to save the repository
    Mar 12, 2007 8:08:45 PM  Info: Finished saving the repository
    Mar 12, 2007 8:08:45 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/model/jmx/eap'/'sap.com'/'MAIN_APL70VAL_C'/'1078258'/'20' updates currently deployed development component 'caf/eu/gp/model/jmx/eap'/'sap.com'/'MAIN_APL70VAL_C'/'1078258'/'18'.
    Mar 12, 2007 8:08:45 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/model/jmx/eap/MAIN_APL70VAL_C/20/1078258/sap.com_cafeugpmodeljmx~eap.sda
    Mar 12, 2007 8:08:45 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:08:45 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:08:50 PM  Info: Begin of log messages of the target system:
    07/03/12 20:08:45 -  ***********************************************************
    07/03/12 20:08:46 -  Start updating EAR file...
    07/03/12 20:08:46 -  start-up mode is lazy
    07/03/12 20:08:46 -  EAR file updated successfully for 30ms.
    07/03/12 20:08:46 -  Start updating...
    07/03/12 20:08:48 -  EAR file uploaded to server for 928ms.
    07/03/12 20:08:48 -  Successfully updated. Update took 270ms.
    07/03/12 20:08:48 -  Deploy Service status:
    07/03/12 20:08:48 -    Application : sap.com/cafeugpmodeljmx~eap
    07/03/12 20:08:48 -   
    07/03/12 20:08:48 -    gp_jmx_web  - WEB
    07/03/12 20:08:48 -    sap.com/cafeugpmodeljmx~eap monitoring configuration  - MONITORING CONFIGURATION
    07/03/12 20:08:48 -  ***********************************************************
    Mar 12, 2007 8:08:50 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:08:50 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:08:50 PM  Info: Finished successfully: development component 'caf/eu/gp/model/jmx/eap'/'sap.com'/'MAIN_APL70VAL_C'/'1078258'/'20', grouped by :
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:08:50 PM  Info: Starting to save the repository
    Mar 12, 2007 8:08:51 PM  Info: Finished saving the repository
    Mar 12, 2007 8:08:51 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/model/pwf/local/uwlconn'/'sap.com'/'MAIN_APL70VAL_C'/'1078002'/'20' updates currently deployed development component 'caf/eu/gp/model/pwf/local/uwlconn'/'sap.com'/'MAIN_APL70VAL_C'/'1078002'/'18'.
    Mar 12, 2007 8:08:51 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/model/pwf/local/uwlconn/MAIN_APL70VAL_C/20/1078002/sap.com_cafeugpmodelpwflocaluwlconn.sda
    Mar 12, 2007 8:08:51 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:08:51 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:08:56 PM  Info: Begin of log messages of the target system:
    07/03/12 20:08:51 -  ***********************************************************
    07/03/12 20:08:52 -  Start updating EAR file...
    07/03/12 20:08:52 -  start-up mode is lazy
    07/03/12 20:08:52 -  EAR file updated successfully for 18ms.
    07/03/12 20:08:52 -  Start updating...
    07/03/12 20:08:54 -  EAR file uploaded to server for 839ms.
    07/03/12 20:08:54 -  Successfully updated. Update took 73ms.
    07/03/12 20:08:54 -  Deploy Service status:
    07/03/12 20:08:54 -    Application : sap.com/cafeugpmodelpwflocaluwlconn
    07/03/12 20:08:54 -   
    07/03/12 20:08:54 -    caf.eu.gp.model.pwf.local.uwlconn.par  - EP
    07/03/12 20:08:54 -  ***********************************************************
    Mar 12, 2007 8:08:56 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:08:56 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:08:56 PM  Info: Finished successfully: development component 'caf/eu/gp/model/pwf/local/uwlconn'/'sap.com'/'MAIN_APL70VAL_C'/'1078002'/'20', grouped by software component 'SAP-EU'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.11.0.20070202075922''/'20':
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:08:56 PM  Info: Starting to save the repository
    Mar 12, 2007 8:08:57 PM  Info: Finished saving the repository
    Mar 12, 2007 8:08:57 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/model/uwlproxy'/'sap.com'/'MAIN_APL70VAL_C'/'1077889'/'20' updates currently deployed development component 'caf/eu/gp/model/uwlproxy'/'sap.com'/'MAIN_APL70VAL_C'/'1077889'/'18'.
    Mar 12, 2007 8:08:57 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/model/uwlproxy/MAIN_APL70VAL_C/20/1077889/sap.com_cafeugpmodeluwlproxy.sda
    Mar 12, 2007 8:08:57 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:08:57 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:09:03 PM  Info: Begin of log messages of the target system:
    07/03/12 20:08:57 -  ***********************************************************
    07/03/12 20:08:58 -  Start updating EAR file...
    07/03/12 20:08:58 -  start-up mode is lazy
    07/03/12 20:08:58 -  EAR file updated successfully for 35ms.
    07/03/12 20:08:58 -  Start updating...
    07/03/12 20:09:00 -  EAR file uploaded to server for 1019ms.
    07/03/12 20:09:01 -  Successfully updated. Update took 1164ms.
    07/03/12 20:09:01 -  Deploy Service status:
    07/03/12 20:09:01 -    Application : sap.com/cafeugpmodeluwlproxy
    07/03/12 20:09:01 -   
    07/03/12 20:09:01 -    WS CLIENT: com.sap.caf.eu.gp.proxy.RuntimeFacadeWSProxy  - WEBSERVICES
    07/03/12 20:09:01 -    WS CLIENT: com.sap.caf.eu.gp.uwl.proxy.facade  - WEBSERVICES
    07/03/12 20:09:01 -  ***********************************************************
    Mar 12, 2007 8:09:03 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:09:03 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:09:03 PM  Info: Finished successfully: development component 'caf/eu/gp/model/uwlproxy'/'sap.com'/'MAIN_APL70VAL_C'/'1077889'/'20', grouped by :
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:09:03 PM  Info: Starting to save the repository
    Mar 12, 2007 8:09:04 PM  Info: Finished saving the repository
    Mar 12, 2007 8:09:04 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/smketest/eap'/'sap.com'/'MAIN_APL70VAL_C'/'964039'/'20' updates currently deployed development component 'caf/eu/gp/smketest/eap'/'sap.com'/'MAIN_APL70VAL_C'/'964039'/'18'.
    Mar 12, 2007 8:09:04 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/smketest/eap/MAIN_APL70VAL_C/20/964039/sap.com_cafeugpsmketesteap.sda
    Mar 12, 2007 8:09:04 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:09:04 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:09:09 PM  Info: Begin of log messages of the target system:
    07/03/12 20:09:04 -  ***********************************************************
    07/03/12 20:09:05 -  Start updating EAR file...
    07/03/12 20:09:05 -  start-up mode is lazy
    07/03/12 20:09:05 -  EAR file updated successfully for 30ms.
    07/03/12 20:09:05 -  Start updating...
    07/03/12 20:09:07 -  EAR file uploaded to server for 938ms.
    07/03/12 20:09:07 -  Successfully updated. Update took 226ms.
    07/03/12 20:09:07 -  Deploy Service status:
    07/03/12 20:09:07 -    Application : sap.com/cafeugpsmketesteap
    07/03/12 20:09:07 -   
    07/03/12 20:09:07 -    GPSmokeTest  - WEB
    07/03/12 20:09:07 -  ***********************************************************
    Mar 12, 2007 8:09:09 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:09:09 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:09:09 PM  Info: Finished successfully: development component 'caf/eu/gp/smketest/eap'/'sap.com'/'MAIN_APL70VAL_C'/'964039'/'20', grouped by software component 'SAP-EU'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.11.0.20070202075922''/'20':
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:09:09 PM  Info: Starting to save the repository
    Mar 12, 2007 8:09:10 PM  Info: Finished saving the repository
    Mar 12, 2007 8:09:10 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/ui/co/base'/'sap.com'/'MAIN_APL70VAL_C'/'964634'/'20' updates currently deployed development component 'caf/eu/gp/ui/co/base'/'sap.com'/'MAIN_APL70VAL_C'/'964634'/'18'.
    Mar 12, 2007 8:09:10 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/ui/co/base/MAIN_APL70VAL_C/20/964634/sap.com_cafeugpuico~base.sda
    Mar 12, 2007 8:09:10 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:09:10 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:09:15 PM  Info: Begin of log messages of the target system:
    07/03/12 20:09:10 -  ***********************************************************
    07/03/12 20:09:11 -  Start updating EAR file...
    07/03/12 20:09:11 -  start-up mode is lazy
    07/03/12 20:09:11 -  EAR file updated successfully for 38ms.
    07/03/12 20:09:11 -  Start updating...
    07/03/12 20:09:13 -  EAR file uploaded to server for 915ms.
    07/03/12 20:09:13 -  Successfully updated. Update took 225ms.
    07/03/12 20:09:13 -  Deploy Service status:
    07/03/12 20:09:13 -    Application : sap.com/cafeugpuico~base
    07/03/12 20:09:13 -   
    07/03/12 20:09:13 -    sap.com/cafeugpuico~base  - WEBDYNPRO
    07/03/12 20:09:13 -  ***********************************************************
    Mar 12, 2007 8:09:15 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:09:15 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:09:15 PM  Info: Finished successfully: development component 'caf/eu/gp/ui/co/base'/'sap.com'/'MAIN_APL70VAL_C'/'964634'/'20', grouped by :
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:09:15 PM  Info: Starting to save the repository
    Mar 12, 2007 8:09:16 PM  Info: Finished saving the repository
    Mar 12, 2007 8:09:16 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/ui/decision'/'sap.com'/'MAIN_APL70VAL_C'/'963501'/'20' updates currently deployed development component 'caf/eu/gp/ui/decision'/'sap.com'/'MAIN_APL70VAL_C'/'963501'/'18'.
    Mar 12, 2007 8:09:16 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/ui/decision/MAIN_APL70VAL_C/20/963501/sap.com_cafeugpuidecision.sda
    Mar 12, 2007 8:09:16 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:09:16 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:09:20 PM  Info: Begin of log messages of the target system:
    07/03/12 20:09:16 -  ***********************************************************
    07/03/12 20:09:17 -  Start updating EAR file...
    07/03/12 20:09:17 -  start-up mode is lazy
    07/03/12 20:09:17 -  EAR file updated successfully for 15ms.
    07/03/12 20:09:17 -  Start updating...
    07/03/12 20:09:19 -  EAR file uploaded to server for 815ms.
    07/03/12 20:09:19 -  Successfully updated. Update took 133ms.
    07/03/12 20:09:19 -  Deploy Service status:
    07/03/12 20:09:19 -    Application : sap.com/cafeugpuidecision
    07/03/12 20:09:19 -   
    07/03/12 20:09:19 -    sap.com/cafeugpuidecision  - WEBDYNPRO
    07/03/12 20:09:19 -  ***********************************************************
    Mar 12, 2007 8:09:20 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:09:20 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:09:21 PM  Info: Finished successfully: development component 'caf/eu/gp/ui/decision'/'sap.com'/'MAIN_APL70VAL_C'/'963501'/'20', grouped by :
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:09:21 PM  Info: Starting to save the repository
    Mar 12, 2007 8:09:22 PM  Info: Finished saving the repository
    Mar 12, 2007 8:09:22 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/ui/iforms'/'sap.com'/'MAIN_APL70VAL_C'/'963541'/'20' updates currently deployed development component 'caf/eu/gp/ui/iforms'/'sap.com'/'MAIN_APL70VAL_C'/'963541'/'18'.
    Mar 12, 2007 8:09:22 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/ui/iforms/MAIN_APL70VAL_C/20/963541/sap.com_cafeugpuiiforms.sda
    Mar 12, 2007 8:09:22 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:09:22 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:09:26 PM  Info: Begin of log messages of the target system:
    07/03/12 20:09:22 -  ***********************************************************
    07/03/12 20:09:22 -  Start updating EAR file...
    07/03/12 20:09:22 -  start-up mode is lazy
    07/03/12 20:09:22 -  EAR file updated successfully for 16ms.
    07/03/12 20:09:22 -  Start updating...
    07/03/12 20:09:25 -  EAR file uploaded to server for 817ms.
    07/03/12 20:09:25 -  Successfully updated. Update took 92ms.
    07/03/12 20:09:25 -  Deploy Service status:
    07/03/12 20:09:25 -    Application : sap.com/cafeugpuiiforms
    07/03/12 20:09:25 -   
    07/03/12 20:09:25 -    sap.com/cafeugpuiiforms  - WEBDYNPRO
    07/03/12 20:09:25 -  ***********************************************************
    Mar 12, 2007 8:09:26 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:09:26 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:09:26 PM  Info: Finished successfully: development component 'caf/eu/gp/ui/iforms'/'sap.com'/'MAIN_APL70VAL_C'/'963541'/'20', grouped by :
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:09:26 PM  Info: Starting to save the repository
    Mar 12, 2007 8:09:27 PM  Info: Finished saving the repository
    Mar 12, 2007 8:09:27 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/ui/migrate'/'sap.com'/'MAIN_APL70VAL_C'/'963783'/'20' updates currently deployed development component 'caf/eu/gp/ui/migrate'/'sap.com'/'MAIN_APL70VAL_C'/'963783'/'18'.
    Mar 12, 2007 8:09:27 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/ui/migrate/MAIN_APL70VAL_C/20/963783/sap.com_cafeugpuimigrate.sda
    Mar 12, 2007 8:09:27 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:09:27 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:09:32 PM  Info: Begin of log messages of the target system:
    07/03/12 20:09:27 -  ***********************************************************
    07/03/12 20:09:28 -  Start updating EAR file...
    07/03/12 20:09:28 -  start-up mode is lazy
    07/03/12 20:09:28 -  EAR file updated successfully for 19ms.
    07/03/12 20:09:28 -  Start updating...
    07/03/12 20:09:31 -  EAR file uploaded to server for 909ms.
    07/03/12 20:09:31 -  Successfully updated. Update took 167ms.
    07/03/12 20:09:31 -  Deploy Service status:
    07/03/12 20:09:31 -    Application : sap.com/cafeugpuimigrate
    07/03/12 20:09:31 -   
    07/03/12 20:09:31 -    sap.com/cafeugpuimigrate  - WEBDYNPRO
    07/03/12 20:09:31 -  ***********************************************************
    Mar 12, 2007 8:09:32 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:09:32 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:09:32 PM  Info: Finished successfully: development component 'caf/eu/gp/ui/migrate'/'sap.com'/'MAIN_APL70VAL_C'/'963783'/'20', grouped by software component 'SAP-EU'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.11.0.20070202075922''/'20':
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:09:32 PM  Info: Starting to save the repository
    Mar 12, 2007 8:09:33 PM  Info: Finished saving the repository
    Mar 12, 2007 8:09:33 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/ui/mimes'/'sap.com'/'MAIN_APL70VAL_C'/'964623'/'20' updates currently deployed development component 'caf/eu/gp/ui/mimes'/'sap.com'/'MAIN_APL70VAL_C'/'964623'/'18'.
    Mar 12, 2007 8:09:33 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/ui/mimes/MAIN_APL70VAL_C/20/964623/sap.com_cafeugpuimimes.sda
    Mar 12, 2007 8:09:33 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:09:33 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:09:39 PM  Info: Begin of log messages of the target system:
    07/03/12 20:09:33 -  ***********************************************************
    07/03/12 20:09:34 -  Start updating EAR file...
    07/03/12 20:09:34 -  start-up mode is lazy
    07/03/12 20:09:35 -  EAR file updated successfully for 79ms.
    07/03/12 20:09:35 -  Start updating...
    07/03/12 20:09:37 -  EAR file uploaded to server for 1210ms.
    07/03/12 20:09:37 -  Successfully updated. Update took 232ms.
    07/03/12 20:09:37 -  Deploy Service status:
    07/03/12 20:09:37 -    Application : sap.com/cafeugpuimimes
    07/03/12 20:09:37 -   
    07/03/12 20:09:37 -    sap.com/cafeugpuimimes  - WEBDYNPRO
    07/03/12 20:09:37 -  ***********************************************************
    Mar 12, 2007 8:09:39 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:09:39 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:09:39 PM  Info: Finished successfully: development component 'caf/eu/gp/ui/mimes'/'sap.com'/'MAIN_APL70VAL_C'/'964623'/'20', grouped by :
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:09:39 PM  Info: Starting to save the repository
    Mar 12, 2007 8:09:40 PM  Info: Finished saving the repository
    Mar 12, 2007 8:09:40 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/ui/notif'/'sap.com'/'MAIN_APL70VAL_C'/'964632'/'20' updates currently deployed development component 'caf/eu/gp/ui/notif'/'sap.com'/'MAIN_APL70VAL_C'/'964632'/'18'.
    Mar 12, 2007 8:09:40 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/ui/notif/MAIN_APL70VAL_C/20/964632/sap.com_cafeugpuinotif.sda
    Mar 12, 2007 8:09:40 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:09:40 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:09:45 PM  Info: Begin of log messages of the target system:
    07/03/12 20:09:40 -  ***********************************************************
    07/03/12 20:09:41 -  Start updating EAR file...
    07/03/12 20:09:41 -  start-up mode is lazy
    07/03/12 20:09:41 -  EAR file updated successfully for 37ms.
    07/03/12 20:09:41 -  Start updating...
    07/03/12 20:09:43 -  EAR file uploaded to server for 988ms.
    07/03/12 20:09:43 -  Successfully updated. Update took 263ms.
    07/03/12 20:09:43 -  Deploy Service status:
    07/03/12 20:09:43 -    Application : sap.com/cafeugpuinotif
    07/03/12 20:09:43 -   
    07/03/12 20:09:43 -    sap.com/cafeugpuinotif  - WEBDYNPRO
    07/03/12 20:09:43 -  ***********************************************************
    Mar 12, 2007 8:09:45 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:09:45 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:09:45 PM  Info: Finished successfully: development component 'caf/eu/gp/ui/notif'/'sap.com'/'MAIN_APL70VAL_C'/'964632'/'20', grouped by :
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:09:45 PM  Info: Starting to save the repository
    Mar 12, 2007 8:09:46 PM  Info: Finished saving the repository
    Mar 12, 2007 8:09:46 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/ui/prt'/'sap.com'/'MAIN_APL70VAL_C'/'1077428'/'20' updates currently deployed development component 'caf/eu/gp/ui/prt'/'sap.com'/'MAIN_APL70VAL_C'/'1077428'/'18'.
    Mar 12, 2007 8:09:46 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/ui/prt/MAIN_APL70VAL_C/20/1077428/sap.com_cafeugpuiprt.sda
    Mar 12, 2007 8:09:46 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:09:46 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:09:50 PM  Info: Begin of log messages of the target system:
    07/03/12 20:09:46 -  ***********************************************************
    07/03/12 20:09:47 -  Start updating EAR file...
    07/03/12 20:09:47 -  start-up mode is lazy
    07/03/12 20:09:47 -  EAR file updated successfully for 17ms.
    07/03/12 20:09:47 -  Start updating...
    07/03/12 20:09:49 -  EAR file uploaded to server for 816ms.
    07/03/12 20:09:49 -  Successfully updated. Update took 63ms.
    07/03/12 20:09:49 -  Deploy Service status:
    07/03/12 20:09:49 -    Application : sap.com/cafeugpuiprt
    07/03/12 20:09:49 -   
    07/03/12 20:09:49 -    caf.eu.gp.ui.prt.par  - EP
    07/03/12 20:09:49 -  ***********************************************************
    Mar 12, 2007 8:09:50 PM  Info: End of log messages of the target system.
    Mar 12, 2007 8:09:50 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:09:50 PM  Info: Finished successfully: development component 'caf/eu/gp/ui/prt'/'sap.com'/'MAIN_APL70VAL_C'/'1077428'/'20', grouped by :
    The application start is forbidden, because of the server mode and action.
    Mar 12, 2007 8:09:50 PM  Info: Starting to save the repository
    Mar 12, 2007 8:09:52 PM  Info: Finished saving the repository
    Mar 12, 2007 8:09:52 PM  Info: Starting: Update: Selected development component 'caf/eu/gp/ui/search'/'sap.com'/'MAIN_APL70VAL_C'/'964624'/'20' updates currently deployed development component 'caf/eu/gp/ui/search'/'sap.com'/'MAIN_APL70VAL_C'/'964624'/'18'.
    Mar 12, 2007 8:09:52 PM  Info: SDA to be deployed: /usr/sap/EPS/JC00/SDM/root/origin/sap.com/caf/eu/gp/ui/search/MAIN_APL70VAL_C/20/964624/sap.com_cafeugpuisearch.sda
    Mar 12, 2007 8:09:52 PM  Info: Software type of SDA: J2EE
    Mar 12, 2007 8:09:52 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 12, 2007 8:09:57 PM  Info: Begin of log messages of the target system:
    07/03/12 20:09:52 -  ***********************************************************
    07/03/12 20:09:52 -  Start updating EAR file...
    07/03/12 20:09:52 -  start-up mode is lazy
    07/03/12 20:09:52 -  EAR file updated successfully for 56ms.
    07/03/12 20:09:52 -  Start updating...
    07/03/12 20:09:55 -  EAR file uploaded to server for 1144ms.
    07/03/12 20:09:56 -  Successfully updated. Update took 569ms.
    07/03/12 20:09:56 -  Deploy Service status:
    07/03/12 20:09:56 -    Application : sap

    Hi Stanley,
    double-verify that all needed files are there, specially the SP11 files.
    You can stop the j2ee and start it again, then resume from point of failure, but I doubt it will help.
    I suggest to open an oss with sap.
    I too had a contraint violate with my upgrade, and they helped me to solve the problem.
    Brad

  • Error during upgrade of CRM 5.0

    Hello,
    Following are two errors I encountered during an upgrade of CRM 5.0 to 7.0 in EU_IMPORT phase. Any ideas on these objects USR010 and USR020 as to if they should they be deleted from existing DB?
    (DB) INFO: USR01~ created
    (DB) ERROR: DDL statement failed
    (ALTER TABLE [USR01] ADD CONSTRAINT [USR010] PRIMARY KEY CLUSTERED ( [MANDT], [BNAME] ) )
    DbSlExecute: rc = 102
      (SQL error 2714)
      error message returned by DbSl:
    There is already an object named 'USR01~0' in the database.
    Could not create constraint. See previous errors.
    (IMP) INFO: import of USR01~ completed (9 rows) #20090408033510
    (DB) INFO: USR01~001 created
    (DB) INFO: USR01~002 created
    (DB) INFO: USR01~003 created
    (DB) INFO: USR02~ created
    (DB) ERROR: DDL statement failed
    (ALTER TABLE [USR02] ADD CONSTRAINT [USR020] PRIMARY KEY CLUSTERED ( [MANDT], [BNAME] ) )
    DbSlExecute: rc = 102
      (SQL error 2714)
      error message returned by DbSl:
    There is already an object named 'USR02~0' in the database.
    Could not create constraint. See previous errors.
    (IMP) INFO: import of USR02~ completed (9 rows) #20090408033510
    Thank a lot for your help,
    One Idea

    Closing the thread now...the error occurred because of name change in two of the tables earlier and were never deleted from the system. They were having these objects in them and created this conflict.

  • Code Inspector Errors during Upgrade?

    Hi,
    We are moving from 4.7 to Netweaver 7 . During the upgrade we found there are errors using Code inspector, Please confirm me that whether errors coming thru Code inspector , whether we need to correct these?
    But the programs have no syntax errors, all programs compiled properly.
    Thanks
    Sa_R

    Hi,
    Its not required to resolve all of them, they will be arranges as Errors, Warnings etc.
    So try to resolve the Errors.
    Each error has how it can be solved some times they will give you options to hidethe rros by putting some comments on the perticular line.
    Regards,
    Sesh

  • Error during upgrade phase JOB_RSUPGCUA_SHD

    Hi Everyone,
    We are in the process of completing a combined ERP 6.0 Upgrade / Unicode Conversion.  Our starting release is ECC 5.0 (ABAP only) and we are running Oracle 10.2.0.2 on AIX 5.3. 
    We are receiving the following error in phase JOB_RSUPGCUA_SHD:
    1 ETQ201XEntering upgrade-phase "JOB_RSUPGCUA_SHD" ("20080812163717")
    2 ETQ366 Connect variables are set for shadow instance access
    4 ETQ399 System-nr = '56', GwService = 'sapgw56'
    4 ETQ399 Environment variables:
    4 ETQ399   dbs_ora_schema=SAPR3
    4 ETQ399   auth_shadow_upgrade=1
    4 ETQ260 Starting batchjob "RSUPGCUAGEN111"
    4 ETQ010 Date & Time: 20080812163717
    4 ETQ260 Starting batchjob "RSUPGCUAGEN111"
    4 ETQ230 Starting RFC Login to: System = "ENP", GwHost = "aix12j1", GwService = "sapgw56"
    4 ETQ359 RFC Login to: System="ENP", Nr="56", GwHost="aix12j1", GwService="sapgw56"
    4 ETQ232 RFC Login succeeded
    4 ETQ233 Calling function module "SUBST_START_BATCHJOB" by RFC
    2EETQ235 Call of function module "SUBST_START_BATCHJOB" by RFC failed (error-status "10")
    2EETQ261 Start of batchjob "RSUPGCUAGEN111" failed
    1EETQ203 Upgrade phase "JOB_RSUPGCUA_SHD" aborted with errors ("20080812163717")
    We originally had some issues with the shadow system not starting in phase START_SHDI_FIRST.  The source of the problem was the value of paramter ipc/shm_psize_40 in the instance profile of the shadow system.  When we ran "sappfpar check" on the profile, the output indicated that the paramter was too small.  We backed up the profile, increased the parameter to the value "sappfpar check" recommended and then stopped the shadow system via "SAPup stopshd."  We then repeated the phase.  The shadow instance was started successfully and the upgrade proceeded with subsequent phases.
    We encountered the error above several phases later.  The shadow instance is started and I am able to login with user DDIC.  As detailed in the error message above, function module SUBST_START_BATCHJOB is aborting with error code 10.  Based on what I can interpret from source code of the function module, this seems to indicate that there is a problem with the program values.  The SM21 log indicates that "Program name RSUPGCUAGEN111 is invalid." 
    What do we need to do to get past this error?
    Thanks in advance for any assistance,
    Tommye

    for our case it was that the shadow instance was not completely stsarted, some processes were down, cause the ipc pool 40 was too small, i found the error in the killed work processes.
    Probleme resolved as susch. i hope it will help someone.
    Regards

Maybe you are looking for