-
The way gwt works is that it compiles it into javascript and then it compiles it once again for each of the 6 major browser versions and 10 language combinations. So thats 60 different versions it makes. You can turn off the extra languages to drastically speed up the compile time. To do that comment out the extra languages in...
2009-11-09 13:24:06 UTC in opentaps open source ERP+CRM
-
We just set up a new server yesterday and it happened to be CentOS. Don't install ant with Yum because that package has Open JDK listed as a dependency even though ant can use any java. And the gwt modules won't compile with Open JDK installed so you need to install sun sdk and manually install ant.
2009-11-05 20:54:32 UTC in opentaps open source ERP+CRM
-
Opentaps 1.4 won't run on 512 mb of Ram. It needs a minimum of 1 gig and will be pretty slow even with that.
2009-11-05 20:50:16 UTC in opentaps open source ERP+CRM
-
That is not even remotely enough information to tell you anything. There is probably an error, look at the logs and see what the error is.
2009-11-04 18:19:47 UTC in opentaps open source ERP+CRM
-
I have 4 gigs of RAM and wanted to give opentaps 3 of that so I changed it to "-Xms 1024M -Xmx 2048M -XX=MaxPersSize=1024M"
But you'll need to change them based on your memory size. The first parameter is the minimum memory it will use, the second is the max memory it will use, and the third is the memory it will use for the heap which you are crashing on and that is a completely...
2009-11-04 14:50:15 UTC in opentaps open source ERP+CRM
-
Java doesn't have enough memory space. Edit startofiz.sh to have bigger numbers in the parameters, but don't exceed your total available memory.
2009-11-03 21:24:41 UTC in opentaps open source ERP+CRM
-
Those need to be identical. You are missing an _ in the JAVA_HOME.
2009-11-02 21:06:26 UTC in opentaps open source ERP+CRM
-
I have no idea. The descriptions and FAQs for their modules are so cryptic I don't even know what they are supposed to do for us.
2009-11-02 13:23:44 UTC in opentaps open source ERP+CRM
-
I've downloaded the latest trunk and run it, but I didn't notice any differences. What does the latest ofbiz actually change?.
2009-10-27 15:30:08 UTC in opentaps open source ERP+CRM
-
Its in hot-deploy/opentaps-common/webapp/images
Just replace it with whatever you want.
2009-10-26 12:16:38 UTC in opentaps open source ERP+CRM