No FINISHED DEPLOYMENT message during deployment in WD

Dear All,
I have made some changes to the existing WD Java application and tried to Build it and Deploy that.
There is no error during build and there is no FINISHED DEPLOYMENT message being displayed.
Start Deployment Message is being displayed
Created a temporary Copy massage is being displayed
Additional log information about the deployment is being displayed.
The additional log details are as below:
Dec 15, 2010 4:02:58 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] INFO:
[014]Additional log information about the deployment
<!LOGHEADER[START]/>
<!HELP[Manual modification of the header may cause parsing problem!]/>
<!LOGGINGVERSION[1.5.3.7185 - 630]/>
<!NAME[/usr/sap/SBP/JC07/SDM/program/log/sdmcl20101215120250.log]/>
<!PATTERN[sdmcl20101215120250.log]/>
<!FORMATTER[com.sap.tc.logging.TraceFormatter(%24d %s: %m)]/>
<!ENCODING[UTF8]/>
<!LOGHEADER[END]/>
Dec 15, 2010 4:02:50 PM  Info: -
Starting deployment -
Dec 15, 2010 4:02:50 PM  Info: Error handling strategy: OnErrorStop
Dec 15, 2010 4:02:50 PM  Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
Dec 15, 2010 4:02:50 PM  Info: Update strategy: UpdateAllVersions
Dec 15, 2010 4:02:50 PM  Info: Starting deployment prerequisites:
Dec 15, 2010 4:02:51 PM  Error: Cannot connect to database: Could not load or instantiate some required class.
Additional error message is:
java.lang.NoClassDefFoundError: com.sap.security.core.server.secstorefs.Crypt (initialization failure)
Stack trace of original error or exception is:
java.lang.NoClassDefFoundError: com.sap.security.core.server.secstorefs.Crypt (initialization failure)
     at java.lang.Throwable.<init>(Throwable.java:57)
     at java.lang.Throwable.<init>(Throwable.java:68)
     at java.lang.J9VMInternals.initialize(J9VMInternals.java:123)
     at com.sap.security.core.server.secstorefs.SecStoreFS.setDefaultFilenames(SecStoreFS.java:242)
     at com.sap.sdm.is.secstore.extern.SecureStoreAccessImpl.initSecStoreFS(SecureStoreAccessImpl.java:91)
     at com.sap.sdm.is.secstore.extern.SecureStoreAccessImpl.<init>(SecureStoreAccessImpl.java:30)
     at java.lang.Class.newInstanceImpl(Native Method)
     at java.lang.Class.newInstance(Class.java:1238)
     at com.sap.sdm.is.secstore.SecureStoreAccessFactoryImpl.createInstance(SecureStoreAccessFactoryImpl.java:128)
     at com.sap.sdm.serverext.servertype.dbsc.DBSCExternalFactory.createConnectionManager(DBSCExternalFactory.java:112)
     at com.sap.sdm.serverext.servertype.dbsc.DatabaseTargetSystem.createConnectionManager(DatabaseTargetSystem.java:288)
     at com.sap.sdm.serverext.servertype.dbsc.DatabaseTargetSystem.createNewDataSource(DatabaseTargetSystem.java:233)
     at com.sap.sdm.serverext.servertype.dbsc.DBConnectServiceImpl.getDataSource(DBConnectServiceImpl.java:52)
     at com.sap.sdm.app.cvers.wrapper.CVersFactory.createCVersManager(CVersFactory.java:63)
     at com.sap.sdm.app.cvers.deplobs.impl.CVersProxyImpl.updateCVers(CVersProxyImpl.java:134)
     at com.sap.sdm.persistency.RepositoryPersistor.persistRepository(RepositoryPersistor.java:54)
     at com.sap.sdm.app.proc.deployment.states.StateManager.processNewInstallation(StateManager.java:142)
     at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:71)
     at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
     at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.initStateMachine(DeployerImpl.java:340)
     at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploymentPrerequisite(DeployerImpl.java:484)
     at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:91)
     at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:68)
     at com.sap.sdm.apiimpl.local.DeployProcessorImpl.deploy(DeployProcessorImpl.java:74)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
     at java.lang.reflect.Method.invoke(Method.java:391)
     at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.requestRemoteCall(RemoteProxyServerImpl.java:127)
     at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.process(RemoteProxyServerImpl.java:38)
     at com.sap.sdm.apiimpl.remote.server.ApiClientRoleCmdProcessor.process(ApiClientRoleCmdProcessor.java:84)
     at com.sap.sdm.is.cs.session.server.SessionCmdProcessor.process(SessionCmdProcessor.java:67)
     at com.sap.sdm.is.cs.cmd.server.CmdServer.execCommand(CmdServer.java:76)
     at com.sap.sdm.client_server.launch.ServerLauncher$ConnectionHandlerImpl.handle(ServerLauncher.java:286)
     at com.sap.sdm.is.cs.ncserver.NetCommServer.serve(NetCommServer.java:43)
     at com.sap.sdm.is.cs.ncwrapper.impl.ServiceWrapper.serve(ServiceWrapper.java:39)
     at com.sap.bc.cts.tp.net.Worker.run(Worker.java:50)
     at java.lang.Thread.run(Thread.java:758)
