Problem migrating CUCM 7.1.5 to 9.1(2) (Jump Upgrade)

Hello all,
I am facing an issue when trying to upgrade from CUCM 7.1.5.30000-1 to 9.1(2) over UCS following the jump upgrade procedure.
I have installed 7.1.5 CUCM software on the UCS using the 9.1(2) ova. (two nodes cluster), and after that restored the CUCM backup.
I have loaded "ciscocm.refresh_upgrade_v1.3.cop" file before the upgrade on both nodes.
The connectivity with NTP server is good.
The upgrade file I am using is "UCSInstall_UCOS_9.1.2.11900-12.sgn".
The installation begins on Publisher but after three hours and when it is ending it fails. I have checked the installation logs and this is what it shows:
05/23/2014 17:45:51 component_install|(CAPTURE) Fri May 23 17:41:46 2014 cm-dbl-install DEBUG: cm-dbl-install [0]|<LVL::Debug>
05/23/2014 17:45:51 component_install|(CAPTURE) Fri May 23 17:41:46 2014 cm-dbl-install DEBUG: <--|<LVL::Debug>
05/23/2014 17:45:51 component_install|File:/opt/cisco/install/bin/component_install:756, Function: exec_progmeter(), /opt/cisco/install/bin/progmeter failed (1)|<LVL::Error>
05/23/2014 17:45:51 appmanager.sh|Internal Error, File:/usr/local/bin/base_scripts/appmanager.sh:269, Function: refresh_upgrade(), failed to refresh_upgrade infrastructure_post components|<LVL::Critical>
05/23/2014 17:45:51 post_install|File:/opt/cisco/install/bin/post_install:911, Function: install_applications(), /usr/local/bin/base_scripts/appmanager.sh -refresh-upgrade failed (1)|<LVL::Error>
05/23/2014 17:45:51 post_install|Exiting with result 1|<LVL::Info>
05/23/2014 17:45:51 post_install|INSTALL_TYPE="Refresh Upgrade"|<LVL::Debug>
05/23/2014 17:45:51 post_install|Process refresh upgrade failure|<LVL::Info>
05/23/2014 17:45:51 post_install|(CAPTURE) Mail notification cancelled - smtp server address for email not found! [/usr/local/platform/conf/platformConfig.xml]|<LVL::Debug>
05/23/2014 17:45:51 post_install|Retore grub.conf from grub.conf.recovery|<LVL::Info>
05/23/2014 17:45:51 post_install|Copy recovery file, /grub/boot/grub/grub.conf.recovery, to /grub/boot/grub/grub.conf|<LVL::Debug>
05/23/2014 17:45:51 post_install|Retore of grub.conf complete|<LVL::Info>
05/23/2014 17:45:51 post_install|Invalidate upgrade partition|<LVL::Info>
05/23/2014 17:45:51 post_install|Removing master RPM|<LVL::Debug>
05/23/2014 17:45:52 post_install|Removing /etc/opt/cisco/install.conf|<LVL::Debug>
05/23/2014 17:45:52 post_install|Invalidate any product configuration file|<LVL::Debug>
05/23/2014 17:45:52 post_install|Setting product and deployment version attributes in /etc/opt/cisco/install/conf/callmanager_product.conf to 0.0.0.0000-0000|<LVL::Debug>
05/23/2014 17:45:52 post_install|Cleanup refresh upgrade staging areas|<LVL::Debug>
05/23/2014 17:46:14 post_install|Parse argument status=upgrade.stage.error|<LVL::Debug>
05/23/2014 17:46:14 post_install|_set_upgrade_status_attribute: status set to upgrade.stage.error|<LVL::Debug>
05/23/2014 17:46:14 post_install|File:/opt/cisco/install/bin/post_install:580, Function: handle_refresh_upgrade_failure(), Refresh upgrade failed. Trying to reboot to currently active version.|<LVL::Error>
05/23/2014 17:47:19 hardware_check.sh|Initializing hardware library on boot|<LVL::Info>
05/23/2014 17:47:19 ServerApiManager|In main with args -|initialize|- called file |/usr/local/bin/base_scripts/server_api_manager.sh| - and current mode=HSSI_Mode |<LVL::Debug>
05/23/2014 17:47:19 ServerApiManager||Method: initialize args: |- current mode=HSSI_Mode completed with code [0]|<LVL::Debug>
05/23/2014 17:47:19 ServerApiManager|In main with args -|initHardwareLibrary|- called file |/usr/local/bin/base_scripts/server_api_manager.sh| - and current mode=HSSI_Mode |<LVL::Debug>
05/23/2014 17:47:19 ServerApiManager|Sam_reset being called|
I think it is similar to this other case: https://supportforums.cisco.com/discussion/12181161/cucm-vm-715-912-migration-error#comment-9719721
Can anyone help me with this? I am stuck on the migration.
Thanks!!
Héctor

