Re: Problem: mysql with ofbiz 10.4

2011-06-29 Thread Rakesh_Ists
Hi, Following is complete log when i run ./ant run-install command... [subant] No sub-builds to iterate on clean-svninfo: [echo] Resetting svninfo... [echo] Done! [echo] [build] == Done Building (Compile) == run-install: [java] Set

RE: Problem: mysql with ofbiz 10.4

2011-06-29 Thread Hardik Handa
Try to clean cache of the application first. May be this should work -Original Message- From: Rakesh_Ists [mailto:rake...@istsinc.com] Sent: Wednesday, June 29, 2011 11:01 AM To: user@ofbiz.apache.org Subject: Re: Problem: mysql with ofbiz 10.4 Hi, Following is complete log when i run

Re: Problem: mysql with ofbiz 10.4

2011-06-29 Thread Mike
I see a typo: collate=utf8_general_ci should be (on both): collate=utf8_general_ci/ On Tue, Jun 28, 2011 at 10:31 PM, Rakesh_Ists rake...@istsinc.com wrote: Hi, Following is complete log when i run ./ant run-install command...  [subant] No sub-builds to iterate on

Re: Problem: mysql with ofbiz 10.4

2011-06-29 Thread Scott Gray
If someone hasn't suggested it already then get rid of this section: delegator name=other entity-model-reader=main entity-group-reader=main entity-eca-reader=main group-map group-name=org.ofbiz datasource-name=localpostgres/ /delegator You don't have a localpostgres datasource

Re: Problem: mysql with ofbiz 10.4

2011-06-29 Thread Rakesh_Ists
Hi Scott, I removed section suggested by you.. but still getting the same problem. Regards, Rakesh Chandra Pandey -- View this message in context: http://ofbiz.135035.n4.nabble.com/Problem-mysql-with-ofbiz-10-4-tp3616546p3632495.html Sent from the OFBiz - User mailing list

Re: Problem: mysql with ofbiz 10.4

2011-06-29 Thread Rakesh_Ists
Mike, This is correct... anything else you can help to get out of it. Thanks in advance Regards, Rakesh Chnadra Pandey -- View this message in context: http://ofbiz.135035.n4.nabble.com/Problem-mysql-with-ofbiz-10-4-tp3616546p3632424.html Sent from the OFBiz - User mailing list

Re: Problem: mysql with ofbiz 10.4

2011-06-28 Thread Santosh Malviya
The exception you posted is not complete, post full exception. -- Thanks and Regards Santosh Malviya On Tue, Jun 28, 2011 at 10:40 AM, Rakesh_Ists rake...@istsinc.com wrote: HI, I am getting following exceptions. [java] 2011-06-28 16:24:06,503 (main) [

Re: Problem: mysql with ofbiz 10.4

2011-06-28 Thread Mike
A couple of things I noticed. When I used mysql (I don't anymore, I use PG) I had this: 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/

Re: Problem: mysql with ofbiz 10.4

2011-06-28 Thread Ricky Khatri
Hi you don't need to include jar file for derby because derby is an ASF product setup defaultly with OFBiz i will suggest you first take svn update and then start working with OFBiz project Regards Ricky Khatri

Re: Problem: mysql with ofbiz 10.4

2011-06-27 Thread Rakesh_Ists
Hi It was runinng with default derby. I have already placed the jar ..and also did all the steps ... but still not able to run ofbiz.. Any other mistake which i can committ during configuration. Please do let me know Regards Rakesh -- View this message in context:

Re: Problem: mysql with ofbiz 10.4

2011-06-27 Thread Rakesh_Ists
Hi, It started proper with derby. my entityEngine.xml look likes as folows ?xml version=1.0 encoding=UTF-8 ? entity-config xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:noNamespaceSchemaLocation=http://ofbiz.apache.org/dtds/entity-config.xsd; resource-loader

Re: Problem: mysql with ofbiz 10.4

2011-06-27 Thread prasanth r
hi, please update what error/exception you are getting. Thanks prasath rajan On Mon, Jun 27, 2011 at 11:41 AM, Rakesh_Ists rake...@istsinc.com wrote: Hi It was runinng with default derby. I have already placed the jar ..and also did all the steps ... but still not able to

Re: Problem: mysql with ofbiz 10.4

2011-06-27 Thread Santosh Malviya
Hello Rakesh, Try with mysql port on which you are working like: - jdbc-uri=jdbc:mysql://127.0.0.1:3309/ofbiz?autoReconnect=truehttp://127.0.0.1/ofbiz?autoReconnect=true -- Thanks and Regards Santosh Malviya On Mon, Jun 27, 2011 at 1:03 PM, Rakesh_Ists rake...@istsinc.com wrote: Hi,

Re: Problem: mysql with ofbiz 10.4

2011-06-27 Thread Rakesh_Ists
HI, I am getting following exceptions. [java] 2011-06-28 16:24:06,503 (main) [ModelViewEntity.java:532:WARN ] Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for alias: totQuantityAvailable of view-entity

Problem: mysql with ofbiz 10.4

2011-06-22 Thread Rakesh_Ists
I am running commond ./ant run-install with ofbiz 10.4 but it is not running... I am getting following message [java] 2011-06-22 20:39:46,192 (main) [ ModelEntityChecker.java:502:INFO ] [initReservedWords] array length=1023 [java] Exception in thread main

Re: Problem: mysql with ofbiz 10.4

2011-06-22 Thread James McGill
What does your framework/entity/config/entityengine.xml look like? What steps did you take to set up ofbiz with mysql? Does it start ok with the default Derby config? On Wed, Jun 22, 2011 at 2:52 AM, Rakesh_Ists rake...@istsinc.com wrote: I am running commond  ./ant run-install  with ofbiz 10.4

Re: Problem: mysql with ofbiz 10.4

2011-06-22 Thread Vishal Agrawal
hi... if u want to configure mysql with ofbiz10.4 first u have to download mysql jar file . which u have to placed in the directory structure named- component name---lib--jdbcmysql jar file. now reconfigure entityengine.xml of entity directry . and