Rép : Re: Exception : Cannot refuse new sessions when in development mode[RESOLVED]

2012-09-12 Thread Raymond NANEON
Hi Pascal,My problem fixed.===> Make sure that in the scheduling, that "Graceful Scheduling" is unchecked.ThanksEnvoyé depuis iCloudLe 11 sep 2012 à 02:38, Raymond NANEON a écrit :Hi Pascal,WODirectConnectEnabled and development mode is not the same… Are you setting er.extensions.ERXApplication.de

Rép : Re: Rewrite WO app URL

2012-09-12 Thread Raymond NANEON
Hi List,I disabled WOAdaptorURL, direct connect, restarted httpd and apache with these new settings :apache.conf :RewriteRule ^/Etudiant(.*)$ /cgi-bin/WebObjects/Dossier-Etudiants.woa/wa$1 [PT,L]properties fileer.extensions.ERXApplication.replaceApplicationPath.pattern=/cgi-bin/WebObjects/Dos

Re: Rewrite WO app URL

2012-09-12 Thread Tim Worman
Check your rewrite logs to see what the requests are and why they aren't matching. Tim UCLA GSE&IS On Sep 12, 2012, at 1:33 AM, Raymond NANEON wrote: > Hi List, > > I disabled WOAdaptorURL, direct connect, restarted httpd and apache with > these new settings : > > apache.conf : > > Rewrite

Rép : Re: Rewrite WO app URL

2012-09-12 Thread Raymond NANEON
These arguments : RewriteLog "/var/log/apache2/rewrite.log" and  RewriteLogLevel 9 in apache.conf , crashes Apache.  Envoyé depuis iCloudLe 12 sep 2012 à 01:39, Tim Worman a écrit :Check your rewrite logs to see what the requests are and why they aren't matching. Tim UCLA GSE&IS On Sep 12, 2012,

Re: WOWorkerThread deadlocks

2012-09-12 Thread John Huss
> > >>> The state the app was in when I took that jstack was that no login was > possible and user's requests would not return, ultimately running into "no > instance" responses after the timeout elapsed. > >> > >> Grep the app logs for OutOfMemory, that is one possibility. They look > ready to ac

Re: Rép : Re: Rewrite WO app URL

2012-09-12 Thread John Huss
> > > Hi List, > > > > I disabled WOAdaptorURL, direct connect, restarted httpd and apache with > these new settings : > > > > apache.conf : > > > > RewriteRule ^/Etudiant(.*)$ > /cgi-bin/WebObjects/Dossier-Etudiants.woa/wa$1 [PT,L] > > > > properties file > > > > > er.extensions.ERXApplication.rep

Re: Rewrite WO app URL

2012-09-12 Thread Tim Worman
Then there's something wrong with your apache install. Those are mod_rewrite directives. good luck, Tim UCLA GSE&IS On Sep 12, 2012, at 2:14 AM, Raymond NANEON wrote: > These arguments : RewriteLog "/var/log/apache2/rewrite.log" and > RewriteLogLevel 9 in apache.conf , crashes Apache. >

Re: Rewrite WO app URL

2012-09-12 Thread Pascal Robert
Le 2012-09-12 à 05:14, Raymond NANEON a écrit : > These arguments : RewriteLog "/var/log/apache2/rewrite.log" and > RewriteLogLevel 9 in apache.conf , crashes Apache. Please define "crash". It started and closing right away? If yes, check in error_log for the reason… It's probably a permissi

Re: Rewrite WO app URL

2012-09-12 Thread Raymond NANEON
I am not at my office now. Tomorrow I'll try Jhon solution and will look for RewriteLog permission and crash. Envoyé depuis iCloud Le 12 sept. 2012 à 16:40, Pascal Robert a écrit : > > Le 2012-09-12 à 05:14, Raymond NANEON a écrit : > >> These arguments : RewriteLog "/var/log/apache2/rew

ERCPreferences on subclasses of ERCoreUserInterface object

2012-09-12 Thread Larry Mills-Gahl
I have different classes of users that are subclasses of an AppUser and want to use the preferences structure in ERCoreUserInterface. Calling addPreferenceRelationshipToActorEntity on the parent entity doesn't create a relationship for child classes. I took part of the call from ERCoreBusinessL

Re: ERCPreferences on subclasses of ERCoreUserInterface object

2012-09-12 Thread Chuck Hill
On 2012-09-12, at 10:15 AM, Larry Mills-Gahl wrote: > I have different classes of users that are subclasses of an AppUser ERXPartials are another option. More on that soon, I hope. > and want to use the preferences structure in ERCoreUserInterface. > Calling addPreferenceRelationshipToActorE

Re: WOWorkerThread deadlocks

2012-09-12 Thread Alexis Tual
Hi, 2012/9/13 John Huss > >>> The state the app was in when I took that jstack was that no login was >> possible and user's requests would not return, ultimately running into "no >> instance" responses after the timeout elapsed. >> >> >> >> Grep the app logs for OutOfMemory, that is one possibil

Re: WOWorkerThread deadlocks

2012-09-12 Thread Chuck Hill
Hi John, On 2012-09-12, at 7:13 AM, John Huss wrote: > >>> The state the app was in when I took that jstack was that no login was > >>> possible and user's requests would not return, ultimately running into > >>> "no instance" responses after the timeout elapsed. > >> > >> Grep the app logs fo

Re: WOWorkerThread deadlocks

2012-09-12 Thread Chuck Hill
On 2012-09-12, at 2:58 PM, Alexis Tual wrote: > Hi, > > 2012/9/13 John Huss > >>> The state the app was in when I took that jstack was that no login was > >>> possible and user's requests would not return, ultimately running into > >>> "no instance" responses after the timeout elapsed. > >> >

ERDList.CreateObjectDelegate

2012-09-12 Thread Ângelo Andrade Cirino
Hi, I was not able to find a way to set this delegate: ERDList.CreateObjectDelegate The source code mentions a key binding: * @return {@link CreateObjectDelegate} instance from the rule * file/bindings. this is responsible for creating the object and * displaying t

Rép : Re: Rewrite WO app URL

2012-09-12 Thread Raymond NANEON
Hi List,for the RewriteLog Pascal was right, permission problem. When I delete /wa pattern from my properties file and apache.conf, my url : http://agecanonix-form.utt.fr/Etudiant/myDefault continue to work but I can't navigate in my app beacause I stuck on myDefault page. When I add /wa pattern I

Re: WOWorkerThread deadlocks

2012-09-12 Thread Maik Musall
Hi Alex, Hi Chuck, Am 13.09.2012 um 02:28 schrieb Chuck Hill : >>> Never out of memory. The app is allowed to grow up to 24 GByte, stays in >>> the 1-4 GByte range in normal use and occasionally grows up to 12 GByte >>> with the most advanced statistics that tend to suck in the whole database. >