You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Karl Eilebrecht (JIRA)" <ji...@apache.org> on 2007/05/24 15:38:17 UTC

[jira] Created: (OFBIZ-1025) GenericHelperDAO hang on checkDb Fix

GenericHelperDAO hang on checkDb Fix
------------------------------------

                 Key: OFBIZ-1025
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1025
             Project: OFBiz (The Open for Business Project)
          Issue Type: Bug
          Components: framework
    Affects Versions: SVN trunk
         Environment: Win XP
            Reporter: Karl Eilebrecht
            Priority: Minor
             Fix For: SVN trunk
         Attachments: patch9659.patch

This issue is part of Key-Work Ofbiz Contribution Proposal.
http://docs.ofbiz.org/display/OFBIZ/Key-Work+Ofbiz+Contribution+Proposal

Based on Release: 540035
Includes:         -
Required:         -
Recommended:      -
Classes:          GenericHelperDAO 
Description:      Wraps RuntimeException to avoid hang on Nullpointer when 
                  scanning database.

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


[jira] Assigned: (OFBIZ-1025) GenericHelperDAO hang on checkDb Fix

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

Adam Heath reassigned OFBIZ-1025:
---------------------------------

    Assignee: Adam Heath

> GenericHelperDAO hang on checkDb Fix
> ------------------------------------
>
>                 Key: OFBIZ-1025
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1025
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: Win XP
>            Reporter: Karl Eilebrecht
>            Assignee: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: patch9659.patch
>
>
> This issue is part of Key-Work Ofbiz Contribution Proposal.
> http://docs.ofbiz.org/display/OFBIZ/Key-Work+Ofbiz+Contribution+Proposal
> Based on Release: 540035
> Includes:         -
> Required:         -
> Recommended:      -
> Classes:          GenericHelperDAO 
> Description:      Wraps RuntimeException to avoid hang on Nullpointer when 
>                   scanning database.

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


[jira] Updated: (OFBIZ-1025) GenericHelperDAO hang on checkDb Fix

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

Karl Eilebrecht updated OFBIZ-1025:
-----------------------------------

    Attachment:     (was: patch9659.patch)

> GenericHelperDAO hang on checkDb Fix
> ------------------------------------
>
>                 Key: OFBIZ-1025
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1025
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: Win XP
>            Reporter: Karl Eilebrecht
>            Assignee: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: patch9659.patch
>
>
> This issue is part of Key-Work Ofbiz Contribution Proposal.
> http://docs.ofbiz.org/display/OFBIZ/Key-Work+Ofbiz+Contribution+Proposal
> Based on Release: 540035
> Includes:         -
> Required:         -
> Recommended:      -
> Classes:          GenericHelperDAO 
> Description:      Wraps RuntimeException to avoid hang on Nullpointer when 
>                   scanning database.

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


[jira] Updated: (OFBIZ-1025) GenericHelperDAO hang on checkDb Fix

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

Karl Eilebrecht updated OFBIZ-1025:
-----------------------------------

    Attachment: patch9659.patch

> GenericHelperDAO hang on checkDb Fix
> ------------------------------------
>
>                 Key: OFBIZ-1025
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1025
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: Win XP
>            Reporter: Karl Eilebrecht
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: patch9659.patch
>
>
> This issue is part of Key-Work Ofbiz Contribution Proposal.
> http://docs.ofbiz.org/display/OFBIZ/Key-Work+Ofbiz+Contribution+Proposal
> Based on Release: 540035
> Includes:         -
> Required:         -
> Recommended:      -
> Classes:          GenericHelperDAO 
> Description:      Wraps RuntimeException to avoid hang on Nullpointer when 
>                   scanning database.

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


[jira] Commented: (OFBIZ-1025) GenericHelperDAO hang on checkDb Fix

Posted by "Karl Eilebrecht (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534873 ] 

Karl Eilebrecht commented on OFBIZ-1025:
----------------------------------------

