If I use the admin panel and edit Store Name with this sequence
Catalog -> Store -> Store Name, the change will persist only until a the process completes. When I restart ofbiz, my changes are no longer available. What's the correct way to make these changes permanent? Thanks. Patrick |
Hi Patrick,
How are you restarting OFBiz? Thanks Scott HotWax Media http://www.hotwaxmedia.com On 17/03/2010, at 3:30 PM, Patrick wrote: > If I use the admin panel and edit Store Name with this sequence > Catalog -> Store -> Store Name, the change will persist only until a > the process completes. When I restart ofbiz, my changes are no longer > available. What's the correct way to make these changes permanent? > Thanks. Patrick smime.p7s (3K) Download Attachment |
java \-Xdebug \-Xnoagent \-Djava.compiler=NONE
\-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8091 \-jar ofbiz.jar On Wed, Mar 17, 2010 at 4:38 PM, Scott Gray <[hidden email]> wrote: > Hi Patrick, > > How are you restarting OFBiz? > > Thanks > Scott > > HotWax Media > http://www.hotwaxmedia.com > > On 17/03/2010, at 3:30 PM, Patrick wrote: > >> If I use the admin panel and edit Store Name with this sequence >> Catalog -> Store -> Store Name, the change will persist only until a >> the process completes. When I restart ofbiz, my changes are no longer >> available. What's the correct way to make these changes permanent? >> Thanks. Patrick > > |
Okay, my first guess was that you were mistakenly reloading the database on restart.
I tried restarting with your settings but OFBiz runs out of memory before it can get started. Why don't you use startofbiz.sh or startofbiz.bat? Regards Scott On 17/03/2010, at 3:50 PM, Patrick wrote: > java \-Xdebug \-Xnoagent \-Djava.compiler=NONE > \-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8091 \-jar > ofbiz.jar > > > On Wed, Mar 17, 2010 at 4:38 PM, Scott Gray <[hidden email]> wrote: >> Hi Patrick, >> >> How are you restarting OFBiz? >> >> Thanks >> Scott >> >> HotWax Media >> http://www.hotwaxmedia.com >> >> On 17/03/2010, at 3:30 PM, Patrick wrote: >> >>> If I use the admin panel and edit Store Name with this sequence >>> Catalog -> Store -> Store Name, the change will persist only until a >>> the process completes. When I restart ofbiz, my changes are no longer >>> available. What's the correct way to make these changes permanent? >>> Thanks. Patrick >> >> smime.p7s (3K) Download Attachment |
Hmm, that seemed to work. Well, I was using that command because I
wanted maximum verbosity since I am new to this project (about 2 months). Also I was trying to debug into eclipse with that command but I never got that to work. Thanks for your help. Patrick On Wed, Mar 17, 2010 at 5:22 PM, Scott Gray <[hidden email]> wrote: > Okay, my first guess was that you were mistakenly reloading the database on restart. > > I tried restarting with your settings but OFBiz runs out of memory before it can get started. Why don't you use startofbiz.sh or startofbiz.bat? > > Regards > Scott > > On 17/03/2010, at 3:50 PM, Patrick wrote: > >> java \-Xdebug \-Xnoagent \-Djava.compiler=NONE >> \-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8091 \-jar >> ofbiz.jar >> >> >> On Wed, Mar 17, 2010 at 4:38 PM, Scott Gray <[hidden email]> wrote: >>> Hi Patrick, >>> >>> How are you restarting OFBiz? >>> >>> Thanks >>> Scott >>> >>> HotWax Media >>> http://www.hotwaxmedia.com >>> >>> On 17/03/2010, at 3:30 PM, Patrick wrote: >>> >>>> If I use the admin panel and edit Store Name with this sequence >>>> Catalog -> Store -> Store Name, the change will persist only until a >>>> the process completes. When I restart ofbiz, my changes are no longer >>>> available. What's the correct way to make these changes permanent? >>>> Thanks. Patrick >>> >>> > > |
Free forum by Nabble | Edit this page |