Just for the record. I found the solution to my problem. Checking more logs I read this:
The installation has encountered a unrecoverable internal error. For further assistance report the following information to your support provider.
"/usr/local/cm/script/cm-dbl-ontape_backup-install RU PostInstall 9.1.2.11900-12 7.1.5.30000-1 /usr/local/cm/ /common/component/database /common/log/install/capture.txt " terminated. Exceeded max time (240)
The system will now halt.
So I accessed the Dissaster Recovery Section on CUCM and deleted the tape backup device that was configured there. After deleting it the upgrade went well.

Similar Messages

  • Help: Problem migrating to 9052 or 1012

    Hello You Experts,
    I have a BC4J/JSP application originally developed in Jdev 902. It has been in production for a while already, and has been migrated all way through 9034 and 9041 (build 1436). This is a relatively simple application, only BC4J is involved, no Stunts, no UIX or anything else. It works pretty well so far. However, I am having problem migrating it into 10g now. I got the same error (see below) with either Jdev 9052 (build 1618) or 1012 (build 1811). It opens (migrated by the Wizard), and compiles without any error. It actually runs and I have got to the login page. And then it’s throws an NoSuchMethodError exception upon login. My application supports dynamic credentials. The debug output indicates that it could not get the internal connection, though the user connection was successful. Any ideals for this error are greatly appreciated. Thank you very much in advance.
    Following is the stack trace:
    Message: void oracle.jbo.html.DataSourceImpl.(java.lang.String)
    java.lang.NoSuchMethodError: void oracle.jbo.html.DataSourceImpl.(java.lang.String)
         at oracle.jbo.html.jsp.datatags.Utils.createDataSource(Utils.java:185)
         at oracle.jbo.html.jsp.datatags.DataSourceTag.doStartTag(DataSourceTag.java:86)
         at Login.jspService(Login.jsp:61)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:347)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:649)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192) at java.lang.Thread.run(Thread.java:534)
    And following is the debug output (excepted to conserve apace):
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\Jdev1012\jdev\system10.1.2.0.0.1811\oc4j-config>
    C:\Jdev1012\jdk\bin\javaw.exe -ojvm -XXdebug,quiet,port3096 -classpath C:\Jdev1012\j2ee\home\oc4j.jar;C:\Jdev1012\jdev\lib\jdev-oc4j.jar -Djbo.debugoutput=console -Xverify:none -Ddisable.checkForUpdate=true -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doracle.dms.sensors=NONE -Doc4j.jms.usePersistenceLockFiles=false com.evermind.server.OC4JServer -config C:\Jdev1012\jdev\system10.1.2.0.0.1811\oc4j-config\server.xml
    [waiting for the server to complete its initialization...]
    Debugger connected to local process.
    05/01/31 16:52:18 Auto-deploying file:/C:/Jdev1012/jdev/mywork/LtcopWebApp/jspClients/public_html/ (New server version detected)...
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 5218 ms.
    Target URL -- http://204.156.227.22:8988/ltcop/index.html
    05/01/31 16:52:19 Oracle Application Server Containers for J2EE 10g (10.1.2.0.0) initialized
    05/01/31 16:52:31 Diagnostics: (BC4J Bootstrap) Routing diagnostics to standard output (use -Djbo.debugoutput=silent to remove)
    05/01/31 16:52:31 [00] Diagnostic Properties: Timing:false Functions:false Linecount:true Threshold:6
    05/01/31 16:52:31 [01] BC4J Property jbo.maxpoolcookieage='-1' -->(Configuration) from System Default
    05/01/31 16:52:31 [02] Loading 5.0 IDE classes
    05/01/31 16:52:31 [03] Creating a new pool resource
    05/01/31 16:52:31 [04] BC4JDeployPlatform: LOCAL
    05/01/31 16:52:31 [05] Propertymanager: searching for file and system based properties
    05/01/31 16:52:31 [06] {{ begin Loading BC4J properties
    …….. Cut away to conserve space …….
    05/01/31 16:52:32 [135] }} finished loading BC4J properties
    05/01/31 16:52:32 [136] -----------------------------------------------------------
    05/01/31 16:52:32 Diagnostics: (Properties (re)loaded) Routing diagnostics to standard output (use -Djbo.debugoutput=silent to remove)
    05/01/31 16:52:32 [137] Diagnostic Properties: Timing:false Functions:false Linecount:true Threshold:6
    05/01/31 16:52:32 [138] JavaVMVersion: 10.1.2.1162 dop5
    05/01/31 16:52:32 [139] JavaVMVendor: Oracle Corp.
    05/01/31 16:52:32 [140] JavaVMName: OJVM Client VM
    05/01/31 16:52:32 [141] OperatingSystemName: Windows 2000
    05/01/31 16:52:32 [142] OperatingSystemVersion: 5.0
    05/01/31 16:52:32 [143] OperatingSystemUsername: Duz
    05/01/31 16:52:32 [144] jbo.323.compatible Flag: false, str: false
    05/01/31 16:52:32 [145] jbo.903.compatible Flag: false, str: false
    05/01/31 16:52:32 [146] Loading from bc4j.jpx file
    05/01/31 16:52:32 [147] Loading from individual XML files
    …….. Cut off lots of “Loading from …… Xxx.xml file” entries to conserve space …….
    05/01/31 16:52:36 [248] Using DatabaseTransactionFactory implementation oracle.jbo.server.DatabaseTransactionFactory
    05/01/31 16:52:36 [249] mPCollUsePMgr is false
    05/01/31 16:52:36 [250] ViewObjectImpl.mDefaultMaxRowsPerNode is 70
    05/01/31 16:52:36 [251] ViewObjectImpl.mDefaultMaxActiveNodes is 30
    05/01/31 16:52:36 [252] DBTransactionImpl Max Cursors is 50
    05/01/31 16:52:36 [253] Created root application module: 'componentsPkg.LtcopAppModule'
    05/01/31 16:52:36 [254] Locale is: 'en_US'
    05/01/31 16:52:36 [255] DefaultConnectionStrategy is establishing an application module connection
    05/01/31 16:52:36 [256] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    05/01/31 16:52:36 [257] Creating a new pool resource
    05/01/31 16:52:36 [258] Trying connection/2: url='jdbc:oracle:thin:@204.156.200.100:1521:DB20' info='{user=ltc_test_co1, password=ltcco1, oracle.net.encryption_types_client=( DES40C ), oracle.net.encryption_client=REQUIRED, oracle.net.crypto_checksum_client=REQUIRED, oracle.net.crypto_checksum_types_client=( MD5 )}' ...
    05/01/31 16:52:36 [259] Successfully logged in
    05/01/31 16:52:36 [260] JDBCDriverVersion: 10.1.0.3.0
    05/01/31 16:52:36 [261] DatabaseProductName: Oracle
    05/01/31 16:52:36 [262] DatabaseProductVersion: Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production With the Partitioning, Oracle Label Security, OLAP and Oracle Data Mining options JServer Release 9.2.0.6.0 - Production
    05/01/31 16:52:36 [263] **PCollManager.resolveName** tabName=PS_TXN
    05/01/31 16:52:36 [264] Getting a connection for internal use...
    05/01/31 16:52:36 [265] Creating internal connection...
    05/01/31 16:52:36 [266] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    05/01/31 16:52:36 [267] Creating a new pool resource
    05/01/31 16:52:36 [268] Trying connection/1: url='jdbc:oracle:thin:ltcop/[email protected]:1521:db20'...

    Hi Vishal,
    Hello,
    Unfortunately WLS 6.1 is not supported on Solaris 10. Also as of Nov 14, 2005 WLS 6.1 entered the mature phase and will be no longer supported by BEA.
    http://e-docs.bea.com/wls/certifications/certs_610/overview.html
    Do let me know if you need any assistance in upgrading
    Cheers
    Raj

  • Problem migrating Toplink Workbench project from 9.0.4.5 to 10.1.3.1.0

    Hi all,
    I am having problems migrating my Toplink Workbench project from 9.0.4.5 to 10.1.3.1.0! I used the Toplink Workbench to open and convert the existing project. The conversion succeeded, but when I tried to export the mappings I got this:
    java.lang.NullPointerException
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWRelationalPrimaryKeyPolicy.adjustRuntimeDescriptor(MWRelationalPrimaryKeyPolicy.java:174)
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWRelationalTransactionalPolicy.adjustRuntimeDescriptor(MWRelationalTransactionalPolicy.java:85)
         at oracle.toplink.workbench.mappingsmodel.descriptor.MWDescriptor.buildRuntimeDescriptor(MWDescriptor.java:423)
         at oracle.toplink.workbench.mappingsmodel.descriptor.MWMappingDescriptor.buildRuntimeDescriptor(MWMappingDescriptor.java:860)
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWRelationalClassDescriptor.buildRuntimeDescriptor(MWRelationalClassDescriptor.java:791)
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWTableDescriptor.buildRuntimeDescriptor(MWTableDescriptor.java:955)
         at oracle.toplink.workbench.mappingsmodel.project.MWProject.buildRuntimeProject(MWProject.java:932)
         at oracle.toplink.workbench.mappingsmodel.project.MWProject.exportDeploymentXML(MWProject.java:804)
         at oracle.toplink.workbench.mappingsplugin.ProjectDeploymentXmlGenerationCoordinator.exportProjectDeploymentXml(ProjectDeploymentXmlGenerationCoordinator.java:46)
         at oracle.toplink.workbench.mappingsplugin.ExportDeploymentXmlAction.execute(ExportDeploymentXmlAction.java:27)
         at oracle.toplink.workbench.framework.action.AbstractFrameworkAction.actionPerformed(AbstractFrameworkAction.java:134)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Anyone seen this error before? This is very critical for us. Please help. Thanks.
    Regards,
    gkk1969

    I am seeing the same problem when i try to do Export to Java Source
    java.lang.NullPointerException
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWRelationalPrimaryKeyPolicy.adjustRuntimeDescriptor(MWRelationalPrimaryKeyPolicy.java:174)
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWRelationalTransactionalPolicy.adjustRuntimeDescriptor(MWRelationalTransactionalPolicy.java:85)
         at oracle.toplink.workbench.mappingsmodel.descriptor.MWDescriptor.buildRuntimeDescriptor(MWDescriptor.java:423)
         at oracle.toplink.workbench.mappingsmodel.descriptor.MWMappingDescriptor.buildRuntimeDescriptor(MWMappingDescriptor.java:860)
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWRelationalClassDescriptor.buildRuntimeDescriptor(MWRelationalClassDescriptor.java:791)
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWTableDescriptor.buildRuntimeDescriptor(MWTableDescriptor.java:955)
         at oracle.toplink.workbench.mappingsmodel.project.MWProject.buildRuntimeProject(MWProject.java:932)
         at oracle.toplink.workbench.mappingsmodel.project.MWProject.exportProjectSource(MWProject.java:824)
         at oracle.toplink.workbench.mappingsplugin.ProjectSourceGenerationCoordinator.exportProjectSource(ProjectSourceGenerationCoordinator.java:68)
         at oracle.toplink.workbench.mappingsplugin.ExportJavaSourceAction.execute(ExportJavaSourceAction.java:31)
         at oracle.toplink.workbench.framework.action.AbstractFrameworkAction.actionPerformed(AbstractFrameworkAction.java:134)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1113)
         at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:943)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

  • Problem migrating from JSF Mojarra 1.2 to 2.0

    As my subject suggests, I am having a problem migrating from JSF 1.2 to JSF 2.0.
    As a first step, all that I had done was to replace both 'jsf-api.jar' and 'jsf-impl.jar' with the newer version 2.0 and restart my server.
    As expected, server failed to publish with the following error message on the console. Any hint on solving this issue is highly appreciated.
    The error message goes as below:
    <Jun 30, 2009 10:31:54 AM PDT> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application D:\MalcolmX\web. Please make sure that the annotations are valid. The error is com.sun.faces.taglib.jsf_core.BeanValidatorTag>
    <Jun 30, 2009 10:31:54 AM PDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application '_auto_generated_ear_' 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:387)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.BeanValidatorTag
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         Truncated. see log file for complete stacktrace
    Thanks.

    SirG wrote:
    As expected, server failedWow :P
    The error message goes as below:
    java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.BeanValidatorTagIs it in classpath? Exception says it is not.
    Don't you have some JSF 1.2 libraries around somewhere else in classpath? Appserver/lib? JDK/lib? Etc. You might have a mix of JSF 1.2 and JSF 2.0 in the classpath and the exception is just been caused by this collision.

  • Problems migrating data via LSMW using the IDoc method

    Hello everybody,
    I got a very strange problem migrating data via the LSMW. I tried to map legacy data using the IDoc mapping method. I'm using the message type 'CRMXIF_PARTNER_SAVE_M ' and the basic IDoc type 'CRMXIF_PARTNER_SAVE_M01'.
    I can read the import data and convert it to IDoc structure as well as generate the IDoc. When I start processing the IDoc afterwards I get always the same error messages which I don't understand...
    The errors are:
    1) Error status 'A ' calling validation service (Status 51)
    2) Validation error occurred: Module CRM_BUPA_MAIN_VAL , BDoc type BUPA_MAIN (Status 51)
    3) Error_Time Dependency_Addresses CHECK_TABLE_MISSING (Status 51)
    4) Internal error when calling operation module BUA_CHECK_ADDRESS_VALIDITY_ALL : Check table missing (Status 51)
    5) Address moves ignored in the case of time-independent systems (Status 51)
    6) Partner data processed with key PartnerGUID 4BF67ADE9B9923BEE10000000A3500DB (Status 51)
    7) Partner (4BF67ADE9B9923BEE10000000A3500DB ): the following errors occurred (Status 51)
    I tried to import the following data:
    external ID
    Name1
    Name2
    Address data
    Telephone data
    Fax data
    Website data
    Can anybody tell me where those errors come from and how I can fix them. Would be great if somebody could help me!
    Thank you and best regards,
    Markus

    so apparently my issue with this was setting the time zone in the Address to the time zone of the user doing the conversion. You can find the time zone in SU01.
    Also you can create a BP in the WebUI then check t-code SMW01 and it will help you on passing the values to CRMXIF_PARTNER_SAVE
    Edited by: Akeem Lockett on Jul 8, 2010 7:44 AM

  • Problems migration AccessManager Release 3 to Release 4

    Hello all:
    We have been upgrading java Access Manager 6 (2005Q1) to Access Manager 7(2005Q4), that comes packaged with Sun Java Enterprise System.
    We have follow all the steps in "Sun Java Enterprise System 2005Q4 Upgrade Guide" and we have end up with the migration done but the access manager gui (look and feel)keeps being the older one (access manager 6).
    Do You know what the problem is ? Since the upgrade guide steps are too much, I would say the problems is due to the next step (in page 218 of upgrade guide)
    e. Run amconfig to undeploy Access Manager
    Set the value of DEPLOY_LEVEL in config-file to 26.
    cd /AccessManager-base/bin
    ./amconfig -s AccessManager-base/bin/config-file
    looks like the amconsole is not undeployed ...
    any help would be very appreciated.
    Ricardo

    I am assuming that you have migrated and running AM JES 4 in Legacy Mode.
    In LEGACY mode both old console and new console are available.
    the URI for accessing old console is same as JES 3 which is /amconsole.
    To access the new Console you will have to use the uri /amserver/console, try
    this uri and see if you get the new console.
    Bina

  • Problems migrating project in JDeveloper

    Hello OraclALL,
    I am having problems migrating my project from JDeveloper 10.1.2 to version 10.1.3.
    Actualyl the problem is specific to the UML diagramas. It was able to correctly convert the Class Diagram and ER Diagram, but did not work with Use Case Diagram neither with Activity Diagrams.
    Is there something I can do to import, convert or migrate my project with all diagrams included?
    Thanks

    There is nothing special to be done to migrate those uml diagrams. The migration which succeeded in migrating your other diagrams should also have migrated the use case and activity diagrams.
    You say that it did not work for use case and activity, could you describe what the problem is with those diagrams ?
    If there was some error dialogs, exceptions during the migration process or when you try to open those diagrams ... could you also describe/paste them ?
    Alternatively you can send all this information to me.
    Thanks very much.
    Dominique

  • Problems migrating a playlist into iTunes...

    Hi folks,
    I am having very frustrating problems migrating some music into my iTunes library and making it into a playlist which will display the tracks in the way that I want. I might not know some technical terms here, but I will try to be as clear and concise as possible!
    I have some music (the 'Glee' TV show soundtrack)that I downloaded elsewhere (i.e not from iTunes), and I just want to move it into an iTunes playlist, to display the tracks in the 'standard' way- that is, all in one 'block', numbered and sequenced in the correct running order.
    So all I did is exactly what I have done before: created a new playlist from the iTunes 'file' menu, given the playlist a name, then dragged and dropped each track from the folder that I downloaded the music into originally. So in this case- I dragged and dropped each track from it's location in a folder called 'J Girl music', which is where I download music for my girlfriend to.
    Now, I don't know whether the fact that the soundtrack is by a bunch of different artists (rather than just one) is part of the problem here, but what I get when I drag and drop into the iTunes 'Glee' playlist (using 'as list' as my 'view' option) is the tracks in the playlist displayed in 'clusters'.
    So the first two tracks appear in one separate, delineated box then the next two in a separate, delineated box and so on (kind of like having a number of individual albums within the playlist)- and each 'block' has its own separate album art displayed to the left. I hope people can visualise what I mean here- things seem easy to explain until you try to put them into words!
    So really all I want is for the 'Glee' playlist to be the same as my other ones-the tracks in one 'block' with no boxes separating them and sequenced in the correct order.
    I have tried a number of things to fix this: I have right-clicked on tracks (both from the playlist and the library) gone into 'info' and numbered them e.g 1 of 18, 2 of 18, etc. I have changed the info about artist to the heading 'various artists', I have tried checking the box that says 'part of a compilation', but no matter what I seem to do tracks 3,4,5 etc will not 'jump' and sit themselves directly underneath tracks 1 and 2- the 'boxes' dividing them remain!
    I hope I have explained this problem clearly (I really tried to) and I would be very appreciative of any help a forum member or members can provide. Thanks in advance.

    Hi folks,
    I am having very frustrating problems migrating some music into my iTunes library and making it into a playlist which will display the tracks in the way that I want. I might not know some technical terms here, but I will try to be as clear and concise as possible!
    I have some music (the 'Glee' TV show soundtrack)that I downloaded elsewhere (i.e not from iTunes), and I just want to move it into an iTunes playlist, to display the tracks in the 'standard' way- that is, all in one 'block', numbered and sequenced in the correct running order.
    So all I did is exactly what I have done before: created a new playlist from the iTunes 'file' menu, given the playlist a name, then dragged and dropped each track from the folder that I downloaded the music into originally. So in this case- I dragged and dropped each track from it's location in a folder called 'J Girl music', which is where I download music for my girlfriend to.
    Now, I don't know whether the fact that the soundtrack is by a bunch of different artists (rather than just one) is part of the problem here, but what I get when I drag and drop into the iTunes 'Glee' playlist (using 'as list' as my 'view' option) is the tracks in the playlist displayed in 'clusters'.
    So the first two tracks appear in one separate, delineated box then the next two in a separate, delineated box and so on (kind of like having a number of individual albums within the playlist)- and each 'block' has its own separate album art displayed to the left. I hope people can visualise what I mean here- things seem easy to explain until you try to put them into words!
    So really all I want is for the 'Glee' playlist to be the same as my other ones-the tracks in one 'block' with no boxes separating them and sequenced in the correct order.
    I have tried a number of things to fix this: I have right-clicked on tracks (both from the playlist and the library) gone into 'info' and numbered them e.g 1 of 18, 2 of 18, etc. I have changed the info about artist to the heading 'various artists', I have tried checking the box that says 'part of a compilation', but no matter what I seem to do tracks 3,4,5 etc will not 'jump' and sit themselves directly underneath tracks 1 and 2- the 'boxes' dividing them remain!
    I hope I have explained this problem clearly (I really tried to) and I would be very appreciative of any help a forum member or members can provide. Thanks in advance.

  • Problems with CUCM 9.1 OVA file

    Hello all
    I´m facing problems with CUCM 9.1 I downloaded from Cisco when I run it in the VMware I got the following screen
    What should I do to resolve it?
    Regards

    Actually when I tried to open the original OVA I got the message
    "the ovf descriptor file could not be parsed"
    Then I opened the OVA file and took just VMDK file and created a virtual machine with this VMDK file
    Then I got this message

  • Problems migrating from edir 8.7.3 to 8.8

    Hi,
    I need to do a hardware replace for a Netware 6.5 sp 8 server. This
    server has edir 8.7.3.10. I loaded a new Proliant server with NW6.5 sp
    8 to migrate to. The new server has edir 8.8 on it. The Migration
    Wizzard guide says there can be problems migrating from NW6.5 from an
    edir 8.7 to 8.8.
    I tried to install the new server using the [INST: spedir] option
    specifie in this article
    (http://www.novell.com/communities/no...edirectory-873)
    but the server keeps crashing.
    Can I mirgate my old server edir 8.7.3 to the new one 8.8 using the
    Migration Wizzard? If not is there any other way to force an install
    of edir 8.7.3?
    thanks

    You could upgrade your eDir on the "original" server to 8.8
    I've done that before without any problems.
    (obviously this doesn't guarantee it will go right/well). Always have a complete backup of the .dib set (I use the dsrepair -rc on NetWare) as well as a "snapshot" of teh NetWare server if possible (ours is on the SAN, so I can clone the system disk before I do anything to it).

  • Problem migrating user account SID

    Problem migrating user account SID
    I’m trying to migrate user accounts SID from a Windows 2003 domain to a Windows 2008 domain using the command line admt.exe. There is a trust between the 2 domains and I’m able to migrate a user account using admt 3.1 wizard including SID. The wizard asks me for a user account in the source domain with administrative right for the SID migration.  In the wizard I use the same credentials as my current session. This works fine!!
    But, when I’m using the command line “admt user” in an administrative cmd box i’m not prompted for any credentials in the source domain.  My current credentials have the proper right in the source domain so that should not be any problem but admt is not able to migrate the user SID and gives the following error:
    ERR2:7615 SID History cannot be updated for xxxxx. You must be an administrator in the source domain
    Any ideas ??

    I to am seeing this error - running on a Target DC.
    Command line: admt group /O: GroupOption2.txt /F: test.txt /TO:corporate/Groups
    Option File:
    [Migration]
    SourceDomain=Source.com
    TargetDomain=corp.target.com
    PasswordOption=Copy
    PasswordServer=blade3.source.com
    ConflictOptions=MERGE
    [User]
    MigrateSIDs=Yes
    [Group]
    MigrateSIDs=Yes
    UpdatePreviouslyMigratedObjects=Yes
    FixGroupMembership=Yes
    MigrateMembers=No
    UpdateUserRights=YES
    [Security]
    TranslationOption=Add
    Error from the logs:
    2010-02-15 11:47:14 ERR2:7615 SID History cannot be updated for test group deleteme. You must be an administrator in the source domain.
    The account I am logged in to the target DC is a member of the Administrators group on both domains and of the Domain Admins on the source.
    Any ideas? Searching (with Bing and that other one) only turns up two relevant hits, this thread and a win2000 tech net article.
    Extra info:
    Source: Windows 2003 (OS) - Windows 2000 native functional levels (domain and forest)
    Target: Windows 2008 (OS) - Windows 2003 functional
    Sorry for the retarded formatting.

  • CUCM 6.1(5) "jump" upgrade to 9.1(2)

    I am in the process of trying to upgrade a customers CUCM 6.1(5) environment to 9.1(2) using the jump upgrade method. The current system is on MCS servers and I have installed new 6.1(5) CUCM's on a UCS, applied th required cop file to disable licensing check and performed a restore. When I look at the DB replication status, it has failed. Has anyone attempted performing the upgrade using this method and if so, was it successful. Here is a link to a Voice of the Engineer session that covers this upgrade path
    https://communities.cisco.com/docs/DOC-7823
    Regards,
    Dave

    Did you recreate your whole cluster, just as it is in production, on UCS???
    I did the procedure from 6.1(5) and 7.1(5) and had no problems.
    HTH
    java
    if this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • When apple will fix the problem of the Bluetooth. It is not working after the upgrade to7.03

    when apple will fix the problem of the Bluetooth. It is not working after the upgrade to7.03

    there is no problem with B/T and iOS7.0.3 in my case used on iPhone 5 and 4 in several environments including in car
    Do a reset
    restore with back up and if required as new

  • License Rehosting for CUCM 8.5 to 9.1.2 Virtualization and Upgrade

    No license rehosting is required for a jump upgrade from 6 or 7 to 9.1.2.
    If you follow the same procedure for a 8.5 or 8.6 virtualization and upgrade - you virtualize your 8.5 or 8.6 software in a lab and then upgrade to 9.1.2 and cutover - do you need to rehost your licenses for the interim virtual 8.5 or 8.6 cluster before upgrading? I've seen this error:
    "Upgrades are prohibited during Licensing Grace Period" error trying to move off the "Software Location" page.

    Hi,
    The following link provides details of licenses usage by diff endpoints on version 9.x
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/upgrade/uct/9_1_1/CUCM_BK_U0AE00F5_00_uct-admin-guide/CUCM_BK_U0AE00F5_00_uct-admin-guide_chapter_0100.html
    HTH
    Manish

  • Wifi problems since 10.5.8 Update. Even after Snow Leopard Upgrade.

    Wifi problems since 10.5.8 Update. Even after Snow Leopard Upgrade.
    Is there any way to use a 10.5.7 wireless .kext files on Snow Leopard? And where can I find the files?

    Ok, I have the fix!! After several frustrating days it finally just works.
    The process:
    Upgrade your Macs to 10.6 (Snow Leopard)
    Powercycle your modem AND time capsule / airport TWICE
    Reset your time capsule with a pin or paperclip on the back
    Follow the prompts to setup your time capsule / airport access
    -- On your Macs
    Go to System Preferences > Network > Airport > Advanced > TCP/IP
    Click "Renew DHCP Lease" then click "Ok"
    Click Apply
    Turn off Airport
    Turn Airport on
    IT WORKS!!!
    One of the magical people at tech support walked me through it earlier today. The whole process took about 1.5 hrs because Show Leopard takes about an hour to install on one machine.
    Hope this helps-
    Joshua

Maybe you are looking for

  • How to get OSB to stop appending port # in the endpoint of a published WSDL

    This is the closest thread I could find to my issue, but still is not quite what I am looking for: How to get ip number in WSDL instead of host name? I have an OSB server behind a VIP, and I am publishing a proxy service for an external client to cal

  • Private browsing, security problem, browser cache

    It is now impossible (5.0.1) to clear the browser cache (safari, iPhone 4s). So when I type a letter in the url bar, I see appear the list of sites that I looked in the past, even though I deleted cookies, cleared the history ... even in private brow

  • Code for N78 to clear call timer ,

    hello to all members, i am trying to reset the call timer but N78 keep asking to enter the code , is there any easy way to reset the call timer each month or i need the code , also where i supposed to get the code, thanks The only thing necessary for

  • Does '.html' HAVE to be a part of the URL?

    I want to create a new page to an existing site which will become its own section and want to be able to send/advertise that URL (which will have no ref to the main site & no link to it) eg. www.mainsite.co.uk - I want to advertise: www.mainsite.co.u

  • Ise and switch authentication and privilege level

    Hi Guys, I'm working on an eval on vmware. I have got everything working for wlan authentication and I'm working on shell authentication for switches. On the ACS you have the possibility to give the user privilege level on the switch. You can do this