Strange exception ??

Ask a Question related to IBM DB2, Design and Development.

  1. #1

    Default Strange exception ??

    Greatings. We are developint an application using struts on linux. We
    run a db2 server (v8.1) on linux. When trying to access using JDBC
    drivers I am getting this error.

    com.ibm.db2.jcc.b.SQLException: NULLID.SYSSH203 0X5359534C564C3031
    at com.ibm.db2.jcc.b.ce.e(ce.java:1093)
    at com.ibm.db2.jcc.a.bd.o(bd.java:564)
    at com.ibm.db2.jcc.a.bd.g(bd.java:129)
    at com.ibm.db2.jcc.a.bd.a(bd.java:40)
    at com.ibm.db2.jcc.a.r.a(r.java:31)

    It only happens when running a large number of sql statements in one
    hit. I have got no idea what this problem is or even what it means and
    Ihave not been able to find any documentation to point me in the right
    direction.

    The function that we run is passed a sql string, creates a statement
    from a connection then exectutes the statement and returns a recordset
    and does this over and over again. I dont think I am doing anything
    wrong here as it has worked wihtout issues up until now.

    The only difference is that instead of executing a couple of statements
    we are now doing dozens at a time.

    Help or pointers would be apprciated.

    Ben

    Benjamin Stewart Guest

  2. Similar Questions and Discussions

    1. The server threw an exception. (Exception
      I am getting The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT)) When i try to open any file using Adobe ...
    2. #32101 [Com]: Exception in unknown on line 0 when throwing exception inside exception handler
      ID: 32101 Comment by: dhopkins at DonHopkins dot com Reported By: ceefour at gauldong dot net Status: No...
    3. Strange SOAP Exception
      I get the following error when thowing a SOAP Exception: The type System.Web.Services.Protocols.SoapException in Assembly System.Web.Services,...
    4. strange xsl security exception under asp.net
      hey all, if anyone has any info on the following (or any experiments to suggest), i'd be grateful. i'm at a complete loss. exception: ...
    5. SoapExtension for Global Exception handling; but prevent exception from propagating!!
      Hi, I wrote a SoapExtension for Global Exception handling in Webservice and it works!!!! Now i want to catch the exception that happen in the...
  3. #2

    Default Re: Strange exception ??

    So nobody has seen anything like this? *Sigh* I have spent hours trying
    to work out what is going on.

    Ben

    Benjamin Stewart wrote:
    > Greatings. We are developint an application using struts on linux. We
    > run a db2 server (v8.1) on linux. When trying to access using JDBC
    > drivers I am getting this error.
    >
    > com.ibm.db2.jcc.b.SQLException: NULLID.SYSSH203 0X5359534C564C3031
    > at com.ibm.db2.jcc.b.ce.e(ce.java:1093)
    > at com.ibm.db2.jcc.a.bd.o(bd.java:564)
    > at com.ibm.db2.jcc.a.bd.g(bd.java:129)
    > at com.ibm.db2.jcc.a.bd.a(bd.java:40)
    > at com.ibm.db2.jcc.a.r.a(r.java:31)
    >
    > It only happens when running a large number of sql statements in one
    > hit. I have got no idea what this problem is or even what it means and
    > Ihave not been able to find any documentation to point me in the right
    > direction.
    >
    > The function that we run is passed a sql string, creates a statement
    > from a connection then exectutes the statement and returns a recordset
    > and does this over and over again. I dont think I am doing anything
    > wrong here as it has worked wihtout issues up until now.
    >
    > The only difference is that instead of executing a couple of statements
    > we are now doing dozens at a time.
    >
    > Help or pointers would be apprciated.
    >
    > Ben
    >
    Ben Stewart Guest

  4. #3

    Default Re: Strange exception ??

    Ben Stewart <bstewart@waterwerks.com.au> wrote:
    > So nobody has seen anything like this? *Sigh* I have spent hours trying
    > to work out what is going on.
    Did you take a CLI trace no see what's going on between the DB2 server and
    your client's CLI/Java interface?

    --
    Knut Stolze
    Information Integration
    IBM Germany / University of Jena
    Knut Stolze Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139