Can't install phpStorm on Fedora 21 (Alpha)
Hi,
I'm trying to install phpStorm on Fedora 21 Alpha w. Gnome 3.14.
I have just downloaded the latest stable release. Unfortunately after following all the instructions and launching ./phpstorm.sh the following exception appears on the terminal:
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=350m; support was removed in 8.0
[ 312] ERROR - nse.impl.GeneralLicenseManager - No valid license found
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:115)
at com.intellij.ide.a.g.bb.a(bb.java:107)
at com.intellij.idea.MainImpl$1.start(MainImpl.java:49)
at com.intellij.idea.StartupUtil.prepareAndStart(StartupUtil.java:140)
at com.intellij.idea.MainImpl.start(MainImpl.java:44)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.intellij.ide.plugins.PluginManager$2.run(PluginManager.java:91)
at java.lang.Thread.run(Thread.java:745)
[ 315] ERROR - nse.impl.GeneralLicenseManager - PhpStorm 8.0.2 Build #PS-139.14
[ 316] ERROR - nse.impl.GeneralLicenseManager - JDK: 1.8.0_20
[ 316] ERROR - nse.impl.GeneralLicenseManager - VM: OpenJDK 64-Bit Server VM
[ 316] ERROR - nse.impl.GeneralLicenseManager - Vendor: Oracle Corporation
[ 316] ERROR - nse.impl.GeneralLicenseManager - OS: Linux
Any hints or solutions?
Cheers
Arnd
Please sign in to leave a comment.
this exception usually means that no license information has been found in <current user home>/.WebIde8 folder and no GUI environment exists so that PHPStorm can't open the License dialog to let you set the licensing options... Please make sure to run it from the X Server session (Gnome, KDE, etc).
Also I'd suggest using Oracle JDK instead of Open JDK - the latter doesn't always come with needed graphical libraries, causing similar problems