From 90ebf5a7ff3e890e4b331b31e57fd2d1803f270e Mon Sep 17 00:00:00 2001 From: k19038 Date: Sat, 19 Nov 2022 20:21:13 +0900 Subject: [PATCH] init --- logs/log/civilian.log | 0 logs/log/clear.log | 0 logs/log/collapse.log | 0 logs/log/fire.log | 0 logs/log/gis.log | 0 logs/log/ignition.log | 0 logs/log/kernel.log | 0 logs/log/misc.log | 0 logs/log/sample.log | 135 ++++++++++++++++++++++++++++++++++++++++++ logs/log/traffic.log | 0 logs/log/viewer.log | 0 11 files changed, 135 insertions(+) create mode 100644 logs/log/civilian.log create mode 100644 logs/log/clear.log create mode 100644 logs/log/collapse.log create mode 100644 logs/log/fire.log create mode 100644 logs/log/gis.log create mode 100644 logs/log/ignition.log create mode 100644 logs/log/kernel.log create mode 100644 logs/log/misc.log create mode 100644 logs/log/sample.log create mode 100644 logs/log/traffic.log create mode 100644 logs/log/viewer.log diff --git a/logs/log/civilian.log b/logs/log/civilian.log new file mode 100644 index 0000000..e69de29 diff --git a/logs/log/clear.log b/logs/log/clear.log new file mode 100644 index 0000000..e69de29 diff --git a/logs/log/collapse.log b/logs/log/collapse.log new file mode 100644 index 0000000..e69de29 diff --git a/logs/log/fire.log b/logs/log/fire.log new file mode 100644 index 0000000..e69de29 diff --git a/logs/log/gis.log b/logs/log/gis.log new file mode 100644 index 0000000..e69de29 diff --git a/logs/log/ignition.log b/logs/log/ignition.log new file mode 100644 index 0000000..e69de29 diff --git a/logs/log/kernel.log b/logs/log/kernel.log new file mode 100644 index 0000000..e69de29 diff --git a/logs/log/misc.log b/logs/log/misc.log new file mode 100644 index 0000000..e69de29 diff --git a/logs/log/sample.log b/logs/log/sample.log new file mode 100644 index 0000000..645cd2b --- /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 0000000..e69de29 diff --git a/logs/log/viewer.log b/logs/log/viewer.log new file mode 100644 index 0000000..e69de29 -- GitLab