Re: every request gets thrown twice

2007-05-01 Thread Jacques Le Roux
Alex, Did you try Tim McGuire's tip ? BTW your msg is hardly readable :( Jacques - Message d'origine - De : "Alex Shevchuk" <[EMAIL PROTECTED]> À : Envoyé : lundi 30 avril 2007 19:22 Objet : RE: every request gets thrown twice Here're steps i did:- copied the whole ecommerce applic

Re: POS question

2007-05-01 Thread Jacques Le Roux
Tim, AFAIK, there is nothing currently dealing with regular printers in POS. But of course you may create a PDF file, using a service like sendPrintFromScreen, from the POS ... Jacques - Message d'origine - De : "Tim Frosh" <[EMAIL PROTECTED]> À : Envoyé : mardi 1 mai 2007 01:47 Objet

Error in simple-method operation

2007-05-01 Thread Michael Imhof
I got an OutOfMemoryError using simple-method ]: java.lang.OutOfMemoryError: Java heap space The Error occurs only once (the first call of the service). Then it works fine... Does somebody has an idea where this is coming from??? And why does it only occurs the first time (probably some

Google Trends and OFBiz

2007-05-01 Thread David E. Jones
Interesting results looking at the Google Trends for the search term "ofbiz": http://www.google.com/trends?q=ofbiz&ctab=0&sa=N http://www.google.com/trends?q=ofbiz&ctab=1&sa=N Looks like "ofbiz" is most popular in the far east and Europe. The USA didn't even make the top 10 of the regions,

Re: Error in simple-method operation

2007-05-01 Thread Mridul Pathak
Hi Micheal, For the OutOfMemoryError here is the solution I think that might work in your case: For running ofbiz from command line..instead of java -jar ofbiz.jar you can use java -Xms512m -Xmx1024m -jar ofbiz.jar This will solve ur OutOfMemory problem in any of the ofbiz operations. Regards

Re: Error in simple-method operation

2007-05-01 Thread Michael Imhof
Hi Mridul, increasing the heap space is not solving the problem. It just takes longer for the exception to appear. Seems to be a loop somewhere... Michael Mridul Pathak wrote: > > Hi Micheal, >For the OutOfMemoryError here is the solution I think that might work > in > your case: > For

Re: Error in simple-method operation

2007-05-01 Thread David E. Jones
Or perhaps you're trying to do a query to get results from a very large table without using the entity list iterator? -David On May 1, 2007, at 5:00 AM, Michael Imhof wrote: Hi Mridul, increasing the heap space is not solving the problem. It just takes longer for the exception to app

Re: Error in simple-method operation

2007-05-01 Thread Michael Imhof
Yes, thats something I was thinking about. But the table has only 70 entries. I tried the query with the But still the same error.. Next I will delete the table and try again...Strange?! Michael David E. Jones-2 wrote: > > > Or perhaps you're trying to do a query to get results from a very

Re: Error in simple-method operation

2007-05-01 Thread David E. Jones
Which version/revision of OFBiz are you using? Have you made any changes? -David On May 1, 2007, at 5:20 AM, Michael Imhof wrote: Yes, thats something I was thinking about. But the table has only 70 entries. I tried the query with the But still the same error.. Next I will delete th

Re: Error in simple-method operation

2007-05-01 Thread Michael Imhof
We're using an ofbiz version of mid february. We made some changes, but nothing concerning mini-lang or entity-engine. But i made changes on the entityengine.xml (had to, of course:-)). I loaded the old version of entity-engine.xml and the error was gone!! So what happens?? Playing and testing

Re: POS question

2007-05-01 Thread Tim Frosh
Thank You Jacques for answering. Then i will do a receipt screen and call sendPrintFromScreen with ECA after an order is created. Do you think this is a good idea ? One drawback in this case is that i cannot use reprint POS button. Also when i tried to see the order pdf from order manager, i get

Re: Google Trends and OFBiz

2007-05-01 Thread Walter Vaughan
David E. Jones wrote: Interesting results looking at the Google Trends for the search term "ofbiz": Not sure if we can do anything to help with Chinese and Indian users... is it mostly a language barrier keeping people in these places from getting involved, or perhaps more of a culture b

Re: Google Trends and OFBiz

2007-05-01 Thread Florin Jurcovici
-- Florin Jurcovici -- Why do psychics have to ask you for your name? On Tue, 01 May 2007 16:50:05 +0300, Walter Vaughan <[EMAIL PROTECTED]> wrote: David E. Jones wrote: Interesting results looking at the Google Trends for the search term "ofbiz": Not sure if we can

Re: Google Trends and OFBiz

2007-05-01 Thread Jacques Le Roux
Joli "coup de grâce", indeed ! Jacques - Message d'origine - De : "Florin Jurcovici" <[EMAIL PROTECTED]> A : Envoyé : mardi 1 mai 2007 16:53 Objet : Re: Google Trends and OFBiz > > > > -- > Florin Jurcovici > -- > Why do psychics have to ask you for your name? > > >

RE: every request gets thrown twice

2007-05-01 Thread Alex Shevchuk
Thank you guys for solution.Tim McGuire's tip worked very well.I have img src="" within js file. so fixing path solved the issue.Thanks, Alex> Date: Tue, 1 May 2007 09:58:03 +0200> From: [EMAIL PROTECTED]> Subject: Re: every request gets thrown twice> To: user@ofbiz.apache.org> > Alex,> > Did yo

CyberSource Upgrade New API Field: Request Token

2007-05-01 Thread rohit2006
Cybersource has released a New Api field 'Request Token' and has been sending emails to customers to update the software. Does anyone has an idea how it effects Cybersource processing in ofbiz and if there has been any work to address this issue. More on this update can be read at http://www.c

Re: Batch Product Upload

2007-05-01 Thread Jacques Le Roux
Jorge, You should have a look at the "data file tools" utility in Webtools Jacques De : "Jorge S. Alanís Garza" <[EMAIL PROTECTED]> Hello, I wanted to ask if there is a way to upload products massively to the catalog. I managed to insert some products via SQL scripting (maybe not the best way),

RE: Party Manager 'Details' Error

2007-05-01 Thread peter
Hi Anurag Meshram, Will try that, thanks for the advise. Will let you know how it goes. Thanks & Regards, Peter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anurag Meshram Sent: 01 May 2007 04:38 To: user@ofbiz.apache.org; [EMAIL PROTECTED] Subje

OT: Re: every request gets thrown twice NOW: broken emailer

2007-05-01 Thread Walter Vaughan
Jacques Le Roux wrote: Alex, BTW your msg is hardly readable :( It's coming in as Content-Type: multipart/alternative; without any alternative Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable inside the boundary, thus qualifying as the most broken mail

problem stopping ofbiz server

2007-05-01 Thread peter
Hi, Has anyone ever had a problem stopping the ofbiz.server before...this is the error message. meranda:/usr/local/opentaps/pilot# ./stopofbiz.sh Set OFBIZ_HOME to - /usr/local/opentaps/pilot Exception in thread "main" java.net.ConnectException: Connection refused at java.net.PlainSock

Re: problem stopping ofbiz server

2007-05-01 Thread BJ Freeman
have your made any changes to the config or sh files [EMAIL PROTECTED] sent the following on 5/1/2007 1:57 PM: > Hi, > > > Has anyone ever had a problem stopping the ofbiz.server before...this is the > error message. > > > meranda:/usr/local/opentaps/pilot# ./stopofbiz.sh > Set OFBIZ_HOME to

RE: problem stopping ofbiz server

2007-05-01 Thread peter
Hi, I think I will just power cycle the server, this will restore things I suppose. Thanks & Regards, Peter -Original Message- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent: 02 May 2007 00:13 To: user@ofbiz.apache.org Subject: Re: problem stopping ofbiz server have your made a

ofbiz at Java one?

2007-05-01 Thread Hans Bakker
Hi David, i see that you mentioned in this document? http://java.sun.com/javaone/sf/pdfs/AdvanceConferenceGuide_Other.pdf will you be speaking at Java One? woow really impressive! congratulations! Regards, Hans

Re: ofbiz at Java one?

2007-05-01 Thread David E. Jones
Yes, that is correct. I will be speaking about OFBiz at JavaOne next Wednesday at 4:10 PM. Ean Scheussler of Brainfood is really the man behind this. He arranged for the presentation, and did the bulk of the work putting together the concepts and content. I'm just along for support and to