Problem of   jce  with oracle9 jvm

i have loaded my java class which use the Sun JCE 1.2.2 to Oracle9i,
but it can be run.
the exception is:
java.lang.ExceptionInInitializerError:
java.lang.SecurityException: Cannot set up certs for trusted CAs: java.net.MalformedURLException: no protocol: US_export_policy.jar
at javax.crypto.SunJCE_b.<clinit>(DashoA6275)
at javax.crypto.Cipher.a(DashoA6275)
at javax.crypto.Cipher.getInstance(DashoA6275)
can u help me?

It may be the cacerts file is not appropriate (I am no expert in JCE either), but I note that when I ran my application in the external sun JDK I did not have to add certificates (the JCE is used to create NTLM authentication credentials and I provide all the required information in the program code). Also, the cacerts file under my sun jre 1.3 seems to be very similar to the one stored under my oracle home (but they are not identifical to a binary diff).
I think that this is more likely a resource load problem, as the JCE has a plugable provider interface and is likely to make heavy use loading class files and other resources by name.
I don't really have time to investigate this further. I can work around the problem by using a different authentication scheme in my application. However, since the JCE is part of the Java 1.4 specification and this spec is used, I believe, in the Oracle 10g release and I will likely have an chance to look at running my code in 10g in the next few weeks, I will post a quick note to say if the same code works there or not.
cheers,
d.

