error on creating a product

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

error on creating a product

ryan-116

Following
http://docs.ofbiz.org/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide#ApacheOFBizBusinessSetupGuide-businessSetupProcess 
- getting a an error when creating a (the first) product:

The Following Errors Occurred:

Error calling event: org.ofbiz.webapp.event.EventHandlerException:
Service invocation error (Could not commit transaction for service
[createProduct] call: Roll back error, could not commit transaction, was
rolled back instead because of: Error in simple-method [
[file:/opt/sourcelabs/ofbiz/specialpurpose/bi/script/org/ofbiz/bi/DimensionServices.xml#prepareProductDimensionData]]:
Error running the simple-method: Error in simple-method operation []:
java.lang.IllegalArgumentException: Type id-ne not found
null)

 From searching through the src it looks like this is being invoked by
the service eca in the bi module, calling the method:
loadType1ProductInProductDimension

What am I going to hur by disabling that eca?

regards,
-Ryan
Reply | Threaded
Open this post in threaded view
|

Re: error on creating a product

Branden Strickland
I got this to work by adding the olap piece to entityengine.xml

<delegator name="default" entity-model-reader="main"
entity-group-reader="main" entity-eca-reader="main"
distributed-cache-clear-enabled="false">
        <group-map group-name="org.ofbiz" datasource-name="localmysql"/>
        <group-map group-name="org.ofbiz.olap"
datasource-name="localmysqlolap"/>
    </delegator>



On Thu, Mar 6, 2008 at 4:23 PM, ryan <[hidden email]> wrote:

>
> Following
>
> http://docs.ofbiz.org/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide#ApacheOFBizBusinessSetupGuide-businessSetupProcess
> - getting a an error when creating a (the first) product:
>
> The Following Errors Occurred:
>
> Error calling event: org.ofbiz.webapp.event.EventHandlerException:
> Service invocation error (Could not commit transaction for service
> [createProduct] call: Roll back error, could not commit transaction, was
> rolled back instead because of: Error in simple-method [
>
> [file:/opt/sourcelabs/ofbiz/specialpurpose/bi/script/org/ofbiz/bi/DimensionServices.xml#prepareProductDimensionData]]:
> Error running the simple-method: Error in simple-method operation []:
> java.lang.IllegalArgumentException: Type id-ne not found
> null)
>
>  From searching through the src it looks like this is being invoked by
> the service eca in the bi module, calling the method:
> loadType1ProductInProductDimension
>
> What am I going to hur by disabling that eca?
>
> regards,
> -Ryan
>