palpalych |
|
Темы:
89
Сообщения:
1126
Участник с: 09 августа 2011
|
Решил попробовать intellij-idea, что за зверь, ну и WebStorm в придачу, и борода Проблема с запуском intellij-idea и WebStorm идентична ~]$ intellij-idea-12-community OpenJDK Runtime Environment (IcedTea 2.3.9) (ArchLinux build 7.u21_2.3.9-3-i686) OpenJDK Server VM (build 23.7-b01, mixed mode) WARNING: You are launching the IDE using OpenJDK Java runtime. ITS KNOWN TO HAVE PERFORMANCE AND GRAPHICS ISSUES! SWITCH TO THE ORACLE(SUN) JDK BEFORE REPORTING PROBLEMS! NOTE: If you have both Oracle (Sun) JDK and OpenJDK installed please validate either IDEA_JDK, JDK_HOME, or JAVA_HOME environment variable points to valid Oracle (Sun) JDK installation. See http://ow.ly/6TuKQ for more info on switching default JDK. Press Enter to continue. # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x7e01a7a9, pid=8446, tid=2131053376 # # JRE version: 7.0_21-b02 # Java VM: OpenJDK Server VM (23.7-b01 mixed mode linux-x86 ) # Problematic frame: # C [libGL.so.1+0x707a9] glXChooseVisual+0xaf69 # # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again # # An error report file with more information is saved as: # /home/archie/hs_err_pid8446.log # # If you would like to submit a bug report, please include # instructions on how to reproduce the bug and visit: # http://icedtea.classpath.org/bugzilla # /usr/share/intellij-idea-12-community/bin/idea.sh: line 189: 8446 Аварийный останов (core dumped) /usr/lib/jvm/java-7-openjdk/bin/java -Xms128m -Xmx512m -XX:MaxPermSize=250m -XX:ReservedCodeCacheSize=64m -XX:+UseCodeCacheFlushing -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Djb.vmOptionsFile="/usr/share/intellij-idea-12-community/bin/idea.vmoptions" "-Xbootclasspath/a:/usr/share/intellij-idea-12-community/bin/../lib/boot.jar" -Didea.paths.selector=IdeaIC12 -Djb.restart.code=88 com.intellij.idea.Main ~]$ webstorm OpenJDK Runtime Environment (IcedTea 2.3.9) (ArchLinux build 7.u21_2.3.9-3-i686) OpenJDK Server VM (build 23.7-b01, mixed mode) WARNING: You are launching the IDE using OpenJDK Java runtime. ITS KNOWN TO HAVE PERFORMANCE AND GRAPHICS ISSUES! SWITCH TO THE ORACLE(SUN) JDK BEFORE REPORTING PROBLEMS! NOTE: If you have both Oracle (Sun) JDK and OpenJDK installed please validate either WEBIDE_JDK, JDK_HOME, or JAVA_HOME environment variable points to valid Oracle (Sun) JDK installation. See http://ow.ly/6TuKQ for more info on switching default JDK. Press Enter to continue. # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x7e1a37a9, pid=8529, tid=2132884288 # # JRE version: 7.0_21-b02 # Java VM: OpenJDK Server VM (23.7-b01 mixed mode linux-x86 ) # Problematic frame: # C [libGL.so.1+0x707a9] glXChooseVisual+0xaf69 # # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again # # An error report file with more information is saved as: # /home/archie/hs_err_pid8529.log # # If you would like to submit a bug report, please include # instructions on how to reproduce the bug and visit: # http://icedtea.classpath.org/bugzilla # /opt/webstorm/bin/webstorm.sh: line 175: 8529 Аварийный останов (core dumped) /usr/lib/jvm/java-7-openjdk/bin/java -Xms128m -Xmx512m -XX:MaxPermSize=250m -XX:ReservedCodeCacheSize=64m -XX:+UseCodeCacheFlushing -ea -Dsun.io.useCanonCaches=false -Djb.vmOptionsFile="/opt/webstorm/bin/webstorm.vmoptions" "-Xbootclasspath/a:/opt/webstorm/bin/../lib/boot.jar" -Didea.paths.selector=WebStorm6 -Didea.platform.prefix=WebStorm -Didea.no.jre.check=true -Djb.restart.code=88 com.intellij.idea.Main
Арчи ~]$ ...as always want ready-made solutions that would make even tastier
|
User6260 |
|
Темы:
1
Сообщения:
53
Участник с: 08 мая 2013
|
Уже обсуждалось. Вот аналогичная проблема с NetBeans. |
palpalych |
|
Темы:
89
Сообщения:
1126
Участник с: 09 августа 2011
|
решение не найдено, вернее запускается только от рута, вопрос - так должно быть?
Арчи ~]$ ...as always want ready-made solutions that would make even tastier
|
sergey213 |
|
Темы:
0
Сообщения:
1
Участник с: 15 февраля 2019
|
Столкнулся с той же проблемой в Linux Mint, что .sh скрипт запускался только от рута, решилось скачивание oracle jdk и добавлением в файл idea.sh переменной SDK с ссылкой на директорию, в моём случае: JDK=/opt/java/jdk1.8.0_201 добавляется после всех условий найти jdk в переменных средах, т.е. перед строкой JAVA_BIN="$JDK/bin/java" |
redix |
|
Темы:
34
Сообщения:
3433
Участник с: 11 марта 2013
|
sergey213, вы когда нибудь слышали слово некропостинг? Тема обсуждалась почти шесть лет назад.
In Tux We Trust
|