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 archive

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 arch

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: > entity-group-reader="main" entity-eca-reader="main"> > > You don't have a localpostgres datasource defined so you're going to get errors there. Regards Scott HotWax Media http://www.hotwaxmedia.com On 27/06/201

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 wrote: > Hi, > > Following is complete log when i run ./ant run-install > command... > > > >  [subant] No sub-builds to iterate on > > clean

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 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 OFBIZ_H

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-28 Thread Mike
A couple of things I noticed. When I used mysql (I don't anymore, I use PG) I had this: I used "localmysql" for both (even olap). Maybe this is wrong, but it seemed to work for me. For my localmysql, it looked like this (I noticed you used UTF8, which is good).

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 wrote: > HI, > > I am getting following exceptions. > >[java] 2011-06-28 16:24:06,503 (main) [ModelViewEntity.java:532:WARN > ] Convers

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 OrderIt

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=true " -- Thanks and Regards Santosh Malviya On Mon, Jun 27, 2011 at 1:03 PM, Rakesh_Ists wrote: > Hi, > > It started pro

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 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 run ofbiz.. >

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 http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entity-config.xsd";>

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: http://ofbiz

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-->jdbc>mysql jar file. now reconfigure entityengine.xml of entity directry . a

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 wrote: > I am running commond  ./ant run-install  with ofbiz 10.4 but it is not > run

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" java.lang.NullPointerEx