i have connected ofbiz with oracle using thin driver. when i try to run ant run-install command it shows the following error message.
[java] 2007-08-13 18:51:08,743 (main) [ GenericDelegator.java:165:INFO ] Delegator "default" initializing helper "localoracle" for entity group "org.ofbiz". [java] Exception in thread "main" java.lang.OutOfMemoryError: Java heap space [java] Java Result: 1 |
Administrator
|
It seems that you need more memory. Try to set it, look at startofbiz.bat for an example (-Xms256M -Xmx512M for instance) or
using -vmargs ... Jacques De : "amit charaya" <[hidden email]> > > i have connected ofbiz with oracle using thin driver. when i try to run ant > run-install command it shows the following error message. > > [java] 2007-08-13 18:51:08,743 (main) [ GenericDelegator.java:165:INFO ] > Delegator "default" initializing helper "localoracle" for entity group > "org.ofbiz". > [java] Exception in thread "main" java.lang.OutOfMemoryError: Java heap > space > [java] Java Result: 1 > > -- > View this message in context: http://www.nabble.com/new-to-ofbiz-tf4261170.html#a12126166 > Sent from the OFBiz - User mailing list archive at Nabble.com. |
i tried -Xms756M -Xmx1024M
but problem still persist it still show error [java] 2007-08-13 18:51:08,743 (main) [ GenericDelegator.java:165:INFO ] > Delegator "default" initializing helper "localoracle" for entity group > "org.ofbiz". > [java] Exception in thread "main" java.lang.OutOfMemoryError: Java heap > space > [java] Java Result: 1
|
Administrator
|
I'm sorry, I can't help you more : I don't know much about Oracle ans its drivers.
You may have a look at http://www.nabble.com/forum/Search.jtp?local=y&forum=2740&query=Oracle But I found no issues related to Oracle and memory. Also check that you use the right driver version. Hopefully someone else will chime in... Jacques De : "amit charaya" <[hidden email]> > > i tried -Xms756M -Xmx1024M > but problem still persist > it still show error > [java] 2007-08-13 18:51:08,743 (main) [ GenericDelegator.java:165:INFO ] > > Delegator "default" initializing helper "localoracle" for entity group > > "org.ofbiz". > > [java] Exception in thread "main" java.lang.OutOfMemoryError: Java > > heap > > space > > [java] Java Result: 1 > > > jacques.le.roux wrote: > > > > It seems that you need more memory. Try to set it, look at startofbiz.bat > > for an example (-Xms256M -Xmx512M for instance) or > > using -vmargs ... > > > > Jacques > > > > De : "amit charaya" <[hidden email]> > >> > >> i have connected ofbiz with oracle using thin driver. when i try to run > >> ant > >> run-install command it shows the following error message. > >> > >> [java] 2007-08-13 18:51:08,743 (main) [ GenericDelegator.java:165:INFO > >> ] > >> Delegator "default" initializing helper "localoracle" for entity group > >> "org.ofbiz". > >> [java] Exception in thread "main" java.lang.OutOfMemoryError: Java > >> heap > >> space > >> [java] Java Result: 1 > >> > >> -- > >> View this message in context: > >> http://www.nabble.com/new-to-ofbiz-tf4261170.html#a12126166 > >> Sent from the OFBiz - User mailing list archive at Nabble.com. > > > > > > > > -- > View this message in context: http://www.nabble.com/new-to-ofbiz-tf4261170.html#a12142396 > Sent from the OFBiz - User mailing list archive at Nabble.com. |
Free forum by Nabble | Edit this page |