mysql setup?

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

mysql setup?

ryan-116
I'm trying to move from my dev setup to a test/staging env.  I've got
mysql 5.0 running with an ofbiz user and password, and have verified
that I can connect as the ofbiz user from the ofbiz server.

I installed the
mysql-connector-java-3.1.14/mysql-connector-java-3.1.14-bin.jar into
${OFBIZ_HOME}/framework/entity/lib/jdbc/.

I modified entityengine.xml to delegate to my mysql datasource and set
the mysql datasource to connect to my mysql server (as described in
http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide 
and elsewhere).

When I run "ant run-install", it goes quite slowly and eventually hangs
sometime after this:

[java] 2008-02-27 08:42:21,562 (main) [ ModelServiceReader.java:208:INFO
] Loaded 15 Service definitions from
file:/opt/sourcelabs/ofbiz/framework/example/servicedef/services.xml
[java] 2008-02-27 08:42:21,641 (main) [ ModelServiceReader.java:441:WARN
] Created INTERNAL GROUP model
[_createPartyTextContent.group::all::[createTextContent::sync::,
createPartyContent::sync::]]

any ideas?

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

Re: mysql setup?

ryan-116
problem solved - I had a typo in the entityengine.xml.

ryan wrote:

> I'm trying to move from my dev setup to a test/staging env.  I've got
> mysql 5.0 running with an ofbiz user and password, and have verified
> that I can connect as the ofbiz user from the ofbiz server.
> I installed the
> mysql-connector-java-3.1.14/mysql-connector-java-3.1.14-bin.jar into
> ${OFBIZ_HOME}/framework/entity/lib/jdbc/.
>
> I modified entityengine.xml to delegate to my mysql datasource and set
> the mysql datasource to connect to my mysql server (as described in
> http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide 
> and elsewhere).
> When I run "ant run-install", it goes quite slowly and eventually
> hangs sometime after this:
> [java] 2008-02-27 08:42:21,562 (main) [
> ModelServiceReader.java:208:INFO ] Loaded 15 Service definitions from
> file:/opt/sourcelabs/ofbiz/framework/example/servicedef/services.xml
> [java] 2008-02-27 08:42:21,641 (main) [
> ModelServiceReader.java:441:WARN ] Created INTERNAL GROUP model
> [_createPartyTextContent.group::all::[createTextContent::sync::,
> createPartyContent::sync::]]
>
> any ideas?
>
> regards,
> -Ryan

Reply | Threaded
Open this post in threaded view
|

Re: mysql setup?

willjoe
In reply to this post by ryan-116
How to install MySQL
Prerequisites.
Step 1: Go to the official website of MySQL and download the community server edition software.
Step 2: Next, there are two options available to download the setup.
Step 1: After downloading the setup, unzip it anywhere and double click the MSI installer .exe file.


Regards,
Will