Skip to content

Bindings error dump on node restart #152

@justparking

Description

@justparking
07-08 13:19:59.02 The bindings could not be applied to the Python instance.
java.lang.NullPointerException
	at org.nodel.core.NodelClients.release(NodelClients.java:355)
	at org.nodel.core.NodelClientEvent.close(NodelClientEvent.java:429)
	at org.nodel.host.BaseNode.cleanupBindings(BaseNode.java:782)
	at org.nodel.jyhost.PyNode.applyConfig0(PyNode.java:619)
	at org.nodel.jyhost.PyNode.access$900(PyNode.java:84)
	at org.nodel.jyhost.PyNode$8.call(PyNode.java:527)
	at org.nodel.jyhost.PyNode$8.call(PyNode.java:523)
	at org.nodel.Threads$2.run(Threads.java:291)
	at java.lang.Thread.run(Unknown Source)
07-08 13:19:59.02 (Python and Node script(s) loaded with errors (took 6ms); calling 'main' if present...)
07-08 13:19:59.02 'main' completed with errors - java.lang.ClassCastException: org.python.core.PyNone cannot be cast to org.python.core.PyFunction

Possibly continues happily.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working as expectedconcernSomething that may need attention but isn't urgentretrogradeA step backwardsworkaround existsA workaround is available for this issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions