Iscsi problem during copying of templates

Hello All,
(sorry about my pure english language competence)
the copying of all templates, between our vbox-servers (we have two Virtualbox-Server for VDI) does not work.
Job summary message:
Copying Template fedora64 Revision 2 to Storage vbox2          11:12:17     00:00:39     Job Failed
and in the logfile (/var/adm/messages)
Nov 22 11:04:36 sec1 iscsi: [ID 240218 kern.notice] NOTICE: iscsi session(747) iqn.1986-03.com.sun:02:4ab72fbf-e360-c9b5-833f-a4dd8de052b0 online
Nov 22 11:04:37 sec1 scsi: [ID 799468 kern.info] sd689 at iscsi0: name 0000iqn.1986-03.com.sun%3A02%3A4ab72fbf-e360-c9b5-833f-a4dd8de052b00001,0, bus address 0000iqn.1986-03.com.sun%3A02%3A4ab72fbf-e360-c9b5-833f-a4dd8de052b00001,0
Nov 22 11:04:37 sec1 genunix: [ID 936769 kern.info] sd689 is /iscsi/[email protected]%3A02%3A4ab72fbf-e360-c9b5-833f-a4dd8de052b00001,0
Nov 22 11:04:37 sec1 genunix: [ID 408114 kern.info] /iscsi/[email protected]%3A02%3A4ab72fbf-e360-c9b5-833f-a4dd8de052b00001,0 (sd689) online
Nov 22 11:04:49 sec1 iscsi: [ID 240218 kern.notice] NOTICE: iscsi session(752) iqn.1986-03.com.sun:02:76f05bde-1377-4520-ae98-8624324c3b6a online
Nov 22 11:04:50 sec1 scsi: [ID 799468 kern.info] sd690 at iscsi0: name 0000iqn.1986-03.com.sun%3A02%3A76f05bde-1377-4520-ae98-8624324c3b6a0001,0, bus address 0000iqn.1986-03.com.sun%3A02%3A76f05bde-1377-4520-ae98-8624324c3b6a0001,0
Nov 22 11:04:50 sec1 genunix: [ID 936769 kern.info] sd690 is /iscsi/[email protected]%3A02%3A76f05bde-1377-4520-ae98-8624324c3b6a0001,0
Nov 22 11:04:50 sec1 genunix: [ID 408114 kern.info] /iscsi/[email protected]%3A02%3A76f05bde-1377-4520-ae98-8624324c3b6a0001,0 (sd690) online
Nov 22 11:05:00 sec1 cacao:default[1321]: [ID 702911 daemon.error] com.sun.vda.service.storage.Volume.importFromSnapshot : null
Nov 22 11:05:00 sec1 java.io.IOException: 4^A^C\306\250\303\234^T\303\244\303\264v\302\257\303\237^Xw\302\257\337\224* \303\270^P\303\276\303\273\303\244\303\200U\302\213\303\250\303\274v\302\257\337\262\303\227^T\303\244(w\302\257\337\210\303\264^T\303\244\303\244w\302\257\303\237\303\277\303\277\303\277\303\277\303\277\303\277\303\277\303\277
Nov 22 11:05:00 sec1 genunix: [ID 408114 kern.info] /iscsi/[email protected]%3A02%3A76f05bde-1377-4520-ae98-8624324c3b6a0001,0 (sd690) offline
Nov 22 11:05:00 sec1 iscsi: [ID 328943 kern.notice] NOTICE: iscsi session(752) iqn.1986-03.com.sun:02:76f05bde-1377-4520-ae98-8624324c3b6a offline
N
I have no idea what is going wrong.
How can I fix this?
Thanks for your help.

1)
FORALL I IN 1..EMP_TAB.COUNT SAVE EXCEPTIONS
INSERT INTO EMP VALUES(EMP_TAB(I).EMPNO,
EMP_TAB(I).ENAME,
EMP_TAB(I).JOB,
EMP_TAB(I).MGR,
EMP_TAB(I).HIREDATE,
EMP_TAB(I).SAL,
EMP_TAB(I).COMM,
EMP_TAB(I).DEPTNO,
EMP_TAB(I).CODE
FORALL statement can't handle with fields of composite type - only with the whole
variable of this type.
2)
FORALL I IN EMP_TAB.FIRST..EMP_TAB.LAST SAVE EXCEPTIONS
INSERT INTO EMP VALUES(EMP_TAB(I));
Has to be
INSERT INTO EMP VALUES EMP_TAB(I);
SQL> DECLARE
  2 
  3  TYPE EMP_REC IS TABLE OF EMP%ROWTYPE INDEX BY BINARY_INTEGER;
  4 
  5  EMP_TAB EMP_REC;
  6 
  7  CURSOR C1
  8  IS
  9  SELECT *
10  FROM E_TAB;
11 
12  BEGIN
13 
14  OPEN C1;
15  FETCH C1 BULK COLLECT INTO EMP_TAB;
16  CLOSE C1;
17 
18  FORALL I IN EMP_TAB.FIRST..EMP_TAB.LAST SAVE EXCEPTIONS
19   INSERT INTO EMP VALUES EMP_TAB(I);
20 
21  EXCEPTION
22  WHEN OTHERS THEN
23  DBMS_OUTPUT.PUT_LINE('NUMBER OF INSERT STATEMENT FAILED : '||SQL%BULK_EXCEPTIONS.COUNT);
24  END;
25  /
NUMBER OF INSERT STATEMENT FAILED : 14
PL/SQL procedure successfully completed.Rgds.

