Good morning,
the admin team of the VM could update the required software for me and I could finally install jpy. But I still have the same error.
[pi@RSS_CloudToolbox bin] [pi@RSS_CloudToolbox bin] ./snappy-conf /home/pi/anaconda2/bin/python /home/pi/snappy
java.net.UnknownHostException: RSS_CloudToolbox: RSS_CloudToolbox: unknown error
at java.net.InetAddress.getLocalHost(InetAddress.java:1505)
at org.netbeans.CLIHandler$2.run(CLIHandler.java:667)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Caused by: java.net.UnknownHostException: RSS_CloudToolbox: unknown error
at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928)
at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323)
at java.net.InetAddress.getLocalHost(InetAddress.java:1500)
… 3 more
No protocol specified
Exception: java.lang.NoClassDefFoundError thrown from the UncaughtExceptionHandler in thread “On Start/Stop”
Exception: java.lang.NoClassDefFoundError thrown from the UncaughtExceptionHandler in thread “Folder Instance Processor”
[pi@RSS_CloudToolbox bin]$
For your information: The snappyutil.log
I found was not in ~/.snap/snap-python
but in ~/.snap/snap-python/snappy
and when I run the code ./snappy-conf /home/pi/anaconda2/bin/python
it does not write anything into the log.
In the ~/.snap/snap-python
I only find the file snappy.properties
which contains:
#Created by org.esa.snap.python.PyBridge
#Mon Feb 22 15:45:58 CET 2016
snap.pythonExecutable=/home/pi/anaconda2/bin/python
snap.pythonModuleDir=/home/pi/snappy1
The directory /home/pi/snappy1
does not exist anymore. If I remember right, then it was created the first time I ran ./snappy-conf /home/pi/anaconda2/bin/python /home/pi/snappy1
. Should I ask the admins to re-install SNAP?
What else could be the cause?