Issues upgrading Weblogic from 10.3.5 to 10.3.6

Hi All,
i am trying to upgrade Weblogic from 10.3.5 to 10.3.6, i am using 10.3.6 upgrade installer ( $JAVA_HOME/bin/java -jar -d64 wls1036_upgrade_generic.jar).
Once after completion of the upgrade, i upgraded the domain using config.sh after this when i try to bring up the admin server i get below errors,
<May 30, 2013 10:51:48 AM CDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
<May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JRF Startup Class", java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup
java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Truncated. see log file for complete stacktrace
>
<May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JPS Startup Class", java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Truncated. see log file for complete stacktrace
>
<May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "ODL-Startup", java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Truncated. see log file for complete stacktrace
>
<May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "AWT Application Context Startup Class", java.lang.ClassNotFoundException: oracle.jrf.AppContextStartup
java.lang.ClassNotFoundException: oracle.jrf.AppContextStartup
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Truncated. see log file for complete stacktrace
>
<May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JMX Framework Startup Class", java.lang.ClassNotFoundException: oracle.as.jmx.framework.wls.spi.StartupListener
java.lang.ClassNotFoundException: oracle.as.jmx.framework.wls.spi.StartupListener
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Truncated. see log file for complete stacktrace
>
<May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "Web Services Startup Class", java.lang.ClassNotFoundException: oracle.j2ee.ws.server.WebServiceServerStartup
java.lang.ClassNotFoundException: oracle.j2ee.ws.server.WebServiceServerStartup
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Truncated. see log file for complete stacktrace
>
<May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JOC-Startup", java.lang.ClassNotFoundException: oracle.ias.cache.Startup
java.lang.ClassNotFoundException: oracle.ias.cache.Startup
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Truncated. see log file for complete stacktrace
>
<May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "DMS-Startup", java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Truncated. see log file for complete stacktrace
>
<May 30, 2013 10:51:54 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
<May 30, 2013 10:51:54 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
<May 30, 2013 10:51:57 AM CDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'OraEBS' due to error weblogic.application.ModuleException: .
weblogic.application.ModuleException:
at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:327)
at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
Truncated. see log file for complete stacktrace
Caused By: weblogic.common.ResourceException: weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: IO Error: The Network Adapter could not establish the connection
at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:283)
at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1310)
at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1227)
at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:250)
at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1329)
Truncated. see log file for complete stacktrace
>
<May 30, 2013 10:51:58 AM CDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'PWRP' due to error weblogic.application.ModuleException: .
weblogic.application.ModuleException:
at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:327)
at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
Truncated. see log file for complete stacktrace
Caused By: weblogic.common.ResourceException: weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: IO Error: The Network Adapter could not establish the connection
at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:283)
at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1310)
at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1227)
at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:250)
at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1329)
Truncated. see log file for complete stacktrace
>
<May 30, 2013 10:52:02 AM CDT> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element web-app in the deployment descriptor in /u01/app/w3uatsoa/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/jaxrs-framework-web-lib/3exw5y/WEB-INF/web.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
<May 30, 2013 10:52:02 AM CDT> <Error> <J2EE> <BEA-160197> <Unable to load descriptor /u01/app/w3uatsoa/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/jersey-web-lib/w8uq6h/WEB-INF/web.xml of module null. The error is weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
problem: cvc-complex-type.2.3: Element 'web-app@http://java.sun.com/xml/ns/javaee' with element-only content type cannot have text content.:<null>
at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:245)
at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:231)
at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:155)
at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:141)
at weblogic.servlet.internal.WarLibraryDefinition.initDescriptors(WarLibraryDefinition.java:300)
at weblogic.servlet.internal.WarLibraryDefinition.init(WarLibraryDefinition.java:226)
at weblogic.application.utils.LibraryLoggingUtils.initLibraryDefinition(LibraryLoggingUtils.java:277)
at weblogic.application.internal.library.LibraryDeployment.prepare(LibraryDeployment.java:44)
at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
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:256)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
.>
<May 30, 2013 10:52:02 AM CDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'jersey-web-lib [LibSpecVersion=1.0,LibImplVersion=1.0.2]' due to error weblogic.application.library.LibraryDeploymentException: [J2EE:160141]Could not initialize the library Extension-Name: jersey-web-lib, Specification-Version: 1, Implementation-Version: 1.0.2. Please ensure the deployment unit is a valid library type (war, ejb, ear, plain jar). weblogic.application.library.LibraryProcessingException: weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
problem: cvc-complex-type.2.3: Element 'web-app@http://java.sun.com/xml/ns/javaee' with element-only content type cannot have text content.:<null>
at weblogic.servlet.internal.WarLibraryDefinition.initDescriptors(WarLibraryDefinition.java:312)
at weblogic.servlet.internal.WarLibraryDefinition.init(WarLibraryDefinition.java:226)
at weblogic.application.utils.LibraryLoggingUtils.initLibraryDefinition(LibraryLoggingUtils.java:277)
at weblogic.application.internal.library.LibraryDeployment.prepare(LibraryDeployment.java:44)
at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
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:256)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused by: weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
problem: cvc-complex-type.2.3: Element 'web-app@http://java.sun.com/xml/ns/javaee' with element-only content type cannot have text content.:<null>
at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:245)
at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:231)
at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:155)
at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:141)
at weblogic.servlet.internal.WarLibraryDefinition.initDescriptors(WarLibraryDefinition.java:300)
... 18 more
weblogic.application.library.LibraryDeploymentException: [J2EE:160141]Could not initialize the library Extension-Name: jersey-web-lib, Specification-Version: 1, Implementation-Version: 1.0.2. Please ensure the deployment unit is a valid library type (war, ejb, ear, plain jar). weblogic.application.library.LibraryProcessingException: weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
problem: cvc-complex-type.2.3: Element 'web-app@http://java.sun.com/xml/ns/javaee' with element-only content type cannot have text content.:<null>
at weblogic.servlet.internal.WarLibraryDefinition.initDescriptors(WarLibraryDefinition.java:312)
at weblogic.servlet.internal.WarLibraryDefinition.init(WarLibraryDefinition.java:226)
at weblogic.application.utils.LibraryLoggingUtils.initLibraryDefinition(LibraryLoggingUtils.java:277)
at weblogic.application.internal.library.LibraryDeployment.prepare(LibraryDeployment.java:44)
at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
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:256)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused by: weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
problem: cvc-complex-type.2.3: Element 'web-app@http://java.sun.com/xml/ns/javaee' with element-only content type cannot have text content.:<null>
at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:245)
at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:231)
at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:155)
at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:141)
at weblogic.servlet.internal.WarLibraryDefinition.initDescriptors(WarLibraryDefinition.java:300)
... 18 more
at weblogic.application.internal.library.LibraryDeployment.prepare(LibraryDeployment.java:49)
at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
Truncated. see log file for complete stacktrace
>
<May 30, 2013 10:52:03 AM CDT> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application /u01/app/w3uatsoa/Oracle/Middleware/oracle_common/modules/oracle.dms_11.1.1/dms.war. Please make sure that the annotations are valid. The error is oracle.dms.wls.DMSServletFilter>
<May 30, 2013 10:52:03 AM CDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'DMS Application [Version=11.1.1.1.0]' due to error weblogic.application.ModuleException: Failed to load webapp: 'dms.war'.
weblogic.application.ModuleException: Failed to load webapp: 'dms.war'
at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:395)
at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
Truncated. see log file for complete stacktrace
Caused By: java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Truncated. see log file for complete stacktrace
>
<May 30, 2013 10:52:04 AM CDT> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application /u01/app/w3uatsoa/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/FMW Welcome Page Application_11.1.0.0.0/cb7uge/fmw-welcome.war. Please make sure that the annotations are valid. The error is oracle.dms.wls.DMSServletFilter>
<May 30, 2013 10:52:04 AM CDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'FMW Welcome Page Application [Version=11.1.0.0.0]' due to error weblogic.application.ModuleException: Failed to load webapp: '/'.
weblogic.application.ModuleException: Failed to load webapp: '/'
at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:395)
at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
Truncated. see log file for complete stacktrace
Caused By: java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Truncated. see log file for complete stacktrace
>
When processing WebService module 'wsil.war'. Failed to load servlet Class: oracle.j2ee.ws.server.wsil.WSILServlet
Ignoring: unable to load class:java.lang.ClassNotFoundException: oracle.j2ee.ws.server.wsil.WSILServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:76)
When processing WebService module 'wsil.war'. Failed to load servlet Class: oracle.j2ee.ws.server.wsil.WSILServlet
Ignoring: unable to load class:java.lang.ClassNotFoundException: oracle.j2ee.ws.server.wsil.WSILServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:76)
<May 30, 2013 10:52:04 AM CDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'em' due to error weblogic.management.DeploymentException: .
weblogic.management.DeploymentException:
at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:176)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:104)
at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
Truncated. see log file for complete stacktrace
Caused By: java.lang.ClassNotFoundException: oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
Truncated. see log file for complete stacktrace
>
<May 30, 2013 10:52:04 AM CDT> <Error> <HTTP> <BEA-101165> <Could not load user defined filter in web.xml: ServletContext@545084680[app:wsil-wls module:/inspection.wsil path:/inspection.wsil spec-version:2.5] oracle.dms.wls.DMSServletFilter.
java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Truncated. see log file for complete stacktrace
>
<May 30, 2013 10:52:04 AM CDT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'wsil-wls'.
weblogic.application.ModuleException:
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
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.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Truncated. see log file for complete stacktrace
OS: Linus 64bit
DatabaseB: 11.2.0.1

