You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Lin Sun (JIRA)" <ji...@apache.org> on 2007/08/23 15:48:31 UTC

[jira] Created: (GERONIMO-3440) DB2-XA: when trace file is not specified, it caused error when running the sample

DB2-XA: when trace file is not specified, it caused error when running the sample
---------------------------------------------------------------------------------

                 Key: GERONIMO-3440
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3440
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: databases
    Affects Versions: 2.1
            Reporter: Lin Sun
            Priority: Minor
             Fix For: 2.1
         Attachments: tranql-tracefile.patch

This is a tranql issue found when I plug the db2-xa rar into G's console.   Basically, if a user leaves the tracefile property to empty (meaning dont want any trace), I can deploy my sample fine.   But when I run the sample, I got -

 ------------------------------------------------------------------------------- 
  Got DataSource: org.tranql.connector.jdbc.DataSource@25342534
com.ibm.db2.jcc.b.SqlException: Unable to open file
        at com.ibm.db2.jcc.b.ig.a(ig.java:93)

A simple fix in DB2XA is to only settrace when it is a valid value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-3440) DB2-XA: when trace file is not specified, it caused error when running the sample

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576195#action_12576195 ] 

Donald Woods commented on GERONIMO-3440:
----------------------------------------

Can this be closed, or do we still need to release an updated db2-connector?


> DB2-XA: when trace file is not specified, it caused error when running the sample
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3440
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3440
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: databases
>    Affects Versions: 2.1, 2.1.1
>            Reporter: Lin Sun
>            Assignee: David Jencks
>            Priority: Minor
>             Fix For: 2.1.1
>
>         Attachments: tranql-tracefile.patch
>
>
> This is a tranql issue found when I plug the db2-xa rar into G's console.   Basically, if a user leaves the tracefile property to empty (meaning dont want any trace), I can deploy my sample fine.   But when I run the sample, I got -
>  ------------------------------------------------------------------------------- 
>   Got DataSource: org.tranql.connector.jdbc.DataSource@25342534
> com.ibm.db2.jcc.b.SqlException: Unable to open file
>         at com.ibm.db2.jcc.b.ig.a(ig.java:93)
> A simple fix in DB2XA is to only settrace when it is a valid value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-3440) DB2-XA: when trace file is not specified, it caused error when running the sample

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589449#action_12589449 ] 

David Jencks commented on GERONIMO-3440:
----------------------------------------

Fixed in 2.1 before the 2.1.1 branch in rev 648055.

> DB2-XA: when trace file is not specified, it caused error when running the sample
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3440
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3440
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: databases
>    Affects Versions: 2.1, 2.1.1
>            Reporter: Lin Sun
>            Assignee: David Jencks
>            Priority: Minor
>             Fix For: 2.1.1
>
>         Attachments: tranql-tracefile.patch
>
>
> This is a tranql issue found when I plug the db2-xa rar into G's console.   Basically, if a user leaves the tracefile property to empty (meaning dont want any trace), I can deploy my sample fine.   But when I run the sample, I got -
>  ------------------------------------------------------------------------------- 
>   Got DataSource: org.tranql.connector.jdbc.DataSource@25342534
> com.ibm.db2.jcc.b.SqlException: Unable to open file
>         at com.ibm.db2.jcc.b.ig.a(ig.java:93)
> A simple fix in DB2XA is to only settrace when it is a valid value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-3440) DB2-XA: when trace file is not specified, it caused error when running the sample

Posted by "Joe Bohn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bohn updated GERONIMO-3440:
-------------------------------

    Affects Version/s:     (was: 2.1.1)

removed from 2.1.1 from affected releases - it is fixed in 2.1.1

> DB2-XA: when trace file is not specified, it caused error when running the sample
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3440
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3440
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: databases
>    Affects Versions: 2.1
>            Reporter: Lin Sun
>            Assignee: David Jencks
>            Priority: Minor
>             Fix For: 2.1.1, 2.1.x, 2.2
>
>         Attachments: tranql-tracefile.patch
>
>
> This is a tranql issue found when I plug the db2-xa rar into G's console.   Basically, if a user leaves the tracefile property to empty (meaning dont want any trace), I can deploy my sample fine.   But when I run the sample, I got -
>  ------------------------------------------------------------------------------- 
>   Got DataSource: org.tranql.connector.jdbc.DataSource@25342534
> com.ibm.db2.jcc.b.SqlException: Unable to open file
>         at com.ibm.db2.jcc.b.ig.a(ig.java:93)
> A simple fix in DB2XA is to only settrace when it is a valid value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-3440) DB2-XA: when trace file is not specified, it caused error when running the sample

