Statement Exception: General Error

Hi everybody
I have a program which interacts with Access database,
I get this error:
Statement Exception: General Error
when I try to execute this part of code,, it used to be working,,
but I dont know whats going wrong
any idea???
String addRec="INSERT INTO Election(Elect_Id, Title, Survay, Start_Time,"+
"Start_Date, End_Time, End_Date, Owner)VALUES"+ +"("+id+", '"+title+"' , '"+question+"', '"+startTime+"', '"+
startDate+"', '"+endTime+"', '"+endDate+"', '"+owner+"');";
stmnt=con.createStatement();
stmnt.executeUpdate(addRec);

Are your date/time formats right? I always execute a query with an example of the code I use if it doesn't work out in java. Most of the time it's some stupid type error you looked over.

Similar Messages

  • Sql Exception :general error

    Dear friends,
    Here I have mysterious problem connection and operating with Oracle thru bridge drivers.
    That is , I have class JDBCManager which takes care of executing Sql statements like selection , insertion and updating. Another class named Server which contains JDBCManager as static member so that any class can all the member function. The Actual problem is that after executing certain number of queries I need to face "SQLException as General error". So please tell how to get rid of this error.
    JDBCManager establishes new Statement for every query body of one method is defined as follows
    public ResultSet niceQuery(String query)
    ResultSet result;
    try
    //Enumeration keys=connections.keys();
    System.out.println(query);
    Statement stmt=connection.createStatement();
    result=stmt.executeQuery(query);
    //stmt.close();
    return(result);
    catch(SQLException se)
    System.out.println("Sorry i can not");
    System.out.println(se);
    return(null);
    null

    You can try with 3rd type drivers. Which i have used in connecting my code to My SQL. as below:
    jdbc:mysql://192.9.200.20:3306/dbname","username","password"
    Try to find informix's third party drivers if available. Happy coding :)

  • SQL Exception: General Error - Help Needed

    Hi,
    I am getting an error at QuerySales.executeUpdate() statement in the following code.
    I never had this kind of problem with other examples using executeUpdate statement. I even checked with "addBatch" but got the same error. Please help me if you know anything.
    Thanks,
    Ravi
    PreparedStatement QuerySales;
    insertString= "insert into TestNoName values (?, ?)";
    String query2 = "SELECT Number, Name FROM TestNoName";
    Statement stmt;
    try {
    con = DriverManager.getConnection(url,"","");
    System.out.println("Successfully Connected to Database");
    stmt = con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_UPDATABLE);
    QuerySales = con.prepareStatement(insertString, ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_UPDATABLE);
    ResultSet rs2 = stmt.executeQuery(query2);
    for (int i=0; i<=10; i++)
    rs2.last();
    int count = rs2.getRow();
    System.out.println(count);
    if (count == 0)
    lNumber = 1;
    else {
    lNumber = rs2.getInt("Number");
    lNumber++;
    QuerySales.setInt(1,lNumber);
    QuerySales.setString(2,"Ravi");
    QuerySales.executeUpdate();
    System.out.println("Hi");
    System.out.println("Exececuted SQL Statement- Inserted One Record");
    System.out.println("Fields of TestNoName");
    int count1=0;
    ResultSet rs3 = stmt.executeQuery(query2);
    //rs2.beforeFirst();
    while (rs3.next()) {
    count1++;
    int n = rs3.getInt("Number");
    String Name1 = rs3.getString("Name");
    System.out.println(n + " " + Name1);
    System.out.println(count1);
    stmt.close();
    con.close();
    } catch(SQLException ex) {
    System.err.println("SQLException: " + ex.getMessage());
    }

    I found the reason for error. I declared the result set object within the for loop. Now it is working fine.
    Ravi

  • General error when accessing blob from oracle

    Hi
    I have successfully uploaded and saved images into oracle(8.1.5) table DATA_TYPE(dtid number, iconname varchar2(30), icon blob). When I try to retrieve icon from the database, I get "javax.servlet.ServletException: General error" at:
    PreparedStatement pstmt = myConnection.prepareStatement(mySQL);
    My code looks like this:
    imgModifyDataType.jsp
    <%
    ResultSet myResultSet = null;
    Statement myStatement = null;
    Connection myConnection = null;
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver").newInstance();
    myConnection = DriverManager.getConnection("Jdbc:Odbc:Te","te","te");
    String iconName;
    String pDTID = request.getParameter("dtid");
    String mySQL = "Select iconname, icon from data_types where dtid=?";
    //Following statement throws general error exception
    PreparedStatement pstmt = myConnection.prepareStatement(mySQL);
    pstmt.setString(1,pDTID);
    myResultSet = pstmt.executeQuery();
    iconName = myResultSet.getString("iconname");
    myUpload.initialize(pageContext);
    myUpload.downloadField(myResultSet,"icon","application/x-msdownload", iconName);
    %>
    One more thing. The error occurs only when I try to execute query retrieving blob data. The same set of statements works fine for simple text or numbers.
    Please help

    When you read a BLOB with ORACLE,
    you have to lock the corresponding row.
    This means that...
    - the connection must not be in "AUTO COMMIT" mode
    - you have to do a "SELECT ... FOR UPDATE"

  • ERROR: CPU RED-State Exception Reset Recovery

    Installed the latest released firmware patch 119244-03 to a Sunfire V880. Now the system is in a continuous loop. The error message can only be viewed via a RSC. There is no way to break the loop and the OBP password has been altered by this, thus no way going through this ideal unless there is some other OBP password that I am not aware of when this firmware is placed on.
    If anyone has any suggestions, please provide them before I kick the living #$#! out of this system.
    Thanks!
    Below is a clip from the RSC session:
    Done
    0:0>Full CPU Test.....
    Done
    0:0>Memory Block.....Done
    0:0>IO-Bridge Tests.....Done
    0:0>Full Memory Test.....Done
    0:0>Enable Errors.....Done
    0:0>INFO:
    0:0>     POST Passed all devices.
    0:0>POST:     Return to OBP.
    POST Reset
    Enabling system bus....... Done
    Probing Memory............ Done
    Initializing CPUs......... Done
    Initializing boot memory.. Done
    Initializing OpenBoot
    Probing system devices
    Probing I/O buses
    ERROR: CPU2 RED State Exception
    ERROR: CPU2 Second fault; CPU will be offlined.
    System State (CPU2 reporting)
    BBC Devices: 0000.0000.0000.0005 0000.0000.0000.0000
    BBC Arb: 0000.0000.0000.000f 0000.0000.0000.000f
    BBC Quiesce: 0000.0000.0000.0009 0000.0000.0000.000c
    BBC WDogAct: 0000.0000.0000.0001 0000.0000.0000.0001
    BBC POR Gen: 0000.0000.0000.0000 0000.0000.0000.0000
    BBC XIR Gen: 0000.0000.0000.0000 0000.0000.0000.0000
    BBC POR Src: 0000.0000.0000.0000 0000.0000.0000.0000
    BBC XIR Src: 0000.0000.0000.000b 0000.0000.0000.000f
    BBC EBus TC: 014f.99fd.a7e6.3f29 014f.99fd.a7e6.3f29
    CPU0 Config/Control/Status registers:
    CPUVersion: 003e.0014.5400.0507
    SafConfig: 0caa.01bc.0000.8002 5:1 ID:0 HBM TOL:15
    SafBaseAdr: 0000.0400.0000.0000
    DispatchCtl: 0000.0000.0000.0009 MS SI
    DCacheCtl: 0000.0200.0000.0000 WE
    ECacheCtl: 0000.0000.0009.4400 3:1 8MB mode=3-3-3 R/W-turn:2 ECC:on
    ErrorEnable: 0000.0000.0000.000b CEEN NCEEN UCEEN
    AFAR: 0000.0000.0000.0000
    AFSR: 0000.0000.0000.0000 (no errors set)
    DMMU SFAR: 0000.0000.fff7.90c0
    DMMU SFSR: 0000.0000.0080.8008 TM PR
    IMMU SFSR: 0000.0000.0000.0000 (no status set)
    CPU0 Trap registers: Trap Level = 1
    *TL=1 TT:     0000.0000.0000.0003
    TSTATE: 0000.0099.5800.1600 XCC:NC ICC:NC MM=TSO PEF PRIV IE
    TPC: 0000.0000.f004.fa80
    TnPC: 0000.0000.f004.fa84
    TL=2 TT: 0000.0000.0000.0068
    TSTATE: 0000.0099.5804.1400 XCC:NC ICC:NC MM=TSO PEF PRIV
    TPC: 0000.0000.f004.a2c0
    TnPC: 0000.0000.f004.a2c4
    TL=3 TT: 0000.0000.0000.0000
    TSTATE: 0000.0000.0000.0000 XCC:(clear) ICC:(clear) MM=TSO
    TPC: 0000.0000.0000.0000
    TnPC: 0000.0000.0000.0000
    TL=4 TT: 0000.0000.0000.0000
    TSTATE: 0000.0000.0000.0000 XCC:(clear) ICC:(clear) MM=TSO
    TPC: 0000.0000.0000.0000
    TnPC: 0000.0000.0000.0000
    TL=5 TT: 0000.0000.0000.0000
    TSTATE: 0000.0000.0000.0000 XCC:(clear) ICC:(clear) MM=TSO
    TPC: 0000.0000.0000.0000
    TnPC: 0000.0000.0000.0000
    CPU0 General registers:
    %PIL: 15
    %PC: 0000.0000.f004.fa80
    %nPC: 0000.0000.f004.fa84
    %PSTATE: 0000.0000.0000.0035 MM=TSO AG
    %CCR: 0000.0000.0000.0099 XCC:NC ICC:NC
    %FPRS: 0000.0000.0000.0005 FEF DL
    %v0: 0000.0000.0000.0000 %v1: 0000.0000.0000.004a %v2: 0000.0000.0000.0000
    %v3: 0000.0000.fff7.8000 %v4: 0000.0000.0000.10e8 %v5: 0caa.01bc.0000.8002
    %v6: 0000.0000.0000.007f %v7: 0000.0000.0000.0134
    %m0: 0000.0000.0000.0000 %m1: 0000.0000.0000.000d %m2: 8000.00a0.ffbf.80b6
    %m3: 0000.0000.fff7.8000 %m4: 0000.0000.fff7.8000 %m5: ffff.fffc.003f.e000
    %m6: 8000.00a0.ffbe.a0b6 %m7: 0000.0000.0000.0001
    %a0: 0000.0000.0000.0000 %a1: 0000.07ff.f000.0000 %a2: 0000.0200.0000.0000
    %a3: ffff.ffff.f018.23b2 %a4: 0000.0000.0000.0000 %a5: 0000.0000.0000.0000
    %a6: 0000.0000.f000.dacc %a7: ffff.ffff.f001.fd8c
    %g0: 0000.0000.0000.0000 %g1: 0000.0000.ffff.ffff %g2: 0000.0000.f000.0000
    %g3: 0000.0000.fff7.8000 %g4: 0000.0000.0004.ff04 %g5: 0000.0000.f004.fb44
    %g6: 0000.0000.fef7.27f8 %g7: 0000.0000.fef7.1800
    %o0: 0000.0000.f000.00e0 %o1: 0000.0000.0000.0005 %o2: 0000.0000.0000.0004
    %o3: 0000.0000.f000.00e0 %o4: 0000.0000.0000.001f %o5: 0000.0000.0000.0000
    %o6: f000.0000.0000.c5f1 %o7: 0000.0000.f000.dacc
    %l0: 0000.0000.fef7.0000 %l1: 0000.0000.0000.4020 %l2: 0000.0000.0000.0021
    %l3: 0000.0000.0000.0011 %l4: 0000.0000.f004.6e48 %l5: 0000.0000.0000.0000
    %l6: 0000.07ff.fff8.0006 %l7: 0000.0000.07ff.fdc1
    %i0: ffff.ffff.ffff.ffff %i1: 0000.0000.0000.0000 %i2: 0000.0000.0000.0000
    %i3: 0000.0000.0000.0000 %i4: 0000.0000.0000.0000 %i5: 0000.0000.0000.0000
    %i6: 0000.0000.0000.0000 %i7: 0000.0000.0000.0000
    CPU0 Mem Ctrl registers:
    Mem Time Ctl1: 106e.9246.18a2.959a
    Mem Time Ctl2: 25c9.a82e.4a09.0020
    Mem Time Ctl3: 1050.04c9.24a2.82d0
    Mem Time Ctl4: 257d.382c.4a69.0020
    Mem Addr Dec1: 8000.7e02.8002.0000
    Mem Addr Dec2: 8000.7e02.8002.0200
    Mem Addr Dec3: 8000.7e02.8002.0400
    Mem Addr Dec4: 8000.7e02.8002.0600
    Mem Addr Ctl: 4904.1124.4221.1088
    CPU2 Config/Control/Status registers:
    CPUVersion: 003e.0014.5400.0507
    SafConfig: 1534.01bc.0004.8002 5:1 ID:2 HBM TOL:15
    SafBaseAdr: 0000.0400.0100.0000
    DispatchCtl: 0000.0000.0000.003b MS IFP SI RPE BPE
    DCacheCtl: 0000.0000.0000.0000
    ECacheCtl: 0000.0000.0009.4400 3:1 8MB mode=3-3-3 R/W-turn:2 ECC:on
    ErrorEnable: 0000.0000.0000.000b CEEN NCEEN UCEEN
    AFAR: 0000.07ff.ea00.2000
    AFSR: 0000.0000.0000.0000 (no errors set)
    DMMU SFAR: 0000.0000.fecd.a000
    DMMU SFSR: 0000.0000.0080.800c TM PR W
    IMMU SFSR: 0000.0000.0004.8028 TM CT1 PR
    CPU2 Trap registers: Trap Level = 5
    TL=1 TT: 0000.0000.0000.0064
    TSTATE: 0000.0088.1500.1600 XCC:N ICC:N MM=TSO PEF PRIV IE
    TPC: 0000.0000.f003.e124
    TnPC: 0000.0000.f003.e128
    TL=2 TT: 0000.0000.0000.0064
    TSTATE: 0000.0088.1504.1400 XCC:N ICC:N MM=TSO PEF PRIV
    TPC: 0000.0000.f000.0c80
    TnPC: 0000.0000.f000.0c84
    TL=3 TT: 0000.0000.0000.0064
    TSTATE: 0000.0088.1504.1400 XCC:N ICC:N MM=TSO PEF PRIV
    TPC: 0000.0000.f000.4c80
    TnPC: 0000.0000.f000.4c84
    TL=4 TT: 0000.0000.0000.0064
    TSTATE: 0000.0088.1504.1400 XCC:N ICC:N MM=TSO PEF PRIV
    TPC: 0000.0000.f000.4c80
    TnPC: 0000.0000.f000.4c84
    *TL=5 TT:     0000.0000.0000.0064
    TSTATE: 0000.0088.1504.1400 XCC:N ICC:N MM=TSO PEF PRIV
    TPC: 0000.0000.f000.4c80
    TnPC: 0000.0000.f000.4c84
    CPU2 General registers:
    %PIL: 13
    %PC: 0000.0000.f000.4c80
    %nPC: 0000.0000.f000.4c84
    %PSTATE: 0000.0000.0000.0434 MM=TSO AG
    %CCR: 0000.0000.0000.0080 XCC:N ICC:(clear)
    %FPRS: 0000.0000.0000.0006 FEF DU
    %v0: 0000.0000.0000.0000 %v1: 0000.0000.0000.0000 %v2: 0000.0000.0000.0000
    %v3: 0000.0000.0000.0000 %v4: ffff.ffff.0000.0000 %v5: 0000.0000.0000.0000
    %v6: 0000.0000.0000.0000 %v7: 0001.2000.0040.0000
    %m0: 0000.0000.0000.0000 %m1: 0000.0000.0000.06c0 %m2: 0000.0000.0000.0005
    %m3: 0000.0000.0000.0000 %m4: 0000.0000.0000.0000 %m5: 0000.0000.fef7.f000
    %m6: 0000.0000.f003.ca50 %m7: ffff.ffff.f002.02cc
    %a0: 0000.0000.0000.0000 %a1: 504f.5354.0000.0000 %a2: 0000.0200.0000.0000
    %a3: 0000.0000.fecd.a000 %a4: 0000.0000.fecd.a000 %a5: 0000.0000.fef7.f000
    %a6: 0000.0000.f003.ca50 %a7: ffff.ffff.f002.02cc
    %g0: 0000.0000.0000.0000 %g1: ffff.ffff.f017.7800 %g2: 0000.0000.f000.0000
    %g3: 0000.0000.fff7.8000 %g4: 0000.0000.f03f.c000 %g5: 0000.0000.f004.00dc
    %g6: 0000.0000.fef7.e6a0 %g7: 0000.0000.fef7.d7e8
    %o0: 0000.0000.0500.0000 %o1: 0000.0000.0007.fdf7 %o2: 0000.0000.0000.0000
    %o3: 0000.0000.f000.00e0 %o4: 0000.0000.0000.0000 %o5: 0000.0000.0000.0008
    %o6: 0000.0000.fff5.9701 %o7: 0000.0000.f003.ca50
    %l0: ffff.ffff.f172.6000 %l1: 0000.0000.0000.2000 %l2: 0000.0000.fecd.6000
    %l3: ffff.fffc.0000.0000 %l4: 0000.0000.0000.0007 %l5: 8000.00a0.ffb5.00b6
    %l6: 0000.0000.0000.0000 %l7: 0000.0000.f002.a4b8
    %i0: 0000.0000.0000.0000 %i1: 0000.0001.0000.0000 %i2: 0000.0000.0000.2710
    %i3: 0000.0000.0000.0004 %i4: 0000.0000.0000.0001 %i5: 0000.0000.0000.0000
    %i6: 0000.0000.0000.0000 %i7: 0000.0000.0000.0000
    CPU2 Mem Ctrl registers:
    Mem Time Ctl1: 106e.9246.18a2.959a
    Mem Time Ctl2: 25c9.a82e.4a09.0020
    Mem Time Ctl3: 1050.04c9.24a2.82d0
    Mem Time Ctl4: 257d.382c.4a69.0020
    Mem Addr Dec1: 8000.7e02.8002.0100
    Mem Addr Dec2: 8000.7e02.8002.0300
    Mem Addr Dec3: 8000.7e02.8002.0500
    Mem Addr Dec4: 8000.7e02.8002.0700
    Mem Addr Ctl: 4904.1124.4221.1088
    IO-Bridge 8 at 0000.0400.0400.0000
    Device ID fc00.0000.0011.a954
    Ctl/Stat 0255.5554.0080.7e02
    Error Ctl fc00.0000.0000.03e0
    Int Ctl 8000.0000.0000.0017
    Error Log 0000.0000.0000.0000
    ECC Ctl e000.0000.0000.0000
    EStar Ctl 0000.0000.0000.0001
    Queue Ctl 0000.0000.0000.0000
    Address Match Address Mask
    PCIA Mem 8000.07fd.0000.0000 0000.07ff.0000.0000
    PCIA C/IO 8000.07ff.ec00.0000 0000.07ff.fe00.0000
    PCIB Mem 8000.07fe.0000.0000 0000.07ff.0000.0000
    PCIB C/IO 8000.07ff.ee00.0000 0000.07ff.fe00.0000
    AFAR AFSR
    UE 0000.0000.0000.0000 0000.0000.0000.0000
    CE 0000.0000.0000.0000 0000.0000.0000.0000
    PCI A 0000.0000.0000.0000 0000.0000.0000.0000
    PCI B 0000.0000.0000.0000 0000.0000.0000.0000
    Control/Status Idle Check Diag Diagnostic
    PCI A 0000.0002.010e.003f 0000.0000.0000.8000 0000.0000.0000.0000
    PCI B 0000.0000.010e.003f 0000.0000.0000.8000 0000.0000.0000.0000
    IO-Bridge 9 at 0000.0400.0480.0000
    Device ID fc00.0000.0013.a954
    Ctl/Stat 0255.59a8.0090.7e02
    Error Ctl fc00.0000.0000.03e0
    Int Ctl 8000.0000.0000.0017
    Error Log 0000.0000.0000.0000
    ECC Ctl e000.0000.0000.0000
    EStar Ctl 0000.0000.0000.0001
    Queue Ctl 0000.0000.0000.0000
    Address Match Address Mask
    PCIA Mem 8000.07fb.0000.0000 0000.07ff.0000.0000
    PCIA C/IO 8000.07ff.e800.0000 0000.07ff.fe00.0000
    PCIB Mem 8000.07fc.0000.0000 0000.07ff.0000.0000
    PCIB C/IO 8000.07ff.ea00.0000 0000.07ff.fe00.0000
    AFAR AFSR
    UE 0000.0000.0000.0000 0000.0000.0000.0000
    CE 0000.0000.0000.0000 0000.0000.0000.0000
    PCI A 0000.0000.0000.0000 0000.0000.0000.0000
    PCI B 0000.0000.0000.0000 0000.0000.0000.0000
    Control/Status Idle Check Diag Diagnostic
    PCI A 0000.0002.010e.003f 0000.0000.0000.8000 0000.0000.0000.0000
    PCI B 0000.0000.010e.003f 0000.0000.0000.8000 0000.0000.0000.0000
    Resetting...
    ERROR: CPU RED-State Exception Reset Recovery
    FATAL: All CPUs failed or disabled! Attempting recovery...
    FATAL: All CPUs failed or disabled! Attempting recovery...
    Executing POST w/%o0 = 0000.0800.0101.4041
    0:0>
    0:0>@(#) Sun Fire[TM] V880/V890 POST 4.18.11 2006/05/03 07:51
    /export/delivery/delivery/4.18/4.18.11/post4.18.0/Camelot/daktari/integrated (root)
    0:0>Copyright � 2006 Sun Microsystems, Inc. All rights reserved
    SUN PROPRIETARY/CONFIDENTIAL.
    Use is subject to license terms.
    0:0>Jump from OBP->POST.
    0:0>Diag level set to MAX.
    0:0>Verbosity level set to NORMAL.
    0:0>
    0:0>Start selftest...
    0:0>CPUs present in system: 0:0 2:0
    0:0>Test CPU(s).....Done
    0:0>Init Scan/I2C.....Done
    0:0>Basic Memory Test.....Done
    0:0>Full CPU Test.....Done
    0:0>Memory Block.....Done
    0:0>IO-Bridge Tests.....Done
    0:0>Full Memory Test.....Done
    0:0>Enable Errors.....Done
    0:0>INFO:
    0:0>     POST Passed all devices.
    0:0>POST:     Return to OBP.
    POST Reset
    Enabling system bus....... Done
    Probing Memory............ Done
    Initializing CPUs......... Done
    Initializing boot memory.. Done
    Initializing OpenBoot
    Probing system devices
    Probing I/O buses
    ERROR: CPU2 RED State Exception
    ERROR: CPU2 Second fault; CPU will be offlined.
    System State (CPU2 reporting)
    BBC Devices: 0000.0000.0000.0005 0000.0000.0000.0000
    BBC Arb: 0000.0000.0000.000f 0000.0000.0000.000f
    BBC Quiesce: 0000.0000.0000.0009 0000.0000.0000.000c
    BBC WDogAct: 0000.0000.0000.0001 0000.0000.0000.0001
    BBC POR Gen: 0000.0000.0000.0000 0000.0000.0000.0000
    BBC XIR Gen: 0000.0000.0000.0000 0000.0000.0000.0000
    BBC POR Src: 0000.0000.0000.0000 0000.0000.0000.0000
    BBC XIR Src: 0000.0000.0000.000b 0000.0000.0000.000f
    BBC EBus TC: 014f.99fd.a7e6.3f29 014f.99fd.a7e6.3f29
    CPU0 Config/Control/Status registers:
    CPUVersion: 003e.0014.5400.0507
    SafConfig: 0caa.01bc.0000.8002 5:1 ID:0 HBM TOL:15
    SafBaseAdr: 0000.0400.0000.0000
    DispatchCtl: 0000.0000.0000.0009 MS SI
    DCacheCtl: 0000.0200.0000.0000 WE
    ECacheCtl: 0000.0000.0009.4400 3:1 8MB mode=3-3-3 R/W-turn:2 ECC:on
    ErrorEnable: 0000.0000.0000.000b CEEN NCEEN UCEEN
    AFAR: 0000.0000.0000.0000
    AFSR: 0000.0000.0000.0000 (no errors set)
    DMMU SFAR: 0000.0000.fff7.90c0
    DMMU SFSR: 0000.0000.0080.8008 TM PR
    IMMU SFSR: 0000.0000.0000.0000 (no status set)
    CPU0 Trap registers: Trap Level = 1
    *TL=1 TT:     0000.0000.0000.0003
    TSTATE: 0000.0099.5800.1600 XCC:NC ICC:NC MM=TSO PEF PRIV IE
    TPC: 0000.0000.f004.fa80
    TnPC: 0000.0000.f004.fa84
    TL=2 TT: 0000.0000.0000.0068
    TSTATE: 0000.0099.5804.1400 XCC:NC ICC:NC MM=TSO PEF PRIV
    TPC: 0000.0000.f004.a2c0
    TnPC: 0000.0000.f004.a2c4
    TL=3 TT: 0000.0000.0000.0000
    TSTATE: 0000.0000.0000.0000 XCC:(clear) ICC:(clear) MM=TSO
    TPC: 0000.0000.0000.0000
    TnPC: 0000.0000.0000.0000
    TL=4 TT: 0000.0000.0000.0000
    TSTATE: 0000.0000.0000.0000 XCC:(clear) ICC:(clear) MM=TSO
    TPC: 0000.0000.0000.0000
    TnPC: 0000.0000.0000.0000
    TL=5 TT: 0000.0000.0000.0000
    TSTATE: 0000.0000.0000.0000 XCC:(clear) ICC:(clear) MM=TSO
    TPC: 0000.0000.0000.0000
    TnPC: 0000.0000.0000.0000
    CPU0 General registers:
    %PIL: 15
    %PC: 0000.0000.f004.fa80
    %nPC: 0000.0000.f004.fa84
    %PSTATE: 0000.0000.0000.0035 MM=TSO AG
    %CCR: 0000.0000.0000.0099 XCC:NC ICC:NC
    %FPRS: 0000.0000.0000.0005 FEF DL
    %v0: 0000.0000.0000.0000 %v1: 0000.0000.0000.004a %v2: 0000.0000.0000.0000
    %v3: 0000.0000.fff7.8000 %v4: 0000.0000.0000.10e8 %v5: 0caa.01bc.0000.8002
    %v6: 0000.0000.0000.007f %v7: 0000.0000.0000.0134
    %m0: 0000.0000.0000.0000 %m1: 0000.0000.0000.000d %m2: 8000.00a0.ffbf.80b6
    %m3: 0000.0000.fff7.8000 %m4: 0000.0000.fff7.8000 %m5: ffff.fffc.003f.e000
    %m6: 8000.00a0.ffbe.a0b6 %m7: 0000.0000.0000.0001
    %a0: 0000.0000.0000.0000 %a1: 0000.07ff.f000.0000 %a2: 0000.0200.0000.0000
    %a3: ffff.ffff.f018.23b2 %a4: 0000.0000.0000.0000 %a5: 0000.0000.0000.0000
    %a6: 0000.0000.f000.dacc %a7: ffff.ffff.f001.fd8c
    %g0: 0000.0000.0000.0000 %g1: 0000.0000.ffff.ffff %g2: 0000.0000.f000.0000
    %g3: 0000.0000.fff7.8000 %g4: 0000.0000.0004.ff04 %g5: 0000.0000.f004.fb44
    %g6: 0000.0000.fef7.27f8 %g7: 0000.0000.fef7.1800
    %o0: 0000.0000.f000.00e0 %o1: 0000.0000.0000.0005 %o2: 0000.0000.0000.0004
    %o3: 0000.0000.f000.00e0 %o4: 0000.0000.0000.001f %o5: 0000.0000.0000.0000
    %o6: f000.0000.0000.c5f1 %o7: 0000.0000.f000.dacc
    %l0: 0000.0000.fef7.0000 %l1: 0000.0000.0000.4020 %l2: 0000.0000.0000.0021
    %l3: 0000.0000.0000.0011 %l4: 0000.0000.f004.6e48 %l5: 0000.0000.0000.0000
    %l6: 0000.07ff.fff8.0006 %l7: 0000.0000.07ff.fdc1
    %i0: ffff.ffff.ffff.ffff %i1: 0000.0000.0000.0000 %i2: 0000.0000.0000.0000
    %i3: 0000.0000.0000.0000 %i4: 0000.0000.0000.0000 %i5: 0000.0000.0000.0000
    %i6: 0000.0000.0000.0000 %i7: 0000.0000.0000.0000
    CPU0 Mem Ctrl registers:
    Mem Time Ctl1: 106e.9246.18a2.959a
    Mem Time Ctl2: 25c9.a82e.4a09.0020
    Mem Time Ctl3: 1050.04c9.24a2.82d0
    Mem Time Ctl4: 257d.382c.4a69.0020
    Mem Addr Dec1: 8000.7e02.8002.0000
    Mem Addr Dec2: 8000.7e02.8002.0200
    Mem Addr Dec3: 8000.7e02.8002.0400
    Mem Addr Dec4: 8000.7e02.8002.0600
    Mem Addr Ctl: 4904.1124.4221.1088
    CPU2 Config/Control/Status registers:
    CPUVersion: 003e.0014.5400.0507
    SafConfig: 1534.01bc.0004.8002 5:1 ID:2 HBM TOL:15
    SafBaseAdr: 0000.0400.0100.0000
    DispatchCtl: 0000.0000.0000.003b MS IFP SI RPE BPE
    DCacheCtl: 0000.0000.0000.0000
    ECacheCtl: 0000.0000.0009.4400 3:1 8MB mode=3-3-3 R/W-turn:2 ECC:on
    ErrorEnable: 0000.0000.0000.000b CEEN NCEEN UCEEN
    AFAR: 0000.07ff.ea00.2000
    AFSR: 0000.0000.0000.0000 (no errors set)
    DMMU SFAR: 0000.0000.fecd.a000
    DMMU SFSR: 0000.0000.0080.800c TM PR W
    IMMU SFSR: 0000.0000.0004.8028 TM CT1 PR
    CPU2 Trap registers: Trap Level = 5
    TL=1 TT: 0000.0000.0000.0064
    TSTATE: 0000.0088.1500.1600 XCC:N ICC:N MM=TSO PEF PRIV IE
    TPC: 0000.0000.f003.e124
    TnPC: 0000.0000.f003.e128
    TL=2 TT: 0000.0000.0000.0064
    TSTATE: 0000.0088.1504.1400 XCC:N ICC:N MM=TSO PEF PRIV
    TPC: 0000.0000.f000.0c80
    TnPC: 0000.0000.f000.0c84
    TL=3 TT: 0000.0000.0000.0064
    TSTATE: 0000.0088.1504.1400 XCC:N ICC:N MM=TSO PEF PRIV
    TPC: 0000.0000.f000.4c80
    TnPC: 0000.0000.f000.4c84
    TL=4 TT: 0000.0000.0000.0064
    TSTATE: 0000.0088.1504.1400 XCC:N ICC:N MM=TSO PEF PRIV
    TPC: 0000.0000.f000.4c80
    TnPC: 0000.0000.f000.4c84
    *TL=5 TT:     0000.0000.0000.0064
    TSTATE: 0000.0088.1504.1400 XCC:N ICC:N MM=TSO PEF PRIV
    TPC: 0000.0000.f000.4c80
    TnPC: 0000.0000.f000.4c84
    CPU2 General registers:
    %PIL: 13
    %PC: 0000.0000.f000.4c80
    %nPC: 0000.0000.f000.4c84
    %PSTATE: 0000.0000.0000.0434 MM=TSO AG
    %CCR: 0000.0000.0000.0080 XCC:N ICC:(clear)
    %FPRS: 0000.0000.0000.0006 FEF DU
    %v0: 0000.0000.0000.0000 %v1: 0000.0000.0000.0000 %v2: 0000.0000.0000.0000
    %v3: 0000.0000.0000.0000 %v4: ffff.ffff.0000.0000 %v5: 0000.0000.0000.0000
    %v6: 0000.0000.0000.0000 %v7: 0001.2000.0040.0000
    %m0: 0000.0000.0000.0000 %m1: 0000.0000.0000.06c0 %m2: 0000.0000.0000.0005
    %m3: 0000.0000.0000.0000 %m4: 0000.0000.0000.0000 %m5: 0000.0000.fef7.f000
    %m6: 0000.0000.f003.ca50 %m7: ffff.ffff.f002.02cc
    %a0: 0000.0000.0000.0000 %a1: 504f.5354.0000.0000 %a2: 0000.0200.0000.0000
    %a3: 0000.0000.fecd.a000 %a4: 0000.0000.fecd.a000 %a5: 0000.0000.fef7.f000
    %a6: 0000.0000.f003.ca50 %a7: ffff.ffff.f002.02cc
    %g0: 0000.0000.0000.0000 %g1: ffff.ffff.f017.7800 %g2: 0000.0000.f000.0000
    %g3: 0000.0000.fff7.8000 %g4: 0000.0000.f03f.c000 %g5: 0000.0000.f004.00dc
    %g6: 0000.0000.fef7.e6a0 %g7: 0000.0000.fef7.d7e8
    %o0: 0000.0000.0500.0000 %o1: 0000.0000.0007.fdf7 %o2: 0000.0000.0000.0000
    %o3: 0000.0000.f000.00e0 %o4: 0000.0000.0000.0000 %o5: 0000.0000.0000.0008
    %o6: 0000.0000.fff5.9701 %o7: 0000.0000.f003.ca50
    %l0: ffff.ffff.f172.6000 %l1: 0000.0000.0000.2000 %l2: 0000.0000.fecd.6000
    %l3: ffff.fffc.0000.0000 %l4: 0000.0000.0000.0007 %l5: 8000.00a0.ffb5.00b6
    %l6: 0000.0000.0000.0000 %l7: 0000.0000.f002.a4b8
    %i0: 0000.0000.0000.0000 %i1: 0000.0001.0000.0000 %i2: 0000.0000.0000.2710
    %i3: 0000.0000.0000.0004 %i4: 0000.0000.0000.0001 %i5: 0000.0000.0000.0000
    %i6: 0000.0000.0000.0000 %i7: 0000.0000.0000.0000
    CPU2 Mem Ctrl registers:
    Mem Time Ctl1: 106e.9246.18a2.959a
    Mem Time Ctl2: 25c9.a82e.4a09.0020
    Mem Time Ctl3: 1050.04c9.24a2.82d0
    Mem Time Ctl4: 257d.382c.4a69.0020
    Mem Addr Dec1: 8000.7e02.8002.0100
    Mem Addr Dec2: 8000.7e02.8002.0300
    Mem Addr Dec3: 8000.7e02.8002.0500
    Mem Addr Dec4: 8000.7e02.8002.0700
    Mem Addr Ctl: 4904.1124.4221.1088
    IO-Bridge 8 at 0000.0400.0400.0000
    Device ID fc00.0000.0011.a954
    Ctl/Stat 0255.5554.0080.7e02
    Error Ctl fc00.0000.0000.03e0
    Int Ctl 8000.0000.0000.0017
    Error Log 0000.0000.0000.0000
    ECC Ctl e000.0000.0000.0000
    EStar Ctl 0000.0000.0000.0001
    Queue Ctl 0000.0000.0000.0000
    Address Match Address Mask
    PCIA Mem 8000.07fd.0000.0000 0000.07ff.0000.0000
    PCIA C/IO 8000.07ff.ec00.0000 0000.07ff.fe00.0000
    PCIB Mem 8000.07fe.0000.0000 0000.07ff.0000.0000
    PCIB C/IO 8000.07ff.ee00.0000 0000.07ff.fe00.0000
    AFAR AFSR
    UE 0000.0000.0000.0000 0000.0000.0000.0000
    CE 0000.0000.0000.0000 0000.0000.0000.0000
    PCI A 0000.0000.0000.0000 0000.0000.0000.0000
    PCI B 0000.0000.0000.0000 0000.0000.0000.0000
    Control/Status Idle Check Diag Diagnostic
    PCI A 0000.0002.010e.003f 0000.0000.0000.8000 0000.0000.0000.0000
    PCI B 0000.0000.010e.003f 0000.0000.0000.8000 0000.0000.0000.0000
    IO-Bridge 9 at 0000.0400.0480.0000
    Device ID fc00.0000.0013.a954
    Ctl/Stat 0255.59a8.0090.7e02
    Error Ctl fc00.0000.0000.03e0
    Int Ctl 8000.0000.0000.0017
    Error Log 0000.0000.0000.0000
    ECC Ctl e000.0000.0000.0000
    EStar Ctl 0000.0000.0000.0001
    Queue Ctl 0000.0000.0000.0000
    Address Match Address Mask
    PCIA Mem 8000.07fb.0000.0000 0000.07ff.0000.0000
    PCIA C/IO 8000.07ff.e800.0000 0000.07ff.fe00.0000
    PCIB Mem 8000.07fc.0000.0000 0000.07ff.0000.0000
    PCIB C/IO 8000.07ff.ea00.0000 0000.07ff.fe00.0000
    AFAR AFSR
    UE 0000.0000.0000.0000 0000.0000.0000.0000
    CE 0000.0000.0000.0000 0000.0000.0000.0000
    PCI A 0000.0000.0000.0000 0000.0000.0000.0000
    PCI B 0000.0000.0000.0000 0000.0000.0000.0000
    Control/Status Idle Check Diag Diagnostic
    PCI A 0000.0002.010e.003f 0000.0000.0000.8000 0000.0000.0000.0000
    PCI B 0000.0000.010e.003f 0000.0000.0000.8000 0000.0000.0000.0000
    Resetting...
    ERROR: CPU RED-State Exception Reset Recovery
    FATAL: All CPUs failed or disabled! Attempting recovery...
    FATAL: All CPUs failed or disabled! Attempting recovery...
    Executing POST w/%o0 = 0000.0800.0101.4041
    0:0>
    0:0>@(#) Sun Fire[TM] V880/V890 POST 4.18.11 2006/05/03 07:51
    /export/delivery/delivery/4.18/4.18.11/post4.18.0/Camelot/daktari/integrated (root)
    0:0>Copyright � 2006 Sun Microsystems, Inc. All rights reserved
    SUN PROPRIETARY/CONFIDENTIAL.
    Use is subject to license terms.
    0:0>Jump from OBP->POST.
    0:0>Diag level set to MAX.
    0:0>Verbosity level set to NORMAL.
    0:0>
    0:0>Start selftest...
    0:0>CPUs present in system: 0:0 2:0
    0:0>Test CPU(s).....

    I had a similar problem with the "CPU RED-State Exception Reset Recovery" message and the circular booting. Replacing the graphics card fixed the problem.
    Problem history:
    I had a refurb V490 that was set to console to ttya. The base OS and some drivers had been installed by a coworker, but I was going to configure the network, disk, etc. I could not log in with the password he had given me. We concluded that the password was trashed and I tried booting from CDROM. On the Wyse terminal this was frustrating, but there was a video card and a VGA console already hooked up, so I decided to do boot prom "input-device=keyboard" and "output-device=screen". I then tried "boot cdrom" and got the circular booting with the "CPU RED-State..." error message. I tried plain old "boot", same problem. And no output to the console monitor. I almost called Sun to check out the CPUs, but I was suspicious. Searched, found the notes in this forum. Located a new video card, installed it. Booted up flawlessly from disk, and tried to log in again. This
    time the password worked perfectly as well, so I didn't bother with the cdrom booting.
    Thanks for the help. And you guys who made fun of the guy with the graphics card solution, be more considerate next time, eh?
    -Ken Rich

  • B2BStarter - Exception Error -:  AIP-50014:  General Error

    i have configured 2 trading partners and then the communication between them is through RNIF. The communication was fine and i was receving purchase order and ack properly. then i added a JMS queue and configured the IDC for JMS and now when i restart the B2B server i get the error:- B2BStarter - Exception Error -: AIP-50014: General Error
    Please help
    Edited by: user10552310 on Nov 6, 2008 11:35 PM

    Hi,
    Please make sure the following steps,
    if you are using weblogic JMS,
    1. Add the weblogic.jar in the classpath by following the below instructions:
    a. copy the weblogic.jar in $ORACLE_HOME/ip/lib/ folder
    b. go to the $ORACLE_HOME/opmn/conf/ folder
    c. update the opmn.xml (take the backup of opmn.xml)
    c.1 add this line <variable id="CLASSPATH" value="$ORACLE_HOME/ip/lib/weblogic.jar" append="true" />
    after <variable id="CLASSPATH" value="$ORACLE_HOME/ip/lib/maverick-all.jar" append="true" /> line
    d. restart the B2B
    2. make sure the below properties are set
    polling interval <polling Interval time>
    Destination Provider Properties java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory;java.naming.security.credentials=weblogic;java.naming.security.principal=weblogic;java.naming.provider.url=t3://<IP Address>:<Port>/
    isTopic false
    Connection Factory Location <Connection Factory Name>
    Message Type bytes
    Factory Provider Properties java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory;java.naming.security.credentials=weblogic;java.naming.security.principal=weblogic;java.naming.provider.url=t3://<IP Address>:<port>/
    In case of AQ based JMS please follow the below thread,
    Re: Creating JMS internal delivery channel ?
    Regards
    Nandagopal.S

  • Getting  javax.servlet.ServletException: General error

    Someone pls help me....
    I am getting General Error while inserting a row in database.I am not able to solve this error...I would really appreciate your help...Thanks in advance...
    Following is my Code ::
    <%! int countBts,countBts1,mmm; %>
    <%! String msg; %>
    <%
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    String dataSourceName = "ProjData";
    String dbURL = "jdbc:odbc:" + dataSourceName;
    Connection conn = DriverManager.getConnection(dbURL, "","");
    int dataMgx= Integer.parseInt(request.getParameter("allocMgxId"));
    int dataFrsm=Integer.parseInt(request.getParameter("allocFrsmSlotNo"));
    int dataPort=Integer.parseInt(request.getParameter("allocPortNo"));
    int dataBts=Integer.parseInt(request.getParameter("bts1"));
    int dataRpm=Integer.parseInt(request.getParameter("allocRpmNo"));
    int dataMultiLink=Integer.parseInt(request.getParameter("allocMultiLinkNo"));
    String dataPortStatus= "vacant";
    Statement myStat1 = conn.createStatement();
    myStat1.execute("select count(BTS_ID) from MGX where BTS_ID=" + dataBts);
    ResultSet result1 = myStat1.getResultSet();
    if(result1.next())
         countBts=Integer.parseInt(result1.getString(1));
    countBts1=countBts+1;
    if(countBts > 6)
         msg="Configuration of more than 6 spans not allowed";
    %>
    <h3><%=msg %></h3>
    <%}
    else
    PreparedStatement stmt1 =
    conn.prepareStatement(("Insert into MGX (BTS_ID,Port_Status,MGX_Num,Port_No,FRSM_No,RPM_Card,Multi_Link) values ("+dataBts+",'"+dataPortStatus+"',"+dataMgx+","+dataPort+","+dataFrsm+","+dataRpm+","+dataMultiLink+")"));
    mmm =     stmt1.executeUpdate();
    stmt1.close();
    if(mmm == 1)
    msg="One SpanRecord successfully added in the Database ";
    else
    msg="Failure in Update Operation";     
         result1.close();
         myStat1.close();
         conn.close();           
    %>
    The error I am getting is as follows::
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: General error
         org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:867)
         org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:800)
         org.apache.jsp._5_jsp._jspService(_5_jsp.java:179)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    root cause
    java.sql.SQLException: General error
         sun.jdbc.odbc.JdbcOdbc.createSQLException(JdbcOdbc.java:6987)
         sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:7115)
         sun.jdbc.odbc.JdbcOdbc.SQLExecute(JdbcOdbc.java:3150)
         sun.jdbc.odbc.JdbcOdbcPreparedStatement.execute(JdbcOdbcPreparedStatement.java:214)
         sun.jdbc.odbc.JdbcOdbcPreparedStatement.executeUpdate(JdbcOdbcPreparedStatement.java:136)
         org.apache.jsp._5_jsp._jspService(_5_jsp.java:121)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    Pls Help me

    Thanks for the reply buddy...
    As per your reply....I have tried modifying my Preparedstatement properly with ? and then binding values...
    But even after doing this i am still getting the same error....
    I am clueless...
    Following is my modified Prepared Statement ::
    conn.prepareStatement(("Insert into MGX (BTS_ID,MGX_Num,Port_No,FRSM_No,RPM_Card,Multi_Link,Port_Status) values (?,?,?,?,?,?,?)"));
    stmt1.setInt(1,Integer.parseInt(request.getParameter("bts1")));
    stmt1.setInt(2,Integer.parseInt(request.getParameter("allocMgxId")));
    stmt1.setInt(3,Integer.parseInt(request.getParameter("allocPortNo")));
    stmt1.setInt(4,Integer.parseInt(request.getParameter("allocFrsmSlotNo")));
    stmt1.setInt(5,Integer.parseInt(request.getParameter("allocRpmNo")));
    stmt1.setInt(6,Integer.parseInt(request.getParameter("allocMultiLinkNo")));
    stmt1.setString(7,"Allocated");
    Awaiting for a solution....

  • Java.sql.SQLException: General error

    Hi i got this error message:
    java.sql.SQLException: General error
    at sun.jdbc.odbc.JdbcOdbc.createSQLException(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbc.standardError(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbc.SQLExecDirect(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbcStatement.execute(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbcStatement.executeUpdate(Unknown Source)
    at PersonFrame.actionPerformed(PersonFrame.java:1155)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknow
    n Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
    ce)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    my code is:
    while (rs.next())
    String recnumber = rs.getString("Person_ Record_ Number");
    int reccc=Integer.parseInt(recnumber);
    if (Integer.parseInt(FamilyTree.rowselected)==reccc && AddPersonn!=0)
    System.out.println ("record in table "+reccc);
    System.out.println ("record selected "+FamilyTree.rowselected);
    str.executeUpdate("INSERT INTO Person " +
    "VALUES ('"+nameofperson.getText()+"','"+SurnameOfPersonTxt.getText()+"','"+Bday+"','EMPTY','"+DateOfDeathTogether+"','EMPTY','EMPTY','"+phone+"','"+genre+"','"+Country+"','"+FamilyTree.rowselected+"','"+Nicknametxt.getText()+"','"+Filename+"','"+BioFile+"','"+city+"','"+postal+"','EMPTY','empty','"+TimeOfBirth+"','EMPTY')");
    setVisible(false);
    System.out.println(Filename);
    LINE 1155 that the error message says is line :str.executeUpdate("INSERT INTO Person " +
    <<<PersonFrame.actionPerformed(PersonFrame.java:1155)>>>>>
    also note that i didn't include a try statement here (int reccc=Integer.parseInt(recnumber) because recnumber since is created holds the value 5000 so there is no need
    Also the output.. of
    System.out.println("INSERT INTO Person " + "VALUES ('"+nameofperson.getText()+"','"+SurnameOfPersonTxt.getText()+"','"+Bday+"','EMPTY','"+DateOfDeathTogether+"','"+PlaceOfDeath+"','"+address+"','"+phone+"','"+genre+"','"+Country+"','"+FamilyTree.rowselected+"','"+Nicknametxt.getText()+"','"+Filename+"','"+BioFile+"','"+city+"','"+postal+"','"+Causeofdeath+"','"+PlaceBurried+"','"+TimeOfBirth+"','EMPTY')");
    is:
    INSERT INTO Person VALUES ('fgfgff','dfdgfd','2/1/1988','EMPTY','Person Is Alive','null','EMPTY','EMPTY','Male','EMPTY','0560','dasfds','EMPTY','EMPTY','EMPTY','EMPTY','null','null','EMPTY','EMPTY')
    and my table gets only text values...
    Any Help Will Be Greately Appreciated
    Thanks
    Nick .s

    You cannot do two thing at the same time with the same statement (while your ResultSet is open you are making an insert), try using a separate Statement that the one you used for the query for the insert. If that doesn't work, make a new connection, that will do it.
    If you were using a separate statement then I'm sorry, I couldn't tell from your code. I'd had a similar problem and that's the way I solved it.

  • Where can I find information about exceptions and errors?

    I'm new to Java and sometimes run into errors that I don't understand. Is there a list of common errors somewhere that I could look at to at least get a general idea of what's causing my problem?
    for instance:
    I'm writing a little program where the user inputs a number and depending on their input a message is displayed. I'm using java.awt.*, java.awt.event.*, & javax.swing.* for my events, buttons, and other goodies. My program compiles & I can execute my main but when I click on the button that grabs the input I get the following errors.
    java.lang.NullPointerException
         at Horoscope$ButtonHandler.actionPerformed(Horoscope.java:44)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    I'm not asking for anyone to solve this for me. It's critical that I learn how to troubleshoot and figure out a solution. I was just wondering if there was a site or link on the web that generally discusses what these (and other) errors mean. Or if anybody could tell me what they mean?

    The Java API documentation is the first place to look. Each exception or error is a class. For instance, information on java.lang.NullPointerException is in the API for the java.lang package, toward the bottom.
    For more than that, just search the internet for the name of the exception/error.

  • System.Exception: An error occurred during the Microsoft VSTO Tools 4.0 install (exit code was -2146762485).

    I have been trying to install a piece of software on 2 Windows 7 PCS called Rightfax...during installing I get the error below;
           System.Exception: An error occurred during the Microsoft VSTO Tools 4.0 install (exit code was -2146762485).
    It then gives me an error log of ;
    2015-04-23 14:43:03Z: Error: Unexpected problem occurred in task worker
           System.Exception: An error occurred during the Microsoft VSTO Tools 4.0 install (exit code was -2146762485).
              at CommonInstall.Tasks.InstallTask.LaunchInstall(String friendlyName, String exe, String args, Int32[] exitCodesToIgnore)
              at CommonInstall.Tasks.InstallVSTO.OnRun(ITaskFeedback feedback)
              at TaskWizard.Task.Run(ITaskFeedback feedback, Boolean recurse)
              at TaskWizard.TaskWorker.RunTasks()
              at TaskWizard.TaskWorker.OnDoWork(DoWorkEventArgs e)
    2015-04-23 14:43:03Z: Error: Problem in sequence or one of its pages
           System.Exception: An error occurred during the Microsoft VSTO Tools 4.0 install (exit code was -2146762485).
              at CommonInstall.Tasks.InstallTask.LaunchInstall(String friendlyName, String exe, String args, Int32[] exitCodesToIgnore)
              at CommonInstall.Tasks.InstallVSTO.OnRun(ITaskFeedback feedback)
              at TaskWizard.Task.Run(ITaskFeedback feedback, Boolean recurse)
              at TaskWizard.TaskWorker.RunTasks()
              at TaskWizard.TaskWorker.OnDoWork(DoWorkEventArgs e)
              at CommonInstall.PreparationWorker.OnDoWork(DoWorkEventArgs e)
              at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
    2015-04-23 14:43:03Z: Error: Problem in sequence or one of its pages
           System.Exception: An error occurred during the Microsoft VSTO Tools 4.0 install (exit code was -2146762485).
              at CommonInstall.Tasks.InstallTask.LaunchInstall(String friendlyName, String exe, String args, Int32[] exitCodesToIgnore)
              at CommonInstall.Tasks.InstallVSTO.OnRun(ITaskFeedback feedback)
              at TaskWizard.Task.Run(ITaskFeedback feedback, Boolean recurse)
              at TaskWizard.TaskWorker.RunTasks()
              at TaskWizard.TaskWorker.OnDoWork(DoWorkEventArgs e)
              at CommonInstall.PreparationWorker.OnDoWork(DoWorkEventArgs e)
              at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
    2015-04-23 14:43:03Z: Info: Page changed from 'WizardWorkerPage' to 'ResultPage' driven by result 'Next' and exception 'none'
    2015-04-23 14:44:06Z: Info: Page changed from 'ResultPage' to 'none' driven by result 'Next' and exception 'none'
    2015-04-23 14:44:06Z: Info: Work has not been completed; install state will not be saved.
    2015-04-23 14:44:06Z: Info: Reboot status = NotRequired
    2015-04-23 14:44:06Z: Info: Exitcode = 0
    2015-04-23 14:44:06Z: Info: Logging ended.
    I have installed this software succesfully on other machines previously.....

    Hi RyanWelsh78,
    This forum is discussing about Visual Stuido Tools for Office developing, your issue is related with the installing Rightfax add-in which is a third party product. As the reply from Eugene, you could contact Rightfax add-in developers for help.
    Thanks for your understanding.
    Best Regards,
    Edward
    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.

  • I am getting Error! java.sql.SQLException:General error

    hi every body,
    I struck with this error , can any one suggest in solving this.
    I had a table in oracledatabase ,i have successfully created a table and inserted clob column with an attachment like xxx.txt.
    table format----> id and text columns
    Now my question is to retrieve that data and store it in local disk i am getting this error
    import java.io.*;
    import java.sql.*;
    //import java.sql.SQLException;
    public class Cread {
    public static void main(String[] args) throws ClassNotFoundException,IOException,SQLException {
    try {
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection cn=DriverManager.getConnection("jdbc:odbc:sivadsn","scott","tiger");
    Statement s = cn.createStatement();
    ResultSet rs=s.executeQuery("Select text from ram where id=10");
    if(rs.next()){
    FileOutputStream file=new FileOutputStream("c:/store.txt");
    InputStream fin=rs.getBinaryStream(1);
    int c;
    while((c=fin.read())!=-1){
    file.write(c);
    fin.close();
    s.close();
    rs.close();
    catch(IOException e){
    e.printStackTrace();
    System.out.println("Err:"+e);
    I am getting the error as
    java.sql.SQLException: General error
    at sun.jdbc.odbc.JdbcOdbc.createSQLException(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbc.standardError(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbc.SQLExecDirect(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbcStatement.execute(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbcStatement.executeQuery(Unknown Source)Error! java.sql.SQLException: General error
    at attach.Clobread.main(Clobread.java:30)

    That usually means something is wrong with the syntax of your sql.
    As a guess 'text' is probably a keyword and shouldn't be used as a field name. It is possible that the same is true for 'id'

  • "No Movie in File" & GENERAL ERROR messages

    I'm using FCP 6.0.3, QT 7.4.5, Mac OS X 10.4.11
    I'm running the OS and FCP from my main internal HD,
    The audio files from my second internal drive
    The Video Files from an external LaCie FW-800 1.2TB drive
    I've been editing this huge project for close to a year now. I was 24hr to completion when this fu&?*&?% problem came up. My job is split into projects each with it's own sequence. I've been working on these sequences regularly without problem. Today I open the 4th project and try to render everything that isn't rendered. When I do, I get this message: "No Movie in File". If I place my playhead over it, some parts show up in the canvas, others don't (I just see the last image that updated on the canvas). If I press play over the un-rendered clip I get "GENERAL ERROR" without any numbers next to the message. All my other projects work fine.
    I tried the following:
    Repaired my disk permissions
    Trashing FCP's user data pref files.
    Rebuilding the directory on my audio and video scratch disks
    I trashed the render files for that sequence
    I tried opening a 1 week old back up copy of the sequence (same)
    I created a new project with a new sequence and copying my other sequence's content into it.
    Nothing has worked so far. I'm looking at a couple of MONTHS of work if I have to re-create this...

    I think this will work to find out if there are any offline clips in your sequence. Select the sequence in the browser, choose reconnect and make sure only "offline" clips are enabled.
    A few other possibilities: Are you using any graphic files? If so, if they are cmyk, that's the problem. Are you using any reference (non selfcontained quicktimes?). If so, you may have deleted or moved some of the files that are being referenced.
    Oh yeah, one thing to try. Select the sequence in the browser (or make the timeline active) and hit command-zero. Change the codec to animation. Everything will need to be rendered, but will the sequence play now? If so, try changing the codec back to it's original state and pray.
    Message was edited by: Michael Grenadier
    Message was edited by: Michael Grenadier

  • Error in Inbound B2B: AIP-50031:  B2B adapter general error: java.lang.Null

    Hi,
    I am getting the following error in inbound B2B - Custom Document over Generic Exchange - SFTP
    Description: B2B adapter general error
    StackTrace:
    Error -: AIP-50031: B2B adapter general error
         at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:1900)
         at oracle.tip.adapter.b2b.engine.Engine.incomingContinueProcess(Engine.java:2657)
         at oracle.tip.adapter.b2b.engine.Engine.handleMessageEvent(Engine.java:2527)
         at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:2482)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:530)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:376)
         at java.lang.Thread.run(Thread.java:534)
    ]]>
    The outbound B2B is working fine; however for the inbound file transfer the file is picked up from the trading partner and this exception occurs.
    Thanks

    Please paste more log in trace 32 mode. What is the name of the file you are receiving? By default B2B expects incoming filename as -
    <FromTPName>UniqueId.<anyFile_Extn>
    For e.g., if partner MarketInc is sending the file then it's name should be - MarketInc_12345.dat or MarketInc_34567.xml
    Make sure that listening channel is not marked as internal as well.
    Regards,
    Anuj

  • Control exceptions or errors in procedure

    Hy , I have a proceducre like this:
    CREATE OR REPLACE PROCEDURE "MY_PROCEDURE"( )
    AS
    BEGIN
    INSERT INTO tableBackupTable1 SELECT table1.* FROM table1;
    INSERT INTO tableBackupTable2 SELECT table1.* FROM table2;
    */*Disable FK*/*
    for i in (select constraint_name, table_name from user_constraints where constraint_type ='R' and status = 'ENABLED')
    LOOP
              execute immediate 'alter table '||i.table_name||' disable constraint '||i.constraint_name||'';
    end loop;
    delete * from table1;
    delete * from table2;
    */*Enable FK*/*
    for i in (select constraint_name, table_name from user_constraints where constraint_type ='R' and status = 'ENABLED')
    LOOP
              execute immediate 'alter table '||i.table_name||' enable constraint '||i.constraint_name||'';
    end loop;
    END;
    1. If I want to control the errors or exceptions for this procedure from my java code where Im calling this procedure from:
    I dont have to declare a block "EXCEPTION......" in the procedure, right?
    2. If I want to rollback if an error or exception happens, should I do something in the procedure or in my java code?
    3. If I dont want to return anything in my procedure, should I use a sys_refcursor like out parameter?
    4. Should I use commit, where?
    5. Should I surround the loops for enable or disable fk with begin and end because If I dont surround it and an error ocurrs while enablling FK or disabling them ?
    6. All my accesses to the database from my java code are transactional, so if I call this procedure from my java code and this call is transactional and the procedure is itself transactional, is there a problem with this?
    Thanks
    Edited by: user13162080 on 29-dic-2010 6:40
    Edited by: user13162080 on 29-dic-2010 6:46
    Edited by: user13162080 on 29-dic-2010 6:56

    Hi,
    I dont want to handle it in the procedure itself because I am controlling all exceptions or errors in the database from java to make rollback or whatever
    Can you help me in the others questions? In my opinion this is not the right way to handle database exception. Database exception should be handled in database itself not in java. Oracle will rollback the transaction autometically if any statement fails(exception) and you will not have to put extra efforts(java code) to control the exception. If you wish you can explain your business requirement we may suggest something easier/better.
    2. If I want to rollback if an error or exception happens, should I do something in the procedure or in my java code?It should be driven by your business requirement.
    3. If I dont want to return anything in my procedure, should I use a sys_refcursor like out parameter?It depends what kind of value you want to return. For a single value sys_refcursor is not the right tool. Refer this link http://download.oracle.com/docs/cd/E11882_01/appdev.112/e17126/static.htm#i7106
    4. Should I use commit, where?
    It should also driven by your business need. COMMIT will make the changes permanent into the database so whenever you want to commit you can. All the DDLs (CREATE, DROP table etc) are having implicit (auto) COMMIT.
    5. Should I surround the loops for enable or disable fk with begin and end because If I dont surround it and an error ocurrs while enablling FK or disabling them ?
    I would suggest to have a look on http://download.oracle.com/docs/cd/E11882_01/appdev.112/e17126/toc.htm
    6. All my accesses to the database from my java code are transactional, so if I call this procedure from my java code and this call is transactional and the procedure is itself transactional, is there a problem with this?
    What do you mean by transactional? do you mean for each row?
    Thanks and Regards,
    Avinash
    Edited by: Avinash Tripathi on Dec 29, 2010 7:04 PM

  • External SOAP-Call ends with general error "PART UNKNOWN (NULL)"

    Hi,
    we generated a consumer proxy using the following WSDL file:
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions targetNamespace="https://soap.global-esign.com/axis/services/GlobalEsignSoapExt" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="https://soap.global-esign.com/axis/services/GlobalEsignSoapExt" xmlns:intf="https://soap.global-esign.com/axis/services/GlobalEsignSoapExt" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="https://soap.global-esign.com/xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <!--WSDL created by Apache Axis version: 1.3
    Built on Oct 05, 2005 (05:23:37 EDT)-->
       <wsdl:message name="CreatePdfSignatureRequest">
          <wsdl:part name="in0" type="xsd:string"/>
          <wsdl:part name="in1" type="xsd:string"/>
          <wsdl:part name="in2" type="xsd:base64Binary"/>
          <wsdl:part name="in3" type="xsd:string"/>
          <wsdl:part name="in4" type="xsd:boolean"/>
          <wsdl:part name="in5" type="xsd:string"/>
          <wsdl:part name="in6" type="xsd:string"/>
       </wsdl:message>
       <wsdl:message name="CreatePdfSignatureResponse">
          <wsdl:part name="CreatePdfSignatureReturn" type="xsd:base64Binary"/>
       </wsdl:message>
       <wsdl:portType name="GlobalEsignSoapExt">
          <wsdl:operation name="CreatePdfSignature" parameterOrder="in0 in1 in2 in3 in4 in5 in6">
             <wsdl:input message="impl:CreatePdfSignatureRequest" name="CreatePdfSignatureRequest"/>
             <wsdl:output message="impl:CreatePdfSignatureResponse" name="CreatePdfSignatureResponse"/>
          </wsdl:operation>
       </wsdl:portType>
       <wsdl:binding name="GlobalEsignSoapExtSoapBinding" type="impl:GlobalEsignSoapExt">
          <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
          <wsdl:operation name="CreatePdfSignature">
             <wsdlsoap:operation soapAction=""/>
             <wsdl:input name="CreatePdfSignatureRequest">
                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://GlobalEsign.tsi.de" use="encoded"/>
             </wsdl:input>
             <wsdl:output name="CreatePdfSignatureResponse">
                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://soap.global-esign.com/axis/services/GlobalEsignSoapExt" use="encoded"/>
             </wsdl:output>
          </wsdl:operation>
       </wsdl:binding>
       <wsdl:service name="GlobalEsignSoapExtService">
          <wsdl:port binding="impl:GlobalEsignSoapExtSoapBinding" name="GlobalEsignSoapExt">
             <wsdlsoap:address location="https://soap.global-esign.com/axis/services/GlobalEsignSoapExt"/>
          </wsdl:port>
       </wsdl:service>
    </wsdl:definitions>
    The coding of the test program is:
    *& Report  Z_SOAP_PDF_SIGNATUR
    REPORT  z_soap_pdf_signatur.
    *------ Type pools
    type-pools: sai.
    *------ Class definitions and references
    DATA: lo_zpdf_sign    TYPE REF TO zpdfco_global_esign_soap_ext,
          lo_system_fault TYPE REF TO cx_ai_system_fault,
          lo_appl_fault   type ref to cx_ai_application_fault.
    *------ data
    DATA: output TYPE zpdfcreate_pdf_signature_respo,
          input TYPE  zpdfcreate_pdf_signature.
    DATA: wa_controller TYPE prxctrl.
    DATA:  pdfout(255) TYPE c  VALUE
    'C:/TEMP/pp-20080229-93ES-40010-0013439840-1690000005.pdf',
           pdfsign(255) TYPE c  VALUE
    'C:/TEMP/pp-20080229-93ES-40010-0013439840-1690000005-sign.pdf',
            wa_objcont TYPE soli,
            objcont LIKE soli  OCCURS 0.
    DATA: xlines TYPE string,
          buffer TYPE  xstring,
          x_msg  TYPE c LENGTH 100.
    TRY.
        CREATE OBJECT lo_zpdf_sign
          EXPORTING
            logical_port_name = 't_systems'.
      CATCH cx_ai_system_fault .
    ENDTRY.
    * read unsigned pdf
    OPEN DATASET pdfout FOR INPUT MESSAGE x_msg
                        IN BINARY MODE.
    TRY.
        READ DATASET pdfout INTO xlines.
      CATCH cx_sy_file_open_mode.
        EXIT.
    ENDTRY.
    CLOSE DATASET pdfout.
    * convert string
    CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
      EXPORTING
        text           = xlines
    *   MIMETYPE       = ' '
    *    encoding       = 'UTF-8'
    IMPORTING
        buffer         = buffer
      EXCEPTIONS
        failed         = 1
        OTHERS         = 2  .
    TRY.
        input-in0 = 'user'.
        input-in1 = 'password'.
        input-in2 =  buffer.
        input-in3 = 'affilinet'.
        CALL METHOD lo_zpdf_sign->create_pdf_signature
          EXPORTING
            input  = input
          IMPORTING
            output = output.
      CATCH cx_ai_system_fault INTO lo_system_fault.
        DATA: lv_message TYPE string.
        DATA: lv_message_long TYPE string.
        CALL METHOD lo_system_fault->if_message~get_text
          RECEIVING
            result = lv_message.
        CALL METHOD lo_system_fault->if_message~get_longtext
          RECEIVING
            result = lv_message_long.
        WRITE lv_message.
        WRITE lv_message_long.
      CATCH cx_ai_application_fault into lo_appl_fault.
        DATA: lv_messaap TYPE string.
        DATA: lv_messaap_long TYPE string.
        CALL METHOD lo_appl_fault->if_message~get_text
          RECEIVING
            result = lv_messaap.
        CALL METHOD lo_appl_fault->if_message~get_longtext
          RECEIVING
            result = lv_messaap_long.
        WRITE lv_messaap.
        WRITE lv_messaap_long.
    ENDTRY.
    LOOP AT output-controller INTO wa_controller.
      WRITE:/ wa_controller-field.
      WRITE:/ wa_controller-value.
    ENDLOOP.
    * store signed pdf
    OPEN DATASET pdfsign FOR output MESSAGE x_msg
                        IN BINARY MODE.
    transfer output-CREATE_PDF_SIGNATURE_RETURN
             to pdfsign.
    Processing the soap call in the test programm ends in a system exception (cx_ai_system_fault)  with the message:
    "General Error Es ist ein Fehler bei der Proxy-Verarbeitung aufgetreten (  PART UNKNOWN (NULL)    )"
    It seems as if there is no response or a response in a wrong format given by the webservice.
    We had a look at the ICF-Trace.
    The request seems to be a proper soap-call.
    But the response is not in XML-format and therefore could not be completely displayed.
    it says:
    Ungültig auf der obersten Ebene im Dokument. Fehler beim Bearbeiten der Ressource 'file:///C:/Dokumente und Einstellungen/S...
    HTTP/1.1 200 OK
    ^
    Could anybody help ?
    Kind regards
    Heinz

    Hello Mathias,
    in our case the problem was, that the WDSL used parameters, which were not correcty interpreted by the SAP-Routine that creates the proxy.
    We changed the WDSL using only paramters covert by SAP.
    Here ist the WSDL that worked fine:
    <?xml version="1.0" encoding="utf-8" ?>
    - <wsdl:definitions targetNamespace="https://soap.global-esign.com/axis/services/GlobalEsignSoapExt" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="https://soap.global-esign.com/axis/services/GlobalEsignSoapExt" xmlns:tsi="http://GlobalEsign.tsi.de">
    - <wsdl:documentation>
    <sidl:sidl xmlns:sidl="http://www.sap.com/2007/03/sidl" />
    </wsdl:documentation>
    - <wsdl:types>
    - <xsd:schema elementFormDefault="qualified" targetNamespace="https://soap.global-esign.com/axis/services/GlobalEsignSoapExt" xmlns="https://soap.global-esign.com/axis/services/GlobalEsignSoapExt">
    - <xsd:complexType name="CreatePdfSignature">
    - <xsd:sequence>
    <xsd:element name="in0" type="xsd:string" />
    <xsd:element name="in1" type="xsd:string" />
    <xsd:element name="in2" type="xsd:base64Binary" />
    <xsd:element name="in3" type="xsd:string" />
    <xsd:element name="in4" type="xsd:boolean" />
    <xsd:element name="in5" type="xsd:string" />
    <xsd:element name="in6" type="xsd:string" />
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    - <xsd:schema targetNamespace="http://GlobalEsign.tsi.de" xmlns="http://GlobalEsign.tsi.de">
    <xsd:import namespace="https://soap.global-esign.com/axis/services/GlobalEsignSoapExt" />
    <xsd:element name="CreatePdfSignature" type="tns:CreatePdfSignature" />
    - <xsd:element name="CreatePdfSignatureResponse">
    - <xsd:complexType>
    - <xsd:sequence>
    <xsd:element name="CreatePdfSignatureReturn" type="xsd:base64Binary" />
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    </wsdl:types>
    - <wsdl:message name="CreatePdfSignature">
    <wsdl:part name="CreatePdfSignature" element="tsi:CreatePdfSignature" />
    </wsdl:message>
    - <wsdl:message name="CreatePdfSignatureResponse">
    <wsdl:part name="CreatePdfSignatureResponse" element="tsi:CreatePdfSignatureResponse" />
    </wsdl:message>
    - <wsdl:portType name="GlobalEsignSoapExt">
    - <wsdl:operation name="CreatePdfSignature">
    <wsdl:input message="tns:CreatePdfSignature" />
    <wsdl:output message="tns:CreatePdfSignatureResponse" />
    </wsdl:operation>
    </wsdl:portType>
    </wsdl:definitions>
    <wsdl:part name="in1" type="xsd:string"/>   was changed to <xsd:element name="in0" type="xsd:string" /> .
    Please let me know, whether you succeeded.
    Kind regards
    Heinz Schäfe

Maybe you are looking for