Caused by: java.lang.Throwable: java.lang.ExceptionInInitializerError
     at java.lang.J9VMInternals.initialize(J9VMInternals.java:195)
     at javax.crypto.Cipher.a(Unknown Source)
     at javax.crypto.Cipher.getInstance(Unknown Source)
     at iaik.security.provider.IAIK.a(Unknown Source)
     at iaik.security.provider.IAIK.addAsJDK14Provider(Unknown Source)
     at iaik.security.provider.IAIK.addAsJDK14Provider(Unknown Source)
     at com.sap.security.core.server.secstorefs.Crypt.<clinit>(Crypt.java:82)
     at java.lang.J9VMInternals.initializeImpl(Native Method)
     at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
     ... 36 more
Caused by: java.lang.Throwable: java.lang.SecurityException: Cannot set up certs for trusted CAs
     at javax.crypto.b.<clinit>(Unknown Source)
     at java.lang.J9VMInternals.initializeImpl(Native Method)
     at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
     ... 44 more
Caused by: java.lang.Throwable: java.lang.SecurityException: Jurisdiction policy files are not signed by trusted signers!
     at javax.crypto.b.a(Unknown Source)
     at javax.crypto.b.g(Unknown Source)
     at javax.crypto.b$0.run(Unknown Source)
     at java.security.AccessController.doPrivileged(AccessController.java:241)
     ... 47 more