Posted by "Joe Bohn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bohn updated GERONIMO-3440:
-------------------------------

    Fix Version/s:     (was: 2.1.x)

> DB2-XA: when trace file is not specified, it caused error when running the sample
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3440
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3440
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: databases
>    Affects Versions: 2.1
>            Reporter: Lin Sun
>            Assignee: David Jencks
>            Priority: Minor
>             Fix For: 2.1.1, 2.2
>
>         Attachments: tranql-tracefile.patch
>
>
> This is a tranql issue found when I plug the db2-xa rar into G's console.   Basically, if a user leaves the tracefile property to empty (meaning dont want any trace), I can deploy my sample fine.   But when I run the sample, I got -
>  ------------------------------------------------------------------------------- 
>   Got DataSource: org.tranql.connector.jdbc.DataSource@25342534
> com.ibm.db2.jcc.b.SqlException: Unable to open file
>         at com.ibm.db2.jcc.b.ig.a(ig.java:93)
> A simple fix in DB2XA is to only settrace when it is a valid value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-3440) DB2-XA: when trace file is not specified, it caused error when running the sample

Posted by "Kevan Miller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevan Miller updated GERONIMO-3440:
-----------------------------------

    Affects Version/s: 2.1.1
        Fix Version/s: 2.1.1

> DB2-XA: when trace file is not specified, it caused error when running the sample
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3440
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3440
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: databases
>    Affects Versions: 2.1, 2.1.1
>            Reporter: Lin Sun
>            Assignee: David Jencks
>            Priority: Minor
>             Fix For: 2.1.1
>
>         Attachments: tranql-tracefile.patch
>
>
> This is a tranql issue found when I plug the db2-xa rar into G's console.   Basically, if a user leaves the tracefile property to empty (meaning dont want any trace), I can deploy my sample fine.   But when I run the sample, I got -
>  ------------------------------------------------------------------------------- 
>   Got DataSource: org.tranql.connector.jdbc.DataSource@25342534
> com.ibm.db2.jcc.b.SqlException: Unable to open file
>         at com.ibm.db2.jcc.b.ig.a(ig.java:93)
> A simple fix in DB2XA is to only settrace when it is a valid value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (GERONIMO-3440) DB2-XA: when trace file is not specified, it caused error when running the sample

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks reassigned GERONIMO-3440:
--------------------------------------

    Assignee: David Jencks

> DB2-XA: when trace file is not specified, it caused error when running the sample
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3440
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3440
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: databases
>    Affects Versions: 2.1
>            Reporter: Lin Sun
>            Assignee: David Jencks
>            Priority: Minor
>             Fix For: 2.1
>
>         Attachments: tranql-tracefile.patch
>
>
> This is a tranql issue found when I plug the db2-xa rar into G's console.   Basically, if a user leaves the tracefile property to empty (meaning dont want any trace), I can deploy my sample fine.   But when I run the sample, I got -
>  ------------------------------------------------------------------------------- 
>   Got DataSource: org.tranql.connector.jdbc.DataSource@25342534
> com.ibm.db2.jcc.b.SqlException: Unable to open file
>         at com.ibm.db2.jcc.b.ig.a(ig.java:93)
> A simple fix in DB2XA is to only settrace when it is a valid value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-3440) DB2-XA: when trace file is not specified, it caused error when running the sample

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563074#action_12563074 ] 

David Jencks commented on GERONIMO-3440:
----------------------------------------

Patch applied in tranql rev 566. Still need to release tranql version.

> DB2-XA: when trace file is not specified, it caused error when running the sample
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3440
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3440
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: databases
>    Affects Versions: 2.1
>            Reporter: Lin Sun
>            Priority: Minor
>             Fix For: 2.1
>
>         Attachments: tranql-tracefile.patch
>
>
> This is a tranql issue found when I plug the db2-xa rar into G's console.   Basically, if a user leaves the tracefile property to empty (meaning dont want any trace), I can deploy my sample fine.   But when I run the sample, I got -
>  ------------------------------------------------------------------------------- 
>   Got DataSource: org.tranql.connector.jdbc.DataSource@25342534
> com.ibm.db2.jcc.b.SqlException: Unable to open file
>         at com.ibm.db2.jcc.b.ig.a(ig.java:93)
> A simple fix in DB2XA is to only settrace when it is a valid value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-3440) DB2-XA: when trace file is not specified, it caused error when running the sample