Similar Messages

  • Problem with demo : Round-Tripping XML with Oracle9i

    Hi,
    We have recently installed a 9.2.0.1.0 database with the intention of trying some of the new XMLTYPE samples.
    I downloaded the demo : Round-Tripping XML with Oracle9i.
    The first part, Mapping XML into Oracle9i, worked fine.
    The second part, Re-composing XML from Oracle9i, doesn't seem to run.
    Here is what I get i SQLPLUS :
    (Step 1 to 15 is OK)
    SQL> create or replace type PURCHASEORDER_TYPE as object
    2 (
    3 "Reference" VARCHAR2(64),
    4 "Actions" SYS.XMLTYPE,
    5 "Requester" VARCHAR2(48),
    6 "User" VARCHAR2(32),
    7 "Reject" PURCHASEORDERREJECTION_TYPE,
    8 "CostCenter" VARCHAR2(3),
    9 "Vendor" VARCHAR2(32),
    10 "PONumber" NUMBER(10),
    11 "ShippingInstructions" PURCHASEORDERSHIPINST_TYPE,
    12 "SpecialInstructions" VARCHAR2(2048),
    13 "LineItems" SYS.XMLTYPE
    14 );
    15 /
    Type created.
    SQL> --script 16
    SQL> create or replace view PURCHASEORDERDOCUMENTS as
    2 select P.REFERENCE,
    3 sys_xmlgen(
    4 PURCHASEORDER_TYPE(
    5 P.REFERENCE,
    6 (
    7 select
    8 sys_xmlagg(
    9 sys_xmlgen(
    10 PURCHASEORDERACTION_TYPE(
    11 A.ACTIONEDBY,
    12 A.DATEACTIONED
    13 ),
    14 sys.xmlgenformattype.createFormat('Action')
    15 )
    16 ).extract('//Action')
    17 from PURCHASEORDERACTIONS A
    18 where A.REFERENCE = P.REFERENCE
    19 ),
    20 P.REQUESTER,
    21 P.USERID,
    22 PURCHASEORDERREJECTION_TYPE(
    23 R.REJECTEDBY,
    24 R.DATEREJECTED,
    25 R.COMMENTS
    26 ),
    27 P.COSTCENTER,
    28 P.VENDOR,
    29 P.PONUMBER,
    30 PURCHASEORDERSHIPINST_TYPE(
    31 S.SHIPTONAME,
    32 S.ADDRESS,
    33 S.PHONE
    34 ),
    35 P.SPECIALINSTRUCTIONS,
    36 (
    37 select
    38 sys_xmlagg(
    39 sys_xmlgen(
    40 PURCHASEORDERLINEITEM_TYPE(
    41 L.LINENO,
    42 L.DESCRIPTION,
    43 PURCHASEORDERPART_TYPE(
    44 L.PARTNO,
    45 L.QUANTITY,
    46 L.UNITPRICE
    47 )
    48 ),
    49 sys.xmlgenformattype.createFormat('LineItem')
    50 ),
    51 sys.xmlgenformattype.createFormat('LineItems')
    52 )
    53 from PURCHASEORDERLINEITEMS L
    54 where P.REFERENCE = L.REFERENCE
    55 )
    56 ),
    57 sys.xmlgenformattype.createFormat('PurchaseOrder')
    58 ) "PODOCUMENT"
    59 from PURCHASEORDERSTORE P,
    60 PURCHASEORDERREJECTION R,
    61 PURCHASEORDERSHIPINSTRUCTIONS S
    62 where R.REFERENCE = P.REFERENCE
    63 and S.REFERENCE = P.REFERENCE;
    View created.
    SQL> --script 17
    SQL> set heading off;
    SQL> set wrap on
    SQL> set pagesize 10000;
    SQL> set long 10000;
    SQL> select P.PODOCUMENT.getClobVal() from PURCHASEORDERDOCUMENTS P;
    select P.PODOCUMENT.getClobVal() from PURCHASEORDERDOCUMENTS P
    ERROR at line 1:
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at line 1
    Has anyone had the same problem ?? I would appreciate any suggestions.
    Thanks,
    Frank

    I found the solution :
    The database was running with a multibyte characterset (UTF8).
    After changing that to WE8ISO8859P1 everything worked fine.
    It is strange that Oracle suggest to use UTF8 when installing the new database (9i)
    and on the other hand doesn't support multibyte charactersets for several of the XML-products.
    Cheers,
    Frank

  • SAP R-3 IDES 4.71 installation with Oracle9i

    Hello
    I am having problems installing SAP R-3 IDES 4.71 installation with Oracle9i on windows 2003 Server. The log file comes up with this erorr
    INFO 2008-05-14 22:50:30
    Changed working directory to C:\SAPinst ORACLE SAPINST.
    INFO 2008-05-14 22:53:59
    See 'C:\usr\sap\DEV\SYS\exe\run/startsap name=DEV nr=00 SAPDIAHOST=bw2003' output in 'C:\SAPinst ORACLE SAPINST\startsap.log'.
    TRACE
    ProgramReturnCode='-1' means error.
    ERROR 2030-05-14 22:53:59
    MOS-01012  PROBLEM: 'C:\usr\sap\DEV\SYS\exe\run/startsap name=DEV nr=00 SAPDIAHOST=bw2003' returned with '-1' which is not a defined as a success code.
    Windows 2003 Server
    AMD 2GH Dual core
    2GB Ram
    250GB HDD
    Computer name: bw2003
    Central instance: DEV
    I checked the host file system32/drivers/etc the IP adress and the host name is there.
    I am hoping  that someone could help me with the installation  thanks in advance.
    waiting .....

    ok here you go
    dev_disp
    trc file: "dev_disp", trc level: 1, release: "620"
    Sat May 18 00:27:08 2030
    kernel runs with dp version 3(ext=1) (@(#) DPLIB-INT-VERSION-3)
    length of sys_adm_ext is 304 bytes
    systemid   560 (PC with Windows NT)
    relno      6200
    patchlevel 0
    patchno    674
    intno      20020600
    pid        2276
    ***LOG Q00=> DpSapEnvInit, DPStart (00 2276) [dpxxdisp.c   978]
         shared lib "dw_xml.dll" version 674 successfully loaded
         shared lib "dw_xtc.dll" version 674 successfully loaded
         shared lib "dw_stl.dll" version 674 successfully loaded
    MtxInit: -2 0 0
    DpShMCreate: sizeof(wp_adm)          9776     (752)
    DpShMCreate: sizeof(tm_adm)          1690816     (8412)
    DpShMCreate: sizeof(wp_ca_adm)     18000     (60)
    DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    DpShMCreate: sizeof(comm_adm)     192000     (384)
    DpShMCreate: sizeof(wall_adm)     (22440/34344/56/100)
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 042F0040, size: 1974816)
    DpShMCreate: allocated sys_adm at 042F0040
    DpShMCreate: allocated wp_adm at 042F0560
    DpShMCreate: allocated tm_adm_list at 042F2B90
    DpShMCreate: allocated tm_adm at 042F2BB8
    DpShMCreate: allocated wp_ca_adm at 0448F878
    DpShMCreate: allocated appc_ca_adm at 04493EC8
    DpShMCreate: allocated comm_adm_list at 04495638
    DpShMCreate: allocated comm_adm at 04495650
    DpShMCreate: allocated ca_info at 044C4450
    DpShMCreate: allocated wall_adm at 044C4458
    MBUF state OFF
    Sat May 18 00:27:09 2030
    EmInit: MmSetImplementation( 2 ).
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation std
    <EsNT> Memory Reset enabled as NT default
    <EsNT> EsIUnamFileMapInit: Initialize the memory 307 MB
    <ES> 306 blocks reserved for free list.
    ES initialized.
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, NiPServToNo ( sapmsDEV) [nixxi.c      2599]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    ***LOG Q0L=> DpLoopInit, nomscon () [dpxxdisp.c   1451]
    Sat May 18 00:27:18 2030
    CCMS: Initalizing shared memory of size 20000000 for monitoring segment.
    Sat May 18 00:27:32 2030
    CCMS: start to initalize 3.X shared alert area (first segment).
    Sat May 18 00:27:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    Sat May 18 00:27:50 2030
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:28:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:28:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:28:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:29:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    ERROR => W0 (pid 2328) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W0
    ERROR => W11 (pid 2416) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W11
    my types changed after wp death/restart 0xbf --> 0xaf
    ERROR => MsIModTypes: not_attached [msxxi.c      1567]
    Sat May 18 00:29:30 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    ERROR => W5 (pid 2368) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W5
    ERROR => W6 (pid 2376) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W6
    ERROR => W7 (pid 2384) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W7
    my types changed after wp death/restart 0xaf --> 0xad
    ERROR => MsIModTypes: not_attached [msxxi.c      1567]
    Sat May 18 00:29:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    ERROR => W2 (pid 2344) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W2
    ERROR => W8 (pid 2392) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W8
    ERROR => W10 (pid 2408) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W10
    ERROR => W12 (pid 2424) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W12
    my types changed after wp death/restart 0xad --> 0x89
    ERROR => MsIModTypes: not_attached [msxxi.c      1567]
    Sat May 18 00:30:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    ERROR => W1 (pid 2336) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W1
    Sat May 18 00:30:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:30:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:31:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:31:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:31:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:32:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    ERROR => W3 (pid 2352) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W3
    ERROR => W4 (pid 2360) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W4
    ERROR => W9 (pid 2400) died [dpxxdisp.c   11523]
    force unlock of wp_adm mutex W9
    Sat May 18 00:32:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:32:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:32:51 2030
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c   3885]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndAdmin () [dpxxdisp.c   3966]
    Sat May 18 00:33:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:33:11 2030
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c   3885]
    Sat May 18 00:33:13 2030
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c   3885]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndAdmin () [dpxxdisp.c   3966]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndAdmin () [dpxxdisp.c   3966]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c   3885]
    Sat May 18 00:33:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:33:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:34:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:34:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:34:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:35:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:35:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:35:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:36:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:36:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:36:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:37:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:37:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:37:33 2030
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c   3885]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndAdmin () [dpxxdisp.c   3966]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndName () [dpxxdisp.c   3885]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndAdmin () [dpxxdisp.c   3966]
    ERROR => MsISnd2: not_attached [msxxi.c      1139]
    ***LOG Q0N=> DpRqNoWpHandle, MsSndAdmin () [dpxxdisp.c   3966]
    Sat May 18 00:37:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:38:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:38:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:38:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:39:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:39:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:39:49 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:40:09 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:40:29 2030
    ***LOG Q0I=> NiPServToNo: getservbyname [ninti.c 428]
    ***LOG Q0A=> NiIServToNo, service_unkown ( sapmsDEV) [nixxi.c      2580]
    ERROR => MsIAttach: NiBufConnect to bw2003/sapmsDEV failed (rc=NIESERV_UNKNOWN) [msxxi.c      545]
    Sat May 18 00:40:30 2030
    caught signal 2
    Sat May 18 00:40:42 2030
    ***LOG Q05=> DpHalt, DPStop ( 2276) [dpxxdisp.c   7883]
    dev_w0
    trc file: "dev_w0", trc level: 1, release: "620"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Sat May 18 00:27:19 2030
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\usr\sap\DEV\SYS\exe\run\dboraslib.dll' ...
    B  Library 'C:\usr\sap\DEV\SYS\exe\run\dboraslib.dll' loaded
    B  Version of 'C:\usr\sap\DEV\SYS\exe\run\dboraslib.dll' is "620.02", patchlevel (0.549)
    B  New connection 0 created
    M  systemid   560 (PC with Windows NT)
    M  relno      6200
    M  patchlevel 0
    M  patchno    674
    M  intno      20020600
    M  pid        2328

    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 2328) [dpxxdisp.c   1028]
    I  MtxInit: -2 0 0

    M Sat May 18 00:27:24 2030
    M  DpShMCreate: sizeof(wp_adm)          9776     (752)
    M  DpShMCreate: sizeof(tm_adm)          1690816     (8412)
    M  DpShMCreate: sizeof(wp_ca_adm)     18000     (60)
    M  DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    M  DpShMCreate: sizeof(comm_adm)     192000     (384)
    M  DpShMCreate: sizeof(wall_adm)     (22440/34344/56/100)
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 04AF0040, size: 1974816)
    M  DpShMCreate: allocated sys_adm at 04AF0040
    M  DpShMCreate: allocated wp_adm at 04AF0560
    M  DpShMCreate: allocated tm_adm_list at 04AF2B90
    M  DpShMCreate: allocated tm_adm at 04AF2BB8
    M  DpShMCreate: allocated wp_ca_adm at 04C8F878
    M  DpShMCreate: allocated appc_ca_adm at 04C93EC8
    M  DpShMCreate: allocated comm_adm_list at 04C95638
    M  DpShMCreate: allocated comm_adm at 04C95650
    M  DpShMCreate: allocated ca_info at 04CC4450
    M  DpShMCreate: allocated wall_adm at 04CC4458

    X Sat May 18 00:27:28 2030
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 0 initializing ....
    X  Using implementation std
    M  <EsNT> Memory Reset enabled as NT default
    X  ES initialized.

    M Sat May 18 00:27:33 2030
    M  calling db_connect ...
    C  Got ORACLE_HOME=C:\oracle\ora92 from environment

    C Sat May 18 00:28:05 2030
    C  Client NLS settings: AMERICAN_AMERICA.WE8DEC

    C Sat May 18 00:28:06 2030
    C  Logon as OPS$-user to get SAPDEV's password
    C  Connecting as /@DEV on connection 0 ...
    C  Attaching to DB Server DEV (con_hdl=0,svchp=062414CC,svrhp=06243724)

    C Sat May 18 00:28:17 2030
    C  Starting user session (con_hdl=0,svchp=062414CC,srvhp=06243724,usrhp=0624BEFC)

    C Sat May 18 00:28:33 2030
    C  Now I'm connected to ORACLE
    C  Got SAPDEV's password from table SAPUSER
    C  Got SAPDEV's password from OPS$-user
    C  Disconnecting from connection 0 ...

    C Sat May 18 00:28:34 2030
    C  Closing user session (con_hdl=0,svchp=062414CC,usrhp=0624BEFC)
    C  Now I'm disconnected from ORACLE
    C  Connecting as SAPDEV/<pwd>@DEV on connection 0 ...
    C  Starting user session (con_hdl=0,svchp=062414CC,srvhp=06243724,usrhp=0624BEFC)
    C  Now I'm connected to ORACLE
    C  Database NLS settings: AMERICAN_AMERICA.WE8DEC
    C  Database instance dev is running on BW2003 with ORACLE version 9.2.0.2.1 since 20300518

    B Sat May 18 00:28:35 2030
    B  Connection 0 opened
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT Date     Time   DBHost
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  20300518 002733 BW2003

    M Sat May 18 00:28:36 2030
    M  db_connect o.k.

    I Sat May 18 00:29:01 2030
    I  MtxInit: 0 0 0

    X Sat May 18 00:29:02 2030
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 0 initializing ....
    X  Using implementation std
    X  ES initialized.
    B  db_con_shm_ini:  WP_ID = 0, WP_CNT = 13
    B  dbtbxbuf: Buffer TABL  (addr: 0C2000C8, size: 30000000, end: 0DE9C448)
    B  dbtbxbuf: Buffer TABLP (addr: 0DEA00C8, size: 10240000, end: 0E8640C8)
    B  Layout of EIBUF buffer shared memory:
    B  0: 1 * 4 = 4
    B  1: 1 * 276 = 276
    B  2: 13 * 20 = 260
    B  3: 4001 * 40 = 160040
    B  4: 2000 * 128 = 256000
    B  5: 4001 * 4 = 16004
    B  6: 1 * 100 = 100
    B  7: 65 * 4 = 260
    B  8: 29385 * 128 = 3761280
    B  Tracing = 0, Shm Protection = 0, Force checks = 0
    I  *** ERROR => [CreateOsShm] CreateFileMapping(54,4096 KB) failed with Err=1455
                  ERROR_COMMITMENT_LIMIT: The paging file is too small for this operation to complete.  [shmnt.c      2055]
    I  *** ERROR => ShmCreate: Create (54,4194384,1) failed [shmnt.c      469]
    Memory diagnostic                                 *
    Systeminformation
    Processor-Typ             : Intel unknown
    Processor-Count           : 1
    Operating System          : NT 5.2, Build 3790
    Service Pack              : Service Pack 1
    NT Pagefile Informations
    Config. minimum size      : 589824 K
    Config. maximum size      : 1179648 K
    Avail.  maximum size      : 1179648 K
    Num
    Pagefile
    Min.Size
    Max.Size
    Avail.Max
    Curr.Size
    1
    C:\pagefile.sys
    589824 K
    1179648 K
    1179648 K
    1178900 K
    NT Task Manager Informations
    Total Handles             :        0
    Total Threads             :        0
    Total Processes           :        0
    Commit Charge Total       :  1670224 K
    Commit Charge Limit       :  1676596 K
    Commit Charge Peak        :  1670376 K
    Phys.Memory Total         :        0 K
    Phys.Memory Available     :        0 K
    File Cache                :        0 K
    Kernel Memory Total       :        0 K
    Kernel Memory Paged       :        0 K
    Kernel Memory Nonpaged    :        0 K
    Memory usage of current process
    Total virt.address space  :  2097024 K
    Avail.virt.address space  :  1133576 K
    Private Pages             :        0 K
    Total heap size           :    10729 K
    Virtual memory regions    :        0 K
    Uncommitted heap memory   :     4108 K
    Allocated heap memory     :     4406 K
    Moveable heap memory      :       24 K
    DDE shared heap memory    :        0 K
    Memory usage of all processes
    PID
    Image
    Instance
    Work.Set
    WS Peak
    Priv.Pages
    PP Peak
    Pg Fault
    4
    72 K
    2100 K
    0 K
    0 K
    3
    352
    smss.exe
    212 K
    448 K
    144 K
    160 K
    0
    424
    winlogon.exe
    996 K
    9048 K
    6188 K
    6580 K
    3
    468
    services.exe
    1276 K
    3136 K
    1436 K
    1564 K
    0
    480
    lsass.exe
    2148 K
    6544 K
    7048 K
    7048 K
    1
    676
    svchost.exe
    552 K
    2508 K
    832 K
    832 K
    0
    848
    svchost.exe
    4840 K
    22520 K
    13348 K
    19208 K
    9
    972
    spoolsv.exe
    712 K
    4060 K
    3220 K
    3228 K
    1
    1124
    svchost.exe
    392 K
    1956 K
    476 K
    476 K
    0
    1176
    agntsrvc.exe
    948 K
    7720 K
    9128 K
    9128 K
    1
    1196
    TNSLSNR.exe
    2432 K
    5720 K
    5764 K
    5776 K
    1
    1212
    cmd.exe
    384 K
    1572 K
    1488 K
    1488 K
    0
    1228
    ORACLE.EXE
    122564 K
    135924 K
    203080 K
    205256 K
    38
    1324
    SAPSTARTSRV.EXE
    2520 K
    13364 K
    14828 K
    14828 K
    3
    1420
    VMwareService.exe
    928 K
    2164 K
    604 K
    604 K
    0
    1528
    dbsnmp.exe
    2240 K
    11312 K
    13608 K
    39264 K
    3
    1816
    Explorer.EXE
    2928 K
    15120 K
    10200 K
    10332 K
    13
    1864
    jusched.exe
    252 K
    1764 K
    432 K
    432 K
    0
    1872
    VMwareTray.exe
    724 K
    3144 K
    852 K
    888 K
    0
    1880
    VMwareUser.exe
    1376 K
    3284 K
    1032 K
    1048 K
    0
    1996
    svchost.exe
    488 K
    3740 K
    1440 K
    21664 K
    1
    216
    svchost.exe
    800 K
    3708 K
    2788 K
    2788 K
    0
    2080
    sapinst.exe
    82868 K
    105272 K
    84324 K
    105292 K
    41
    2088
    javaw.exe
    6944 K
    21272 K
    20396 K
    20896 K
    6
    2200
    startsap.exe
    460 K
    1772 K
    748 K
    748 K
    0
    2212
    sapstart.exe
    1244 K
    3176 K
    1188 K
    1188 K
    0
    2276
    disp+work.exe
    [DP] DEV_00
    26740 K
    42464 K
    30176 K
    30176 K
    10
    2312
    gwrd.EXE
    [GW] DEV_00
    1852 K
    6116 K
    3936 K
    8208 K
    1
    2320
    icman.EXE
    56440 K
    60192 K
    75880 K
    75880 K
    17
    2328
    disp+work.EXE
    [WP] DEV_00
    10700 K
    11516 K
    43684 K
    43788 K
    7
    2336
    disp+work.EXE
    [WP] DEV_00
    6696 K
    13084 K
    42180 K
    42180 K
    6
    2344
    disp+work.EXE
    [WP] DEV_00
    10896 K
    14092 K
    42180 K
    42180 K
    6
    2352
    disp+work.EXE
    [WP] DEV_00
    10088 K
    14588 K
    42176 K
    42176 K
    6
    2360
    disp+work.EXE
    [WP] DEV_00
    9320 K
    12960 K
    42184 K
    42184 K
    6
    2368
    disp+work.EXE
    [WP] DEV_00
    9480 K
    13076 K
    42184 K
    42184 K
    6
    2376
    disp+work.EXE
    [WP] DEV_00
    10060 K
    13220 K
    42180 K
    42180 K
    6
    2384
    disp+work.EXE
    [WP] DEV_00
    10024 K
    15128 K
    42184 K
    42184 K
    6
    2392
    disp+work.EXE
    [WP] DEV_00
    6576 K
    14752 K
    42180 K
    42180 K
    6
    2400
    disp+work.EXE
    [WP] DEV_00
    8812 K
    13436 K
    42184 K
    42184 K
    6
    2408
    disp+work.EXE
    [WP] DEV_00
    8552 K
    16140 K
    42180 K
    42180 K
    6
    2416
    disp+work.EXE
    25744 K
    25972 K
    41644 K
    43788 K
    10
    2424
    disp+work.EXE
    [WP] DEV_00
    6848 K
    11060 K
    42180 K
    42180 K
    6
    Sum
    460128 K
    1063904 K
    B  dbexpbuf[0]: Shm 54: create failed
    B  ***LOG BBF=> internal error in export/import buffer: object buf init fail   [dbexpbuf#4 @ 2611] [dbexpbuf2611 ]
    B  dbexpbuf: return code (sap_rc): 4
    B  Buffer 0 will not be available
    B  Unexpected returncode from db_exp_init(EXP_ATP) : 4
    B  db_objinit failed
    M  *** ERROR => ThCallHooks: event handler db_init for event CREATE_SHM failed [thxxtool3.c  237]
    M  *** ERROR => ThIPCInit: hook failed [thxxhead.c   1656]
    M  ***LOG R19=> tskh_init, ThIPCInit ( TSKH-IPC-000001) [thxxhead.c   1159]
    M  in_ThErrHandle: 1
    M  *** ERROR => tskh_init: ThIPCInit (step 1, th_errno 17, action 3, level 1) [thxxhead.c   8437]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = -1
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    rfc_req = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server bw2003_DEV_00 on host bw2003 (wp 0)
    M  *  ERROR       tskh_init: ThIPCInit
    M  *
    M  *  TIME        Sat May 18 00:29:02 2030
    M  *  RELEASE     620
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          17
    M  *  MODULE      thxxhead.c
    M  *  LINE        8569
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   672]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  237]
    M  Entering ThSetStatError
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 2328) [dpnttool.c   346]
    M  SemCleanup: Reset blocking on semaphore (Key:4/Slot:3)
    Thanks buddy
    waiting...

  • CNA 6 InstallShield Wizard will not install with a JVM not found message

    I ran CNA 5.5 up until last week when Java 7 71 update hit. When I tried to launch, I received JVM Not Found, that was all. So I figured it was time to install CNA 6, however during the install process I now get a pop up box stating  InstallShield Wizard will not install with a JVM not found message. No other error messages, no logs, and the installation ceases. Tried installing CNA 5.8.9.1, and CNA 5.5 again, all stop at the same point with the same message. Anyone else see this issue?

    When you start Network Assistant, Java determines whether the resources it needs are available. If they are not, Java displays the message Could not create Java Virtual machine, and the session ends. To overcome this problem, open the file C:\Program Files\Cisco Systems\CiscoSMB\Cisco Network Assistant\startup\startup.properties (the default installation path), and modify this entry:
    JVM_MAXIMUM_HEAP=1024m
    Replace 1024m with a lower setting that does not exceed the available RAM. There is no way to foresee what value will work. Try 512m , and lower it further if necessary. You can use the dial peer tag range 2500 to 2999 out-of-band to define your own dial peers.
    If the Network Assistant InstallShield wizard fails to start, it is likely that the temporary folder location defined through the environment variables TMP and TEMP has some problem. Assigning a correct temporary folder location can fix such problems.
    Source:  http://www.cisco.com/c/en/us/td/docs/net_mgmt/cisco_network_assistant/version6/relnotes/ol32368.html#pgfId-840748

  • Using remote JARs with the JVM?

    I was wondering if using remote JAR files with the JVM has any impacts on the performance / stabilities of the Java Virtual Machine?
    The thing that concerns me the most is how the JIT compiler works with remote JARs? What about garbage collection?
    I know one thing for sure if that the application startup is slower since the "client" need the download the needed classes locally in order to load them in the local memory.
    The command line would look like this (under Win2000):
    start javaw -cp .;\\192.168.0.1\some_dir\file1.jar;\\192.168.0.1\some_dir\file2.jar SomeClass
    The big PROS is the application deployment since the JAR files are centralized and not install on the client workstation. The CONS... You tell me!
    Thanks in advance,
    - Nik

    1. Performance.I need more details here. Premilinary benchmark shows that only the application startup is affected by the use of remote JARs. Is there anything else I should look for?
    >
    2. If the network is down so is the application.Point granted. But the application need the database to run anyway. And the DB is residing on the server.
    3. If the server is down so is the application.See my previous comment.
    4. If the server is bounced while a class is loading
    it would be a problem.The server are in a datacenter. They shouldn't be to much bouncing happening =)
    The point I want to make here is that using remote JARs simplify a lot the deployment of the application. Unless there's a big drawback to this setup, I think it's a good way to install 2 or 3 tier application on a close LAN.
    Any other thought(s)?

  • Can't compile old Cobol Programs with Oracle9i Pro*Cobol.

    I'm a Cobol and Oracle greenhorn - so please apologise my question.
    Here are the details:
    We want to switch our db from
    Oracle8i Enterprise Edition Release 8.1.7.0.0
    to
    Oracle9i Enterprise Edition Release 9.2.0.4.0
    If I have the "Oracle 8i client" installed on my developing system (using procob precompiler) my program compiles without problems. Connecting to our old 8i db works fine.
    On connecting to our new 9i db my program crashes on the first EXEC SQL statement with:
    114 Attempt to access item beyond bounds of memory
    So I have installed the "Oracle 9i client" to use the new precompiler
    Pro*COBOL: Release 9.2.0.1.0
    BUT now I can't execute my program because procob inserts some CALL "ORASQL8" which doesn't exist in my Oracle installation. Maybe ORASQL9 would work, because there are some files with this name in my Oracle dir.
    How can I make my NET Express Version 3.1.11 Service Pack 1 work together with Oracle9i?
    Here are my current (old) Precompilersettings from the file cobol.dir:
    p(cobsql) csqlt=ora8 cbl2ora8 sqldebug end-c ireclen=132 oreclen=132 maxliteral=160 picx=varchar2 p(cp) sy endp copyext (pco,cbl,cpy,cob) osext(pco);
    This forum is my last resort. Maybe anyone can help?
    Thanks in advance
    lual

    ...solved by myself.
    After wasting a lot of time, i've found a quick and dirty solution...
    C:\oracle9i\bin\ORASQL9.DLL
    duplicated and renamed to ORASQL8.DLL
    C:\oracle9i\precomp\lib\msvc\oraSQL9.LIB
    duplicated and renamed to oraSQL8.LIB
    C:\oracle9i\precomp\lib\orasql9.lib
    duplicated and renamed to orasql8.lib
    ...now my old programs run again without errors.
    lual

  • What's new in Oracle9i JVM ?

    What's new in Oracle9i JVM ?
    - Is it version 1.2 or 1.3 ?
    Thank you
    Gregory

    arkzoyd,
    Oracle 10g JVM is compatible with java version 1.4.
    In fact, Oracle 10g Release 2 supports java version 1.4.2.
    Good Luck,
    Avi.

  • Problem running applet with JRE 1.3.X

    Hi,
    I've developed an applet that works fine with MS JVM and JRE 1.4, but fails under JRE 1.3.x.
    Anyone knows what i've todo to my applet to get compability with JRE 1.3x too.
    Thanks,
    rjc

    Are you compiling under 1.3x and then trying to run in MS and 1.4? If so please tell the errors you are getting when you compile or what you're having problems in.
    You're question is like me saying I have a feild full of volvo's from various years and I have a box of replacement parts from vaious years--but not nessisarally the same years as I have cars, which ones do I need to fix them? (impossible to say isn't it without more info)
    or as I usually say: "My crystal ball is in the shop, please supply specific information for what you want answered."

  • The problem I have since I upgraded to Mavericks version 10.9.1 The problem appears only with Mail not with other programs, not even with my browser. When I try to zoom the text of an e-mail I received or sent , I can no longer use the keys Command   to e

    the problem I have since I upgraded to Mavericks version 10.9.1
    The problem appears only with Mail not with other programs, not even with my browser.
    When I try to zoom the text of an e-mail I received or sent , I can no longer use the keys Command + to enlarge the text, although I can reduce it with Command -.
    As I have a problem with my eyes, This is a serious matter for me.
    When I write an e-mail, if I select text and press Command +, it just displaces the text to the right.
    Now, my husband has a USB keyboard. If he connects it to my computer, his regular Command + does not work either, but  he uses the extended keyboard, then it works. Unfortunately, he needs it for a musical application which does not work with a wireless keyboard.

    Firefox 3.6.4 and 3.6.6 use a process called, "plugin-container.exe" which was using up most of my CPU when I opened up multiple tabs that contained Adobe Flash files, and caused Firefox to lock up.
    My solution was to use Firefox 3.5.10 which you can get from the Mozilla website at [http://www.mozilla.com/en-US/firefox/all-older.html]
    I am using Adobe Flash 10.1.53.64 without any problem in this version of Firefox. Check the release notes, I believe it contains all the latest security fixes in "Firefox 3.6.4".
    Hopefully, they will fix Firefox 3.6 in the next version (e.g. Firefox 3.6.7), until then you should probably use "Firefox 3.5.10".

  • I have an alert message in disc utility. Error: storage system verify or repair failed. Problems were found with the partitian map which might prevent booting.

    While running verify disc in disc utility on 251 GB SSD SM256c Media I came up with this message: Alert system verify or repair failed. In the descriptions box of history it said, problems were found with the partitions map which might prevent booting. This is followed by a message in red reading, Error: Storage system verify or repair failed. At the time I was down loading raw pictures off my camera through a card reader across my computer to a relatively new 2TB Western Digital portable hard drive. after about 13 to 15 pictures downloaded that drive faileded. My Mac Book Air works fine, but i get this message now everytime I run disc verify on this disc. The Macintosh HD checks out fine.

    While running verify disc in disc utility on 251 GB SSD SM256c Media I came up with this message: Alert system verify or repair failed. In the descriptions box of history it said, problems were found with the partitions map which might prevent booting. This is followed by a message in red reading, Error: Storage system verify or repair failed. At the time I was down loading raw pictures off my camera through a card reader across my computer to a relatively new 2TB Western Digital portable hard drive. after about 13 to 15 pictures downloaded that drive faileded. My Mac Book Air works fine, but i get this message now everytime I run disc verify on this disc. The Macintosh HD checks out fine.

  • Hi! I can't upgrade my iTunes 10.3.1.55 on my Windows XP 2002 SP3 to the latest version of iTunes. Got the message: "A problem has occured with the Windows Installer-package. A program needed for this installation could not be run." What to do?

    Hi! I can't upgrade my iTunes 10.3.1.55 on my Windows XP 2002 SP3 to the latest version of iTunes. Got the message: "A problem has occured with the Windows Installer-package. A program needed for this installation could not be run." What to do?

    Perhaps let's first try updating your Apple Software Update.
    Launch Apple Software Update ("Start > All Programs > Apple Software Update"). Does it launch and offer you a newer version of Apple Software Update? If so, choose to install just that update to Apple Software Update. (Deselect any other software offered at the same time.)
    If the ASU update goes through okay, try another iTunes install. Does it go through without the errors this time?

  • Why does my iPhone 4 not charge correctly?  Problem is definitely with the phone and not charges or chords.  Phone will charge but very slowly and no icon comes on.  Computer and iTunes doesn't recognize it a being connected.

    My iPhone 4 quit charging correctly.  It does charge but very slowly and icon doesn't indicate it as charging.  I've checked cables and charges and the problem is definetily with the phone.  My car stereo no longer recognizes it as a device.  Neither does the computer.  The real strange thing to me is that when I plug it into my old klispch speaker dock it will play songs.  My battery life is good when it is charged so I don't think its the battery. I've tried resetting the phone and cleaning the charging port.  I'm out of warranty.
    Would disconnecting the battery possibly reset it from some glitch or is the charging port got some bad contacts?

    I checked with the Genius Bar.  It was a new dilema to the lady that was helping me.  She took it to a back room and worked on it but it came out the same.  She gave me some options for repair or credit for replacement.
    I just kept the phone and put up with slowly charging it by plugging it in and then turning it off.
    I couldn't transfer anything from itunes.
    I finally got fed up and bought a new charging port for $10. and a toolkit for $3.  I looked up a video on youTube for the replacement and did it.
    That solved all the problems, it was the charging port, must have been some bad pins or something because it patially worked.

  • Having installed an upgrade for Photoshop Elements 13, I cannot open the application. I get an error message saying "Adobe Photoshop Elements Editor cannot be opened because of a problem. Check with the developer to make sure Adobe Photoshop Elements Edit

    Having installed an upgrade for Photoshop Elements 13, I cannot open the application. I get an error message saying "Adobe Photoshop Elements Editor cannot be opened because of a problem. Check with the developer to make sure Adobe Photoshop Elements Editor works with this version of OS X. You may need to reinstall the application. Be sure to install any available updates for the application and OS X".
    I have since uninstalled and reinstalled the app, but get the same error message.

    Which version of OS X do you have? It's not clear from your post whether "installed an upgrade" means you just installed PSE 13 as an upgrade or you installed an update to PSE 13, like ACR 9 or 13.1. Please clarify.

  • How GET Output to Excel with Oracle9i Report using OC4J

    how GET Output to Excel with Oracle9i Report using OC4J.
    I FINISHED THE SETPS CONCIDERING THE JSP CODE NEEDED TO GET THE EXCEL OUTPUT ON LOCAL MACHINE.
    I NEED TO PUBLISH THIS REPORT THROUGH APPLICATION SERVER.
    THE QUESTION IS:
    1- HOW TO START AN OC4J INSTANCE FROM ORACLE 9I DS FOR THIS REPORT?
    2- WHERE (PATH) TO PUBLISH THE REPORT ON THE APPLICATION SERVER?
    3- WHAT IS THE DEFAULT URL TO RUN THIS REPORT AND WHERE TO PUT IT?
    4- HOW TO MAKE MAPPING FOR DIRECOTRY PATH TO TRANSLATED AS URL FOR THIS REPORT?
    5- IF ANY ONE CAN GIVE ME THE FULL CODE TO RUN AND CALL SIMPLE JSP REPORT TO BE VIED IN INTERNET EXPLORER.
    THANK YOU

    Hi,
    I can't answer to all your questions, however I can tell you that:
    2) The directory where to put the report file is specifiend in a file named
    <serverName>.conf
    in the sourceDire property
    <property name="sourceDir" value="/directory/dove/mettere/i/report"/>
    that you can find under ORACLE_HOME/reports/conf
    3) The URL is
    http://<server IAS address>:<port number>/<jsp file path>/<repName>.jsp?server=<report server name>&userid=<user>/<pwd>@<DB conn string>[&<param>=<valore>[&...]]
    5) In IE you have only to set the previous URL in the address bar.
    Hope this helps you
    Bye
    Raffy

  • Problem when syncing with MobileMe

    I am using iPhone 3G, software 2.1. I use GMail for email (no problems) but my contacts, and only my contacts, sync through MobileMe.
    The problem is that with MobileMe active, my Contact list, "Mail, Contacts and Calendars" settings and several other minor features simply do not work - they open, pause for a few seconds, then crash. The Mail application also hangs and crashes every other time I open it.
    My local Apple Store restored 2.1, after which my Contact list and Email worked perfectly until I re-activated my MobileMe syncing, after which the problems resumed.
    As the problems occurred only after MobileMe syncing is turned on, I assume this is the cause of the problem, but because "Mail, Contacts..." settings crashes every time I open it I cannot disable MobileMe syncing.
    Any suggestions please? All help gratefully received...

    This was resolved by completely removing the MobileMe account from the iPhone, rebooting it and adding the account again.

Maybe you are looking for