javacore-analyser 2.4.0.dev15__py3-none-any.whl → 2.4.0.dev21__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.
@@ -139,7 +139,7 @@ def main():
139
139
 
140
140
  def run_web(debug=False, port=5000, reports_directory=DEFAULT_REPORTS_DIR):
141
141
  global reports_dir
142
- reports_dir = reports_directory
142
+ reports_dir = os.path.abspath(reports_directory)
143
143
  create_console_logging()
144
144
  logging.info("Javacore analyser")
145
145
  logging.info("Python version: " + sys.version)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: javacore_analyser
3
- Version: 2.4.0.dev15
3
+ Version: 2.4.0.dev21
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
  <!--
@@ -7,7 +7,7 @@ javacore_analyser/har_file.py,sha256=grXpfIyPek9xQ5jp3_AYOB5JDELd17o4O4rYELxWO7w
7
7
  javacore_analyser/java_thread.py,sha256=nDFJiFQSO78jP9YdMpBr2d_M2RMT0te_kJxn5KY_RNo,5437
8
8
  javacore_analyser/javacore.py,sha256=oqJ-nKkZvq8xk_zlF9Z4dX61isqLRndSVLnQob_KUG4,7006
9
9
  javacore_analyser/javacore_analyser_batch.py,sha256=2JnRruA0jazWHspT60cXX-Yuwf4vFSA5ywXYPQ4-ZiM,7888
10
- javacore_analyser/javacore_analyser_web.py,sha256=EdS-JtCll2CweoAmkn0X7vpuRAWdHmVWQV0iz2yQx-g,5973
10
+ javacore_analyser/javacore_analyser_web.py,sha256=RVOtHewraQ3YhDPOI_IWqWn_aoA5a45AYOx0ZtG5-HA,5990
11
11
  javacore_analyser/javacore_set.py,sha256=5x16j8KfA_DXD3FlvKlRHfRJ2B1rj5j2EkMfb2dV3dg,33341
12
12
  javacore_analyser/logging_utils.py,sha256=vLob0ikezysjGv9XGqv9GbLekxu4eO_csq22M-gtLiQ,966
13
13
  javacore_analyser/properties.py,sha256=SVxe86mL4DM_vkPEBT-V0_xDeIbXp2vjYE1aD-Z_UCQ,805
@@ -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.4.0.dev15.dist-info/METADATA,sha256=F51FlPTejvofLj2YOeTl_1HzrYDY7gYDn-xBaatcSc0,22370
47
- javacore_analyser-2.4.0.dev15.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
48
- javacore_analyser-2.4.0.dev15.dist-info/entry_points.txt,sha256=W3S799zI58g5-jWMsC3wY9xksz21LPEMYOILv8sayfM,160
49
- javacore_analyser-2.4.0.dev15.dist-info/licenses/LICENSE,sha256=xllut76FgcGL5zbIRvuRc7aezPbvlMUTWJPsVr2Sugg,11358
50
- javacore_analyser-2.4.0.dev15.dist-info/RECORD,,
46
+ javacore_analyser-2.4.0.dev21.dist-info/METADATA,sha256=ANqHupx8TXkqXNyADGSUrpCIdT7pmM50lEyxMMc3YpU,22743
47
+ javacore_analyser-2.4.0.dev21.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
48
+ javacore_analyser-2.4.0.dev21.dist-info/entry_points.txt,sha256=W3S799zI58g5-jWMsC3wY9xksz21LPEMYOILv8sayfM,160
49
+ javacore_analyser-2.4.0.dev21.dist-info/licenses/LICENSE,sha256=xllut76FgcGL5zbIRvuRc7aezPbvlMUTWJPsVr2Sugg,11358
50
+ javacore_analyser-2.4.0.dev21.dist-info/RECORD,,