Similar Messages

  • Problems during copying music files from iTunes 10.6.1 to iPhone

    1st problem
    In new iTunes 10.6.1 on my MBP when copying music on iPhone if during copying add additional musical files in queue, copying of files from the previous queue stops. In the previous iTunes version of such problem didn't arise. Whether there is a solution of this problem?
    2nd problem
    In older version of iTunes i could adding new music files to my iphone with drag and drop from Finder. Now i must add files in iTunes library and then from library drag and drop files to iphone. How to solve this problem?

    You would have to purchase 10.6 (Snow Leopard) and install it, assuming your computer is compatible.

  • "Program files" directory problem during Microsoft Office Customization Installer in non-English versions of Windows

    We have a document-level customization solution for Word and are experiencing problems during deployment in an environment running on terminal services. The OS (Windows 2012) is English and Word (2013) is non-English (German). 
    Installation is done into the "Program Files" folder correctly. But when trying to start a word document linked to the specific template. The "Microsoft Office Customization Installer" pops up with the error.
    "There was an error during installation"
    From: file:///C:/Programme/[CompanyName]/[Productname]/[Productname].vsto
    Downloading file:///c:/Programme/[CompanyName]/[Productname]/[Productname].vsto did not succeed.
    Exception: ....
    System.Deployment.Application.DeploymentDonwloadException: Download file:///C:/Programme/[Companyname]/Productname]/[Productname].vsto did not suceed. ---> System.Net.WebException: Could not find a part of the path 'C:\Programme\[Companyname]\[Productname]\[Productname].vsto'.
    ---> System.Net.WebException: ...... ---> System.IO.DirectoyNotFoundException......
    The problem seems to be that the installer is looking for C:\PROGRAMME instead of C:\PROGRAM FILES. C:\PROGAMME is the German localized name of PROGRAM FILES (http://en.wikipedia.org/wiki/Program_Files).
    The installer installs the solution correctly deployed into c:\program files, but when the later a user tries to start it and the Microsoft Office Customization Installer is called, it tries to access the non-existing "c:\programme" folder. This
    doesn't exist, because Windows is English.
    Is there any thing related to deploying solutions on a platform which has different languages (mixing/matching of OS language and Office language?)
    Thank you for your help

    Hello,
    1. First, I would confirm with you whether you dealt with the localization for your document-level add-in?
    2. Did you use this way to define the Create a class that defines the post-deployment action part of Put the document of a solution
    onto the end user's computer (document-level customizations only) and did you get the path with Environment.SpecialFolder enum?
    To handle this, I would recommend you consider using Environment.SpecialFolder to set that property.
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Problem during restore from a file

    Hello guys,
    I'have a big problem during restore a backup, the situation :
    I want to upgrade my iPhone from 4.0.2 to 4.3.3
    I make a encrypted backup (I know password ...) of the old version -> ok no errors
    I upgrade iOS -> ok
    When I want to restore the version I ve just backup -> it crashs : iphone restart and error appears "the Iphone was disconnected" ... (it works fine with an older backup of december 2010 ...)
    I try to unistall / reinstall iTunes, it's the last version -> same problem
    I try one a another machine (Windows 7 and XP) -> same problem
    The logs :
    [4896 @ Mon Jun 20 22:33:02 2011] [com.apple.console AppleMobileBackup.exe] Unable to move temporary file "C:\Users\***\AppData\Roaming\Apple Computer\MobileSync\Backup\Logs\MobileBackup-unknown-20110620-223302-Restore-Co mputer.log" (3)
    [4896 @ Mon Jun 20 22:33:02 2011] [com.apple.console AppleMobileBackup.exe] Unable to move temporary file "C:\Users\Hamad\AppData\Roaming\Apple Computer\MobileSync\Backup\Logs\MobileBackup-10b66065f7dbf1da28658fd7fbeb7b128a 871760-20110620-223302-Restore-Computer.log" (3)
    [4896 @ Mon Jun 20 22:33:02 2011] [com.apple.console AppleMobileBackup.exe] WARNING: Restoring 10b66065f7dbf1da28658fd7fbeb7b128a871760 from 10b66065f7dbf1da28658fd7fbeb7b128a871760-20110619-224423
    [5564 @ Mon Jun 20 22:34:09 2011] [(unknown facility) iTunes.exe] AMDServiceConnectionReceiveMessage (thread 3352): Could not receive size of message: 0 No error
    [5564 @ Mon Jun 20 22:34:09 2011] [(unknown facility) iTunes.exe] _read_thread (thread 3352): Could not receive message: 0xe8000001
    [4896 @ Mon Jun 20 22:34:10 2011] [com.apple.console AppleMobileBackup.exe] ERROR: Connection to device lost (com.apple.MobileBackup.ErrorDomain/200)
    [4896 @ Mon Jun 20 22:34:10 2011] [com.apple.console AppleMobileBackup.exe] ERROR: Restore error: -10
    I want to restore at least my contacts, sms and photos, the issue was the backup is encrypted that why I cant't acceess directly to the concerned files ...
    Can somebody help me?
    Thanks

       Hello, I had the same problem with my notebook (HP Envy 15) and iTunes 10.5 after install iOS 5. The restore backup fail and show the next text:
    [4428 @ Mon Oct 17 00:44:41 2011] [com.apple.console AppleMobileBackup.exe] Unable to move temporary file "C:\Users\Dani\AppData\Roaming\Apple Computer\MobileSync\Backup\Logs\MobileBackup-unknown-20111017-004441-Restore-Co mputer.log" (2)
    [4428 @ Mon Oct 17 00:44:41 2011] [com.apple.console AppleMobileBackup.exe] Unable to move temporary file "C:\Users\Dani\AppData\Roaming\Apple Computer\MobileSync\Backup\Logs\MobileBackup-71f0bc4bbd4f76087135ff002d3b0c7f6b 85ee0f-20111017-004441-Restore-Computer.log" (2)
    [4428 @ Mon Oct 17 00:44:41 2011] [com.apple.console AppleMobileBackup.exe] WARNING: Restoring 71f0bc4bbd4f76087135ff002d3b0c7f6b85ee0f from 71f0bc4bbd4f76087135ff002d3b0c7f6b85ee0f
    [4428 @ Mon Oct 17 00:44:41 2011] [(unknown facility) AppleMobileBackup.exe] _AMDDeviceAttachedCallbackv3 (thread 3008): Device 'AMDevice 004EFAA8 {UDID = 71f0bc4bbd4f76087135ff002d3b0c7f6b85ee0f, device ID = 1, location ID = 0x0, product ID = 0x1297}' attached.
    [4428 @ Mon Oct 17 00:45:08 2011] [(unknown facility) AppleMobileBackup.exe] lockssl_handshake (thread 3008): SSL handshake fatal lower level error -1: SSL_ERROR_SYSCALL errno (No such file or directory)
    [4428 @ Mon Oct 17 00:45:08 2011] [(unknown facility) AppleMobileBackup.exe] AMDeviceStartSession (thread 3008): Could not start session: kAMDInvalidPairRecordError
    [4428 @ Mon Oct 17 00:45:08 2011] [(unknown facility) AppleMobileBackup.exe] _AMDNotifyHook (thread 3008): Could not load library SHLWAPI.dll from the AppleMobileDeviceSupport directory, C:\Program Files (x86)\Common Files\Apple\Mobile Device Support\\SHLWAPI.dll.
    [4428 @ Mon Oct 17 00:45:08 2011] [com.apple.console AppleMobileBackup.exe] ERROR: Error attaching to device
    [4428 @ Mon Oct 17 00:45:08 2011] [YSLoader AppleMobileBackup.exe]
    Without any doubt there's some problem with USB device during this operation of restore. After 5 hours looking for a solution, I copied the backup folder (C:\Users\Dani\AppData\Roaming\Apple Computer\MobileSync) to an external disk, installed iTunes in other PC, copy the backup and restore without any problem.
    Regards

  • Problem during install ECC5 IDES

    Hi all,
    I've got a problem during install ECC5 on Windows 2003, MS SQL SERVER 2005.
    Here is the error message
    (DB) INFO: PCL2 deleted/truncated
    Interface access functions from dynamic library dbmssslib.dll loaded.(RFF) ERROR: invalid checksum in data file "D:/Inst/DBEXP2/EXP2/DATA/SAPAPPL1.007"
                 current table was "PCL2"
    (DB) INFO: PCL4 deleted/truncated
    (RFF) ERROR: invalid checksum in data file "D:/Inst/DBEXP3/EXP3/DATA/SAPAPPL1.009"
                 current table was "PCL4"
    (DB) INFO: disconnected from DB
    I've found a note 162266 - Questions and tips for R3SETUP on Windows NT / W2K
    It said that this problem occurs when the data file is damaged during copying from CD or DVD. That make sense because our installation disks are copies made by DVD writer.
    So maybe I should download those two files from service, right?
    But I met another problem, I need SAPAPPL1.007 and SAPAPPL1.009. But on the website, export data are devided into 21 small packages. I have no idea which to download.
    Are there anyone who downloaded these files before? Could you spend some time and tell me which are the disks I need.
    Thanks

    Hi,
    Login as <SID>adm -->goto <b>run</b> --><b>sqlplus "/as sysdba"</b> --> <b> grant dba to sap<SID>;</b> and check with the installation.
    If it's not work check with the following SAP SAP Note Number 400241 - Problems with ops$ or sapr3 connect to Oracle.
    Regards,
    Suraj
    Message was edited by:
            Suraj kumar

  • Problems during NWDS startup

    I have installed Netweaver developer studio. When i tried to launch it , it gave me an error "Problem during start up". The log file show the following
    !SESSION Oct 22, 2004 18:26:15.579 -
    java.version=1.4.2_04
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86 -install file:C:/Program Files/SAP/JDT/eclipse/
    !ENTRY org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.589
    !MESSAGE Problems encountered loading the plug-in registry.
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.589
    !MESSAGE Plug-in "com.tssap.dtr.client.vfs" was disabled due to missing or disabled prerequisite plug-in "com.sap.ide.eclipse.ext.libs.iaik".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.589
    !MESSAGE Plug-in "com.tssap.dtr.client.eclipse" was disabled due to missing or disabled prerequisite plug-in "com.tssap.dtr.client.vfs".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.589
    !MESSAGE Plug-in "com.tssap.dii" was disabled due to missing or disabled prerequisite plug-in "com.tssap.dtr.client.eclipse".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.589
    !MESSAGE Plug-in "com.tssap.j2ee.model" was disabled due to missing or disabled prerequisite plug-in "com.tssap.dii".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.589
    !MESSAGE Plug-in "com.tssap.j2ee.viewmaps.java" was disabled due to missing or disabled prerequisite plug-in "com.tssap.j2ee.model".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.589
    !MESSAGE Unable to satisfy prerequisite constraint from "com.tssap.j2ee.library" to "com.tssap.j2ee.model".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.589
    !MESSAGE Plug-in "com.sap.tc.col" was disabled due to missing or disabled prerequisite plug-in "com.sap.mw.jco".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.589
    !MESSAGE Unable to satisfy prerequisite constraint from "com.tssap.j2ee.external" to "com.tssap.j2ee.model".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.589
    !MESSAGE Unable to satisfy prerequisite constraint from "com.sap.sld.client" to "com.tssap.dtr.client.vfs".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.589
    !MESSAGE Plug-in "com.sap.sld.namealloc" was disabled due to missing or disabled prerequisite plug-in "com.sap.sld.client".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.589
    !MESSAGE Unable to satisfy prerequisite constraint from "com.sap.tc.build" to "com.tssap.dtr.client.vfs".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.589
    !MESSAGE Plug-in "com.sap.tc.webdynpro.runtime" was disabled due to missing or disabled prerequisite plug-in "com.sap.ide.jcb.core".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.589
    !MESSAGE Unable to satisfy prerequisite constraint from "com.tssap.j2ee.core.providers.dtr" to "com.tssap.dii".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.589
    !MESSAGE Plug-in "com.sap.opensql" was disabled due to missing or disabled prerequisite plug-in "com.sap.exception".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.589
    !MESSAGE Plug-in "com.sap.sqlj" was disabled due to missing or disabled prerequisite plug-in "com.sap.opensql".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.589
    !MESSAGE Unable to satisfy prerequisite constraint from "com.tssap.j2ee.ui" to "com.tssap.j2ee.model".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.589
    !MESSAGE Plug-in "com.tssap.j2ee.ui.perspective" was disabled due to missing or disabled prerequisite plug-in "com.tssap.j2ee.ui".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.589
    !MESSAGE Unable to satisfy prerequisite constraint from "com.tssap.j2ee.ui.ejb" to "com.tssap.j2ee.ui".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.589
    !MESSAGE Plug-in "com.sap.tc.security.https" was disabled due to missing or disabled prerequisite plug-in "com.sap.ide.eclipse.ext.libs.iaik".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.599
    !MESSAGE Unable to satisfy prerequisite constraint from "com.tssap.j2ee.model.ext" to "com.tssap.j2ee.model".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.599
    !MESSAGE Plug-in "com.sap.tc.cmi" was disabled due to missing or disabled prerequisite plug-in "com.sap.dictionary.runtime".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.599
    !MESSAGE Unable to satisfy prerequisite constraint from "com.tssap.j2ee.ui.ejbjar" to "com.tssap.j2ee.ui".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.599
    !MESSAGE Unable to satisfy prerequisite constraint from "com.tssap.j2ee.ui.web" to "com.tssap.j2ee.ui".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 22, 2004 18:26:15.599
    !MESSAGE Unable to satisfy prerequisite constraint from "com.tssap.j2ee.ui.ear" to "com.tssap.j2ee.ui".
    !SESSION Oct 22, 2004 18:26:26.985 -
    java.version=1.4.2_04
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86 -install file:C:/Program Files/SAP/JDT/eclipse/
    !ENTRY org.eclipse.ui 4 4 Oct 22, 2004 18:26:26.996
    !MESSAGE Unable to find Action Set: com.sap.ide.help.actionSet
    !ENTRY org.eclipse.ui 4 4 Oct 22, 2004 18:26:27.16
    !MESSAGE Unable to find Action Set: com.sap.ide.eclipse.component.provider.BuildActionSet
    !ENTRY org.eclipse.ui 4 4 Oct 22, 2004 18:26:27.16
    !MESSAGE Unable to find Action Set: com.sap.ide.login.LoginActionSet
    !ENTRY org.eclipse.core.runtime 4 2 Oct 22, 2004 18:26:29.459
    !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime".
    !STACK 0
    java.lang.NullPointerException
         at com.tssap.util.InstallationInfo.checkInstType(InstallationInfo.java:83)
         at com.tssap.util.InstallationInfo.getInstallationType(InstallationInfo.java:66)
         at com.tssap.util.UtilPlugin.startup(UtilPlugin.java:343)
         at org.eclipse.core.internal.plugins.PluginDescriptor$1.run(PluginDescriptor.java:736)
         at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
         at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(PluginDescriptor.java:748)
         at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:188)
         at org.eclipse.core.internal.plugins.PluginClassLoader.activatePlugin(PluginClassLoader.java:112)
         at org.eclipse.core.internal.plugins.PluginClassLoader.internalFindClassParentsSelf(PluginClassLoader.java:185)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassParentsSelf(DelegatingURLClassLoader.java:485)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:882)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.access$0(DelegatingURLClassLoader.java:876)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader$DelegateLoader.loadClass(DelegatingURLClassLoader.java:90)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassPrerequisites(DelegatingURLClassLoader.java:554)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:890)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:862)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at com.tssap.config.ConfigPlugin.<clinit>(ConfigPlugin.java:17)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(PluginDescriptor.java:722)
         at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:188)
         at org.eclipse.core.internal.plugins.PluginDescriptor.getPlugin(PluginDescriptor.java:306)
         at org.eclipse.ui.internal.Workbench$15.run(Workbench.java:1325)
         at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
         at org.eclipse.core.runtime.Platform.run(Platform.java:413)
         at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:1334)
         at java.lang.Thread.run(Unknown Source)
    !ENTRY org.eclipse.ui.workbench 4 2 Oct 22, 2004 18:26:29.479
    !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
    !STACK 0
    java.lang.ExceptionInInitializerError
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(PluginDescriptor.java:722)
         at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:188)
         at org.eclipse.core.internal.plugins.PluginDescriptor.getPlugin(PluginDescriptor.java:306)
         at org.eclipse.ui.internal.Workbench$15.run(Workbench.java:1325)
         at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
         at org.eclipse.core.runtime.Platform.run(Platform.java:413)
         at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:1334)
         at java.lang.Thread.run(Unknown Source)
    Caused by: org.eclipse.core.internal.boot.DelegatingURLClassLoader$DelegatingLoaderException: "Plug-in "com.tssap.util" activation failed while loading class "com.tssap.util.trace.TracingManager".
         at org.eclipse.core.internal.plugins.PluginClassLoader.activatePlugin(PluginClassLoader.java:116)
         at org.eclipse.core.internal.plugins.PluginClassLoader.internalFindClassParentsSelf(PluginClassLoader.java:185)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassParentsSelf(DelegatingURLClassLoader.java:485)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:882)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.access$0(DelegatingURLClassLoader.java:876)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader$DelegateLoader.loadClass(DelegatingURLClassLoader.java:90)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassPrerequisites(DelegatingURLClassLoader.java:554)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:890)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:862)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at com.tssap.config.ConfigPlugin.<clinit>(ConfigPlugin.java:17)
         ... 12 more
    !ENTRY org.eclipse.ui 4 4 Oct 22, 2004 18:26:29.479
    !MESSAGE Unhandled Exception
    !ENTRY org.eclipse.ui 4 0 Oct 22, 2004 18:26:29.479
    !MESSAGE Unhandled Exception
    !STACK 0
    java.lang.ExceptionInInitializerError
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(PluginDescriptor.java:722)
         at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:188)
         at org.eclipse.core.internal.plugins.PluginDescriptor.getPlugin(PluginDescriptor.java:306)
         at org.eclipse.ui.internal.Workbench$15.run(Workbench.java:1325)
         at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
         at org.eclipse.core.runtime.Platform.run(Platform.java:413)
         at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:1334)
         at java.lang.Thread.run(Unknown Source)
    Caused by: org.eclipse.core.internal.boot.DelegatingURLClassLoader$DelegatingLoaderException: "Plug-in "com.tssap.util" activation failed while loading class "com.tssap.util.trace.TracingManager".
         at org.eclipse.core.internal.plugins.PluginClassLoader.activatePlugin(PluginClassLoader.java:116)
         at org.eclipse.core.internal.plugins.PluginClassLoader.internalFindClassParentsSelf(PluginClassLoader.java:185)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassParentsSelf(DelegatingURLClassLoader.java:485)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:882)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.access$0(DelegatingURLClassLoader.java:876)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader$DelegateLoader.loadClass(DelegatingURLClassLoader.java:90)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassPrerequisites(DelegatingURLClassLoader.java:554)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:890)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:862)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at com.tssap.config.ConfigPlugin.<clinit>(ConfigPlugin.java:17)
         ... 12 more
    !SESSION -
    !ENTRY org.eclipse.core.launcher 4 0 Oct 22, 2004 18:47:19.256
    !MESSAGE Exception launching the Eclipse Platform:
    !STACK
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
         at org.eclipse.core.launcher.Main.run(Main.java:747)
         at org.eclipse.core.launcher.Main.main(Main.java:583)
    Caused by: java.lang.RuntimeException: Fatal Error: Unable to locate matching org.eclipse.core.runtime plug-in.
         at org.eclipse.core.internal.boot.PlatformConfiguration.locateDefaultPlugins(PlatformConfiguration.java:2264)
         at org.eclipse.core.internal.boot.PlatformConfiguration.<init>(PlatformConfiguration.java:903)
         at org.eclipse.core.internal.boot.PlatformConfiguration.startup(PlatformConfiguration.java:1368)
         at org.eclipse.core.internal.boot.InternalBootLoader.initialize(InternalBootLoader.java:582)
         at org.eclipse.core.internal.boot.InternalBootLoader.startup(InternalBootLoader.java:1035)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:838)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         ... 7 more
    !SESSION -
    !ENTRY org.eclipse.core.launcher 4 0 Oct 22, 2004 18:47:25.415
    !MESSAGE Exception launching the Eclipse Platform:
    !STACK
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
         at org.eclipse.core.launcher.Main.run(Main.java:747)
         at org.eclipse.core.launcher.Main.main(Main.java:583)
    Caused by: java.lang.RuntimeException: Fatal Error: Unable to locate matching org.eclipse.core.runtime plug-in.
         at org.eclipse.core.internal.boot.PlatformConfiguration.locateDefaultPlugins(PlatformConfiguration.java:2264)
         at org.eclipse.core.internal.boot.PlatformConfiguration.<init>(PlatformConfiguration.java:903)
         at org.eclipse.core.internal.boot.PlatformConfiguration.startup(PlatformConfiguration.java:1368)
         at org.eclipse.core.internal.boot.InternalBootLoader.initialize(InternalBootLoader.java:582)
         at org.eclipse.core.internal.boot.InternalBootLoader.startup(InternalBootLoader.java:1035)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:838)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         ... 7 more
    Any Idea? HOw to get rid of this problem?.

    I have figured out the problem. Some of the plugins were missing from the installation source. I copied the missing plugins from other installation and it worked.

  • Copying a template database

    hey,
    I am wondering how to copy a template database I have created (templte.mdb)to another directory using SQL. I am writing a program in java and using the javax.sql package. The way the program operates is that at 12 o clock at night a new database is created for that date 2 year ahead. So for example tonight at 12 o'clock a copy of the database (template.mdb) would be placed in the folder c://databases//2006//march//..... The problem is that I dont know the commands to copy the template database exactly. I need to keep the same column names,structure etc in all the databases!
    Any help would be greatly appricated
    Stephen

    An Access database file....
    1. Put a blank database into a directory.
    2. Copy that file using Runtime.exec() to the destination directory, giving it a new name.
    3. Start using it.

  • Problems during startup NWDS

    Hello Experts,
    Need your help:  I got an error "Problems during startup, Check the ".log"....." when starting NWDS.  I checked .log, here is the errors:
    org.eclipse.core.internal.boot.DelegatingLoaderException: org.eclipse.core.runtime.CoreException: Problems encountered starting up plug-in: "org.eclipse.core.resources".
    at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(PluginDescriptor.java:754)
    at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:188)
    at org.eclipse.core.internal.plugins.PluginClassLoader.activatePlugin(PluginClassLoader.java:112)
    Any suggestions/advises?
    Thanks, Jin

    Hi,
    Take the backup of .metadata folder, then delete that from your workspace.
    If you delete the .metadata file - It will no do any harm to your existing projects in your workspace.
    But you need to import them into the NWDS again.
    If there is any issue you delete the new .metadata and place the old backup .metadata.
    There are no issues. I did that just now
    Or
    Instead of deleting the .metadata you can try giving the new workspace in -data of NWDS.
    And in new workspace copy your old projects (from old workspace) and import them again into NWDS.
    How to give  -data
    Right click on NWDS shortcut on desktop and in shortcut tab
    in target input:
    For example already you have like this
    D:\IDE70\eclipse\SapIde.exe -vm "C:\Program Files\Java\jdk1.5.0_04\bin\javaw.exe"
    then at the end add
    -data "C:\NewWorkspace"
    Regards,
    Charan

  • Problem during SAP Solution Manager Migration - create secure store

    Hi all,
    I have a problem during a migration of my SAP SOLUTION MANAGEER from Linux ORACLE to AIX 6.1 ORACLE 10.2.0.4
    Release SOLUTION MANAGER 4.0 KERNEL 700
    I have done the export of the database and now i start with the import.
    SAPINST stopped at Create Secure Store phase and this is the log of SercureStoreCreate.log file.
    Unhandled exception
    Type=Segmentation error vmState=0x00000000
    J9Generic_Signal_Number=00000004 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000033
    Handler1=09001000A1271B80 Handler2=09001000A1269C20
    R0=0000000000000000 R1=0FFFFFFFFFFFD460 R2=0000000000000010 R3=0000000000000010
    R4=000000000000000B R5=09000000089B70A0 R6=0000000111BBE829 R7=0000000000000018
    R8=0000000111C23D58 R9=000000003A470000 R10=0000000111B99CB8 R11=09000000089CD638
    R12=0900000008970594 R13=000000011000D0C0 R14=0000000111BBE7B8 R15=0000000110096400
    R16=00000001110EC8B0 R17=0000000111C23FD8 R18=09001000A12753A8 R19=0000000000000013
    R20=0000000111C23FB8 R21=0000000111BBE848 R22=0000000110096480 R23=0000000000000000
    R24=0000000000000000 R25=0000000110001098 R26=0000000110096400 R27=0000000110016870
    R28=0000000000000000 R29=07000000001DD260 R30=000000000000000B R31=0000000000000010
    IAR=09000000089CD638 LR=00000001108BB6C0 MSR=A00000000000D032 CTR=09000000089CD638
    CR=4222422420000004 FPSCR=8202200000000000 XER=2000000482022000
    FPR0 3fe8000000000000 (f: 0.000000, d: 7.500000e-01)
    FPR1 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR2 3fe8000000000000 (f: 0.000000, d: 7.500000e-01)
    FPR3 4530000000000000 (f: 0.000000, d: 1.934281e+25)
    FPR4 4330000000400000 (f: 4194304.000000, d: 4.503600e+15)
    FPR5 4330000000000000 (f: 0.000000, d: 4.503600e+15)
    FPR6 3fb9999999999999 (f: 2576980480.000000, d: 1.000000e-01)
    FPR7 3c63333333333333 (f: 858993472.000000, d: 8.326673e-18)
    FPR8 0000000082024000 (f: 2181185536.000000, d: 1.077649e-314)
    FPR9 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR10 4330000000000000 (f: 0.000000, d: 4.503600e+15)
    FPR11 4077f00000000000 (f: 0.000000, d: 3.830000e+02)
    FPR12 3fe8000000000000 (f: 0.000000, d: 7.500000e-01)
    FPR13 4071f40000000000 (f: 0.000000, d: 2.872500e+02)
    FPR14 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR15 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR16 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR17 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR18 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR19 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR20 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR21 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR22 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR23 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR24 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR25 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR26 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR27 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR28 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR29 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR30 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR31 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    Module=/usr/java14_64/jre/bin/libj9jit23.so
    Module_base_address=0900000008998000
    Target=2_30_20070530_12820_BHdSMr (AIX 6.1)
    CPU=ppc64 (4 logical CPUs) (0x80000000 RAM)
    JVMDUMP006I Processing Dump Event "gpf", detail "" - Please Wait.
    JVMDUMP007I JVM Requesting System Dump using '/tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/core.20110907.081216.6947032.dmp'
    JVMDUMP010I System Dump written to /tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/core.20110907.081216.6947032.dmp
    JVMDUMP007I JVM Requesting Snap Dump using '/tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/Snap0002.20110907.081216.6947032.trc'
    JVMDUMP010I Snap Dump written to /tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/Snap0002.20110907.081216.6947032.trc
    JVMDUMP007I JVM Requesting Java Dump using '/tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/javacore.20110907.081216.6947032.txt'
    JVMDUMP010I Java Dump written to /tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/javacore.20110907.081216.6947032.txt
    JVMDUMP013I Processed Dump Event "gpf", detail "".
    Could please help me for finishing the migration?
    Thanks in advance
    Andrea

    Hi,
    this is the a part of sapinst.log:
    ERROR 2011-09-07 10:12:18.24
    FCO-00011  The step createSecureStore with step key |NW_Doublestack_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_SecureStore|ind|ind|ind|ind|8|0|createSecureStore was executed with status ERROR ( Last error reported by the step :Cannot create the secure store. SOLUTION: See output of log file SecureStoreCreate.log:
    Unhandled exception
    Type=Segmentation error vmState=0x00000000
    J9Generic_Signal_Number=00000004 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000033
    Handler1=09001000A1271B80 Handler2=09001000A1269C20
    R0=0000000000000000 R1=0FFFFFFFFFFFD460 R2=0000000000000010 R3=0000000000000010
    R4=000000000000000B R5=09000000089B70A0 R6=0000000111BBE829 R7=0000000000000018
    R8=0000000111C23D58 R9=000000003A470000 R10=0000000111B99CB8 R11=09000000089CD638
    R12=0900000008970594 R13=000000011000D0C0 R14=0000000111BBE7B8 R15=0000000110096400
    R16=00000001110EC8B0 R17=0000000111C23FD8 R18=09001000A12753A8 R19=0000000000000013
    R20=0000000111C23FB8 R21=0000000111BBE848 R22=0000000110096480 R23=0000000000000000
    R24=0000000000000000 R25=0000000110001098 R26=0000000110096400 R27=0000000110016870
    R28=0000000000000000 R29=07000000001DD260 R30=000000000000000B R31=0000000000000010
    IAR=09000000089CD638 LR=00000001108BB6C0 MSR=A00000000000D032 CTR=09000000089CD638
    CR=4222422420000004 FPSCR=8202200000000000 XER=2000000482022000
    FPR0 3fe8000000000000 (f: 0.000000, d: 7.500000e-01)
    FPR1 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR2 3fe8000000000000 (f: 0.000000, d: 7.500000e-01)
    FPR3 4530000000000000 (f: 0.000000, d: 1.934281e+25)
    FPR4 4330000000400000 (f: 4194304.000000, d: 4.503600e+15)
    FPR5 4330000000000000 (f: 0.000000, d: 4.503600e+15)
    FPR6 3fb9999999999999 (f: 2576980480.000000, d: 1.000000e-01)
    FPR7 3c63333333333333 (f: 858993472.000000, d: 8.326673e-18)
    FPR8 0000000082024000 (f: 2181185536.000000, d: 1.077649e-314)
    FPR9 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR10 4330000000000000 (f: 0.000000, d: 4.503600e+15)
    FPR11 4077f00000000000 (f: 0.000000, d: 3.830000e+02)
    FPR12 3fe8000000000000 (f: 0.000000, d: 7.500000e-01)
    FPR13 4071f40000000000 (f: 0.000000, d: 2.872500e+02)
    FPR14 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR15 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR16 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR17 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR18 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR19 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR20 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR21 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR22 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR23 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR24 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR25 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR26 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR27 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR28 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR29 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR30 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR31 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    Module=/usr/java14_64/jre/bin/libj9jit23.so
    Module_base_address=0900000008998000
    Target=2_30_20070530_12820_BHdSMr (AIX 6.1)
    CPU=ppc64 (4 logical CPUs) (0x80000000 RAM)
    JVMDUMP006I Processing Dump Event "gpf", detail "" - Please Wait.
    JVMDUMP007I JVM Requesting System Dump using '/tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/core.20110907.081216.6947032.dmp'
    JVMDUMP010I System Dump written to /tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/core.20110907.081216.6947032.dmp
    JVMDUMP007I JVM Requesting Snap Dump using '/tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/Snap0002.20110907.081216.6947032.trc'
    JVMDUMP010I Snap Dump written to /tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/Snap0002.20110907.081216.6947032.trc
    JVMDUMP007I JVM Requesting Java Dump using '/tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/javacore.20110907.081216.6947032.txt'
    JVMDUMP010I Java Dump written to /tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/javacore.20110907.081216.6947032.txt
    JVMDUMP013I Processed Dump Event "gpf", detail ""..).
    Thanks
    Andrea

  • Time Machine doesn't back up anymore due to a failure during copying. Get this message for several weeks. And all my back ups are lost!

    Can anybody help me, because suddenly all my back ups on the the time capsule are gone, and time machine cannot make any back up due to a failure during copying. I already installed the latest firmware on the time capsule, but nothing seems to help. I also changed the back up disk to the HDD in my Mac (programs and mavericks are running on an SSD. Hope someone can help me out.

    Check the TC disk with finder. The sparsebundle should still be there.. simply open it from Finder and mount the backups.
    Follow Pondini's instructions to see if your files are there.
    Q15 here http://pondini.org/TM/FAQ.html
    You don't have to restore the files.. you are just checking the backup is accessible and intact.
    http://pondini.org/TM/Troubleshooting.html
    I would also recommend you do a verify.. A5 in the reference above.
    TM is problematic on Mavericks.. some of the problems are due to its poor networking.
    Exactly how is the TC setup?? By that I mean is it wired to the main modem and doing either router or bridge?
    Is the computer using wireless to the TC? If not please make sure the wireless connection is via the TC and not via modem router or extender.
    I strongly recommend you reset the TC to factory. No files are deleted.
    The Factory Reset universal
    Unplug your TC/AE. Hold in reset. and power the TC/AE back on..  all without releasing reset and keep holding in for about 10sec. The time is not important.. it is the front LED rapid flashing that indicates you are in factory mode.
    Release reset.
    If it doesn’t flash rapidly you have released reset at some point and try again.
    Be Gentle! Feel the switch click on. It has a positive feel..  add no more pressure after that.
    TC/AE will reboot after a couple of minutes with default factory settings and will wipe out previous configurations.
    No files are deleted on the hard disk.. No reset of the TC deletes files.. to do that you use erase from the airport utility.
    Redo the setup of the TC.. please use all short names, no spaces and pure alphanumeric. Do not use the names the airport utility setup wizard will recommend to you. eg TCgenx (base station name.. x can be a number which is your gen TC). Wireless name.. TCwifi.
    Wireless Security will be WPA2 personal and use 10-20 character pure alphanumeric password with mix of case and numbers.
    Reset TM as per A4 in the Pondini reference above.
    If you still have issues.. manually mount the TC in the computer.. in Finder use Go, Connect to server.
    AFP://TCgenx or AFP://10.0.1.1 (where you replace my example name with your actual name.. or replace the IP which is default with your actual IP).
    The computer should find the network resource and request a password. Type that in (your disk access password) and save it in the keychain.
    Then try again with TM.
    Strongly also recommend even if you get TM to work.. it is problematic on Mavericks.. buy CCC or one of the other 3rd party backups.. With CCC you can do a bootable clone to a USB drive.. easily the best way to get a dead Mac going again.

  • Can't turn on FileVault, get message "an error occured during encryption (An error occurred during copying). FileVault won't be turned on for this account"

    Every time I try to turn on FileVault I get a message "an error occured during encryption (An error occurred during copying). FileVault won't be turned on for this account".
    The file is only 96GB and I have 800GB free space

    I had this issue with my Mac Pro. I needed to turn off Filevault because it was causing performance issues with my Adobe video editing software. I got the same message you did. It took some time, but I finally figured out how to solve the problem!! If you look in the console (Finder/Go/Utilities/Console) and go to the system log, you will be able to pinpoint what happened when the filevault failed to turn off. In my case, it was a few Firefox profile cahe files that were an issue (so I copied the profile folder to another disk, trashed the folder on my system drive, then emptied the trash). Then I tried again, and this time it was because of a few photos that were "locked". I unlocked the offending images and then tried once again and SUCCESS! I then replaced the Firefox profile folder to it's original location and everything is working like a charm. But most definately if people have "locked" folders or photos, Filevault will not be able to copy them and delete the encrypted version. I wish I had found a thread like this when I was going through my Filevault nightmare! Would have saved me a lot of trouble, worry and aggravation.
    If you really need to keep files encrypted or protected, simply create an encrypted disk image and keep only the files you want to protect in that image. It's extremely easy to do if you have Carbon Copy Cloner (An amazing and highly recommended  FREE system backup and hard drive cloning app. It will create a backup of whatever files or folders you chose and create a 128bit or 256bit password protected encrypted disk image that you can very easily access at any time.
    Hope this helps!!!!! Good luck!

  • I had problems during the download.

    I purchased Adobe Photoshop Elements 12...I had problems during the download...is it possible to get a hard copy on disc?

    Try downloading the trial instead. It's the same file, just without the added hassles from the application manager.

  • Problem during login

    Hi all,
    I am experiencing a strange problem during login. I have installed a portal application
    ( very similar to the example stockportal application) , but when I attempt to
    login , I get redirected to the portal main page, and the login button is still
    visible.
    The strange part is that every once in a while, the login will work correctly,
    and I see new skins, templates etc. I have looked at some previous postings here
    which suggest the problem lies with the cookie path setting in the weblogic.xml
    file. I have made sure that is set properly ( to the name of the portal app) ,
    but the problem persists.
    Any help will me much appreciated..
    thanks.
    Vic

    Hi Vic,
    Sounds like you are losing your session (I guess that's pretty obvious =)).
    What is your cookie domain set to (in weblogic.xml)? If it has a setting (for
    example, ".beasys.com"), it must match your domain and you must include the domain
    in the url you request in your browser. For example, if your server name is "myserver"
    and your domain is ".mycompany.com" you must request "http://myserver.mycompany.com:<port-number>".
    Using "http://myserver:<port-number>" won't work. The browser uses both the
    cookie domain and the cookie path to decide whether to send the cookie with a
    particular request. You can also experiment with commenting out the cookie domain.
    Are you using a proxy server? There can be issues getting proxies configured
    correctly.
    Have you tried getting your browser to prompt you to accept session cookies?
    Short of a sniffer this is an excellent way to see what the server is sending
    to your client. You can verify that the cookie name, path, and domain are correct
    and are getting sent to your browser when you expect them to be.
    If you are familiar with a sniffer you can use it to see that the requests and
    responses and see what is happening with the cookies. I really like Ethereal
    (www.ethereal.com).
    Are you seeing the cookie name in the urls generated by webflow more than once
    per session? That would indicate that the browser is not sending the cookie back
    to the server and indicate a configuration error.
    What browser are you using?
    If you can't get it to work, can you attach your web.xml and weblogic.xml?
    -John Bimson
    Software Engineer
    BEA Systems
    "vic siddiqi" <[email protected]> wrote:
    >
    Hi all,
    I am experiencing a strange problem during login. I have installed a
    portal application
    ( very similar to the example stockportal application) , but when I attempt
    to
    login , I get redirected to the portal main page, and the login button
    is still
    visible.
    The strange part is that every once in a while, the login will work correctly,
    and I see new skins, templates etc. I have looked at some previous postings
    here
    which suggest the problem lies with the cookie path setting in the weblogic.xml
    file. I have made sure that is set properly ( to the name of the portal
    app) ,
    but the problem persists.
    Any help will me much appreciated..
    thanks.
    Vic

  • Problem During Installation of ECC 6 on Windows 2003

    <b><b>Here I am facing problem during Import ABAP Phase.
    It is throwing Error like that::
    CJS-30022 Program 'Migration Moitor' exists with return code 103.
    After completeing 9 stages, it's getting problem in Import packages and installation get stucked.
    My Server is like that:
    OS: Windows Server 2003
    Hardware: HP Itanium IA64
    Database: Oracle 10.2g
    SAP Release : 2004s ECC 6
    I have configured Java with j2sdk 1.4.2_12:
    JRE 1.5 is not available for IA64 .
    I reconfigured the parameter "shared_pool_size" (to 400MB)in init<sid>.ora at \oracle\<sid>\database.
    Also adjusted another parameter which is "shared_pool_reserved_size" i.e. 10% of the shared_pool_size.
    What to do now.
    Please send me feed backs.
    Regards,
    Sumanta Chatterjee
    </b></b> <b></b>

    run 'ls -lrta' in /tmp/sapinst_instdir/.... (whatever the lowest path is there, where all the log files are).  You should see something like sap<something>.tsk and sap<something>.log.  Look at the most recently updated sap<something>.log file for the specific error.  One problem I've seen is that if you configure the advanced oracle config to turn off AUTOEXTEND on the tablespaces, the abap load will bomb because it runs out of space.  Also, make sure your SYSTEM tablespace has at least 500M.
    Posting the relevant contents of the log with the detailed error description would help us provide a better answer as well.
    Rich

  • How do I get facetime on a MacBook Pro to work?  I keep getting a " server encountered problem during registration.." message.  I have FaceTime ver. 1.1.1

    How do I get facetime on a MacBook Pro to work?  I keep getting a " server encountered problem during registration.." message.  I have FaceTime ver. 1.1.1
    Thanks

    Icapper wrote:
    I will end up getting something other than Logitech speakers, since I'm just weird like that.
    Your not weird, your a audiophile.
    https://en.wikipedia.org/wiki/Audiophile
    Good sound costs money. And with a 5.1 system your usually doing surround sound decoding for BlueRay movies etc. for home theater purposes.
    The PC 5.1 surround sound systems require a audio card in a PC tower and mainly used for playing 3D games so that won't work for any Mac at all. So don't buy a PC 5.1 surround sound system for your Mac.
    Harmon Kardon has the GoPlay, it's a portable stereo with awesome sound (not as good as their theater systems) and you can hook up a analog male/male stereo mini cable to it from the Mac.
    $200 and it has a iPod dock and also takes like 8 batteries so it's portable.
    http://www.amazon.com/dp/B002GHBTNC
    There is also the Bose Wave clock/radio, you will need a stereo mini to RCA break out cable for that.
    http://www.bose.com/controller?url=/shop_online/wave_systems/index.jsp
    The GoPlay has much better sound than the Bose, I think the Bose are overpriced.

Maybe you are looking for

  • How to define the surface or sqm of a path?

    Hello, I am following your online course Illustrator. I am using it to draw a.o. floor plans. I am working with sqm and need to work with paths in different angles. For example: Here above you see a square of 40x40mm. Under it you see the same square

  • SSRS report viewer web part error only in IE not in Chrome & Safari

    SSRS is setup in SP integrated mode. I am getting this error when I click a report parameter drop down for the second time to display the list of avaliable values: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the ser

  • Sending tiff files to PS6 Problem

    When I edit raw files adjusted in LR5 and save in tiff and then want to do additional edits in PS6 it sends them first to PS6 Camera Raw.   Then I must open in PS.   Is there a way to send direct to PS6 and not have the files open in camera Raw first

  • De-install old versions of illustrator, photoshop etc

    Hello, I am looking for the best way to do a clean de-install of old versions of illustrator and photoshop since i now have the Creative Suite.

  • Getting starting with EJB

    Hi all I have recently started learning jpa, ejb but still can't get the all pieces organized, so I decided to start developing a ejb project on eclipse but cannot find any tutorial or book to have an overview on how things work, if there is any sugg