failed to clear URL cache
When i try to start my RubyMine (5.4.3.2.1) nothing happens...
When i looked in to it i found:
Error:
thowou@SIJN-DEV08:~/app/RubyMine/RubyMine-5.4.3.2.1/bin$ ./rubymine.sh
Failed to clear URL cache
LOG:
2013-11-12 12:40:15,695 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2013-11-12 12:40:15,702 [ 7] INFO - #com.intellij.idea.Main - IDE: JetBrains RubyMine (build #RM-129.861, 29 Jun 2013 00:00)
2013-11-12 12:40:15,702 [ 7] INFO - #com.intellij.idea.Main - OS: Linux (3.8.0-33-generic)
2013-11-12 12:40:15,702 [ 7] INFO - #com.intellij.idea.Main - JRE: 1.7.0_45-b18 (Oracle Corporation)
2013-11-12 12:40:15,702 [ 7] INFO - #com.intellij.idea.Main - JVM: 24.45-b08 (Oracle Corporation)
2013-11-12 12:40:15,704 [ 9] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx512m -XX:MaxPermSize=200m -XX:ReservedCodeCacheSize=64m -XX:+UseCodeCacheFlushing -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Djb.vmOptionsFile=./rubymine.vmoptions -Xbootclasspath/a:./../lib/boot.jar -Didea.paths.selector=RubyMine50 -Didea.platform.prefix=Ruby -Didea.no.jre.check=true -Djb.restart.code=88
2013-11-12 12:40:15,725 [ 30] INFO - #com.intellij.idea.Main - JNA library loaded (32-bit) in 21 ms
2013-11-12 12:40:15,895 [ 200] INFO - #com.intellij.idea.Main - Snappy library loaded (1.0.4) in 169 ms
ANd when i ran it with debug
DEBUG
thowou@SIJN-DEV08:~/app/RubyMine/RubyMine-5.4.3.2.1/bin$ bash -x rubymine.sh
++ which uname
+ UNAME=/bin/uname
++ which egrep
+ GREP=/bin/egrep
+ GREP_OPTIONS=
++ which cut
+ CUT=/usr/bin/cut
++ which readlink
+ READLINK=/bin/readlink
++ which mktemp
+ MKTEMP=/bin/mktemp
++ which rm
+ RM=/bin/rm
++ which cat
+ CAT=/bin/cat
++ which tr
+ TR=/usr/bin/tr
+ '[' -z /bin/uname -o -z /bin/egrep -o -z /usr/bin/cut -o -z /bin/mktemp -o -z /bin/rm -o -z /bin/cat -o -z /usr/bin/tr ']'
++ /bin/uname -s
+ OS_TYPE=Linux
+ '[' -n '' -a -x /bin/java ']'
+ '[' -n '' -a -x /bin/java ']'
+ '[' -n '' -a -x /bin/java ']'
++ which java
+ JAVA_BIN_PATH=/usr/bin/java
+ '[' -n /usr/bin/java ']'
+ '[' Linux = FreeBSD ']'
+ '[' Linux = SunOS ']'
+ '[' Linux = Darwin ']'
+ '[' -z '' -a -x /bin/readlink ']'
++ /bin/readlink -f /usr/bin/java
+ JAVA_LOCATION=/usr/lib/jvm/java-7-oracle/jre/bin/java
+ case "$JAVA_LOCATION" in
++ echo /usr/lib/jvm/java-7-oracle/jre/bin/java
++ xargs dirname
++ xargs dirname
++ xargs dirname
+ JAVA_LOCATION=/usr/lib/jvm/java-7-oracle
+ '[' -x /usr/lib/jvm/java-7-oracle/bin/java ']'
+ JDK=/usr/lib/jvm/java-7-oracle
+ '[' -z /usr/lib/jvm/java-7-oracle ']'
++ /bin/mktemp -t java.version.log.XXXXXX
+ VERSION_LOG=/tmp/java.version.log.quBAOx
+ /usr/lib/jvm/java-7-oracle/bin/java -version
+ /bin/egrep OpenJDK /tmp/java.version.log.quBAOx
+ OPEN_JDK=1
+ /bin/egrep '64-Bit|x86_64' /tmp/java.version.log.quBAOx
+ BITS=1
+ /bin/rm -f /tmp/java.version.log.quBAOx
+ '[' 1 -eq 0 ']'
+ '[' 1 -eq 0 ']'
+ BITS=
+ SCRIPT_LOCATION=rubymine.sh
+ '[' -x /bin/readlink ']'
+ '[' -L rubymine.sh ']'
++ dirname rubymine.sh
+ IDE_HOME=./..
++ dirname rubymine.sh
+ IDE_BIN_HOME=.
+ '[' -n '' ']'
+ MAIN_CLASS_NAME=
+ '[' -z '' ']'
+ MAIN_CLASS_NAME=com.intellij.idea.Main
+ VM_OPTIONS_FILE=
+ '[' -z '' ']'
+ VM_OPTIONS_FILE=./rubymine.vmoptions
+ '[' -r ./rubymine.vmoptions ']'
++ /bin/cat ./rubymine.vmoptions
++ /usr/bin/tr '\n' ' '
++ /bin/egrep -v '^#.*'
+ VM_OPTIONS='-Xms128m -Xmx512m -XX:MaxPermSize=200m -XX:ReservedCodeCacheSize=64m -XX:+UseCodeCacheFlushing -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true '
+ VM_OPTIONS='-Xms128m -Xmx512m -XX:MaxPermSize=200m -XX:ReservedCodeCacheSize=64m -XX:+UseCodeCacheFlushing -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Djb.vmOptionsFile="./rubymine.vmoptions"'
+ IS_EAP=false
+ '[' false = true ']'
+ COMMON_JVM_ARGS='"-Xbootclasspath/a:./../lib/boot.jar" -Didea.paths.selector=RubyMine50 '
+ IDE_JVM_ARGS='-Didea.platform.prefix=Ruby -Didea.no.jre.check=true'
+ ALL_JVM_ARGS='-Xms128m -Xmx512m -XX:MaxPermSize=200m -XX:ReservedCodeCacheSize=64m -XX:+UseCodeCacheFlushing -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Djb.vmOptionsFile="./rubymine.vmoptions" "-Xbootclasspath/a:./../lib/boot.jar" -Didea.paths.selector=RubyMine50 -Didea.platform.prefix=Ruby -Didea.no.jre.check=true '
+ CLASSPATH=./../lib/bootstrap.jar
+ CLASSPATH=./../lib/bootstrap.jar:./../lib/extensions.jar
+ CLASSPATH=./../lib/bootstrap.jar:./../lib/extensions.jar:./../lib/util.jar
+ CLASSPATH=./../lib/bootstrap.jar:./../lib/extensions.jar:./../lib/util.jar:./../lib/jdom.jar
+ CLASSPATH=./../lib/bootstrap.jar:./../lib/extensions.jar:./../lib/util.jar:./../lib/jdom.jar:./../lib/log4j.jar
+ CLASSPATH=./../lib/bootstrap.jar:./../lib/extensions.jar:./../lib/util.jar:./../lib/jdom.jar:./../lib/log4j.jar:./../lib/trove4j.jar
+ CLASSPATH=./../lib/bootstrap.jar:./../lib/extensions.jar:./../lib/util.jar:./../lib/jdom.jar:./../lib/log4j.jar:./../lib/trove4j.jar:./../lib/jna.jar
+ '[' -n '' ']'
+ export CLASSPATH
+ LD_LIBRARY_PATH=.:
+ export LD_LIBRARY_PATH
+ true
+ eval /usr/lib/jvm/java-7-oracle/bin/java -Xms128m -Xmx512m -XX:MaxPermSize=200m -XX:ReservedCodeCacheSize=64m -XX:+UseCodeCacheFlushing -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true '-Djb.vmOptionsFile="./rubymine.vmoptions"' '"-Xbootclasspath/a:./../lib/boot.jar"' -Didea.paths.selector=RubyMine50 -Didea.platform.prefix=Ruby -Didea.no.jre.check=true -Djb.restart.code=88 com.intellij.idea.Main
++ /usr/lib/jvm/java-7-oracle/bin/java -Xms128m -Xmx512m -XX:MaxPermSize=200m -XX:ReservedCodeCacheSize=64m -XX:+UseCodeCacheFlushing -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Djb.vmOptionsFile=./rubymine.vmoptions -Xbootclasspath/a:./../lib/boot.jar -Didea.paths.selector=RubyMine50 -Didea.platform.prefix=Ruby -Didea.no.jre.check=true -Djb.restart.code=88 com.intellij.idea.Main
Failed to clear URL cache
What i did:
i cleard the ~/.RubyMine50/system/caches dir but it didn't solve it....
Any suggestions?
System details:
Running Ubuntu 12.04.3 LTS
thowou@SIJN-DEV08:~/app/RubyMine/RubyMine-5.4.3.2.1/bin$ dpkg -l |grep -i java
ii gir1.2-javascriptcoregtk-3.0 1.8.3-0ubuntu0.12.04.1 GObject introspection data for the GTK+-based JavaScriptCore library
ii java-common 0.43ubuntu2 Base of all Java packages
ii libjavascriptcoregtk-3.0-0 1.8.3-0ubuntu0.12.04.1 Javascript engine library for GTK+
ii libjs-jquery 1.7.1-1ubuntu1 JavaScript library for dynamic web applications
ii libv8-3.7.12.22 3.7.12.22-3 v8 JavaScript engine - runtime library
ii libv8-dev 3.7.12.22-3 v8 JavaScript engine - development files
ii nodejs 0.6.12~dfsg1-1ubuntu1 Node.js event-based server-side javascript engine
ii oracle-java7-installer 7u45-0~webupd8~0 Oracle Java(TM) Development Kit (JDK) 7
请先登录再写评论。
Do you have any non-bundled plugins installed?
Regards, Oleg.
Not that i know of or all....
thowou@SIJN-DEV08:~$ gem list
*** LOCAL GEMS ***
actionmailer (4.0.0, 3.2.14, 3.2.13)
actionpack (4.0.0, 3.2.14, 3.2.13)
activemodel (4.0.0, 3.2.14, 3.2.13)
activerecord (4.0.0, 3.2.14, 3.2.13)
activerecord-deprecated_finders (1.0.3)
activeresource (3.2.14, 3.2.13)
activesupport (4.0.0, 3.2.14, 3.2.13)
acts_as_indexed (0.8.3)
arel (4.0.0, 3.0.2)
atomic (1.1.14)
awesome_nested_set (2.1.6)
babosa (0.3.11)
bcrypt-ruby (3.1.2, 3.1.1)
better_errors (0.8.0)
bigdecimal (1.1.0)
binding_of_caller (0.7.1)
builder (3.1.4, 3.0.4)
bundler (1.3.5)
cancan (1.6.9)
capistrano (2.14.2)
chronic (0.9.1)
chunky_png (1.2.7)
climate_control (0.0.3)
cocaine (0.5.1)
coderay (1.0.9)
coffee-rails (3.2.2)
coffee-script (2.2.0)
coffee-script-source (1.6.3, 1.6.2)
columnize (0.3.6)
compass (0.12.2)
compass-h5bp (0.1.0)
compass-rails (1.0.3)
crack (0.3.2)
daemon_controller (1.1.5)
dalli (2.6.3)
debug_inspector (0.0.2)
debugger (1.6.1)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.2.3)
decorators (1.0.3)
devise (3.0.1, 2.2.7)
devise-encryptable (0.1.1)
dragonfly (0.9.15)
dutchfaker (0.2.0)
dynamic_form (1.1.4)
erubis (2.7.0)
execjs (2.0.1, 1.4.0)
formtastic (2.2.1)
friendly_id (4.0.10.1)
fssm (0.2.10)
globalize3 (0.3.0)
haml (3.1.8)
haml-rails (0.4)
highline (1.6.16)
hike (1.2.3)
html5-rails (0.0.6)
i18n (0.6.5, 0.6.1)
io-console (0.3)
journey (1.0.4)
jquery-cookie-rails (1.3.1)
jquery-rails (2.3.0, 2.2.1)
jquery-ui-rails (4.0.2)
json (1.8.0, 1.5.5)
kgio (2.8.1)
mail (2.5.4, 2.5.3)
method_source (0.8.1)
mime-types (1.25, 1.23)
minitest (4.7.5, 2.5.1)
multi_json (1.8.0, 1.7.8)
mysql2 (0.3.11)
nested_form (0.3.2)
net-scp (1.1.0)
net-sftp (2.1.1)
net-ssh (2.6.6)
net-ssh-gateway (1.2.0)
newrelic_rpm (3.6.0.78)
nokogiri (1.5.9)
orm_adapter (0.4.0)
paper_trail (2.7.2)
passenger (4.0.18)
polyglot (0.3.3)
populator (1.0.0)
pry (0.9.12)
rack (1.5.2, 1.4.5)
rack-cache (1.2)
rack-ssl (1.3.3)
rack-test (0.6.2)
rails (4.0.0, 3.2.14, 3.2.13)
rails-i18n (0.7.4)
railties (4.0.0, 3.2.14, 3.2.13)
raindrops (0.12.0)
rake (10.1.0, 0.9.2.2)
rdoc (3.12.2, 3.9.5)
refinerycms (2.1.0)
refinerycms-acts-as-indexed (1.0.0)
refinerycms-authentication (2.1.0)
refinerycms-core (2.1.0)
refinerycms-dashboard (2.1.0)
refinerycms-i18n (2.1.0)
refinerycms-images (2.1.0)
refinerycms-pages (2.1.0)
refinerycms-resources (2.1.0)
routing-filter (0.3.1)
rubygems-update (2.1.4)
sass (3.2.10, 3.2.7)
sass-rails (3.2.6)
savon (0.7.9)
seed_dump (1.0.0, 0.5.3)
seo_meta (1.4.0)
slop (3.4.4)
sprockets (2.10.0, 2.2.2)
sprockets-rails (2.0.0)
thor (0.18.1)
thread_safe (0.1.3)
tilt (1.4.1)
treetop (1.4.15, 1.4.12)
truncate_html (0.9.2)
tzinfo (0.3.37)
uglifier (2.2.1, 1.3.0)
unicorn (4.6.3)
version (1.0.0)
warden (1.2.3)
whenever (0.8.2)
will_paginate (3.0.5)
is that a problem? it worked before...
I meant RubyMine's plugins, not gems.
Regards, Oleg.
no, no rubymine plugin's... :)
where can i check for plugins to be sure?
See https://intellij-support.jetbrains.com/entries/23358108-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs
Regards, Oleg.
thowou@SIJN-DEV08:~/.RubyMine50/config/plugins$ ls -alh
total 356K
drwxrwxr-x 2 thowou thowou 4.0K Oct 2 09:26 .
drwxrwxr-x 18 thowou thowou 4.0K Sep 18 11:31 ..
-rw-rw-r-- 1 thowou thowou 345K Oct 2 09:26 availables.xml
thowou@SIJN-DEV08:~/.RubyMine50/config/plugins$ wc -l availables.xml
5185 availables.xml
are they any enabled plugin's or just available plugin's?
Hi,
these are available, not installed. Could you please test the problem with beta we have release yesterday.
Thanks in advance, Oleg.
Works like a charm! I imported all my settings and worked like expected!
Thanks for the help!
You are always welcome :)
Regards, Oleg.