-
Sorry about the hyper links...
2010-01-07 04:46:41 UTC by fishguy
-
FYI - we had to switch to pound from tomcat otherwise we would have to ./stopofbiz.sh then ./startofbiz.sh daily+ because the production server would hang at 796% (8 cores) cpu usage. This was EXTREMELY frustrating but we finally figured that some upper level code is transmitted between apache/tomcat and java and if the code was a specific binary stream it would hang - sometimes minutes after...
2010-01-07 04:45:55 UTC by fishguy
-
Fishguy
Thanks for the feedback. I'll checkout VMWare to see if it can benefit us. For us, we are running Opentaps and Postgres of separate machines and performance has not been a problem until the thing runs for a few days.
Anyone else running Opentaps in production, and If so, what VM arguments are you using and what JVM version are you using?
Skip.
2010-01-07 00:58:48 UTC by skipdever
-
For those folks with some interest in this, I have finally resolved the problem. I have done the following:
Downloaded and Installed the IBM 1.6 SDK, and set up the necessary paths to use it. When I started it up, I got the error that SunX509 was not available. To fix this, I modified .../framework/base/util/SSLUtil.java as follows (Adding in the IbmX509):
public static KeyManager[]...
2010-01-07 00:23:42 UTC by skipdever
-
What do you think about making the details section to be scrollable, so the top section (say, account name) and the tabs are always there? When you click on a tab, like Orders or Opportunities, it takes you to that part. You can also scroll vertically.
2010-01-07 00:09:49 UTC by sichen
-
Repot back:
I installed this version of java in C:\java
jdk-6u17-javafx-1_2_1-windows-i586
Can anyone tell me if this is the correct version of java? Both opentaps and ofbiz mention the SDK version of java. This version was the only one I could find on the java site that mentioned SDK. http://java.sun.com/javase/downloads/index.jsp
Would be really great to know what the right...
2010-01-06 17:40:21 UTC by dracool
-
Okay, I installed java in c:\ instead of program files and I edited startofbiz.bat changing 1536 to 1024. Still getting error,
C:\opentaps>startofbiz.bat
C:\opentaps>echo off
C:\opentaps>"C:\Java\jre6\bin\java" -Xms512M -Xmx1024M -XX:MaxPermSize=1024M -ja
r ofbiz.jar 1>runtime\logs\console.log
Could not create the Java virtual machine.
C:\opentaps>
Any ideas?
Thanks for your...
2010-01-06 16:34:32 UTC by dracool
-
Hi ,
If you edit startofbiz.bat, u can change that directly,
2010-01-06 16:13:27 UTC by pheatley
-
> -Xms512M -Xmx1536M will not work
> -Xms512M -Xmx1024M is correct
How do I change this?
Thanks for the reply :)
2010-01-06 16:07:05 UTC by dracool
-
Hi,
2 things:
JAVA_HOME should be in a filepath with no spaces present, eg. C:\java\
-Xms512M -Xmx1536M will not work
-Xms512M -Xmx1024M is correct
Hope this helps resolve it.
2010-01-06 15:59:48 UTC by pheatley