Continuation to the prev message log....
Dec 15, 2010 4:02:51 PM  Warning: Caught CVersProxyAccessException while saving repository: CVersAccessException: Cannot access CVers due to missing or incorrect configuration.
Additional error message is:
com.sap.sdm.apiint.serverext.servertype.TargetServiceException: Cannot provide connect data for database target system "CONFIG_DB".
Additional error message is:
com.sap.sdm.serverext.servertype.dbsc.DatabaseConnectException: Cannot connect to database: Could not load or instantiate some required class.
Additional error message is:
java.lang.NoClassDefFoundError: com.sap.security.core.server.secstorefs.Crypt (initialization failure)
Dec 15, 2010 4:02:51 PM  Info: Loading selected archives...
Dec 15, 2010 4:02:51 PM  Info: Loading archive '/usr/sap/SBP/JC07/SDM/program/temp/temp31519dewa.gov.aeisumangstc.ear'
Dec 15, 2010 4:02:51 PM  Error: Cannot connect to database: Could not load or instantiate some required class.
Additional error message is:
java.lang.NoClassDefFoundError: com.sap.security.core.server.secstorefs.Crypt (initialization failure)
Stack trace of original error or exception is:
java.lang.NoClassDefFoundError: com.sap.security.core.server.secstorefs.Crypt (initialization failure)
     at java.lang.Throwable.<init>(Throwable.java:57)
     at java.lang.Throwable.<init>(Throwable.java:68)
     at java.lang.J9VMInternals.initialize(J9VMInternals.java:123)
     at com.sap.security.core.server.secstorefs.SecStoreFS.setDefaultFilenames(SecStoreFS.java:242)
     at com.sap.sdm.is.secstore.extern.SecureStoreAccessImpl.initSecStoreFS(SecureStoreAccessImpl.java:91)
     at com.sap.sdm.is.secstore.extern.SecureStoreAccessImpl.<init>(SecureStoreAccessImpl.java:30)
     at java.lang.Class.newInstanceImpl(Native Method)
     at java.lang.Class.newInstance(Class.java:1238)
     at com.sap.sdm.is.secstore.SecureStoreAccessFactoryImpl.createInstance(SecureStoreAccessFactoryImpl.java:128)
     at com.sap.sdm.serverext.servertype.dbsc.DBSCExternalFactory.createConnectionManager(DBSCExternalFactory.java:112)
     at com.sap.sdm.serverext.servertype.dbsc.DatabaseTargetSystem.createConnectionManager(DatabaseTargetSystem.java:288)
     at com.sap.sdm.serverext.servertype.dbsc.DatabaseTargetSystem.createNewDataSource(DatabaseTargetSystem.java:233)
     at com.sap.sdm.serverext.servertype.dbsc.DBConnectServiceImpl.getDataSource(DBConnectServiceImpl.java:52)
     at com.sap.sdm.app.cvers.wrapper.CVersFactory.createCVersManager(CVersFactory.java:63)
     at com.sap.sdm.app.cvers.deplobs.impl.CVersProxyImpl.updateCVers(CVersProxyImpl.java:134)
     at com.sap.sdm.persistency.RepositoryPersistor.persistRepository(RepositoryPersistor.java:54)
     at com.sap.sdm.app.proc.deployment.controllers.internal.impl.SduAdderImpl.addSdu(SduAdderImpl.java:99)
     at com.sap.sdm.app.proc.deployment.states.StateChooseSDU.processAddSDU(StateChooseSDU.java:286)
     at com.sap.sdm.app.proc.deployment.states.StateChooseSDU.processEvent(StateChooseSDU.java:67)
     at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)
     at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
     at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.loadSelectedArchives(DeployerImpl.java:276)
     at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploymentPrerequisite(DeployerImpl.java:490)
     at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:91)
     at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:68)
     at com.sap.sdm.apiimpl.local.DeployProcessorImpl.deploy(DeployProcessorImpl.java:74)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
     at java.lang.reflect.Method.invoke(Method.java:391)
     at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.requestRemoteCall(RemoteProxyServerImpl.java:127)
     at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.process(RemoteProxyServerImpl.java:38)
     at com.sap.sdm.apiimpl.remote.server.ApiClientRoleCmdProcessor.process(ApiClientRoleCmdProcessor.java:84)
     at com.sap.sdm.is.cs.session.server.SessionCmdProcessor.process(SessionCmdProcessor.java:67)
     at com.sap.sdm.is.cs.cmd.server.CmdServer.execCommand(CmdServer.java:76)
     at com.sap.sdm.client_server.launch.ServerLauncher$ConnectionHandlerImpl.handle(ServerLauncher.java:286)
     at com.sap.sdm.is.cs.ncserver.NetCommServer.serve(NetCommServer.java:43)
     at com.sap.sdm.is.cs.ncwrapper.impl.ServiceWrapper.serve(ServiceWrapper.java:39)
     at com.sap.bc.cts.tp.net.Worker.run(Worker.java:50)
     at java.lang.Thread.run(Thread.java:758)