Hi Kalyan,
Thanks for the reply, i tried to clean up cache and tmp directory on all the Managed server and bounce the middleware along with nodemanager but i still have the same error.
Could you let me know what all steps are required for upgrading 10.3.5 to 10.3.6?

Similar Messages

  • Issues upgrading MDS from SQL2012 - SQL2014

    In our DEV environment we have a MDS service on SQL2012 (11.0.5556) that needs to be moved to a SQL2014 (12.0.2430). I get an error saying it is not supported or the SQL scripts are missing.
    -          I have applied all the latest CUs and patches on both SQL2012 and SQL2014
    -          I have added the user specified as user 1 as sysadmin in the SQL2014 instance and local admin on the server running the instance.
    -          I have performed a SQL backup of the MDS database from SQL2012, restored it in the SQL2014 instance.
    -          I start Master Data Services Configuration Manager on the server running SQL2014.
    -          I connect to the local SQL2014 instance and chose the “MDS” database. It finds the database fine and displays it’s version number as 11.2.0.3 (see screenshot below).
    -          I click “Upgrade Database” which starts the wizard.
    -          I press “Next” on the welcome screen and get the following error message
    I have tried changing compatibility level, I have ran SQL profiler to check for errors and can’t find anything. Please help, because I’m assuming this is supported and the real error is something else.

    I submitted a support case and found out that this is a known issue and is being addressed in CU5, which was just released.
    I downloaded CU5 and applied it and tried upgrading and it went through fine! Can't belive such a simple thing that should've worked win RTM took 5 CU's to get fixed but I'm just happy it was fixed!

  • Issues upgrading VI from LV 5.1 to 7.1/ binary file

    We recently upgraded from LabVIEW 5.1.1 to 7.1 and noticed a problem with the integrated Read/Write File VI. A measurement VI which saved data in binary form seemed to compile and run under 7.1 without problems. But when saving data the files can no longer be read in. Data files saved under 5.1 can be read in without problems. So we think there might be a problem with the "write file VI". So if any of you know of changes of this VI from 5.1 to 7.1 which might explain the described behaviour or maybe even fixes please let us know.

    To quote the help for Read File:
    "If byte stream type is wired and you need to read data created by LabVIEW 4.x or earlier, right-click this function and select Convert 4.x Data from the shortcut menu. In Convert 4.x Data mode, this function interprets the data in LabVIEW 4.x data storage layout and displays the icon for this function with a red 4.x on it. LabVIEW 4.x and earlier stores Boolean data in two bytes unless the data is in an array, in which case LabVIEW stores each Boolean element in a single bit. LabVIEW 5.0 and later stores Boolean values in a single byte, regardless of whether it is in an array. National Instruments recommends reworking any application that uses the Convert 4.x Data mode as a long term solution."
    So, the change in binary file storage actually occured from LabVIEW 4.1 to 5.0. It would seem that you used the 4.1 format in your old 5.1 application. How many files do you have in the old format? A mass conversion should be possible. Get a list of all files (sorted by date or by folder), read them with the 4.1 conversion and write them back without the conversion. You might also be able to have a read VI that can handle both data types. Can you read a record with 4.1 format and do a test to see if it's valid? If it's not, through it away and read it again with the existing LabVIEW format.

  • Issues upgrading code on WLC

    Hi all,
    Im having issues uploading code on a WLC in a remote location. The WLC is running 4.0.217.0 and im trying to upgrade to 4.2.209.0. I have checked the upgrade path from current to new version and there is no issue upgrading directly from one to the other.
    The issue occurs when I try and upload via TFTP, the Controller starts the code upload and only downloads a portion of the code, starts the extraction then fails with the following messages:
    -Sanity check fails
    -TFTP failure while storing in Flash
    -Failure while storing in Flash.
    I've done a debug from the controller and this is the output:
    Wed Oct 13 01:56:22 2010: RESULT_STRING: TFTP Code transfer starting.
    Wed Oct 13 01:56:22 2010: RESULT_CODE:1
    Wed Oct 13 01:56:26 2010: Locking tftp semaphore, pHost=10.198.136.12 pFilename=/AIR-WLC4400-K9-4-2-205-0-ER.aes
    Wed Oct 13 01:56:26 2010: Semaphore locked, now unlocking, pHost=10.198.136.12 pFilename=/AIR-WLC4400-K9-4-2-205-0-ER.aes
    Wed Oct 13 01:56:26 2010: Semaphore successfully unlocked, pHost=10.198.136.12 pFilename=/AIR-WLC4400-K9-4-2-205-0-ER.aes
    Wed Oct 13 01:56:35 2010: tftp rc=0, pHost=10.198.136.12 pFilename=/AIR-WLC4400-K9-4-2-205-0-ER.aes
                                                                                                            pLocalFilename=/mnt/download/local.tgz
    Wed Oct 13 01:56:35 2010: tftp = 6, file_name=/AIR-WLC4400-K9-4-2-205-0-ER.aes, ip_address=10.198.136.12, msg=Unknown error - refer to log
    Wed Oct 13 01:56:35 2010: upd_get_code_via_tftp = 6 (target=268435457 msg=Unknown error - refer to log)
    Wed Oct 13 01:56:35 2010: RESULT_STRING: TFTP receive complete... extracting components.
    Wed Oct 13 01:56:35 2010: RESULT_CODE:6
    Wed Oct 13 01:56:39 2010: RESULT_STRING: Sanity check failed on file. The file was not downloaded completely!
    Wed Oct 13 01:56:43 2010: RESULT_STRING: TFTP Failure while storing in flash!
    Wed Oct 13 01:56:43 2010: RESULT_CODE:7
    I've tried using a TFTP server (both 3Com and TFTPd) on a local server on site and its still fails. I've also tried using several servers
    as the TFTP server and still no luck.
    Does anyone have any idea why this is still failing? Could this possibly be a lack of space issue on the flash?
    cheers
    Rob

    Hi,
    "Sanity check failed on file. The file was not downloaded completely! "  - This error log is seen only if upgrade path is not right or if TFTP server which you are using does not support transfer of mor ethan 32MB file.
    I understand that you have already tried many tftp servers. If in case, you haven't tried tfttpd32 yet, please download it and give it a try as Cisco recommends to use tftpd32 server.
    Regards,
    Madhuri

  • Sometimes my computer takes too long to connect to new website. I am running a pretty powerful work program at same time, what is the best solution? Upgrading speed from cable network, is it a hard drive issue? do I need to "clean out" the computer?

    Many times my computer takes too long to connect to new website. I have wireless internet (time capsule) and I am running a pretty powerful real time financial work program at same time, what is the best solution? Upgrading speed from cable network? is it a hard drive issue? do I only need to "clean out" the computer? Or all of the above...not to computer saavy.  It is a Macbook Pro  osx 10.6.8 (late 2010).

    Almost certainly none of the above!  Try each of the following in this order:
    Select 'Reset Safari' from the Safari menu.
    Close down Safari;  move <home>/Library/Caches/com.apple.Safari/Cache.db to the trash; restart Safari.
    Change the DNS servers in your network settings to use the OpenDNS servers: 208.67.222.222 and 208.67.220.220
    Turn off DNS pre-fetching by entering the following command in Terminal and restarting Safari:
              defaults write com.apple.safari WebKitDNSPrefetchingEnabled -boolean false

  • JMS issues when migration from weblogic 9.2 to 10.3.5

    We are facing some issues when migration from weblogic 9.2 to 10.3.5
    In  weblogic 9.2 :_
    BMP Entity EJBs used in our project are read-only in nature using entity cache, below is the configuration details
    <!DOCTYPE weblogic-ejb-jar PUBLIC "-//BEA Systems, Inc.//DTD WebLogic 6.0.0 EJB//EN" "http://www.bea.com/servers/wls600/dtd/weblogic-ejb-jar.dtd">
    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>
    Company
    </ejb-name>
    <entity-descriptor>
    <pool>
    <max-beans-in-free-pool>300</max-beans-in-free-pool>
    <initial-beans-in-free-pool>150</initial-beans-in-free-pool>
    </pool>
    <entity-cache>
    <max-beans-in-cache>3500</max-beans-in-cache>
    <idle-timeout-seconds>100000</idle-timeout-seconds>
    <read-timeout-seconds>0</read-timeout-seconds>
    <concurrency-strategy>ReadOnly</concurrency-strategy>
    </entity-cache>
    Entity beans will get refreshed using the JMS messges. with in the MDB descriptor files(weblogic-ejb-jar.xml) we are using the provider URL directly and XA enabled connection factory is set to false.
    migration to Weblogic 10.3.5_
    With the same configurations MDB are not not getting deployed in weblogic 10 with some exception, so we removed the provider URL from weblogic-ejb-jar.xml and changed the JMS configuration to use foreign JMS and XA enable connection factory is set to true. Now when ever the JMS message is triggered Entity bean is not getting refreshed with the updated values. i.e values are stale.
    Can some one look into this and provide your inputs to resolve this issue.

    I think the Entity bean refresh problem appears to be unrelated to MDBs. The MDB is only responsible for getting the message to your application (which in turn interacts with Entity beans). You might want to try posting your question to an EJB newsgroup.
    Tom

  • After upgrade BPC from 7.0 to 7.5 NW we facing issue in Legal consolidation

    Hi
    After upgrade BPC from 7.0 to 7.5 NW we facing issue in Legal consolidation where in case of equity knock off the amount is not get balanced even after we run legal consolidation package in group currency.
    Regards
    Vikash

    Hi sandeep ,
    Hence the problem was not there with previous versions where the .js files were simply not compressed by default.
    Solution :
    I believe switching off javascript compression is a suitable option in this case as the script files are usually cached by the browser as well and will not be transmitted every time.
    Kindly follow these steps:
    1. Enter the J2EE Config tool.
    2. drill down: Global Server Configuration->services->http
    3. on the right hand side, click on NeverCompressed
    4. on the bottom, add at the end: ,*.js
    5. Apply the changes
    6. restart the J2EE.
    After this clear the browser cache and then log onto the portal and check if the issue gets resolve
    I hope it will useful to you.
    Thanks@ Re grads
    G.srinu

  • Issue listeneing queue from Weblogic Cluster server with multiple managed server

    Haveing issue listeneing queue from Weblogic Cluster server with multiple managed server.
    Weblogic Cluster structure is like
    Weblogic Cluster01
      --ManagedServer01(http://server01.myhost.com:7001)
      --ManagedServer02(http://server02.myhost.com:7001)
    JMS Servers
      JMSserver01 targeting: ManagedServer01
      JMSserver02 targeting: ManagedServer02
      JMSmodule
      ConnectionFactory01 targeting:JMSserver01,JMSserver02
      UDQueue01 targeting:JMSserver01,JMSserver02
    Uniform Distributed Queue in Monitoring tab showing like this
      mysystemmodule!JMSserver01@UDQueue01
      mysystemmodule!JMSserver02@UDQueue01
    So when I am sending message to any Host(by specifying the provider URL) its distributing equally on both server like
      mysystemmodule!JMSserver01@UDQueue01 10
      mysystemmodule!JMSserver02@UDQueue01 10
    But when try to listen message from these queue, it is listening from one server, for which URL given to connect.
      mysystemmodule!JMSserver01@UDQueue01 0
      mysystemmodule!JMSserver02@UDQueue01 10
    untill I connect to other server by giveing its URL, will not able to access other message left on the queue.
    Solutions that tried
      1) we have tried give both server URL coma sparated in provider URL
    we need to configur same scenario for 5 managed server with 3 listener on other servers.
    Do any one have solution for this.

    You need to have:
    1. Consumers connected to each UDQ member
    OR
    2. If no consumers in some of the members is expected, you can configure Forward Delay (specify the amount of time, in seconds, that a queue member with messages, but with no consumers, will wait before forwarding its messages to other queue members that do have consumers):
    http://docs.oracle.com/cd/E12839_01/apirefs.1111/e13952/taskhelp/jms_modules/distributed_queues/ConfigureUDQGeneral.html
    For example you can set it to 10 (10s)
    Additional Information here:
    http://docs.oracle.com/cd/E23943_01/web.1111/e13727/dds.htm#i1314228
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e13951/mbeans/DistributedQueueBean.html?skipReload=true#ForwardDelay
    How Does JMS Load Balancing Work with Distributed Queues and Uniform Distributed Queues? (Doc ID 827294.1)
    I hope this helps
    Best Regards
    Luz

  • Issue while upgrading weblogic portal 8.1 to 9.2

    Hi All,
    I am upgrading my weblogic portal 8.1 application to 9.2. While following the process give at following link.
    http://download.oracle.com/docs/cd/E13214_01/wli/docs92/upgradetutorial/chap2.html
    I am getting following error in the update tab. Any suggestion would be greatful.
    weblogic.DDConverter failed to convert the EAR, weblogic-application.xml will not be
    upgraded :
    [DDConverter] START Converting EAR BEA[DDConverter] START Converting EJB-JAR
    .workshop/<App_name>/EJB/GenericStateless[DDConverter] END Converting EJB-JAR
    .workshop/<App_name>/EJB/GenericStateless[DDConverter] START Converting EJB-JAR
    content.jar[DDConverter] END Converting EJB-JAR content.jar[DDConverter] START Converting
    EJB-JAR content_repo.jar[DDConverter] END Converting EJB-JAR content_repo.jar[DDConverter]
    START Converting EJB-JAR netuix.jar[DDConverter] END Converting EJB-JAR
    netuix.jar[DDConverter] START Converting EJB-JAR p13n_ejb.jar[DDConverter] END Converting
    EJB-JAR p13n_ejb.jar[DDConverter] START Converting EJB-JAR prefs.jar[DDConverter] END
    Converting EJB-JAR prefs.jar[DDConverter] START Converting EJB-JAR wps.jar[DDConverter] END
    Converting EJB-JAR wps.jar[DDConverter] START Converting EJB-JAR
    .workshop/<App_name>/EJB/ProjectBeans[DDConverter] END Converting EJB-JAR
    .workshop/<App_name>/EJB/ProjectBeans[DDConverter] START Converting WAR
    adminPortal.war[DDConverter] END Converting WAR adminPortal.war[DDConverter] START
    Converting WAR datasync.war<May 4, 2010 5:16:20 PM PDT> <Info> <J2EE> <BEA-160192> <While
    upgrading weblogic.xml, encountered "debug" param "jsp-param". This param is unknown and
    will be removed> [DDConverter] END Converting WAR datasync.war[DDConverter] START Converting
    WAR wps-toolSupport.war[DDConverter] END Converting WAR wps-toolSupport.war[DDConverter]
    START Converting WAR <App_name><May 4, 2010 5:16:20 PM PDT> <Error> <J2EE> <BEA-160197>
    <Unable to load descriptor
    weblogic.application.ddconvert.ConvertCtx$VJarResourceLoader@b16f5f finder:
    weblogic.utils.classloaders.CodeGenClassFinder@106def2 annotation: /WEB-INF/web.xml of
    module null. The error is weblogic.descriptor.DescriptorException: Unmarshaller failed     at
    weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:147
    )     at
    weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:280)     at
    weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:248)     at
    weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(Abstra
    ctDescriptorLoader2.java:749)     at
    weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescr
    iptorLoader2.java:376)     at
    weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(Abst
    ractDescriptorLoader2.java:720)     at
    weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescrip
    torLoader2.java:729)     at
    weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:134)     at
    weblogic.application.ddconvert.WarConverter.convertDDs(WarConverter.java:60)     at
    weblogic.application.ddconvert.EarConverter.convertModules(EarConverter.java:125)     at
    weblogic.application.ddconvert.EarConverter.convertDDs(EarConverter.java:84)     at
    weblogic.application.ddconvert.DDConverter.runBody(DDConverter.java:157)     at
    weblogic.utils.compiler.Tool.run(Tool.java:158)     at
    weblogic.utils.compiler.Tool.run(Tool.java:115)     at
    weblogic.application.ddconvert.DDConverter.main(DDConverter.java:177)     at
    weblogic.DDConverter.main(DDConverter.java:10)Caused by: com.bea.xml.XmlException:
    weblogic.descriptor.BeanAlreadyExistsException: Bean already exists:
    "weblogic.j2ee.descriptor.ListenerBeanImpl@788e8862(/Listeners[com.bea.wlw.runtime.core.serv
    let.WebappContextListener])"     at
    com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:54)     
    at
    com.bea.staxb.runtime.internal.RuntimeBindingType$BeanRuntimeProperty.setValue(RuntimeBindin
    gType.java:483)     at
    com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$QNameRuntimeProperty.fillCollecti
    on(AttributeRuntimeBindingType.java:385)     at
    com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)     
    at
    com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(At
    tributeRuntimeBindingType.java:145)     at
    com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:185
    )     at
    com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:154)     
    at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)     at
    weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:136
    )     ... 15 moreCaused by: weblogic.descriptor.BeanAlreadyExistsException: Bean already
    exists:
    "weblogic.j2ee.descriptor.ListenerBeanImpl@788e8862(/Listeners[com.bea.wlw.runtime.core.serv
    let.WebappContextListener])"     at
    weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:207)     at
    weblogic.j2ee.descriptor.WebAppBeanImpl.setListeners(WebAppBeanImpl.java:965)     at
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at
    java.lang.reflect.Method.invoke(Method.java:585)     at
    com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)     
    ... 23 more.> weblogic.application.ddconvert.DDConvertException:
    weblogic.descriptor.DescriptorException: Unmarshaller failed     at
    weblogic.application.ddconvert.WarConverter.convertDDs(WarConverter.java:79)     at
    weblogic.application.ddconvert.EarConverter.convertModules(EarConverter.java:125)     at
    weblogic.application.ddconvert.EarConverter.convertDDs(EarConverter.java:84)     at
    weblogic.application.ddconvert.DDConverter.runBody(DDConverter.java:157)     at
    weblogic.utils.compiler.Tool.run(Tool.java:158)     at
    weblogic.utils.compiler.Tool.run(Tool.java:115)     at
    weblogic.application.ddconvert.DDConverter.main(DDConverter.java:177)     at
    weblogic.DDConverter.main(DDConverter.java:10)Caused by:
    weblogic.descriptor.DescriptorException: Unmarshaller failed     at
    weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:147
    )     at
    weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:280)     at
    weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:248)     at
    weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(Abstra
    ctDescriptorLoader2.java:749)     at
    weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescr
    iptorLoader2.java:376)     at
    weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(Abst
    ractDescriptorLoader2.java:720)     at
    weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescrip
    torLoader2.java:729)     at
    weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:134)     at
    weblogic.application.ddconvert.WarConverter.convertDDs(WarConverter.java:60)     ... 7
    moreCaused by: com.bea.xml.XmlException: weblogic.descriptor.BeanAlreadyExistsException:
    Bean already exists:
    "weblogic.j2ee.descriptor.ListenerBeanImpl@788e8862(/Listeners[com.bea.wlw.runtime.core.serv
    let.WebappContextListener])"     at
    com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:54)     
    at
    com.bea.staxb.runtime.internal.RuntimeBindingType$BeanRuntimeProperty.setValue(RuntimeBindin
    gType.java:483)     at
    com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$QNameRuntimeProperty.fillCollecti
    on(AttributeRuntimeBindingType.java:385)     at
    com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)     
    at
    com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(At
    tributeRuntimeBindingType.java:145)     at
    com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:185
    )     at
    com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:154)     
    at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)     at
    weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:136
    )     ... 15 moreCaused by: weblogic.descriptor.BeanAlreadyExistsException: Bean already
    exists:
    "weblogic.j2ee.descriptor.ListenerBeanImpl@788e8862(/Listeners[com.bea.wlw.runtime.core.serv
    let.WebappContextListener])"     at
    weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:207)     at
    weblogic.j2ee.descriptor.WebAppBeanImpl.setListeners(WebAppBeanImpl.java:965)     at
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at
    java.lang.reflect.Method.invoke(Method.java:585)     at
    com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)     
    ... 23 moreweblogic.descriptor.DescriptorException: Unmarshaller failed
    Thanks in advance.
    Regards,
    Sandeep K

    Hi,
    Upgrade report is giving me following warning. Is my above problem is due to this warning?
    The project <Application Name> references netui-pageflow.jar, which contains an 8.1 WLS XMLBean, com.bea.wlw.netui.pageflow.schema.webapp23.EjbLinkDocument. Regenerate the JAR to use Apache XMLBeans.
    If yes then how to resolve this issue. Any suggestion guys.
    Thanks in advance.
    Regards,
    SandeepK

  • Anyone having issues upgrading RFC apps from ECC 5.0 to ECC 6.0 ?

    We are having issues upgrading our simple RFC app from ECC 5 to ECC 6.
    we are using the librfc32u.dll ( 710_Rel) to make a simple call to return MARD table entries.
    Runs great in our 5.0 system.
    When we run against our 6.0 environment with the same dll, we get garbage back in the table results... (escape characters ).
    We have tried downloading the latest 7.0 librffc*  ( standard an u ) . We recompiled to embrace both unicode and non-unicode.  ( fyi our 6.0 environment is unicode ) .  All attempts have failed to date.
    Has anyone else experienced issues trying to upgrade their rfc applications?

    david, were you able to fix this issue? i have a similar issue. we are upgrading from 4.6c to ecc 6.0. we use a c# program that connects thru sap connector for .net v2.0. it calls a rfc function module, it connects and passes some data, but not all data to the rfc.
    any help would be appreciated.
    thanks.

  • Issues upgrading from 7.5.1 to 10gR3

    We are having issues upgrading from Content Server 7.5.1 to 10gR3 running a Sql Server 2005 back end (based on Windows Server 2003).
    We run through the upgrade process (which completes with warnings), but when we try to start the Content Server, we get the following error:
    ( 0%) Changing lengths of fields in table 'DocFormats'...
    system 01.17 12:17:42.738 main When asking the database
    for a list of tables, we got no tables back (internal)
    01.17 12:17:42.753 main !
    csUnableToLocateDatabaseTable,DocFormats-exception stack
    intradoc.data.DataException: !
    csUnableToLocateDatabaseTable,DocFormats
    <snip>
    Unable to locate table 'DocFormats' in database.
    We are looking for advice from anyone who has been through this upgrade (in the same type of environment), or who have encountered this error or anything like it. The error appears to indicate a database access issue, but we have profiled the upgrade and startup, and have proved that the processes are reaching the database. We
    have also tried the install against clean and complex installs, and have tried both JDTS and Microsoft drivers without success (same error).
    We have spent many days on this, and have been working with Oracle support, but are starting to worry about how realistic the upgrade is.
    Cheers,
    Dave T

    Oracle support suggested I execute an "exec sp_changeobjectowner 'DocFormats','<SchemaName>" command against the database.
    I did this for the DocFormats table only.
    When I tried to start the instance, the error message stated the DocFormats table was now missing.
    Inside the database, the table 'Stellent.DocFormats' was visible through SQL Server management.
    I then created a copy of this table as 'dbo.DocFormats' (as it was originally), and tried starting the process again (with the config.cfg variables you suggested).
    It turns out the upgrade process can now see the DocFormats table and upgrade it successfully (The dformat column is now showing as varchar(80) ).
    The startup process now fails at the very next table in the upgrade list (see output below).
    Sounds like a database owner/permissions issue.
    Any ideas from anyone with SQL Server experience?
    Output from \bin\idcserver.exe -console -debug:
    11:05:30.006     main     SELECT dValue FROM Config WHERE dSection='DevUpdate' AND dName='MetaFieldLengthUpdateV8'
    systemdatabase     01.18 11:05:30.006     main     1.79 ms. SELECT dValue FROM Config WHERE dSection='DevUpdate' AND dName='MetaFieldLengthUpdateV8'[Executed. Returned row(s): false]
    systemdatabase     01.18 11:05:30.006     main     SELECT dValue FROM Config WHERE dSection='DevUpdate' AND dName='FormatFieldLengthUpdateV8'
    systemdatabase     01.18 11:05:30.006     main     2.56 ms. SELECT dValue FROM Config WHERE dSection='DevUpdate' AND dName='FormatFieldLengthUpdateV8'[Executed. Returned row(s): false]
    ( 0%) Changing lengths of fields in table 'DocFormats'...
    systemdatabase     01.18 11:05:30.022     main     getColumns DocFormats
    systemdatabase     01.18 11:05:30.022     main     1.66 ms. getColumns DocFormats[Retrieved 3 columns.]
    systemdatabase     01.18 11:05:30.084     main     Table list: DocFormats
    systemdatabase     01.18 11:05:30.084     main     SELECT * FROM DocFormats
    systemdatabase     01.18 11:05:30.084     main     2.83 ms. SELECT * FROM DocFormats[Executed. Returned row(s): true]
    systemdatabase     01.18 11:05:30.100     main     Delete DocFormats
    systemdatabase     01.18 11:05:30.116     main     drop table DocFormats
    systemdatabase     01.18 11:05:30.256     main     148 ms. Delete DocFormats[Executed]
    systemdatabase     01.18 11:05:30.256     main     Connection with id of 'main.1' is removed from active connections with key of 'main'.
    systemdatabase     01.18 11:05:30.256     main     release pool connection
    systemdatabase     01.18 11:05:30.256     main     assigning connection
    systemdatabase     01.18 11:05:30.256     main     Connection with last id of <unassigned> is added to active connections with key of 'main'.
    systemdatabase     01.18 11:05:30.256     main     Assigned connection to this thread, took 0.49 ms.
    systemdatabase     01.18 11:05:30.256     main     Preparing connection for use, id initialized as main.2
    systemdatabase     01.18 11:05:30.256     main     dFormat varchar(80) NOT NULL, dConversion varchar(30) NULL, dDescription varchar(80) NULL|PK_DocFormats| PRIMARY KEY (dFormat)
    systemdatabase     01.18 11:05:30.256     main     CREATE TABLE DocFormats (dFormat varchar(80) NOT NULL, dConversion varchar(30) NULL, dDescription varchar(80) NULL, CONSTRAINT PK_DocFormats PRIMARY KEY (dFormat))
    systemdatabase     01.18 11:05:30.256     main     7.25 ms. dFormat varchar(80) NOT NULL, dConversion varchar(30) NULL, dDescription varchar(80) NULL|PK_DocFormats| PRIMARY KEY (dFormat)[Executed.]
    systemdatabase     01.18 11:05:30.256     main     Connection with id of 'main.2' is removed from active connections with key of 'main'.
    systemdatabase     01.18 11:05:30.256     main     release pool connection
    systemdatabase     01.18 11:05:30.256     main     assigning connection
    systemdatabase     01.18 11:05:30.256     main     Connection with last id of <unassigned> is added to active connections with key of 'main'.
    systemdatabase     01.18 11:05:30.272     main     Assigned connection to this thread, took 2412 ns.
    systemdatabase     01.18 11:05:30.272     main     Preparing connection for use, id initialized as main.3
    systemdatabase     01.18 11:05:30.272     main     SELECT * FROM DocFormats
    systemdatabase     01.18 11:05:30.288     main     4.26 ms. SELECT * FROM DocFormats[Executed. Returned row(s): false]
    systemdatabase     01.18 11:05:30.288     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/msword', 'PassThru', 'apMicrosoftWordDesc')
    systemdatabase     01.18 11:05:30.288     main     2.93 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/msword', 'PassThru', 'apMicrosoftWordDesc')[Executed. 1 rows affected.]
    ( 0%) Importing table 'DocFormats'...
    systemdatabase     01.18 11:05:30.288     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/pdf', 'PassThru', 'apPdfOptimization')
    systemdatabase     01.18 11:05:30.288     main     1.87 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/pdf', 'PassThru', 'apPdfOptimization')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.288     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/rtf', 'PassThru', 'apRtfDesc')
    systemdatabase     01.18 11:05:30.303     main     2.06 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/rtf', 'PassThru', 'apRtfDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.303     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.ms-excel', 'PassThru', 'apMicrosoftExcelDesc')
    systemdatabase     01.18 11:05:30.303     main     1.70 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.ms-excel', 'PassThru', 'apMicrosoftExcelDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.303     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.ms-powerpoint', 'PassThru', 'apMicrosoftPowerPointDesc')
    systemdatabase     01.18 11:05:30.303     main     1.69 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.ms-powerpoint', 'PassThru', 'apMicrosoftPowerPointDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.303     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.ms-project', 'PassThru', 'apMicrosoftProjectDesc')
    systemdatabase     01.18 11:05:30.303     main     1.53 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.ms-project', 'PassThru', 'apMicrosoftProjectDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.303     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.visio', 'PassThru', 'apVisioDesc')
    systemdatabase     01.18 11:05:30.303     main     1.63 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.visio', 'PassThru', 'apVisioDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.303     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/wordperfect', 'PASSTHRU', 'apWordPerfectDesc')
    systemdatabase     01.18 11:05:30.303     main     1.98 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/wordperfect', 'PASSTHRU', 'apWordPerfectDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.303     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/write', 'PassThru', 'apMicrosoftWriteDesc')
    systemdatabase     01.18 11:05:30.319     main     4.89 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/write', 'PassThru', 'apMicrosoftWriteDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.319     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('image/graphic', 'ImageThumbnail', 'apThumbnailsDesc')
    systemdatabase     01.18 11:05:30.319     main     2.12 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('image/graphic', 'ImageThumbnail', 'apThumbnailsDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.319     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('text/html', 'PassThru', 'Hyperlink text document')
    systemdatabase     01.18 11:05:30.319     main     1.84 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('text/html', 'PassThru', 'Hyperlink text document')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.319     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('text/plain', 'PassThru', 'Text file')
    systemdatabase     01.18 11:05:30.319     main     1.66 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('text/plain', 'PassThru', 'Text file')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.319     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('text/postscript', 'Distiller', 'apDistillerDesc')
    systemdatabase     01.18 11:05:30.319     main     1.60 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('text/postscript', 'Distiller', 'apDistillerDesc')[Executed. 1 rows affected.]
    ( 17%) Changing lengths of fields in table 'ExtensionFormatMap'...
    systemdatabase     01.18 11:05:30.319     main     Alter ExtensionFormatMap
    systemdatabase     01.18 11:05:30.335     main     !csDbUnableToPerformAction_alter,\!csDbTableMissing
    (internal)     01.18 11:05:30.335     main     setExceptionCause threw: null
    systemdatabase     01.18 11:05:30.335     main     15 ms. Alter ExtensionFormatMap[!csDbTableMissing]
    systemdatabase     01.18 11:05:30.335     main     Connection with id of 'main.3' is removed from active connections with key of 'main'.
    systemdatabase     01.18 11:05:30.335     main     release pool connection
    (internal)     01.18 11:05:30.350     main     !csDbUnableToPerformAction_alter,\!csDbTableMissing-exception stack
    intradoc.data.DataException: !csDbUnableToPerformAction_alter,\!csDbTableMissing
         at intradoc.jdbc.JdbcWorkspace.alterTable(Unknown Source)
         at intradoc.server.IdcExtendedLoader.changeFieldLength(Unknown Source)
         at intradoc.server.IdcExtendedLoader.expandFormatFieldLengthsV8(Unknown Source)
         at intradoc.server.IdcExtendedLoader.extraBeforeCacheLoadInit(Unknown Source)
         at intradoc.server.IdcSystemLoader.loadCaches(Unknown Source)
         at intradoc.server.IdcServerManager.init(Unknown Source)
         at IdcServer.init(Unknown Source)
         at IdcServer.main(Unknown Source)
    Caused by: java.sql.SQLException: !csDbTableMissing
         ... 8 more
    Unable to alter table '!csDbTableMissing'.

  • Are there any known issues upgrading to 10.8.3 from 10.7.5 with Parallels Desktop already installed in 10.7.5?

    Are there any known issues upgrading to 10.8.3 from 10.7.5 with Parallels Desktop already installed in 10.7.5?

    Welcome to Apple Support Communities
    Most of the applications compatible with Lion are also compatible with Mountain Lion, so you shouldn't have any problem. Mountain Lion supports the latest update for Parallels 7 and 8, so if you haven't got one of these versions, you should upgrade it before upgrading Mac OS X. That application uses extensions, so it may cause kernel panics

  • Has Apple ever fixed the fan issue that results from upgrading the hard drives on 2009-2010 iMacs?

    Has Apple ever fixed the fan issue that results from upgrading the hard drives on 2009-2010 iMacs?
    My CPU fan defaults to 3000RPM.  I can rev the fan higher with 3rd party Fan controllers, but no lower than 3K.

    OR you can short out the original temp sensor, to make the fans rev at quieter speeds.
    You can also install an optical temp sensor in place of the old one, it will still read temps and adjust the fans accordingly, just not as good as an internal sensor.
    Use something like this:http://www.ebay.com/itm/New-922-9229-Cable-Temp-Sensor-Optical-iMac-27-inch-Late -2009-2010-/111106349896
    Another fan speed control app you may be interested in: http://exirion.net/ssdfanctrl/
    Good Luck!

  • Any issues upgrading to Maverick from OS 10.6.8 on a MacBook?

    Any issues upgrading to Maverick from OS 10.6.8 on a MacBook?

    Model Name:          MacBook
      Model Identifier:          MacBook5,1
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          2 GHz

  • Upgrade Weblogic Server Issue

    Hi,
    I have an installation of oracle weblogic server 10.3.5.0 with ADF 11.1.1.5.0. I can upgrade weblogic server to 12.1.3.0 ?

    I have installed a fresh WebLogic Server 12.1.3, and then I'm using Reconfiguration Wizard to upgrade my weblogic domain to 12.1.3, but it's unfortunately, it's failed as below:
    2015-04-06 15:10:20,677 INFO  [1] com.oracle.cie.wizard.internal.wcf.WCFWrapper - Overriding task definition summary_gui
    2015-04-06 15:10:22,142 INFO  [13] com.oracle.cie.domain.info.DomainInformationImpl - initializing domaininformation object.
    2015-04-06 15:10:22,925 INFO  [13] com.oracle.cie.domain.DomainRegistryWrapper - need to initialize domainRegistrydocument object
    2015-04-06 15:10:22,939 INFO  [13] com.oracle.cie.domain.info.DomainInformationImpl - initializing domaininformation object.
    2015-04-06 15:10:45,975 INFO  [52] com.oracle.cie.domain.info.DomainInformationImpl - initializing domaininformation object.
    2015-04-06 15:10:46,075 SEVERE [52] com.oracle.cie.domain.info.DomainUtilsImpl - No reconfig template exists for template Oracle BI Composer Runtime:11.1.1.0
    2015-04-06 15:10:46,075 SEVERE [52] com.oracle.cie.domain.info.DomainUtilsImpl - No reconfig template exists for template Oracle BI-ADF Runtime:11.1.1.0
    2015-04-06 15:10:46,075 SEVERE [52] com.oracle.cie.domain.info.DomainUtilsImpl - No reconfig template exists for template Oracle JRF:11.1.1.0
    2015-04-06 15:10:46,077 SEVERE [52] com.oracle.cie.domain.WLSCoreReconfigurator - Reconfiguration failed
    com.oracle.cie.domain.ValidateException: CFGFWK-60971: The domain is not reconfigurable.
    CFGFWK-60971: The domain did not contain information necessary to determine how to reconfigure the domain.
    CFGFWK-60971: Refer to the upgrade documentation on how to proceed.
      at com.oracle.cie.domain.WLSCoreReconfigurator.run(WLSCoreReconfigurator.java:163)
      at java.lang.Thread.run(Thread.java:745)
    Caused by: com.oracle.cie.external.domain.info.DomainInfoException: No reconfig template exists for templates:
      Oracle BI Composer Runtime:11.1.1.0
      Oracle BI-ADF Runtime:11.1.1.0
      Oracle JRF:11.1.1.0
      at com.oracle.cie.domain.info.DomainUtilsImpl.validateReconfigurable(DomainUtilsImpl.java:128)
      at com.oracle.cie.domain.WLSCoreReconfigurator.run(WLSCoreReconfigurator.java:158)
      ... 1 more
    2015-04-06 15:10:46,081 SEVERE [52] com.oracle.cie.domain.WLSCoreReconfigurator - Reconfiguration Failed!
    Exception:
    CFGFWK-60971: The domain is not reconfigurable.
    CFGFWK-60971: The domain did not contain information necessary to determine how to reconfigure the domain.
    CFGFWK-60971: Refer to the upgrade documentation on how to proceed.
    com.oracle.cie.domain.ValidateException: CFGFWK-60971: The domain is not reconfigurable.
    CFGFWK-60971: The domain did not contain information necessary to determine how to reconfigure the domain.
    CFGFWK-60971: Refer to the upgrade documentation on how to proceed.
      at com.oracle.cie.domain.WLSCoreReconfigurator.run(WLSCoreReconfigurator.java:163)
      at java.lang.Thread.run(Thread.java:745)
    Caused by: com.oracle.cie.external.domain.info.DomainInfoException: No reconfig template exists for templates:
      Oracle BI Composer Runtime:11.1.1.0
      Oracle BI-ADF Runtime:11.1.1.0
      Oracle JRF:11.1.1.0
      at com.oracle.cie.domain.info.DomainUtilsImpl.validateReconfigurable(DomainUtilsImpl.java:128)
      at com.oracle.cie.domain.WLSCoreReconfigurator.run(WLSCoreReconfigurator.java:158)
      ... 1 more
    I think this error is caused by ADF runtime version 11.1.1.5.0 that I'm using, but i don't know how to fix it.

Maybe you are looking for

  • Need help in Billing O/P..

    Hello, I have a requirements. Could some one through some light on it? In our business process, Hardware items & Service items are separetly invoiced, for both ZF2 doc type is used. The req is to print invoices conatining Hardware items at one printe

  • Date Range at Reports Section

    Hi, I am doing some Reports and my requirement is to put a Date Range with default operator as Is Between.  This functionality works in Query Groups in dynamic filters where it shows From Date to End Date. I just wanted to know if this funcationlity

  • Assignin Group access to Business Rule

    hi all, I am trying to assign a group to business rule in planning 9.2 and i am not able to see the rules in the planning web client. I assigned indivdual user to the rule with similar provisioning as that of group in shared services and i am able to

  • Outlook 2010 keeps crashing

    Office Outlook 2010 continues to crash. I've uninstalled and re-installed the Office 2010 package and the problem persists. I running Windows 7 Professional 64 bit, and Office 2010 Professional. Outlook had been workout with only an occasional hang w

  • VIP alerts not working on iPhone 5

    I have in the notification center VIP alerts enabled. VIP Alerts are enabled for Lock Screen as well as pop up alert. Whenever I get mail from the VIP members I've selected I get no such alert on my iPhone 5. Does anyone know what could be the proble