What does "hostname" return for you in the command line? (Press ⊞ Start, type cmd, press ⏎ Return)
Either change the hostname to be RFC 952 compliant, or use this workaround:
Save the following lines in a plain text file with the ending .bat and execute it
set rmHome=%HOME%\.RapidMiner
IF not exist %rmHome% (mkdir %rmHome%)
echo rapidminer.proxy.mode=Direct (no proxy)>> %rmHome%\rapidminer-studio-settings.cfg
or manually add the line
rapidminer.proxy.mode=Direct (no proxy)
to the end of your %HOME%\.RapidMiner\rapidminer-studio-settings.cfg file.
This will disable proxy usage, if you need to use a proxy you can change this setting afterwards in Settings → Preferences → Proxy
Answers
Can you please start the RapidMiner-Studio.bat next to the .exe instead? The exe unfortunately is very bad at giving useful errors
Regards,
Marco
What does "hostname" return for you in the command line?
(Press ⊞ Start, type cmd, press ⏎ Return)
Either change the hostname to be RFC 952 compliant, or use this workaround:
Save the following lines in a plain text file with the ending .bat and execute it
or manually add the line
to the end of your %HOME%\.RapidMiner\rapidminer-studio-settings.cfg file.
This will disable proxy usage, if you need to use a proxy you can change this setting afterwards in Settings → Preferences → Proxy
Greetings,
Jonas
Is there any easier dummy description for that?
Step by step