diff --git a/logs/log/civilian.log b/logs/log/civilian.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/logs/log/clear.log b/logs/log/clear.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/logs/log/collapse.log b/logs/log/collapse.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/logs/log/fire.log b/logs/log/fire.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/logs/log/gis.log b/logs/log/gis.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/logs/log/ignition.log b/logs/log/ignition.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/logs/log/kernel.log b/logs/log/kernel.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/logs/log/misc.log b/logs/log/misc.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/logs/log/sample.log b/logs/log/sample.log new file mode 100644 index 0000000000000000000000000000000000000000..645cd2b8f68906e4d0af55dfb426befd468d5e55 --- /dev/null +++ b/logs/log/sample.log @@ -0,0 +1,135 @@ +ERROR sample.SampleLogViewer : Error reading log +java.io.FileNotFoundException: logs/log/rescue.log (No such file or directory) + at java.base/java.io.RandomAccessFile.open0(Native Method) + at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344) + at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:259) + at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) + at rescuecore2.log.FileLogReaderV1.(FileLogReaderV1.java:63) + at rescuecore2.log.FileLogReaderV1.(FileLogReaderV1.java:50) + at rescuecore2.log.RCRSLogFactory.getLogReader(RCRSLogFactory.java:17) + at sample.SampleLogViewer.main(SampleLogViewer.java:292) +ERROR sample.SampleLogViewer : Error reading log +java.io.FileNotFoundException: logs/log/rescue.log (No such file or directory) + at java.base/java.io.RandomAccessFile.open0(Native Method) + at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344) + at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:259) + at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) + at rescuecore2.log.FileLogReaderV1.(FileLogReaderV1.java:63) + at rescuecore2.log.FileLogReaderV1.(FileLogReaderV1.java:50) + at rescuecore2.log.RCRSLogFactory.getLogReader(RCRSLogFactory.java:17) + at sample.SampleLogViewer.main(SampleLogViewer.java:292) +ERROR sample.SampleLogViewer : Error reading log +java.io.FileNotFoundException: logs/log/rescue.log (No such file or directory) + at java.base/java.io.RandomAccessFile.open0(Native Method) + at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344) + at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:259) + at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) + at rescuecore2.log.FileLogReaderV1.(FileLogReaderV1.java:63) + at rescuecore2.log.FileLogReaderV1.(FileLogReaderV1.java:50) + at rescuecore2.log.RCRSLogFactory.getLogReader(RCRSLogFactory.java:17) + at sample.SampleLogViewer.main(SampleLogViewer.java:292) +ERROR sample.SampleLogViewer : Error reading log +java.io.FileNotFoundException: logs/log/rescue.log (No such file or directory) + at java.base/java.io.RandomAccessFile.open0(Native Method) + at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344) + at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:259) + at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) + at rescuecore2.log.FileLogReaderV1.(FileLogReaderV1.java:63) + at rescuecore2.log.FileLogReaderV1.(FileLogReaderV1.java:50) + at rescuecore2.log.RCRSLogFactory.getLogReader(RCRSLogFactory.java:17) + at sample.SampleLogViewer.main(SampleLogViewer.java:292) +ERROR sample.SampleLogViewer : Error reading log +rescuecore2.log.LogException: java.nio.file.NoSuchFileException: /output/0 + at rescuecore2.log.StreamLogReader.(StreamLogReader.java:62) + at rescuecore2.log.FileLogReader.(FileLogReader.java:45) + at rescuecore2.log.FileLogReader.(FileLogReader.java:34) + at rescuecore2.log.RCRSLogFactory.getLogReader(RCRSLogFactory.java:15) + at sample.SampleLogViewer.main(SampleLogViewer.java:292) +Caused by: java.nio.file.NoSuchFileException: /output/0 + at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) + at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) + at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) + at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) + at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) + at java.base/java.nio.file.Files.newOutputStream(Files.java:228) + at java.base/java.nio.file.Files.write(Files.java:3512) + at rescuecore2.log.StreamLogReader.readLogProto(StreamLogReader.java:156) + at rescuecore2.log.StreamLogReader.readLog(StreamLogReader.java:132) + at rescuecore2.log.StreamLogReader.(StreamLogReader.java:59) + ... 4 more +ERROR sample.SampleLogViewer : Error reading log +rescuecore2.log.LogException: java.nio.file.NoSuchFileException: /output/0 + at rescuecore2.log.StreamLogReader.(StreamLogReader.java:62) + at rescuecore2.log.FileLogReader.(FileLogReader.java:45) + at rescuecore2.log.FileLogReader.(FileLogReader.java:34) + at rescuecore2.log.RCRSLogFactory.getLogReader(RCRSLogFactory.java:15) + at sample.SampleLogViewer.main(SampleLogViewer.java:292) +Caused by: java.nio.file.NoSuchFileException: /output/0 + at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) + at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) + at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) + at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) + at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) + at java.base/java.nio.file.Files.newOutputStream(Files.java:228) + at java.base/java.nio.file.Files.write(Files.java:3512) + at rescuecore2.log.StreamLogReader.readLogProto(StreamLogReader.java:156) + at rescuecore2.log.StreamLogReader.readLog(StreamLogReader.java:132) + at rescuecore2.log.StreamLogReader.(StreamLogReader.java:59) + ... 4 more +ERROR sample.SampleLogViewer : Error reading log +rescuecore2.log.LogException: java.nio.file.NoSuchFileException: /output/0 + at rescuecore2.log.StreamLogReader.(StreamLogReader.java:62) + at rescuecore2.log.FileLogReader.(FileLogReader.java:45) + at rescuecore2.log.FileLogReader.(FileLogReader.java:34) + at rescuecore2.log.RCRSLogFactory.getLogReader(RCRSLogFactory.java:15) + at sample.SampleLogViewer.main(SampleLogViewer.java:292) +Caused by: java.nio.file.NoSuchFileException: /output/0 + at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) + at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) + at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) + at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) + at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) + at java.base/java.nio.file.Files.newOutputStream(Files.java:228) + at java.base/java.nio.file.Files.write(Files.java:3512) + at rescuecore2.log.StreamLogReader.readLogProto(StreamLogReader.java:156) + at rescuecore2.log.StreamLogReader.readLog(StreamLogReader.java:132) + at rescuecore2.log.StreamLogReader.(StreamLogReader.java:59) + ... 4 more +ERROR sample.SampleLogViewer : Error reading log +rescuecore2.log.LogException: java.nio.file.NoSuchFileException: /output/0 + at rescuecore2.log.StreamLogReader.(StreamLogReader.java:62) + at rescuecore2.log.FileLogReader.(FileLogReader.java:45) + at rescuecore2.log.FileLogReader.(FileLogReader.java:34) + at rescuecore2.log.RCRSLogFactory.getLogReader(RCRSLogFactory.java:15) + at sample.SampleLogViewer.main(SampleLogViewer.java:292) +Caused by: java.nio.file.NoSuchFileException: /output/0 + at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) + at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) + at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) + at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) + at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) + at java.base/java.nio.file.Files.newOutputStream(Files.java:228) + at java.base/java.nio.file.Files.write(Files.java:3512) + at rescuecore2.log.StreamLogReader.readLogProto(StreamLogReader.java:156) + at rescuecore2.log.StreamLogReader.readLog(StreamLogReader.java:132) + at rescuecore2.log.StreamLogReader.(StreamLogReader.java:59) + ... 4 more +ERROR sample.SampleLogViewer : Error reading log +rescuecore2.log.LogException: java.nio.file.NoSuchFileException: /output/0 + at rescuecore2.log.StreamLogReader.(StreamLogReader.java:62) + at rescuecore2.log.FileLogReader.(FileLogReader.java:45) + at rescuecore2.log.FileLogReader.(FileLogReader.java:34) + at rescuecore2.log.RCRSLogFactory.getLogReader(RCRSLogFactory.java:15) + at sample.SampleLogViewer.main(SampleLogViewer.java:292) +Caused by: java.nio.file.NoSuchFileException: /output/0 + at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) + at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) + at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) + at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) + at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) + at java.base/java.nio.file.Files.newOutputStream(Files.java:228) + at java.base/java.nio.file.Files.write(Files.java:3512) + at rescuecore2.log.StreamLogReader.readLogProto(StreamLogReader.java:156) + at rescuecore2.log.StreamLogReader.readLog(StreamLogReader.java:132) + at rescuecore2.log.StreamLogReader.(StreamLogReader.java:59) + ... 4 more diff --git a/logs/log/traffic.log b/logs/log/traffic.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/logs/log/viewer.log b/logs/log/viewer.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391