You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "John Judd (JIRA)" <ji...@apache.org> on 2015/11/20 23:20:10 UTC

[jira] [Comment Edited] (DERBY-5195) Create tools for browsing the files in the database log directory.

    [ https://issues.apache.org/jira/browse/DERBY-5195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15018882#comment-15018882 ] 

John Judd edited comment on DERBY-5195 at 11/20/15 10:19 PM:
-------------------------------------------------------------

Hello, I tried to compile the LogFileReader.java file but I receive this error, please can you advise what I need to change in which file? thanks. John (please forgive me but I am a novice)

C:\Program Files\Java\jdk1.8.0_66\db-derby-10.11.1.1-lib\lib>javac -cp *; LogFileReader.java
LogFileReader.java:389: error: TwoByte has private access in RegisteredFormatIds
            String      operationName = RegisteredFormatIds.TwoByte[ formatableID ];


was (Author: jjuddgb):
Hello, I tried to compile the LogFileReader.java file but I receive this error, please can you advise what I need to change in which file? thanks. John

C:\Program Files\Java\jdk1.8.0_66\db-derby-10.11.1.1-lib\lib>javac -cp *; LogFileReader.java
LogFileReader.java:389: error: TwoByte has private access in RegisteredFormatIds
            String      operationName = RegisteredFormatIds.TwoByte[ formatableID ];

> Create tools for browsing the files in the database log directory.
> ------------------------------------------------------------------
>
>                 Key: DERBY-5195
>                 URL: https://issues.apache.org/jira/browse/DERBY-5195
>             Project: Derby
>          Issue Type: Task
>          Components: Tools
>    Affects Versions: 10.9.1.0
>            Reporter: Rick Hillegas
>         Attachments: ControlFileReader.java, ControlFileReader.java, LogFileReader.java, LogFileReader.java, LogFileReader.java
>
>
> It would be nice to have some tools to examine the contents of the log directory. The tools should be able to read the files in that directory without disturbing them.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)