SEPIA-Framework / sepia-installation-and-setup

Instructions, scripts, tools and files to install, setup and run the SEPIA-Framework on Raspberry Pi, Windows, Mac and other Linux systems.
https://sepia-framework.github.io
122 stars 21 forks source link

Try to install but error with Elasticsearch #5

Closed cookie050 closed 5 years ago

cookie050 commented 5 years ago

Elasticsearch error: Error occurred during initialization of VM Server VM is only supported on ARMv7+ VFP

Running raspberry pi zero w, how can i change this so it will work?

cookie050 commented 5 years ago

Got it working:

Removed with purge all java and woldram,

and installed: sudo apt-get install openjdk-8-jre-headless openjdk-8-jre sudo apt-get install libpcre16-3 sudo apt-get install wolfram-engine

and changed to: Xmx256M Xms256M

fquirin commented 5 years ago

:+1: was it a Java version issue? And is wolfram-engine really related to it? Haven't seen anything that ever mentioned it. Since the CPU is basically the same as in other RPi models I would expect no difference here.