Giter Site home page Giter Site logo

apachederby-low-level-log-reader's Introduction

Apache Derby low-level log viewer

This app is a fork of this issue: https://issues.apache.org/jira/browse/DERBY-5195
This fork allows you to view the logs of all versions, not just up to 10.10, it is also possible to view the broken log file.

Application assembly

Download the required libraries:

git clone https://github.com/KillRea1/ApacheDerby-low-level-log-reader.git /opt/derby_low-level_log_reader
cd /opt/derby_low-level_log_reader
wget https://repo1.maven.org/maven2/org/apache/derby/derby/10.10.2.0/derby-10.10.2.0.jar
wget https://repo1.maven.org/maven2/org/apache/derby/derbyclient/10.10.2.0/derbyclient-10.10.2.0.jar

U need installed JDK 8 and build application with javac:
/<path-to-ur-jdk-8>/bin/javac -cp "derbyclient-10.10.2.0.jar:derby-10.10.2.0.jar:." LogFileReader.java

Usage example

After building, you need to run the script, here is an example:
/<path-to-ur-jdk-8>/bin/java LogFileReader <ur dat file> -v > exaple.xml

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.