Webstorm license in virtualbox, ubuntu 14.04.1

I have installed webstorm 9 in Oracle VirtualBox and am getting the following error:

-VirtualBox:~/Downloads/WebStorm-139.252/bin$ ./webstorm.sh 
[    317]  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:47)
        at com.intellij.idea.StartupUtil.prepareAndStart(StartupUtil.java:105)
        at com.intellij.idea.MainImpl.start(MainImpl.java:42)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at com.intellij.ide.plugins.PluginManager$2.run(PluginManager.java:91)
        at java.lang.Thread.r

un(Thread.java:745)
[    318]  ERROR - nse.impl.GeneralLicenseManager - WebStorm 9.0.1  Build #WS-139.252 
[    319]  ERROR - nse.impl.GeneralLicenseManager - JDK: 1.7.0_65 
[    319]  ERROR - nse.impl.GeneralLicenseManager - VM: OpenJDK 64-Bit Server VM 
[    320]  ERROR - nse.impl.GeneralLicenseManager - Vendor: Oracle Corporation 
[    320]  ERROR - nse.impl.GeneralLicenseManager - OS: Linux 

      

Linux / Java version:

xxx@xxx-VirtualBox:~/Downloads/WebStorm-139.252/bin$ java -version
java version "1.7.0_65"
OpenJDK Runtime Environment (IcedTea 2.5.3) (7u71-2.5.3-0ubuntu0.14.04.1)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)

      

  • I tried this with WebStorm 8 and got the same problem.
  • I tried this with the same on VMWare, I had no problem here.

Any hints?

+3


source to share


1 answer


This exception usually means that the license information was not found in the ~ / .WebStorm9 folder and the GUI environment does not exist, so WebStorm cannot open the License dialog so you can set licensing options ... Are you running your Linux Workstation directly or accessing it remotely? Also check if your OpenJDK has any graphics libraries. Actually I would suggest trying Oracle JDK instead



+5


source







All Articles