Re: java.lang.OutOfMemoryError: Java heap space

2007-09-12 Thread Ken Anderson
In other words, it should go into VM Arguments, not Program Arguments. Ken On Sep 12, 2007, at 9:55 PM, Chuck Hill wrote: 4) You are adding these parameters in the wrong place and they are not having any effect. On Sep 12, 2007, at 6:42 PM, Galen Rhodes wrote: 1GB is a lot of memory. Mos

Re: java.lang.OutOfMemoryError: Java heap space

2007-09-12 Thread Chuck Hill
4) You are adding these parameters in the wrong place and they are not having any effect. On Sep 12, 2007, at 6:42 PM, Galen Rhodes wrote: 1GB is a lot of memory. Most times you should be good with 512m or even 256m. There's three things I could think of: 1) You're reading a BLOB from t

Re: java.lang.OutOfMemoryError: Java heap space

2007-09-12 Thread Galen Rhodes
1GB is a lot of memory. Most times you should be good with 512m or even 256m. There's three things I could think of: 1) You're reading a BLOB from the database that is REALLY BIG. 2) You have a loop that isn't ending and it just keeps creating objects over and over and over. 3) You have a r

Re: java.lang.OutOfMemoryError: Java heap space

2007-09-12 Thread Kirti Roda
Thank you for your reply John. I'v already given "-Xms125m -Xmx256m" these parameters while running, even tried giving 1024m. Still there is same error. Regards, Kirti On Sep 12, 2007, at 1:44 PM, [EMAIL PROTECTED] wrote: Message: 3 Date: Wed, 12 Sep 2007 14:43:25 -0500 From: "John Huss

Re: Status of informations

2007-09-12 Thread Simon McLean
In other words, WebObjects is not free - it's 499 USD per year, for which Apple will give you some vague idea of what's going on with the next bi-annual dot release of WO, together with a whole pile of Mac OS crap that you're not particularly interested in. Oh, and don't forget - you'll als

re: Assigning a Session to a Custom WORequestHandler

2007-09-12 Thread Jonathan Miller
Indeed, the piece of the code that was presented is just that a portion. What I'm trying to accomplish is the following (keep in mind I need to deploy using SSDD on *nix so that's why I'm not using Wonder ;) ) 1. A WOForm containing a WOFileUpload is submitted to a custom request handler 2

Re: migrating a jc application from Xcode to wolips - how to build the client side stuff ?

2007-09-12 Thread Lachlan Deck
On 12/09/2007, at 3:23 AM, Chuck Hill wrote: On Sep 11, 2007, at 8:27 AM, Paolo Sommaruga wrote: finally I have successfully migrated some of our elaborate wo web applications from Xcode to eclipse/wolips. Also I can war deploy it, thanks to Chuck which has helped me with my class loader

Re: Assigning a Session to a Custom WORequestHandler

2007-09-12 Thread Mike Schrag
I don't know what exactly you're trying to do, but it looks pretty suspicious. For one thing, if you call restoreSessionWithID, you MUST return it to the session store with a saveSession call or you're going to just deadlock on the second request for the session. Personally, I think these

Re: Assigning a Session to a Custom WORequestHandler

2007-09-12 Thread Jonathan Miller
Hi, I seem to be stuck between a server stop responding and a session has timed out place :'( I've circuitously landed with the following code: private WOResponse answer(WORequest r){ WOContext ctx = new WOContext(r); NSLog.out.appendln("4: " + r.sessionID()); //

Re: java.lang.OutOfMemoryError: Java heap space

2007-09-12 Thread John Huss
Pass this flag to the java process that is launching the application -Xmx256M This sets the maximum memory size to 256 meg. You can choose any value though. John On 9/12/07, Kirti Roda <[EMAIL PROTECTED]> wrote: > > I am new to WebObjects, I am trying to run existing applications > but is thro

java.lang.OutOfMemoryError: Java heap space

2007-09-12 Thread Kirti Roda
I am new to WebObjects, I am trying to run existing applications but is throwing the error "com.webobjects.foundation.NSForwardException for java.lang.OutOfMemoryError: Java heap space" From the error message I can understand that it is going out of memory, I tried giving 1024 of memory bu

Re: "No Launchable executable present at path"

2007-09-12 Thread Kirti Roda
Thank you Chuck and Kieran for you response to my post. I could figure out the problem. I'll definitely look into WoLips. Thanks again. -Kirti On Sep 11, 2007, at 1:12 PM, Chuck Hill wrote: Hi, On Sep 11, 2007, at 1:00 PM, Kirti Roda wrote: Hello, I have created a simple HelloWorld exa

Re: Status of informations

2007-09-12 Thread Xeric Corporation
On Sep 12, 2007, at 8:16 AM, Thierry Kramis wrote: Some time ago Apple obviously showed news regarding webobjects to attendees of the WWDC. Since then we're waiting in our company to here something on those news from Apple, because the attendees couldn't say anything because of agreements si

Re: Status of informations

2007-09-12 Thread Ray Kiddy
On Sep 12, 2007, at 9:41 AM, Cliff Tuel wrote: If you have an ADC Select or Premier account, you can download the Leopard seeds and see what's new. -- Cliff Tuel . http://apple.com/services/technicalsupport And then, you cannot talk abou

Re: Status of informations

2007-09-12 Thread Cliff Tuel
If you have an ADC Select or Premier account, you can download the Leopard seeds and see what's new. -- Cliff Tuel . http://apple.com/services/technicalsupport ___ Do not post admin requests to the lis

Re: Status of informations

2007-09-12 Thread Pascal Robert
I guess the answer will be : wait for Mac OS X 10.5 (Leopard). Some of us did said to Apple that they should release some information about what we heard at WWDC, but so far we didn't succeed in that. Hi all Some time ago Apple obviously showed news regarding webobjects to attendees of t

Status of informations

2007-09-12 Thread Thierry Kramis
Hi all Some time ago Apple obviously showed news regarding webobjects to attendees of the WWDC. Since then we're waiting in our company to here something on those news from Apple, because the attendees couldn't say anything because of agreements signed with Apple. Has anybody a clue in wh