<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Python thread closing and JVM terminated in NSO Developer Hub Discussions</title>
    <link>https://community.cisco.com/t5/nso-developer-hub-discussions/python-thread-closing-and-jvm-terminated/m-p/3601379#M2297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;JVM and PythonVM dying when NSO starts.. Sounds a bit like you might be running out of memory. What packages do you have in your NSO environment, and how much free memory before you start? Did you run any command to raise the JVM memory limit?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Nov 2017 08:24:56 GMT</pubDate>
    <dc:creator>Jan Lindblad</dc:creator>
    <dc:date>2017-11-03T08:24:56Z</dc:date>
    <item>
      <title>Python thread closing and JVM terminated</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/python-thread-closing-and-jvm-terminated/m-p/3601378#M2296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recently i saw this issue where the python VM crashed while execution lux test. This is random and i am unable to find the reason. If i execute the lux again , it passes. There was error in&amp;nbsp; any python-nfvis logs .&amp;nbsp; To add more data it happens when ncs is started.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2017-11-02 21:37:10 - tailf-etsi-rel2-nfvo-nfvis-staged-delete - INFO - Starting...&lt;/P&gt;&lt;P&gt;2017-11-02 21:37:10 - tailf-etsi-rel2-nfvo-nfvis-staged-delete - INFO - Started&lt;/P&gt;&lt;P&gt;2017-11-02 21:41:14 - tailf-etsi-rel2-nfvo-nfvis-staged-delete - ERROR - ConfD closed connection&lt;/P&gt;&lt;P&gt;2017-11-02 21:41:14 - tailf-etsi-rel2-nfvo-nfvis-staged-delete - ERROR - Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/auto/nso/tools/nso/4.4.4/src/ncs/pyapi/ncs_pyvm/ncsthreads.py", line 172, in run&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.main._run()&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/auto/nso/tools/nso/4.4.4/src/ncs/pyapi/ncs/application.py", line 218, in _run&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; with maapi.Maapi(load_schemas=True):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/auto/nso/tools/nso/4.4.4/src/ncs/pyapi/ncs/maapi.py", line 181, in __init__&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.load_schemas()&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/auto/nso/tools/nso/4.4.4/src/ncs/pyapi/ncs/maapi.py", line 396, in load_schemas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _tm.maapi.load_schemas(self.msock)&lt;/P&gt;&lt;P&gt;EOF: ConfD closed connection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2017-11-02 21:41:17 - tailf-etsi-rel2-nfvo-nfvis-staged-delete - INFO - Exiting...&lt;/P&gt;&lt;P&gt;2017-11-02 21:41:17 - root - ERROR - Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/auto/nso/tools/nso/4.4.4/src/ncs/pyapi/ncs_pyvm/ncsthreads.py", line 68, in _finish&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; x()&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/auto/nso/tools/nso/4.4.4/src/ncs/pyapi/ncs/application.py", line 241, in _finish&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.wait.release()&lt;/P&gt;&lt;P&gt;AttributeError: 'NoneType' object has no attribute 'release'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2017-11-02 21:41:17 - tailf-etsi-rel2-nfvo-nfvis-staged-delete - INFO - Exited&lt;/P&gt;&lt;P&gt;2017-11-02 21:41:17 - tailf-etsi-rel2-nfvo-nfvis-staged-delete - INFO - Goodbye cruel world...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 12:02:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/python-thread-closing-and-jvm-terminated/m-p/3601378#M2296</guid>
      <dc:creator>spudukko</dc:creator>
      <dc:date>2019-03-01T12:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Python thread closing and JVM terminated</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/python-thread-closing-and-jvm-terminated/m-p/3601379#M2297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;JVM and PythonVM dying when NSO starts.. Sounds a bit like you might be running out of memory. What packages do you have in your NSO environment, and how much free memory before you start? Did you run any command to raise the JVM memory limit?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 08:24:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/python-thread-closing-and-jvm-terminated/m-p/3601379#M2297</guid>
      <dc:creator>Jan Lindblad</dc:creator>
      <dc:date>2017-11-03T08:24:56Z</dc:date>
    </item>
  </channel>
</rss>

