COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => SDK => Topic started by: SerhanY on 23 Feb 2010 02:45:00 PM

Title: How to debug custom authenticator?
Post by: SerhanY on 23 Feb 2010 02:45:00 PM
Any help is appreciated.

I am using eclipse, and ideally would like to debug via IDE.

Writing out log lines is the least desirable option, but having hard time to output to any log files also. How can I redirect System.out to a file?

Thanks.
Title: Re: How to debug custom authenticator?
Post by: SerhanY on 01 Mar 2010 10:16:08 PM
Update: Figured out how to attach the debugger. It involved modifying the xml that launched the cognos server to enable the debugging via a port, and attaching the ide to that port.
Title: Re: How to debug custom authenticator?
Post by: platipuss on 08 Mar 2010 10:17:24 AM
I know the original poster found this but for others that find this post:

\c8\bin

Copy startup.bat to debug.bat

Right click on debug.bat and goto properties, remove the read only tag on the file then uncomment the line below and
save.

rem set DEBUG_OPTS=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=9091,server=y,suspend=y -Djava.compiler=NONE

In eclipse goto the debug options "Debug ..."

New remote java application

localhost:9091

Start cognos server through the configuration tool

Then goto "Computer Management" and stop the "Cognos 8" service under services

Run the debug.bat

Then in eclipse debug the project and wait for the cmd prompt window to say
"The dispatcher is ready to process requests."