You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "BJ Freeman (JIRA)" <ji...@apache.org> on 2008/09/14 06:07:44 UTC

[jira] Created: (OFBIZ-1958) product Store errors with Clean Setup No demo data.

product Store errors with Clean Setup No demo data.
---------------------------------------------------

                 Key: OFBIZ-1958
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1958
             Project: OFBiz
          Issue Type: Bug
          Components: content, ecommerce
    Affects Versions: SVN trunk
         Environment: svn 691430
            Reporter: BJ Freeman
            Priority: Minor


Database has only seed-intial, seed, and ext for this customer.
there is a Webstie and productStore defined.
The webstie is not linked to Eccomerce (Web.xml)

I have abreviated the log to the import pieces

2008-09-13 20:01:21,695 (http-0.0.0.0-8080-1) [ ProductStoreWorker.java:101:ERROR] No product store found in request, cannot set locale!
2008-09-13 20:01:21,726 (http-0.0.0.0-8080-1) [   JavaEventHandler.java:97 :ERROR] 
---- runtime exception report --------------------------------------------------
Problems Processing Event
Exception: java.lang.NullPointerException
Message: null
---- stack trace ---------------------------------------------------------------
java.lang.NullPointerException
org.ofbiz.product.store.ProductStoreWorker.getStoreCurrencyUomId(ProductStoreWorker.java:95)
org.ofbiz.order.shoppingcart.WebShoppingCart.<init>(WebShoppingCart.java:44)
org.ofbiz.order.shoppingcart.ShoppingCartEvents.getCartObject(ShoppingCartEvents.java:806)
org.ofbiz.order.shoppingcart.ShoppingCartEvents.getCartObject(ShoppingCartEvents.java:825)
org.ofbiz.order.shoppingcart.ShoppingCartEvents.keepCartUpdated(ShoppingCartEvents.java:887)

2008-09-13 20:01:21,758 (http-0.0.0.0-8080-1) [     RequestHandler.java:238:INFO ] [Processing Request]: ViewBlogRss sessionId=11B9994B00B8664F40F9248265F81A64.jvm1
2008-09-13 20:01:22,429 (http-0.0.0.0-8080-1) [  ServiceDispatcher.java:522:ERROR] Error in Service [generateBlogRssFeed]: Not able to generate RSS feed for content: BLOGROOTBIGAL
2008-09-13 20:01:22,429 (http-0.0.0.0-8080-1) [    TransactionUtil.java:275:ERROR] 

2008-09-13 20:01:22,429 (http-0.0.0.0-8080-1) [    TransactionUtil.java:285:INFO ] [TransactionUtil.rollback] transaction rolled back
2008-09-13 20:01:22,429 (http-0.0.0.0-8080-1) [  ServiceDispatcher.java:578:INFO ] Sync service [ecommerce/generateBlogRssFeed] finished in [625] milliseconds
2008-09-13 20:01:22,429 (http-0.0.0.0-8080-1) [     ControlServlet.java:211:ERROR] 
---- runtime exception report --------------------------------------------------
Error in request handler: 
Exception: java.lang.NullPointerException
Message: null
---- stack trace ---------------------------------------------------------------
java.lang.NullPointerException
com.sun.syndication.io.WireFeedOutput.outputJDom(WireFeedOutput.java:183)
com.sun.syndication.io.WireFeedOutput.output(WireFeedOutput.java:133)

sun

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


[jira] Closed: (OFBIZ-1958) product Store errors with Clean Setup No demo data.

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

BJ Freeman closed OFBIZ-1958.
-----------------------------

       Resolution: Invalid
    Fix Version/s: SVN trunk

through the dev mailing list determined  I had a RSS feed link that got refreshed when I open my browser.
so not a bug as far as the RSS feed.
there is no code in the ecomerce that would be effected by just removing it from the load list.

so closing

> product Store errors with Clean Setup No demo data.
> ---------------------------------------------------
>
>                 Key: OFBIZ-1958
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1958
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content, ecommerce
>    Affects Versions: SVN trunk
>         Environment: svn 691430
>            Reporter: BJ Freeman
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> Database has only seed-intial, seed, and ext for this customer.
> there is a Webstie and productStore defined.
> The webstie is not linked to Eccomerce (Web.xml)
> I have abreviated the log to the import pieces
> 2008-09-13 20:01:21,695 (http-0.0.0.0-8080-1) [ ProductStoreWorker.java:101:ERROR] No product store found in request, cannot set locale!
> 2008-09-13 20:01:21,726 (http-0.0.0.0-8080-1) [   JavaEventHandler.java:97 :ERROR] 
> ---- runtime exception report --------------------------------------------------
> Problems Processing Event
> Exception: java.lang.NullPointerException
> Message: null
> ---- stack trace ---------------------------------------------------------------
> java.lang.NullPointerException
> org.ofbiz.product.store.ProductStoreWorker.getStoreCurrencyUomId(ProductStoreWorker.java:95)
> org.ofbiz.order.shoppingcart.WebShoppingCart.<init>(WebShoppingCart.java:44)
> org.ofbiz.order.shoppingcart.ShoppingCartEvents.getCartObject(ShoppingCartEvents.java:806)
> org.ofbiz.order.shoppingcart.ShoppingCartEvents.getCartObject(ShoppingCartEvents.java:825)
> org.ofbiz.order.shoppingcart.ShoppingCartEvents.keepCartUpdated(ShoppingCartEvents.java:887)
> 2008-09-13 20:01:21,758 (http-0.0.0.0-8080-1) [     RequestHandler.java:238:INFO ] [Processing Request]: ViewBlogRss sessionId=11B9994B00B8664F40F9248265F81A64.jvm1
> 2008-09-13 20:01:22,429 (http-0.0.0.0-8080-1) [  ServiceDispatcher.java:522:ERROR] Error in Service [generateBlogRssFeed]: Not able to generate RSS feed for content: BLOGROOTBIGAL
> 2008-09-13 20:01:22,429 (http-0.0.0.0-8080-1) [    TransactionUtil.java:275:ERROR] 
> 2008-09-13 20:01:22,429 (http-0.0.0.0-8080-1) [    TransactionUtil.java:285:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2008-09-13 20:01:22,429 (http-0.0.0.0-8080-1) [  ServiceDispatcher.java:578:INFO ] Sync service [ecommerce/generateBlogRssFeed] finished in [625] milliseconds
> 2008-09-13 20:01:22,429 (http-0.0.0.0-8080-1) [     ControlServlet.java:211:ERROR] 
> ---- runtime exception report --------------------------------------------------
> Error in request handler: 
> Exception: java.lang.NullPointerException
> Message: null
> ---- stack trace ---------------------------------------------------------------
> java.lang.NullPointerException
> com.sun.syndication.io.WireFeedOutput.outputJDom(WireFeedOutput.java:183)
> com.sun.syndication.io.WireFeedOutput.output(WireFeedOutput.java:133)
> sun

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