in reply to Re: Connecting to Oracle DB using DBI from CGI script
in thread Connecting to Oracle DB using DBI from CGI script

This is the error message from webtop.log Tue Jul 06 10:04:03 EDT 2010: Tue Jul 06 10:06:22 EDT 2010: header=[co +ntent-type: text/html ] Tue Jul 06 10:06:22 EDT 2010: header=[] Tue Jul 06 11:21:04 EDT 2010: header=[content-type: text/html ] Tue Jul 06 11:21:04 EDT 2010: header=[] Tue Jul 06 11:21:06 EDT 2010: header=[content-type: text/html ] Tue Jul 06 11:21:06 EDT 2010: header=[] Tue Jul 06 11:39:06 EDT 2010: header=[content-type: text/html ] Tue Jul 06 11:39:06 EDT 2010: header=[] Tue Jul 06 11:53:44 EDT 2010: header=[content-type: text/html ] Tue Jul 06 11:53:44 EDT 2010: header=[] Tue Jul 06 11:57:39 EDT 2010: header=[content-type: text/html ] Tue Jul 06 11:57:39 EDT 2010: header=[] Tue Jul 06 11:57:41 EDT 2010: header=[content-type: text/html ] Tue Jul 06 11:57:41 EDT 2010: header=[] Tue Jul 06 12:44:27 EDT 2010: header=[content-type: text/html ] Tue Jul 06 12:44:27 EDT 2010: header=[] Tue Jul 06 12:44:30 EDT 2010: header=[content-type: text/html ] Tue Jul 06 12:44:30 EDT 2010: header=[] Tue Jul 06 12:44:33 EDT 2010: header=[content-type: text/html ] Tue Jul 06 12:44:33 EDT 2010: header=[] Tue Jul 06 12:52:51 EDT 2010: header=[content-type: text/html ] Tue Jul 06 12:52:51 EDT 2010: header=[] Tue Jul 06 12:54:44 EDT 2010: header=[content-type: text/html ] Tue Jul 06 12:54:44 EDT 2010: header=[]

20100707 Janitored by Corion: Added formatting, code tags, as per Writeup Formatting Tips

Replies are listed 'Best First'.
Re^3: Connecting to Oracle DB using DBI from CGI script
by sierpinski (Chaplain) on Jul 06, 2010 at 16:49 UTC
    From what I see, there are two entries in the log for each timestamp, so it looks like you're creating a new page with no header information. For each timestamp pair, the first one has the correct header, and the second one does not.

    Are you doing any kind of meta refresh or redirection?

      We are using the url "https://servername.com:16316/ibm/console/webtop/cgi-bin/oracle_reporter2.cgi". Once we access the above url it will redirect to the url "https://servername.com:16316/ibm/console/logon.jsp". Please guide us on this.

        Thanks for ignoring the advice given in Re^3: Connecting to Oracle DB using DBI from CGI script, had you actually read any of the links I mentioned you may have learned how to debug this yourself, you also have yet to show us any code you have written for these pages. So again, read and understand the links I've previously mentioned.

        If you aren't willing to make minimal effort, learn the basics of what you are doing or show us any of the code which is causing you problems, there is little we can do to help.