Caused by: java.lang.Throwable: java.lang.ExceptionInInitializerError
     at java.lang.J9VMInternals.initialize(J9VMInternals.java:195)
     at javax.crypto.Cipher.a(Unknown Source)
     at javax.crypto.Cipher.getInstance(Unknown Source)
     at iaik.security.provider.IAIK.a(Unknown Source)
     at iaik.security.provider.IAIK.addAsJDK14Provider(Unknown Source)
     at iaik.security.provider.IAIK.addAsJDK14Provider(Unknown Source)
     at com.sap.security.core.server.secstorefs.Crypt.<clinit>(Crypt.java:82)
     at java.lang.J9VMInternals.initializeImpl(Native Method)
     at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
     at com.sap.security.core.server.secstorefs.SecStoreFS.setDefaultFilenames(SecStoreFS.java:242)
     at com.sap.sdm.is.secstore.extern.SecureStoreAccessImpl.initSecStoreFS(SecureStoreAccessImpl.java:91)
     at com.sap.sdm.is.secstore.extern.SecureStoreAccessImpl.<init>(SecureStoreAccessImpl.java:30)
     at java.lang.Class.newInstanceImpl(Native Method)
     at java.lang.Class.newInstance(Class.java:1238)
     at com.sap.sdm.is.secstore.SecureStoreAccessFactoryImpl.createInstance(SecureStoreAccessFactoryImpl.java:128)
     at com.sap.sdm.serverext.servertype.dbsc.DBSCExternalFactory.createConnectionManager(DBSCExternalFactory.java:112)
     at com.sap.sdm.serverext.servertype.dbsc.DatabaseTargetSystem.createConnectionManager(DatabaseTargetSystem.java:288)
     at com.sap.sdm.serverext.servertype.dbsc.DatabaseTargetSystem.createNewDataSource(DatabaseTargetSystem.java:233)
     at com.sap.sdm.serverext.servertype.dbsc.DBConnectServiceImpl.getDataSource(DBConnectServiceImpl.java:52)
     at com.sap.sdm.app.cvers.wrapper.CVersFactory.createCVersManager(CVersFactory.java:63)
     at com.sap.sdm.app.cvers.deplobs.impl.CVersProxyImpl.updateCVers(CVersProxyImpl.java:134)
     at com.sap.sdm.persistency.RepositoryPersistor.persistRepository(RepositoryPersistor.java:54)
     at com.sap.sdm.app.proc.deployment.states.StateManager.processNewInstallation(StateManager.java:142)
     at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:71)
     at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
     at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.initStateMachine(DeployerImpl.java:340)
     at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploymentPrerequisite(DeployerImpl.java:484)
     ... 18 more
Caused by: java.lang.Throwable: java.lang.SecurityException: Cannot set up certs for trusted CAs
     at javax.crypto.b.<clinit>(Unknown Source)
     at java.lang.J9VMInternals.initializeImpl(Native Method)
     at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
     ... 44 more
Caused by: java.lang.Throwable: java.lang.SecurityException: Jurisdiction policy files are not signed by trusted signers!
     at javax.crypto.b.a(Unknown Source)
     at javax.crypto.b.g(Unknown Source)
     at javax.crypto.b$0.run(Unknown Source)
     at java.security.AccessController.doPrivileged(AccessController.java:241)
     ... 47 more
Dec 15, 2010 4:02:51 PM  Warning: Caught CVersProxyAccessException while saving repository: CVersAccessException: Cannot access CVers due to missing or incorrect configuration.
Additional error message is:
com.sap.sdm.apiint.serverext.servertype.TargetServiceException: Cannot provide connect data for database target system "CONFIG_DB".
Additional error message is:
com.sap.sdm.serverext.servertype.dbsc.DatabaseConnectException: Cannot connect to database: Could not load or instantiate some required class.
Additional error message is:
java.lang.NoClassDefFoundError: com.sap.security.core.server.secstorefs.Crypt (initialization failure)
Dec 15, 2010 4:02:51 PM  Info: Selected archives successfully loaded.
Dec 15, 2010 4:02:51 PM  Info: Actions per selected component:
Dec 15, 2010 4:02:51 PM  Info: Update: Selected development component 'isu/mangstc'/'dewa.gov.ae'/'SBP_SBPDEV_D'/'20101215160243'/'0' updates currently deployed development component 'isu/mangstc'/'dewa.gov.ae'/'SBP_SBPDEV_D'/'1981'/'0'.
Dec 15, 2010 4:02:51 PM  Info: Ending deployment prerequisites. All items are correct.
Let me know how this can be resolved.
Regards,
Vijaykumar.

