-
What works really well for us is Joomla for the exposed portion of our web site with a second box running opentaps. Its then really easy to add content, both static and dynamic with Opentaps as links in joomla.
I agree completely that portals provide only very limited functionality, but Joomla is easy to use and modify and is well supported.
Its easy enough to provide JSON and RMI...
2009-11-05 17:28:24 UTC in opentaps open source ERP+CRM
-
Do not install postgres from the package
Go to http://yum.pgsqlrpms.org/howtoyum.php and download and install the Yum rpm.
Then follow the directions to install postgres and pgadmin
Use the sofware manager to remove the existing java installation.
Then install java sdk 1.5 for linux. Get the rpm.bin. Change it to an executable and run it in a console window.
Then
Modify etc/p.
2009-11-05 17:20:36 UTC in opentaps open source ERP+CRM
-
Note that this forum seems to be removing the underscore character so
JAVA(underscore)HOME
is what you want
Skip.
2009-11-02 21:13:22 UTC in opentaps open source ERP+CRM
-
one more thing you can do for testing purposes. If you open a command window in the ofbiz directory, you can type:
set JAVA_HOME=c:\java\jdk1.5.0_20
and then
startofbiz
it should launch (but with errors if you have not yet run ant run-install).
This sets JAVA_HOME only for the current session. You have to change it using the control panel to make it permanent.
Skip.
2009-11-02 21:11:52 UTC in opentaps open source ERP+CRM
-
That is not correct.
You can experiment with the correct path by changing the path to include the JAVA_HOME\bin directory. If you are using windows, open the control panel, Click on System, then Advanced, then Environmental Variables and change the path by putting your proposed path in front of all the others followed by a semi-colon.
Then, java -version in a command window should yield...
2009-11-02 21:08:19 UTC in opentaps open source ERP+CRM
-
You have JAVA_HOME set to the wrong location
The error on your print screen is saying that it cannot find java.exe at
the location c:\program files ...
Check this all out and your problem will be solved.
Skip.
2009-10-30 16:17:11 UTC in opentaps open source ERP+CRM
-
Java 6 works fine, you have some other problem. Perhaps you need to set JAVA_HOME.
Have a look at startofbiz.bat / startofbiz.sh to see how this affects you.
2009-10-29 20:12:46 UTC in opentaps open source ERP+CRM
-
Checkout PartyRelationship
Here is a note from PartyTypeData.xml
<!-- NOTE: The partyRelationshipName describes the TO party, ie A is a customer of B, so A is the partyTo and B is the partyFrom -->.
2009-10-29 17:00:25 UTC in opentaps open source ERP+CRM
-
michele
Thanks for the reply. i uninstalled the 1.5 jvm and reinstalled 1.6. I also completely removed the 1.4 jvm that shipped with Centos 5.3 (I think this was the real trouble). The app has now been running a week without errors.
Skip.
2009-10-28 18:32:50 UTC in opentaps open source ERP+CRM
-
I have brought up a new CentOS 5.3 installation running the Sun 1.5.0_21 JVM.
In a weeks running, I have gotten 2 "Unexpected Error has been Detected by HotSpot Virtual Machine" errors which shuts it down.
I have been running Opentaps now for 18 months on several Windows 2000 machines without trouble.
Is there anyone running Opentaps under Linux and in particular Centos and if...
2009-10-17 00:15:30 UTC in opentaps open source ERP+CRM