Posted by "Lin Sun (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lin Sun updated GERONIMO-3440:
------------------------------

    Attachment: tranql-tracefile.patch

> DB2-XA: when trace file is not specified, it caused error when running the sample
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3440
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3440
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: databases
>    Affects Versions: 2.1
>            Reporter: Lin Sun
>            Priority: Minor
>             Fix For: 2.1
>
>         Attachments: tranql-tracefile.patch
>
>
> This is a tranql issue found when I plug the db2-xa rar into G's console.   Basically, if a user leaves the tracefile property to empty (meaning dont want any trace), I can deploy my sample fine.   But when I run the sample, I got -
>  ------------------------------------------------------------------------------- 
>   Got DataSource: org.tranql.connector.jdbc.DataSource@25342534
> com.ibm.db2.jcc.b.SqlException: Unable to open file
>         at com.ibm.db2.jcc.b.ig.a(ig.java:93)
> A simple fix in DB2XA is to only settrace when it is a valid value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-3440) DB2-XA: when trace file is not specified, it caused error when running the sample

Posted by "Kevan Miller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevan Miller updated GERONIMO-3440:
-----------------------------------

    Fix Version/s:     (was: 2.1)

> DB2-XA: when trace file is not specified, it caused error when running the sample
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3440
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3440
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: databases
>    Affects Versions: 2.1, 2.1.1
>            Reporter: Lin Sun
>            Assignee: David Jencks
>            Priority: Minor
>             Fix For: 2.1.1
>
>         Attachments: tranql-tracefile.patch
>
>
> This is a tranql issue found when I plug the db2-xa rar into G's console.   Basically, if a user leaves the tracefile property to empty (meaning dont want any trace), I can deploy my sample fine.   But when I run the sample, I got -
>  ------------------------------------------------------------------------------- 
>   Got DataSource: org.tranql.connector.jdbc.DataSource@25342534
> com.ibm.db2.jcc.b.SqlException: Unable to open file
>         at com.ibm.db2.jcc.b.ig.a(ig.java:93)
> A simple fix in DB2XA is to only settrace when it is a valid value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-3440) DB2-XA: when trace file is not specified, it caused error when running the sample

Posted by "Joe Bohn (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12587335#action_12587335 ] 

Joe Bohn commented on GERONIMO-3440:
------------------------------------

I think we still need to release the db2-xa connector so I'm keeping this open with a target of 2.1.1

> DB2-XA: when trace file is not specified, it caused error when running the sample
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3440
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3440
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: databases
>    Affects Versions: 2.1, 2.1.1
>            Reporter: Lin Sun
>            Assignee: David Jencks
>            Priority: Minor
>             Fix For: 2.1.1
>
>         Attachments: tranql-tracefile.patch
>
>
> This is a tranql issue found when I plug the db2-xa rar into G's console.   Basically, if a user leaves the tracefile property to empty (meaning dont want any trace), I can deploy my sample fine.   But when I run the sample, I got -
>  ------------------------------------------------------------------------------- 
>   Got DataSource: org.tranql.connector.jdbc.DataSource@25342534
> com.ibm.db2.jcc.b.SqlException: Unable to open file
>         at com.ibm.db2.jcc.b.ig.a(ig.java:93)
> A simple fix in DB2XA is to only settrace when it is a valid value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (GERONIMO-3440) DB2-XA: when trace file is not specified, it caused error when running the sample

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks closed GERONIMO-3440.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2
                   2.1.x

Fixed in trunk before rev 648603.

> DB2-XA: when trace file is not specified, it caused error when running the sample
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3440
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3440
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: databases
>    Affects Versions: 2.1, 2.1.1
>            Reporter: Lin Sun
>            Assignee: David Jencks
>            Priority: Minor
>             Fix For: 2.1.1, 2.1.x, 2.2
>
>         Attachments: tranql-tracefile.patch
>
>
> This is a tranql issue found when I plug the db2-xa rar into G's console.   Basically, if a user leaves the tracefile property to empty (meaning dont want any trace), I can deploy my sample fine.   But when I run the sample, I got -
>  ------------------------------------------------------------------------------- 
>   Got DataSource: org.tranql.connector.jdbc.DataSource@25342534
> com.ibm.db2.jcc.b.SqlException: Unable to open file
>         at com.ibm.db2.jcc.b.ig.a(ig.java:93)
> A simple fix in DB2XA is to only settrace when it is a valid value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.