javacore-analyser 2.4.0.dev18__py3-none-any.whl → 2.5.0.dev1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {javacore_analyser-2.4.0.dev18.dist-info → javacore_analyser-2.5.0.dev1.dist-info}/METADATA +6 -1
- {javacore_analyser-2.4.0.dev18.dist-info → javacore_analyser-2.5.0.dev1.dist-info}/RECORD +5 -5
- {javacore_analyser-2.4.0.dev18.dist-info → javacore_analyser-2.5.0.dev1.dist-info}/WHEEL +0 -0
- {javacore_analyser-2.4.0.dev18.dist-info → javacore_analyser-2.5.0.dev1.dist-info}/entry_points.txt +0 -0
- {javacore_analyser-2.4.0.dev18.dist-info → javacore_analyser-2.5.0.dev1.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: javacore_analyser
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.5.0.dev1
|
4
4
|
Summary: The tool to review IBM Javacore files
|
5
5
|
Project-URL: Homepage, https://github.com/IBM/javacore-analyser
|
6
6
|
Project-URL: Issues, https://github.com/IBM/javacore-analyser/issues
|
@@ -333,6 +333,11 @@ The `mount` option specifies where you want locally to store the reports. The re
|
|
333
333
|
restart.
|
334
334
|
The application is running in the container on port 5000. By using `-p 5001:5000` option, you specify to map container
|
335
335
|
port 5000 to port 5001 on your machine. Therefore the application will be available under `http://localhost:5001/`.
|
336
|
+
|
337
|
+
NOTE: If you get a `PermissionError: [Errno 13] Permission denied: '/reports/wait2-debug.log'` message,
|
338
|
+
try specifying a different folder as the `src` parameter value or use the
|
339
|
+
[--volume](https://docs.docker.com/engine/storage/volumes/) option instead of `--mount`. Find more on
|
340
|
+
[Issue #140](https://github.com/IBM/javacore-analyser/issues/140#issuecomment-2757809160).
|
336
341
|
|
337
342
|
<!-- The following are OPTIONAL, but strongly suggested to have in your repository. -->
|
338
343
|
<!--
|
@@ -43,8 +43,8 @@ javacore_analyser/data/xml/javacores/javacore.xsl,sha256=puJl7CDR7FACAHbb2lTKHiw
|
|
43
43
|
javacore_analyser/data/xml/threads/thread.xml,sha256=6dG89Whx1_kpEYVS_F6Upa2XuXnXorlQATFc8kD5Mfc,280
|
44
44
|
javacore_analyser/data/xml/threads/thread.xsl,sha256=1tg5tImtr1gyZ8Q61tqIukNtm1fQ6R8YoKC3EgIjLRA,14084
|
45
45
|
javacore_analyser/templates/index.html,sha256=c40-JY3eXG9NzPVMy14VSZFj1Yq7cuUDVUg5BWa2WY0,2466
|
46
|
-
javacore_analyser-2.
|
47
|
-
javacore_analyser-2.
|
48
|
-
javacore_analyser-2.
|
49
|
-
javacore_analyser-2.
|
50
|
-
javacore_analyser-2.
|
46
|
+
javacore_analyser-2.5.0.dev1.dist-info/METADATA,sha256=9SqaQF1AgvZj0FCUGB8OIYDzuyxG6rhSgO3ihQkg3qc,22742
|
47
|
+
javacore_analyser-2.5.0.dev1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
48
|
+
javacore_analyser-2.5.0.dev1.dist-info/entry_points.txt,sha256=W3S799zI58g5-jWMsC3wY9xksz21LPEMYOILv8sayfM,160
|
49
|
+
javacore_analyser-2.5.0.dev1.dist-info/licenses/LICENSE,sha256=xllut76FgcGL5zbIRvuRc7aezPbvlMUTWJPsVr2Sugg,11358
|
50
|
+
javacore_analyser-2.5.0.dev1.dist-info/RECORD,,
|
File without changes
|
{javacore_analyser-2.4.0.dev18.dist-info → javacore_analyser-2.5.0.dev1.dist-info}/entry_points.txt
RENAMED
File without changes
|
{javacore_analyser-2.4.0.dev18.dist-info → javacore_analyser-2.5.0.dev1.dist-info}/licenses/LICENSE
RENAMED
File without changes
|