Re: Why is this happening?

2009-01-06 Thread Mersida Kurti
that it recognizes the server that it is trying to talk to? Thanks, Mersida --- On Tue, 12/23/08, Pascal Robert prob...@macti.ca wrote: From: Pascal Robert prob...@macti.ca Subject: Re: Why is this happening? To: Mersida Kurti muc...@yahoo.com Cc: WebObjects Dev Apple webobjects-dev@lists.apple.com

Re: Why is this happening?

2009-01-06 Thread Pascal Robert
needs to be added somewhere in the interface in CGP, so that it recognizes the server that it is trying to talk to? Thanks, Mersida --- On Tue, 12/23/08, Pascal Robert prob...@macti.ca wrote: From: Pascal Robert prob...@macti.ca Subject: Re: Why is this happening? To: Mersida Kurti muc

Re: Why is this happening?

2009-01-06 Thread Mersida Kurti
--- On Tue, 1/6/09, Mersida Kurti muc...@yahoo.com wrote: From: Mersida Kurti muc...@yahoo.com Subject: Re: Why is this happening? To: Pascal Robert prob...@macti.ca Date: Tuesday, January 6, 2009, 2:55 PM no, we have a machine where the java application that includes the cgprocli.jar

Re: Why is this happening?

2009-01-06 Thread Pascal Robert
Robert prob...@macti.ca Subject: Re: Why is this happening? To: Mersida Kurti muc...@yahoo.com Cc: WebObjects Dev Apple webobjects-dev@lists.apple.com Date: Tuesday, January 6, 2009, 2:31 PM So you have a CGP server in front on another CGP server?? Ok, so I think I've figured out what

[Solved] Re: Why is this happening?

2009-01-06 Thread Mersida Kurti
Hi, Thanks for all your help.  We resolved the problem.  Turns out we needed to add a filter for the new server to access the mail server.  Thanks again, Mersida --- On Tue, 1/6/09, Pascal Robert prob...@macti.ca wrote: From: Pascal Robert prob...@macti.ca Subject: Re: Why is this happening

Re: Why is this happening?

2008-12-23 Thread Mersida Kurti
, Mersida --- On Mon, 12/22/08, Lachlan Deck lachlan.d...@gmail.com wrote: From: Lachlan Deck lachlan.d...@gmail.com Subject: Re: Why is this happening? To: Mersida Kurti muc...@yahoo.com Cc: WebObjects Dev Apple webobjects-dev@lists.apple.com Date: Monday, December 22, 2008, 3:32 PM On 23/12/2008

Re: Why is this happening?

2008-12-23 Thread Pascal Robert
where you turn the logs on for CGP to all info...where is this PWD service? Maybe I'm missing something here... Thanks, Mersida --- On Mon, 12/22/08, Lachlan Deck lachlan.d...@gmail.com wrote: From: Lachlan Deck lachlan.d...@gmail.com Subject: Re: Why is this happening? To: Mersida Kurti muc

Re: Why is this happening?

2008-12-23 Thread Q
On 24/12/2008, at 1:32 AM, Mersida Kurti wrote: This is what is in line 161: if(secureLogin prompt.indexOf('') 1 ) Why would this be causing issues? I have updated to the latest version of CGPro. prompt is null. Also, I can't find where you turn the logs on for CGP to all

Why is this happening?

2008-12-22 Thread Mersida Kurti
So we have this java code, which we extend from the CGProCLI.  The code was written in Java 1.4.2 and lately we switched it to Java 1.5 and the new webobjects.  The code works fine in 1.4.2.  It builds and runs fine until a certain point with Java 1.5 and new webobjects, and I cannot figure out

Re: Why is this happening?

2008-12-22 Thread Pascal Robert
I don't think that the problem is with WO, but maybe with Java 1.5. But I don't remember having problems with CGP's Java API and Java 1.5. Maybe CGP logs have a better error message. You may need to put the log level (in CGP) of the PWD service to All Info. And try to upgrade to the

Re: Why is this happening?

2008-12-22 Thread Lachlan Deck
On 23/12/2008, at 7:03 AM, Mersida Kurti wrote: So we have this java code, which we extend from the CGProCLI. The code was written in Java 1.4.2 and lately we switched it to Java 1.5 and the new webobjects. The code works fine in 1.4.2. It builds and runs fine until a certain point with