You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Ratnesh Upadhyay (JIRA)" <ji...@apache.org> on 2009/06/03 16:02:07 UTC

[jira] Created: (OFBIZ-2563) Null pointer exception in pick sheet pdf.

Null pointer exception in pick sheet pdf. 
------------------------------------------

                 Key: OFBIZ-2563
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2563
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: SVN trunk
            Reporter: Ratnesh Upadhyay
            Priority: Critical
             Fix For: SVN trunk


Steps to regenerate the error : - 
1). Create a sales order and approve it.
2). Generates Pick sheet pdf from order view page.

Note :- This error occurs when user selects offline payment to create the order.

-- Ratnesh Upadhyay

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


[jira] Closed: (OFBIZ-2563) Null pointer exception in pick sheet pdf.

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

Vikas Mayur closed OFBIZ-2563.
------------------------------

    Resolution: Fixed

Thanks Chirag, Ratnesh,

Patch is in trunk rev. 781685

Vikas

> Null pointer exception in pick sheet pdf. 
> ------------------------------------------
>
>                 Key: OFBIZ-2563
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2563
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Ratnesh Upadhyay
>            Assignee: Vikas Mayur
>             Fix For: SVN trunk
>
>         Attachments: PickSheetBug_OFBiz-2563.patch
>
>
> Steps to regenerate the error : - 
> 1). Create a sales order and approve it.
> 2). Generates Pick sheet pdf from order view page.
> Note :- This error occurs when user selects offline payment to create the order.
> -- Ratnesh Upadhyay

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


[jira] Assigned: (OFBIZ-2563) Null pointer exception in pick sheet pdf.

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

Vikas Mayur reassigned OFBIZ-2563:
----------------------------------

    Assignee: Vikas Mayur

> Null pointer exception in pick sheet pdf. 
> ------------------------------------------
>
>                 Key: OFBIZ-2563
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2563
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Ratnesh Upadhyay
>            Assignee: Vikas Mayur
>            Priority: Critical
>             Fix For: SVN trunk
>
>         Attachments: PickSheetBug_OFBiz-2563.patch
>
>
> Steps to regenerate the error : - 
> 1). Create a sales order and approve it.
> 2). Generates Pick sheet pdf from order view page.
> Note :- This error occurs when user selects offline payment to create the order.
> -- Ratnesh Upadhyay

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


[jira] Commented: (OFBIZ-2563) Null pointer exception in pick sheet pdf.

Posted by "Vince Clark (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716268#action_12716268 ] 

Vince Clark commented on OFBIZ-2563:
------------------------------------

I believe this bug is also in release09.04.

> Null pointer exception in pick sheet pdf. 
> ------------------------------------------
>
>                 Key: OFBIZ-2563
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2563
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Ratnesh Upadhyay
>            Assignee: Vikas Mayur
>             Fix For: SVN trunk
>
>         Attachments: PickSheetBug_OFBiz-2563.patch
>
>
> Steps to regenerate the error : - 
> 1). Create a sales order and approve it.
> 2). Generates Pick sheet pdf from order view page.
> Note :- This error occurs when user selects offline payment to create the order.
> -- Ratnesh Upadhyay

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


[jira] Updated: (OFBIZ-2563) Null pointer exception in pick sheet pdf.

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

Chirag Manocha updated OFBIZ-2563:
----------------------------------

    Attachment: PickSheetBug_OFBiz-2563.patch

This issue occurs due to billing contact mech, for order, does not created. So when It search for billing address for pick sheet no associated billing contact mech available and in further process through billingContactMechId generates NullPointerException.

Work done:-
Checked if no billing contact mech available then it will not show billing address in pick sheet.

Regards
--
Chirag Manocha

> Null pointer exception in pick sheet pdf. 
> ------------------------------------------
>
>                 Key: OFBIZ-2563
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2563
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Ratnesh Upadhyay
>            Priority: Critical
>             Fix For: SVN trunk
>
>         Attachments: PickSheetBug_OFBiz-2563.patch
>
>
> Steps to regenerate the error : - 
> 1). Create a sales order and approve it.
> 2). Generates Pick sheet pdf from order view page.
> Note :- This error occurs when user selects offline payment to create the order.
> -- Ratnesh Upadhyay

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


[jira] Commented: (OFBIZ-2563) Null pointer exception in pick sheet pdf.

Posted by "Vikas Mayur (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716310#action_12716310 ] 

Vikas Mayur commented on OFBIZ-2563:
------------------------------------

Hi Vince, This is related to new feature that is recently added to trunk so it should not go in release09.04. Please refer to the rev. 767487 in trunk.

> Null pointer exception in pick sheet pdf. 
> ------------------------------------------
>
>                 Key: OFBIZ-2563
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2563
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Ratnesh Upadhyay
>            Assignee: Vikas Mayur
>             Fix For: SVN trunk
>
>         Attachments: PickSheetBug_OFBiz-2563.patch
>
>
> Steps to regenerate the error : - 
> 1). Create a sales order and approve it.
> 2). Generates Pick sheet pdf from order view page.
> Note :- This error occurs when user selects offline payment to create the order.
> -- Ratnesh Upadhyay

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


[jira] Updated: (OFBIZ-2563) Null pointer exception in pick sheet pdf.

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

Vikas Mayur updated OFBIZ-2563:
-------------------------------

    Priority: Major  (was: Critical)

> Null pointer exception in pick sheet pdf. 
> ------------------------------------------
>
>                 Key: OFBIZ-2563
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2563
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Ratnesh Upadhyay
>            Assignee: Vikas Mayur
>             Fix For: SVN trunk
>
>         Attachments: PickSheetBug_OFBiz-2563.patch
>
>
> Steps to regenerate the error : - 
> 1). Create a sales order and approve it.
> 2). Generates Pick sheet pdf from order view page.
> Note :- This error occurs when user selects offline payment to create the order.
> -- Ratnesh Upadhyay

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