You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2007/01/21 22:34:30 UTC

[jira] Assigned: (GERONIMO-2609) On linux and maybe other platform, the geronimo.out log file contains invalid characters

     [ https://issues.apache.org/jira/browse/GERONIMO-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods reassigned GERONIMO-2609:
--------------------------------------

    Assignee: Donald Woods

> On linux and maybe other platform, the geronimo.out log file contains invalid characters
> ----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2609
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2609
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Logging
>    Affects Versions: 1.1.1
>         Environment: RedHat 4U3-32 (and maybe other plateforms), IBM JDK 1.5 SR3
>            Reporter: Stéphane Hoblingre
>         Assigned To: Donald Woods
>
> Before each "Stopping server..." message, an invalid character is put in the log file ( ^M if you edit the file with VI). This makes failing the java BufferedReader readline() method : it reads 2 lines instead of 1. The problem is that any Log Analysis tool in Java will fail to assign a message to a line number (line number is shifted).
> To be clear, in VI this is what you can see :
> (...) 
> Server started.
> ^M                                           <---- This is the problem, the line is "^M                                                 ", a ^M followed by spaces
> Stopping server...
> (...)

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