Similar Messages

  • HT1386 I keep getting an error message during step 5 of 7 in syncing process, which tells me I have to enter my password, so I do, but it can't finish syncing. Help!!

    I keep getting an error message during step 5 of 7 in syncing process, which tells me I have to enter my password, so I do, but it can't finish syncing. Help!!

    What EXACTLY does the message say?

  • I'm trying to share to Media Browser a 20 minute still slide show with music and text. I have tried several times to save at 1080 HD, but just before it's finished, a message box pops up saying "File already open with write permission."  What's this mean?

    I'm trying to finalize/share to Media Browser a 20 minute still slide show with music and text. I'd like to finalize it 1080 hd and have tried several times, but just before it's finished, a message box pops up saying it can't be done because "File already open with with write permission."  What does this mean?  All files are closed; this iMovie project is the only thing open.  Does it mean one of the song files from iTunes? And should I just settle for saving it as a "large" file, which is what I'm trying right now?
    Thanks,
    Jamie

    Hi
    Error -49 opWrErr  File already open with write permission
    Trash the preference files while application is NOT Running.
    from Karsten Schlüter
    Some users notice on exporting larger projects from within iMovie that this operation is aborted with an 'error -49'
    This issue occours only on MacOs machines using 10.7x
    try switching-off the Local Mobile Backup
    in Terminal copy/paste
    sudo tmutil disablelocal
    Re-launch Mac
    See also this post
    https://discussions.apple.com/thread/4434104?tstart=0
    Yours Bengt W

  • After upgrading to 27, firefox will not start. Saw an error message during the upgrade process.

    After upgrading to 27, firefox will not start. Saw an error message during the upgrade process but cannot remember.
    Tried to run firefox.exe -P but receive error message:
    XML Parsing error: undefined entity
    Location: chrome://mozapps/content/profile/profileSelection.xul
    Line number 18, Column 1:
    <dialog
    ^
    Running on Windows XP SP3. No problem whatsoever before upgrading to 27. Sending this from Chrome as I cannot open Firefox at all.

    Thanks jschaer2000: after starting it once in safe mode, I closed Mozilla and tried several restarts in normal mode. So far, all worked:-)
    Thank you very much again.
    Still the automatic update process bothers me: it took me several days to discover the reason to the malfunction, since when I removed the problematic version from Add and Remove Programs, I didn't pay attention at first that it was another version, not v26 which I installed from my folder.
    In addition, I like to save the installation files before I run new programs and if I didn't have v26 exe file, I couldn't have operated Mozilla at all. Not that it was fun to remove and install again each time v27 didn't react, but it was better than nothing, I still prefer Mozilla over its competition.

  • Error Message During Vista Install W/ Bootcamp

    I crashed my original vista installation, so I am trying to get it up and running again. After deleting the old partition and creating a new one with BCA in Leopard, I get this error message during vista installation
    Windows cannot install required files. The file does not exist. Make sure all files required for installation are available, and then restart installation. Error Code: 0x80070005
    I thought maybe it was My Vista DVD, so I borrowed a friends, and it did the same thing. This is on a Macbook PRO purchased a little over a month ago.
    Please HELP! I need my vista installation up and running for work!

    "but when detecting hard drives, nothing shows up in the list."
    I don't really understand that statement as without any drives showing up how were you able to even start the install?
    At any rate, during your first installment, the one that succeded, do you remember which partition it was that you Formated with the windows installer? When you use Boot Camp to partition and install the windows os, BC sets the volume name to BOOTCAMP. As far as I know this is the one that you must use for your windows os. Before you can install windows though, you must use the windows installer to format it to NTFS <----- the format type depends on a at least a few conditions, the one that I can remember is partition size. I believe 32G and above it HAS to be NTFS. But my point is, if you try and use any other partition that might come up on your list besides the one that BC made for you, it will probably error out (if you even get anywhere at all with it). Do you know FOR SURE that you chose the correct partition to format? This is the only other possibility that I can come up with at the present time.

  • Error message during cube creation

    Hi expert,
    System show the following error message during cube creation, please info how to solve this problem. Thanks.
    Define the characteristics of the validity table for non-cumulatives
    Message no. R7846
    Diagnosis
    The InfoCube contains non-cumulative values. A validity table is created for these non-cumulative values, in which the time interval is stored, for which the non-cumulative values are valid.
    The validity table automatically contains the "most detailed" of the selected time characteristics (if such a one does not exist, it must be defined by the user, meaning transfered into the InfoCube).
    Besides the most detailed time characteristic, additional characteristics for the InfoCube can be included in the validity table:
    Examples of such characteristics are:
    A "plan/actual" indicator, if differing time references exist for plan and actual values (actual values for the current fiscal year, plan values already for the next fiscal year),
    the characteristic "plant", if the non-cumulative values are reported per plant, and it can occur that a plant already exists for plant A for a particular time period, but not yet for plant B.
    Procedure
    Define all additional characteristics that should be contained in the validity table by selecting the characteristics.
    In the example above, the characteristics "plan/actual" and  "plant" must be selected.
    The system automatically generates the validity table according to the definition made. This table is automatically updated when data is loaded.

    Hi,
    Go to the Extras Tab in the definition of the Cube and there select " Maintain Non-Cumulatives" and there select the Plant check box. You can also check Material but it is not recommended. Now try to activate the cube. I think it will work for you.

  • Error message during install

    Anyone have a clue what to do?  Keep receiving error message during install.  Have disable firewall, no help.  Here is the error message:
    Error Microsoft.VC80.CRT.type="win32".version="8.0.50727.4053".publicKeyToken="1fc8b3 b9a1e18e3b".processorArchitecture="amd64".
    HRESULT:0x8007054f
    I uninstalled because Itunes would not upgrade.  Now I can't install.  I was able to install an older version, but couldn't access my music because it was an older version, so I uninstalled that and now have nothing.  I would appreciate any help.
    Thank you.

    Glad to read that renaming trick helped to get iTunes installed for you. Your thread here is fine for more questions.
    Search your hard drive for your music - it should still be there, but perhaps this fresh install of iTunes just isn't seeing it.
    Find music: http://support.apple.com/kb/TS1408
    You absolutely do NOT want to sync your iPhone with an empty iTunes library. It will erase everything. Apple only gives you one download and you need to make backups. I hope it is still on your PC! But at least you have it on your iPhone.
    I don't think you synced your iPhone with your father's iTunes, or his music would be on it. Have a look in a folder named Previous iTunes Libraries. There might be an iTunes database ITL file in there that you can use.
    They have names like "iTunes Library 2009-04-06.itl" which would be from April 6th, 2009.
    Press and hold the shift key while starting iTunes, and when prompted, choose the most recent previous library. Does it show most of your music, and can you play some songs in iTunes OK?

  • Error message during processing in BI

    1.i am loading the data into infoobject.
    2.got error in text data load.
    3.master info object have compound obj 0COUNTRY
    4.and other normal fields are 0TXTSH,0LANGU,sold-to-party.
    5.there is no PSA in this..its direct update to INFOobject.
    The error message is:
    Error message during processing in BI
    Diagnosis
    An error occurred in BI while processing the data. The error is documented in an error message.
    System Response
    A caller 01, 02 or equal to or greater than 20 contains an error meesage.
    Further analysis:
    The error message(s) was (were) sent by:
    Update
    Diagnosis
    There are duplicates of the data record 2. with the key '3.' for characteristic 1..
    Procedure
    If this message appears during a data load, maintain the attribute in the PSA maintenance screens. If this message appears in the master data maintenance screens, leave the transaction and call it again. This allows you to maintain your master data.

    Hi KP,
    In the details tab,
    1.under Transfer (IDOC and Trfc):
       Data Package 1 : arrived in BW ; Processing : Error records written to application log
    2.Processing (data packet): Errors occurred
       Update ( 0 new / 0 changed ) : Errors occurred
       Error records written to application log
       0TRZONE : Data record 1 ('0000000001D ') : Duplicate data record
       0TRZONE : Data record 2 ('0000000002D ') : Duplicate data record
       Error 4 in the update
    3. Process chain error
    these are the error details.

  • HT204380 Unable to message during video chat since new iOS update. International connection isn't always great and needed to message during video chat but am no longer able to. Any hints.

    SSince updating iOS I cannot message during video call on FaceTime. While calling internationally the connection stinks and I would rely on messaging until the audio would work again. Did this option get eliminated or do I need to take another step to use it. It was simply tapping the chat box at the top of the screen previously. Thanks for any assistance.

    Hi,
    This Log states Error 8  (Near the top)
    Error 8 is a bit of a catch all for everything that ichat can't label to some other cause.
    All the way though the Log sticks with port 16402 (Good) and does not vary (it is actually supposed to  try a random port).
    The CSeq (Call Sequence) never gets beyond INVITE
    In fact this si the SIP invite that is Behind the Scenes after the Buddy Accepts the Visible Invite part.
    Specifically the second line here is supposed to move on to read "TRYING", "RINGING"  and "OK"
    5401.536763 @SIP/Transport.c:2362 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Are both ends using UPnP in their routing device  ?
    If you have an Apple Base Station of any sort then this has Port Mapping Protocol that needs to be Enabled.
    The log looks like a router was using Port Forwarding (The listing or Port pointing at one IP (Computer) ) and that the IP of the computer has changed.
    10:34 PM      Monday; August 27, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • HT3275 For the past several days, I have been getting this message during backups: Time Machine could not complete the back up.  The backup disk image "Volumes/Data/iMac.sparsebundle" could not be accessed (error-1).

    For the past several days, I have been getting this message during backups:
    Time Machine could not complete the back up.  The backup disk image "Volumes/Data/bhoppy2's iMac.sparsebundle" could not be accessed (error-1).  When I click on the 'help' icon on the message, it reverts to a blank page, and I cannot find anything online regarding the term 'sparsebundle.'  In addition, I cannot access previous backups any longer. 
    Help?

    See C17 in Time Machine Troubleshooting by Time Machine guru Pondini:
    http://pondini.org/TM/Troubleshooting.html

  • I'm getting "Installer disk not found" message during boot camp 5 and windows 8 install on late 2011 MBP upgraded to Mavericks.

    hello,
    And thank you in advance.
    I'm getting "Installer disk not found" message during boot camp 5 and windows 8 install on late 20011 MBP upgraded to OS X 10.9 Mavericks. Any ideas?
    I've downloaded the Window support option software and the WindowSetupBox.exe and copied it to the USB drive. I tried to create an iso image from my Windows XP machine but recieved messages that Windows 8.1 could not run on XP.  I've ordered the Windows 8.1 backup media.
    Any way to proceed?
    Thanks  Tim

    download the win 8 iso from here;
    http://getintopc.com/softwares/operating-systems/download-windows-8-pro/
    then start over. install on to your usb along with the support software.

  • Installer disk not found message during boot camp 5 and windows 8 install on late 2001 MBP running Mavericks?

    I'm getting "Installer disk not found" message during boot camp 5 and windows 8 install on late 2001 MBP running Mavericks. Any ideas?
    I've downloaded the Window support option software and the WindowSetupBox.exe and copied it to the USB drive.
    Thanks  Tim 

    You might have better luck in the Boot Camp community. I'll ask the hosts to relocate your post.
    Boot Camp Community

  • I am trying to download ITunes.  I get the message during starting services - Service "Apple Mobile Device" failed to start. Verify that you have sufficient privileges to start system services.  How do I verify?

    I am trying to download ITunes.  I get the message during starting services - Service "Apple Mobile Device" failed to start. Verify that you have sufficient privileges to start system services.  How do I verify?  How do I complete the installation?

    Does anyone knows how to fix this problem?

  • "iTunes has stopped working" error message during syncing

    I've downloaded the latest version of iTunes, and just started to download Podcasts. But now I get the error message during syncing....almost everytime. Is there a solution out there or update that I haven't downloaded??

    Same problem here! Moreover, for some reason, the pictures in my iPhone 3GS somehow have been divided into 2 folders, Photos and Medialibrary. And when I open iPhone as a folder through the explorer I can see only the Photos folder, but cannot see the Medialibrary folder which stores the photos taken before updating/upgrading the iPhone and getting separated folders!!! What the hack with all of this?!!! When I connect iPhone to PC it automatically opens iTunes and starts syncronizing it, but at the process of OPTIMIZING the photos (and according to the number of photos it shows, I see that it tries to syncronize that invisible Medialibrary folder) the process suddenly stops and error message pops out Tried the sync test, tried the button DEBUG in that pop out message, but NOTHING HELPS!!! Also, when I open the Medialibrary in my iPhone, the screen get sblack all through scrolling it down, only the video clips are shown there... >.<
    So, could you, apple developers, please, explain WHAT THIS PROBLEM IS ABOUT?!!!!!! FIX IT! I am getting ****** of to spend hours at the computer and reading those lame advises which do not help at all! I have my own things to do except reading your support websites. And I payed for the product ready to use, but not a halfproduct which problems should further be solved somehow by users..

  • [Solved] 'New' error messages during init after updating initscripts

    After updating to the latest initscripts, I got some error messages during init that I hadn't seen before.  They occurred during one of the UDev steps, and were caused by an attempt to load an IDE module despite the controller being disabled.  The controller shows up in Windows devmgr too, so I guess it's a failing of the mobo or BIOS.
    In any case, I downgraded and found that the errors were nothing new.  I'm just curious if the appearance of the errors during init was by design or a happy accident.
    Last edited by alphaniner (2011-08-01 17:07:30)

    alphaniner wrote:
    karol wrote:If you have the new (i.e. current) initscripts, you should be fine:
    http://projects.archlinux.org/initscrip … 328fbaf2e7
    http://projects.archlinux.org/initscrip … 42dfeca8c2
    I had never noticed the file before yesterday, actually. And I'm up-to-date, yet it's still full of 'em.
    You need to reboot.
    After you do, run
    tail /var/log/boot
    Mine isn't perfect, but I've already sent an e-mail to the dev (it's a matter of just a sed oneliner)
    [karol@black ~]$ tail /var/log/boot
    Tue Aug 2 05:03:01 2011: :: Setting Hostname: black ^[[171G [BUSY] ^[[171G [DONE]
    Tue Aug 2 05:03:01 2011: :: Setting Locale: pl_PL.UTF-8 ^[[171G [BUSY] ^[[171G [DONE]
    Tue Aug 2 05:03:01 2011: :: Setting Consoles to UTF-8 mode ^[[171G [BUSY] ^[[171G [DONE]
    Tue Aug 2 05:03:01 2011: :: Loading Keyboard Map: pl ^[[171G [BUSY] ^[[171G [DONE]
    Tue Aug 2 05:03:02 2011: :: Loading Console Font: Lat2-Terminus16 ^[[171G [BUSY] ^[[171G [DONE]
    Tue Aug 2 05:03:02 2011: :: Saving dmesg Log ^[[171G [BUSY] ^[[171G [DONE]
    Tue Aug 2 05:03:02 2011: INIT: Entering runlevel: 3
    Tue Aug 2 05:03:02 2011: :: Starting Syslog-NG ^[[171G [BUSY] ^[[171G [DONE]
    Tue Aug 2 05:03:03 2011: :: Starting D-BUS system messagebus ^[[171G [BUSY] ^[[171G [DONE]
    Tue Aug 2 05:03:04 2011: :: Starting acpid ^[[171G [BKGD] :: Starting gpm ^[[171G [BKGD^[[0;1

Maybe you are looking for