I really don't remember, what exactly was the exception, I fixed that
two years ago ;-) 
But I think this was a general problem. Whenever at this point
a specific RuntimeException occured this exception did not appear in the
log file but caused Ofbiz to hang.
Wrapping runtime exceptions there 
brought them to the log file and allowed me to find the error. 
That's it. Maybe it would be better to search for the hang reason
but I didn't have the time for this investigation. 
Maybe you could check if this hang happens any longer
with your current ofbiz by simply throwing a Nullpointer
at this code line.

> GenericHelperDAO hang on checkDb Fix
> ------------------------------------
>
>                 Key: OFBIZ-1025
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1025
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: Win XP
>            Reporter: Karl Eilebrecht
>            Assignee: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: patch9659.patch
>
>
> This issue is part of Key-Work Ofbiz Contribution Proposal.
> http://docs.ofbiz.org/display/OFBIZ/Key-Work+Ofbiz+Contribution+Proposal
> Based on Release: 540035
> Includes:         -
> Required:         -
> Recommended:      -
> Classes:          GenericHelperDAO 
> Description:      Wraps RuntimeException to avoid hang on Nullpointer when 
>                   scanning database.

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


[jira] Updated: (OFBIZ-1025) GenericHelperDAO hang on checkDb Fix

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

Karl Eilebrecht updated OFBIZ-1025:
-----------------------------------

    Attachment: patch9659.patch

> GenericHelperDAO hang on checkDb Fix
> ------------------------------------
>
>                 Key: OFBIZ-1025
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1025
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: Win XP
>            Reporter: Karl Eilebrecht
>            Assignee: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: patch9659.patch
>
>
> This issue is part of Key-Work Ofbiz Contribution Proposal.
> http://docs.ofbiz.org/display/OFBIZ/Key-Work+Ofbiz+Contribution+Proposal
> Based on Release: 540035
> Includes:         -
> Required:         -
> Recommended:      -
> Classes:          GenericHelperDAO 
> Description:      Wraps RuntimeException to avoid hang on Nullpointer when 
>                   scanning database.

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


[jira] Closed: (OFBIZ-1025) GenericHelperDAO hang on checkDb Fix

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-1025.
----------------------------------

    Resolution: Cannot Reproduce

I think it's better to keep the possibility to know what could happen here to be able to fix the origin of the problem and not hide it.

> GenericHelperDAO hang on checkDb Fix
> ------------------------------------
>
>                 Key: OFBIZ-1025
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1025
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: Win XP
>            Reporter: Karl Eilebrecht
>            Assignee: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: patch9659.patch
>
>
> This issue is part of Key-Work Ofbiz Contribution Proposal.
> http://docs.ofbiz.org/display/OFBIZ/Key-Work+Ofbiz+Contribution+Proposal
> Based on Release: 540035
> Includes:         -
> Required:         -
> Recommended:      -
> Classes:          GenericHelperDAO 
> Description:      Wraps RuntimeException to avoid hang on Nullpointer when 
>                   scanning database.

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


[jira] Commented: (OFBIZ-1025) GenericHelperDAO hang on checkDb Fix

Posted by "Adam Heath (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534651 ] 

Adam Heath commented on OFBIZ-1025:
-----------------------------------

What RuntimeExceptions are you getting?  Show us the need for this.

> GenericHelperDAO hang on checkDb Fix
> ------------------------------------
>
>                 Key: OFBIZ-1025
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1025
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: Win XP
>            Reporter: Karl Eilebrecht
>            Assignee: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: patch9659.patch
>
>
> This issue is part of Key-Work Ofbiz Contribution Proposal.
> http://docs.ofbiz.org/display/OFBIZ/Key-Work+Ofbiz+Contribution+Proposal
> Based on Release: 540035
> Includes:         -
> Required:         -
> Recommended:      -
> Classes:          GenericHelperDAO 
> Description:      Wraps RuntimeException to avoid hang on Nullpointer when 
>                   scanning database.

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