PluginSDK 12.0.4 does not install under IntelliJ 14.0.2

Developing a plugin I choose as baselien for compatibility the IntelliJ 12.0.4 SDK. But in a new setup I can't install that SDK (OSX Mavericks). I can add a new SDK and select the /Application/IDEA IntelliJ 12 CE folder and nothing happens. I can isntall that SDK w/o problems in IntelliJ 13 on the same machine.

Is there any way to debug what happens? Are there logs that I don't know about?

0
5 comments

You can navigate to the logs using Help | Show Logs in Finder (in your 14.0.2 instance). Are there any exceptions in the log?

0

Unfortunately not

2014-12-23 10:13:48,486 [      0]   INFO -        #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2014-12-23 10:13:48,538 [     52]   INFO -        #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-139.659.2, 06 Dec 2014 00:00)
2014-12-23 10:13:48,539 [     53]   INFO -        #com.intellij.idea.Main - OS: Mac OS X (10.9.5, x86_64)
2014-12-23 10:13:48,539 [     53]   INFO -        #com.intellij.idea.Main - JRE: 1.7.0_67-b01 (Oracle Corporation)
2014-12-23 10:13:48,539 [     53]   INFO -        #com.intellij.idea.Main - JVM: 24.65-b04 (Java HotSpot(TM) 64-Bit Server VM)
2014-12-23 10:13:48,549 [     63]   INFO -        #com.intellij.idea.Main - JVM Args: -Dfile.encoding=UTF-8 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Djsse.enableSNIExtension=false -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -Xverify:none -Xbootclasspath/a:../lib/boot.jar -Xms128m -Xmx750m -XX:MaxPermSize=350m -XX:ReservedCodeCacheSize=225m -XX:+UseCompressedOops -Didea.java.redist=NoJavaDistribution -Didea.home.path=/Applications/IntelliJ IDEA 14 CE.app/Contents -Didea.paths.selector=IdeaIC14
2014-12-23 10:13:48,589 [    103]   INFO -        #com.intellij.idea.Main - JNA library loaded (64-bit) in 40 ms
2014-12-23 10:13:48,596 [    110]   INFO -        #com.intellij.idea.Main - initializing environment
2014-12-23 10:13:48,599 [    113]   INFO - .intellij.util.EnvironmentUtil - loading shell env: /bin/bash -l -i -c '/Applications/IntelliJ IDEA 14 CE.app/Contents/bin/printenv.py' '/private/var/folders/sm/t_43t5z94v7dlmnhzc3lrzd80000gp/T/intellij-shell-env0.tmp'
2014-12-23 10:13:48,770 [    284]   INFO - .intellij.util.EnvironmentUtil - shell environment loaded (13 vars)
2014-12-23 10:13:50,130 [   1644]   INFO - llij.ide.plugins.PluginManager - 30 plugins initialized in 842 ms
2014-12-23 10:13:50,131 [   1645]   INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Android Support (10.0.9.3), Ant Support (1.0), Bytecode Viewer (0.1), CVS Integration (11), Commander (1.0.0), Copyright (8.1), Coverage, Eclipse Integration (3.0), EditorConfig (1.0), Git Integration (8.1), GitHub, Gradle, Groovy (9.0), I18n for Java, IDEA CORE, IntelliLang (8.0), JUnit (1.0), Java Bytecode Decompiler (0.1), JavaFX (1.0), Maven Integration, Plugin DevKit (1.0), Properties Support, Subversion Integration (1.1), Task Management (1.0), Terminal (0.1), TestNG-J (8.0), UI Designer, XPathView + XSLT Support (4), XSLT-Debugger (1.4), hg4idea (10.0)
2014-12-23 10:13:50,799 [   2313]   INFO - ellij.util.io.PagedFileStorage - lower=100; upper=200; buffer=10; max=739246080
2014-12-23 10:13:50,883 [   2397]   INFO - api.vfs.impl.local.FileWatcher - Starting file watcher: /Applications/IntelliJ IDEA 14 CE.app/Contents/bin/fsnotifier
2014-12-23 10:13:50,900 [   2414]   INFO - api.vfs.impl.local.FileWatcher - Native file watcher is operational.
2014-12-23 10:13:51,317 [   2831]   INFO - lij.diagnostic.DebugLogManager - Set DEBUG for the following categories: []
2014-12-23 10:13:52,206 [   3720]   INFO -                  TestNG Runner - Create TestNG Template Configuration
2014-12-23 10:13:52,222 [   3736]   INFO -                  TestNG Runner - Create TestNG Template Configuration
2014-12-23 10:13:52,347 [   3861]   INFO - ellij.project.impl.ProjectImpl - 20 project components initialized in 436 ms
2014-12-23 10:13:52,347 [   3861]   INFO - le.impl.ModuleManagerComponent - 0 module(s) loaded in 0 ms
2014-12-23 10:13:52,896 [   4410]   INFO - pl.stores.ApplicationStoreImpl - 82 application components initialized in 2737 ms
2014-12-23 10:13:52,917 [   4431]   INFO - .intellij.idea.IdeaApplication - App initialization took 5248 ms
2014-12-23 10:13:54,328 [   5842]   INFO -                  TestNG Runner - Create TestNG Template Configuration
2014-12-23 10:13:54,348 [   5862]   INFO -                  TestNG Runner - Create TestNG Template Configuration
2014-12-23 10:13:54,995 [   6509]   INFO - ellij.project.impl.ProjectImpl - 145 project components initialized in 1129 ms
2014-12-23 10:13:55,233 [   6747]   INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 237 ms
2014-12-23 10:13:55,919 [   7433]   INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2014-12-23 10:13:57,507 [   9021]   INFO - indexing.UnindexedFilesUpdater - Indexable files iterated in 1765 ms
2014-12-23 10:13:57,507 [   9021]   INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 6291 files to update
2014-12-23 10:14:07,972 [  19486]   INFO - tor.impl.FileEditorManagerImpl - Project opening took 14203 ms
2014-12-23 10:14:09,405 [  20919]   INFO - indexing.UnindexedFilesUpdater - Unindexed files update done in 11897 ms
2014-12-23 10:14:14,443 [  25957]   INFO - CompilerWorkspaceConfiguration - Available processors: 8

0

I've fixed the problem. As a workaround, you can download the Unix distribution of 12.0.4 and configure a plugin SDK pointing to it.

0

Oh, thanks, that sounds good!

Happy holidays!

0

Ooops, the workarund does not work for me. I downloaded the linux tar.gz, untar(ed) and tried to define a SDK with it. Same reaction.

Sorry fo rthe bad news.

0

Please sign in to leave a comment.