You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Joe Bohn (JIRA)" <de...@geronimo.apache.org> on 2005/10/13 16:10:06 UTC

[jira] Created: (GERONIMO-1068) When viewing the Web Access Log only records from the earliest date in the search are displayed

When viewing the Web Access Log only records from the earliest date in the search are displayed
-----------------------------------------------------------------------------------------------

         Key: GERONIMO-1068
         URL: http://issues.apache.org/jira/browse/GERONIMO-1068
     Project: Geronimo
        Type: Bug
  Components: console  
    Versions: 1.0-M5    
 Environment: all
    Reporter: Joe Bohn


The web access log viewer portlet does not permit a user to view records from more than one date.  If more than one date is selected records are only displayed for the earliest date selected (if available).  

If there are no records for the earliest date then nothing is returned (even if there are records for other dates in the range).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1068) When viewing the Web Access Log only records from the earliest date in the search are displayed

Posted by "Joe Bohn (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1068?page=all ]

Joe Bohn updated GERONIMO-1068:
-------------------------------

    Geronimo Info: [Patch Available]
      Fix Version: 1.0

> When viewing the Web Access Log only records from the earliest date in the search are displayed
> -----------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1068
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1068
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0-M5
>  Environment: all
>     Reporter: Joe Bohn
>      Fix For: 1.0
>  Attachments: weblog2.patch
>
> The web access log viewer portlet does not permit a user to view records from more than one date.  If more than one date is selected records are only displayed for the earliest date selected (if available).  
> If there are no records for the earliest date then nothing is returned (even if there are records for other dates in the range).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1068) When viewing the Web Access Log only records from the earliest date in the search are displayed

Posted by "Joe Bohn (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1068?page=all ]

Joe Bohn updated GERONIMO-1068:
-------------------------------

    Attachment: weblog2.patch

This patch fixes a number of related problems when viewing the web logs for Jetty or Tomcat:
 - Can search more than the most current log for log files
 - Searches only the logs which contain records for the timeframe of the query
 - Provides the ability to return results from multiple log files.
 - Adds support for the notion of multiple logs and multiple files per log (but not completely)

This fix is dependent upon GERONIMO-1028 and I tried really, really hard to extract those changes from this patch so they could be applied seperately.  However, the code is so inter-related that I could not produce such a patch.  So, reluctantly, this patch also includes the patch for GERONIMO-1028.  On a last minute check it appears that this patch reverses a small aspect that was fixed in 1028 to ignore dates.   I'll catch that in a subsequent fix.

> When viewing the Web Access Log only records from the earliest date in the search are displayed
> -----------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1068
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1068
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0-M5
>  Environment: all
>     Reporter: Joe Bohn
>  Attachments: weblog2.patch
>
> The web access log viewer portlet does not permit a user to view records from more than one date.  If more than one date is selected records are only displayed for the earliest date selected (if available).  
> If there are no records for the earliest date then nothing is returned (even if there are records for other dates in the range).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (GERONIMO-1068) Web Access log management can only handle one log file.

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1068?page=all ]

Aaron Mulder reassigned GERONIMO-1068:
--------------------------------------

    Assign To: Aaron Mulder

> Web Access log management can only handle one log file.
> -------------------------------------------------------
>
>          Key: GERONIMO-1068
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1068
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0-M5
>  Environment: all
>     Reporter: Joe Bohn
>     Assignee: Aaron Mulder
>      Fix For: 1.0
>  Attachments: weblog2.patch, weblog3.patch
>
> The web access log viewer portlet does not permit a user to view records from more than one date.  If more than one date is selected records are only displayed for the earliest date selected (if available).  
> If there are no records for the earliest date then nothing is returned (even if there are records for other dates in the range).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-1068) When viewing the Web Access Log only records from the earliest date in the search are displayed

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1068?page=comments#action_12332006 ] 

Aaron Mulder commented on GERONIMO-1068:
----------------------------------------

As I think you've noted, this is caused by the fact that there are different log files for each day and we currently only search one.  We need a patch to search all the files corresponding to the date range entered (for the specified "log").

> When viewing the Web Access Log only records from the earliest date in the search are displayed
> -----------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1068
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1068
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0-M5
>  Environment: all
>     Reporter: Joe Bohn

>
> The web access log viewer portlet does not permit a user to view records from more than one date.  If more than one date is selected records are only displayed for the earliest date selected (if available).  
> If there are no records for the earliest date then nothing is returned (even if there are records for other dates in the range).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-1068) Web Access log management can only handle one log file.

Posted by "Joe Bohn (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1068?page=all ]
     
Joe Bohn closed GERONIMO-1068:
------------------------------


I have verified this fix

> Web Access log management can only handle one log file.
> -------------------------------------------------------
>
>          Key: GERONIMO-1068
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1068
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0-M5
>  Environment: all
>     Reporter: Joe Bohn
>     Assignee: Aaron Mulder
>      Fix For: 1.0
>  Attachments: weblog2.patch, weblog3.patch
>
> The web access log viewer portlet does not permit a user to view records from more than one date.  If more than one date is selected records are only displayed for the earliest date selected (if available).  
> If there are no records for the earliest date then nothing is returned (even if there are records for other dates in the range).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (GERONIMO-1068) Web Access log management can only handle one log file.

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1068?page=all ]
     
Aaron Mulder resolved GERONIMO-1068:
------------------------------------

    Resolution: Fixed

Revision 344487

> Web Access log management can only handle one log file.
> -------------------------------------------------------
>
>          Key: GERONIMO-1068
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1068
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0-M5
>  Environment: all
>     Reporter: Joe Bohn
>      Fix For: 1.0
>  Attachments: weblog2.patch, weblog3.patch
>
> The web access log viewer portlet does not permit a user to view records from more than one date.  If more than one date is selected records are only displayed for the earliest date selected (if available).  
> If there are no records for the earliest date then nothing is returned (even if there are records for other dates in the range).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1068) Web Access log management can only handle one log file.

Posted by "Joe Bohn (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1068?page=all ]

Joe Bohn updated GERONIMO-1068:
-------------------------------

    Attachment: weblog3.patch

This patch (weblog3.patch) replaces the earlier patch and accounts for the "ignore dates" capability.

> Web Access log management can only handle one log file.
> -------------------------------------------------------
>
>          Key: GERONIMO-1068
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1068
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0-M5
>  Environment: all
>     Reporter: Joe Bohn
>      Fix For: 1.0
>  Attachments: weblog2.patch, weblog3.patch
>
> The web access log viewer portlet does not permit a user to view records from more than one date.  If more than one date is selected records are only displayed for the earliest date selected (if available).  
> If there are no records for the earliest date then nothing is returned (even if there are records for other dates in the range).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1068) Web Access log management can only handle one log file.

Posted by "Joe Bohn (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1068?page=all ]

Joe Bohn updated GERONIMO-1068:
-------------------------------

    Summary: Web Access log management can only handle one log file.  (was: When viewing the Web Access Log only records from the earliest date in the search are displayed)

> Web Access log management can only handle one log file.
> -------------------------------------------------------
>
>          Key: GERONIMO-1068
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1068
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0-M5
>  Environment: all
>     Reporter: Joe Bohn
>      Fix For: 1.0
>  Attachments: weblog2.patch
>
> The web access log viewer portlet does not permit a user to view records from more than one date.  If more than one date is selected records are only displayed for the earliest date selected (if available).  
> If there are no records for the earliest date then nothing is returned (even if there are records for other dates in the range).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira