Message13102

Author electricsam
Recipients electricsam, jeff.allen, maku
Date 2020-06-06.00:52:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591404742.17.0.857825801493.issue2870@roundup.psfhosted.org>
In-reply-to
Content
I too am experiencing this with 2.7.2, b2, b3, and rc1.  I am using Spring Boot 2.2.6 and Oracle Java 1.8.0_202.

Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [gov.noaa.ncei.cmg.pycamel.PythonObjectFactory]: Constructor threw exception; nested exception is java.lang.IllegalArgumentException: URI is not hierarchical
        at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:217)
        at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1312)
        ... 24 more
Caused by: java.lang.IllegalArgumentException: URI is not hierarchical
        at java.io.File.<init>(File.java:418)
        at org.python.core.PrePy.getJarFileNameFromURL(PrePy.java:427)
        at org.python.core.PrePy._getJarFileName(PrePy.java:362)
        at org.python.core.PrePy.getJarFileName(PrePy.java:345)
        at org.python.core.PySystemState.doInitialize(PySystemState.java:1195)
        at org.python.core.PySystemState.initialize(PySystemState.java:1130)
        at org.python.core.PySystemState.initialize(PySystemState.java:1085)
        at org.python.core.PySystemState.initialize(PySystemState.java:1080)
        at org.python.core.PySystemState.initialize(PySystemState.java:1075)
        at org.python.core.PySystemState.initialize(PySystemState.java:1070)
        at org.python.core.PySystemState.<init>(PySystemState.java:207)
        at gov.noaa.ncei.cmg.pycamel.PythonObjectFactory.<init>(PythonObjectFactory.java:13)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:204)
        ... 26 more
History
Date User Action Args
2020-06-06 00:52:22electricsamsetmessageid: <1591404742.17.0.857825801493.issue2870@roundup.psfhosted.org>
2020-06-06 00:52:22electricsamsetrecipients: + electricsam, jeff.allen, maku
2020-06-06 00:52:22electricsamlinkissue2870 messages
2020-06-06 00:52:21electricsamcreate