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. |
[ 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. |
In reply to this post by Nicolas Malin (Jira)
[ 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. |
In reply to this post by Nicolas Malin (Jira)
[ 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. |
In reply to this post by Nicolas Malin (Jira)
[ 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. |
In reply to this post by Nicolas Malin (Jira)
[ 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. |
In reply to this post by Nicolas Malin (Jira)
[ 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. |
In reply to this post by Nicolas Malin (Jira)
[ 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. |
Free forum by Nabble | Edit this page |