Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all 5661 articles
Browse latest View live

memory issues

$
0
0

have 16 gig on this windows server with 10 gig avail, why would i be getting this? How would i increase? thx

 

Error:Abnormal build process termination:

Error occurred during initialization of VM

Could not reserve enough space for object heap

Could not create the Java virtual machine.


Idea 14.1 doesn't start - Mac OS

$
0
0

Hi,

 

I've just downloaded idea 14.1 for mac.

 

I've verified the sha for the download:


~/Downloads jo.pang$ shasum -a 256 ideaIU-14.1.dmg

 

559480f8908719ebc5d34c6da2ba0b3bdc611b86f8ccc4f320bb8b16f78feeb8  ideaIU-14.1.dmg

 

I've copied idea to the Applications folder (like I always do when upgrading) but Idea doesn't start.

 

It seems to be missing the idea.sh file in bin? Here's what my bin folder looks like:

 


/Applications/IntelliJ IDEA 14.app/Contents/bin jo.pang$ ll

total 9248

-rw-r--r--@ 1 jo.pang  admin      136 Mar 21 04:11 appletviewer.policy

-rwxr-xr-x@ 1 jo.pang  admin    34624 Mar 23 13:47 fsnotifier

-rw-r--r--@ 1 jo.pang  admin      593 Mar 23 13:47 idea.properties

-rw-r--r--@ 1 jo.pang  admin       95 Mar 24 20:51 idea.vmoptions

-rwxr-xr-x@ 1 jo.pang  admin      281 Mar 23 13:47 inspect.sh

-rw-r--r--@ 1 jo.pang  admin    16176 Mar 23 13:47 libMacNativeKit64.dylib

lrwxr-xr-x  1 jo.pang  admin       18 Mar 23 14:26 libbreakgen.dylib -> libbreakgen.jnilib

-rw-r--r--@ 1 jo.pang  admin     8972 Mar 23 13:47 libbreakgen.jnilib

lrwxr-xr-x  1 jo.pang  admin       20 Mar 23 14:26 libbreakgen64.dylib -> libbreakgen64.jnilib

-rw-r--r--@ 1 jo.pang  admin     9000 Mar 23 13:47 libbreakgen64.jnilib

lrwxr-xr-x  1 jo.pang  admin       18 Mar 23 14:26 libyjpagent.dylib -> libyjpagent.jnilib

-rw-r--r--@ 1 jo.pang  admin  4600628 Mar 23 13:47 libyjpagent.jnilib

-rw-r--r--@ 1 jo.pang  admin     2275 Mar 21 04:11 log.xml

-rwxr-xr-x@ 1 jo.pang  admin      379 Mar 23 13:47 printenv.py

 

-rwxr-xr-x@ 1 jo.pang  admin    13556 Mar 23 13:47 restarter

 

Anybody else here having trouble starting up?

 

Thanks in advance,

 

John

Distraction-Free Mode has bug?

$
0
0

Excited to see a distraction-free mode at last.  Upon using it, I notice that there is a large swatch of space on the left hand side of the screen (like one big empty column).  At first, I thought it was due to where the "Project/Structure" panels used to be.  But even closing those panels and then entering distraction-free mode still leaves a large empty column on the left of the UI.  Is this a bug?  Seems so.

Adding a new dependency in pom.xml

$
0
0

Environment:

 

Windows 7 Professional. IDEA: 14.0.3, Ultimate Edition 139.1117

 

I can't believe I am having difficulties with this.

 

1. I have a pom.xml that I successfully import as a project in IDEA using File -> Import Project. Now, I want to add a new aMaven dependency (hibernate-entitymanager) in it. Naturally, I open pom.xml in the editor and try adding in <dependencies>, the following <dependency>:

 

dependency-add-1.PNG

Note that the cursor jumps between <artifactId> tags and not the <groupId> tags. This is the first annoyance.

 

2. Many of the dependencies are already in ~/.m2, and I expected it to do code completion. So, after placing the cursor between groupId tags, I expect it to complete the code and here is what I see:

 

dependency-add-2.PNG

3. I have to add the entire text all by myself. Only after I have added the snippet (or copied+pasted from someplace like mvnrepository.com) does it proceed.

4. So, my question is, how do I make IDEA recognize pom.xml better and help me quickly adding dependencies? Am I missing something basic?

git subtree push/pull support in intellij

$
0
0

Hi guys,

 

Can anybody let me please know if Intellij 14 supports integration with git subtree pull/push? Couldn't find antything related so I guess it is not supported? Or I'm missing something?

 

Thanks,

Ivan

14.0.3 SVN merge, revert, remerge issue

$
0
0
I'm asked regularly to merge XSD and WSDL files from an analysts branch on SVN.  Yesterday I met with a very strange problem.  I'll go over the steps, maybe someone can reproduce the issue.
1. Merge the xsd analysts branch with the trunk, using 'Subversion Working Copies Information', 'Merge from...', 'Branch....'.  I pressed cancel when the commit screen popped up in order to have an SVN changelist 'merge from <branch>'.  Then move one file to another changelist (is required for a different job).
2. After a little while part of the branch in my changelist is committed, one file kept seperately is not.  Meanwhile new changes on the BRANCH have been done to the file I kept seperate.  And I'm asked to do a new analysts xsd merge.
3. Same scenario as point 1, but one file got merged by IntelliJ smart merge, namely the file I kept locally.
4. An analyst tells me the changes he's made to the branch are not ok, so I revert the whole thing.  This includesthe file I used to keep in a seperate changelist.
5. Same scenario as point 1 BUT, the changes that were merged by IntelliJ are gone. Newer changes to that file are there, but the changes that were merged by IntelliJ are somehow 'forgotten'.  I assume IntelliJ still wrongly thinks that those changes are already on my local project, but that's just speculation.
Note: If I compare that file with the branch using 'SVN compare with branch' then the missing changes are registered.
This seems a very nasty bug, I would have broken the build on production day if I hadn't been paying attention closely and if I hadn't read that file before the ordeal.

Gradle bug in 14.1 and lower

$
0
0

I am currently using the newest Idea 14.1 community edition. I have a Spring Boot project in which I use Gradle as the build system.

 

The Gradle version I use is the wrapper version. I declare it in my build.gradle like this:

 

task wrapper(type: Wrapper) {
    gradleVersion = '2.1'
}

 

So now when I run any kind of Gradle task in Idea, like bootRun or test or just the syncronize which is triggered when pressing the refresh button in Gradle toolbox window - I get a Gradle process running in the background.

The process finishes it's job, and when I close Idea, the process will still be running and taking signifact amount of RAM for no reason.

 

This seems to be not happening when just running the commands from the CLI. Process does it's job, finishes and the process is gone.

 

 

Here is an illustrative picture showing the process that is left running forever:

 

gradleBug.png

EDIT: (Picture previes seems to be blue,  click on it...)

 

This was taken right after using the Gradle task "test" in Idea 14.1 and then closing Idea, when task was completed. No other Java applications running on computer at the same time, the gradle one you see is the only one.

 

A month ago this occured only on my desktop computer but now it is affecting both desktop and laptop. Any info on how to cope with this situation?

14.1 look & feel - too flat

$
0
0

Hi, I upgraded to the 14.1 yesterday and for the first time in 10+ year history of using IDEA I'm afraid of changes coming. Please don't go too far with getting rid of shadows, borders and backgrounds!

 

I understand that flat designs are very fashionable nowadays, but design should not win in comparison with convenience of use. To be the most handy and easy-to-use as well as full-featured dev tool was a main goal of IDEA all this time. Please stick to that going ahead. Design fashion is a subject to change, while the application is losing the usability following it.

 

Colors are really needed to distinguish semantically different areas of the IDE screen and the new marker bar doesn’t make me optimistic. It doesn’t react on theme switching staying flat and transparent; new pale marker colors are also a try to look modern instead of making a bright warning to the user about the line status (which is actually a main purpose of these markers).

 

I beg you to stop visually ruin the IDE for the sake of today’s design trends. Please don’t end up as MS Outlook 2013 which is now a chaotic set of letters and monochrome icons on white background.

 

To summarize, please:

1)     Do not remove backgrounds for the separate screen areas.

2)     Do not change colors that have to be semantically bright.

3)     Make design changes theme-dependent, so users who like the old L&F could continue use it.

 

Thank you.

 

 

P.S. Also I liked the eye icon checking my files :))


IntelliJ 14.1 changed the size of my default font

$
0
0

My font settings, which has been set at default for as long as I've used this product, (monospace, size 12 font), which also looked the same as my font for pycharm,

changed after I installed 14.1.  The settings did not chage, it is still default with monospace size 12, however the actual size of the text changed, and it is now too small to read without hurting my eyes.  Any help with getting my old font size bak ould be appreciated.

 

The size disparity can be more clearly seen in the attached images.

Before:

before.jpg

After:

after.jpg

How can I keep Gradle build from changes selected run configuration?

$
0
0

So here's the workflow I want to do in my IDEA Ultimate 14.0/14.1:

 

1) Run Gradle build task to build my Grails project from the Gradle tool window (I'm using Grails Gradle Plugin)

2) Run my Grails project by clicking on the run arrow toolbar button

 

However, when I run the Gradle build, it changes the selected Run configuration in the dropdown on the main toolbar to be the last Gradle task runner. About 50% of the time, I forget about this "feature" and click on the run arrow without first selecting the Grails web app run configuration. Thus, I get a second build instead of what I really wanted.  If nothing's changed, it's a fast second build in Gradle, but still annoying.

 

I looked for a IDE setting to maybe keep that from happening, but couldn't find one.  Is there a setting I can make to keep Gradle build from changing the selected run configuration?

 

If not, here are a couple of suggestions for future enhancements:

 

  1. Don't change the selected run configuration in the toolbar. If I have it selected to run the web app, leave it alone, even if I run a Gradle (or Maven or Ant or whatever) build
  2. Separate the build run configurations from the main toolbar dropdown and put a dropdown on the build tool window.  Then if I run the clean, compile, build, assemble, etc. task, keep those selections in a local dropdown on the build tool window for easy selection.
Thanks for making IDEA such a great tool! It usually does a great job of "reading my mind" when I want to do something - just not in this case.
--
jack

 

Message was edited by: madjack

Upgraded to 14.1, can no longer debug Meteor app

$
0
0

Debugging my Meteor app used to work with 14.0.

Upgraded this morning to 14.1.

I start IntelliJ IDEA, open project, and hit the Debug button.

Nothing seems to happen, but when I e.g. hit the Run button, I get told that the app is already running.

This is in the log:

 

2015-03-25 21:55:09,528 [ 244074]  ERROR - til.concurrency.QueueProcessor - IntelliJ IDEA 14.1  Build #IU-141.177.4
2015-03-25 21:55:09,528 [ 244074]  ERROR - til.concurrency.QueueProcessor - JDK: 1.6.0_65
2015-03-25 21:55:09,528 [ 244074]  ERROR - til.concurrency.QueueProcessor - VM: Java HotSpot(TM) 64-Bit Server VM
2015-03-25 21:55:09,528 [ 244074]  ERROR - til.concurrency.QueueProcessor - Vendor: Apple Inc.
2015-03-25 21:55:09,528 [ 244074]  ERROR - til.concurrency.QueueProcessor - OS: Mac OS X
2015-03-25 21:55:09,528 [ 244074]  ERROR - til.concurrency.QueueProcessor - Last Action: Debug
2015-03-25 21:56:06,413 [ 300959]   INFO - ij.compiler.impl.CompileDriver - COMPILATION STARTED (BUILD PROCESS)
2015-03-25 21:56:06,769 [ 301315]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: /Applications/IntelliJ IDEA 14.app/Contents/lib/jps-launcher.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/classes.jar:/Applications/IntelliJ IDEA 14.app/Contents/lib/optimizedFileManager.jar:/Applications/IntelliJ IDEA 14.app/Contents/lib/ecj-4.4.jar
2015-03-25 21:56:07,660 [ 302206]   INFO - .GenericCompilerPersistentData - Compiler info file doesn't exists: /Users/rverschoor/Library/Caches/IntelliJIdea14/compiler/hearts.96d66dbc/.caches/jasper_validator/info
2015-03-25 21:56:07,660 [ 302206]   INFO - ler.impl.GenericCompilerRunner - Clearing cache for Jasper Validator
2015-03-25 21:56:07,669 [ 302215]   INFO - lij.compiler.impl.CompilerUtil -      COMPILATION FINISHED (BUILD PROCESS); Errors: 0; warnings: 0 took 1261 ms: 0 min 1sec
2015-03-25 21:56:08,238 [ 302784]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: /Applications/IntelliJ IDEA 14.app/Contents/lib/jps-launcher.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/classes.jar:/Applications/IntelliJ IDEA 14.app/Contents/lib/optimizedFileManager.jar:/Applications/IntelliJ IDEA 14.app/Contents/lib/ecj-4.4.jar
2015-03-25 21:56:27,016 [ 321562]   INFO - ex.GlobalInspectionContextImpl - Code inspection started
2015-03-25 21:56:27,938 [ 322484]   INFO - nspection.reference.RefManager - Total duration of processing project usages:798
2015-03-25 21:56:30,825 [ 325371]   INFO - tellij.xml.Html5SchemaProvider - HTML5_SCHEMA_LOCATION = /Applications/IntelliJ IDEA 14.app/Contents/lib/idea.jar!/resources/html5-schema/html5.rnc
2015-03-25 21:56:30,825 [ 325371]   INFO - tellij.xml.Html5SchemaProvider - XHTML5_SCHEMA_LOCATION = /Applications/IntelliJ IDEA 14.app/Contents/lib/idea.jar!/resources/html5-schema/xhtml5.rnc
2015-03-25 21:56:30,825 [ 325371]   INFO - tellij.xml.Html5SchemaProvider - CHARS_DTD_LOCATION = /Applications/IntelliJ IDEA 14.app/Contents/lib/idea.jar!/resources/html5-schema/html5chars.ent
2015-03-25 21:57:01,184 [ 355730]   INFO - ex.GlobalInspectionContextImpl - Code inspection finished
2015-03-25 22:00:44,687 [ 579233]   INFO - Types.impl.FileTypeManagerImpl - FileTypeManager: 0 auto-detected files
Elapsed time on auto-detect: 0 ms
2015-03-25 22:00:44,693 [ 579239]   INFO - org.jetbrains.io.BuiltInServer - web server stopped
2015-03-25 22:00:44,705 [ 579251]   INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2015-03-25 22:00:44,723 [ 579269]   INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2015-03-25 22:00:44,723 [ 579269]   INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2015-03-25 22:00:44,724 [ 579270]   INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2015-03-25 22:00:44,800 [ 579346]   WARN - api.vfs.impl.local.FileWatcher - Watcher terminated with exit code 0
2015-03-25 22:00:44,800 [ 579346]   INFO - newvfs.persistent.PersistentFS - VFS dispose started
2015-03-25 22:00:44,822 [ 579368]   INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2015-03-25 22:00:44,824 [ 579370]   INFO - j.compiler.server.BuildManager - processHandler.waitFor() returned false for session af97c0a8-30f8-4cef-b49b-e66bbec73602, continue waiting
2015-03-25 22:00:44,826 [ 579372]   INFO -        #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2015-03-25 22:01:48,602 [      0]   INFO -        #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2015-03-25 22:01:48,656 [     54]   INFO -        #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-141.177.4, 23 Mar 2015 00:00)
2015-03-25 22:01:48,656 [     54]   INFO -        #com.intellij.idea.Main - OS: Mac OS X (10.10.2, x86_64)
2015-03-25 22:01:48,656 [     54]   INFO -        #com.intellij.idea.Main - JRE: 1.6.0_65-b14-466.1-11M4716 (Apple Inc.)
2015-03-25 22:01:48,656 [     54]   INFO -        #com.intellij.idea.Main - JVM: 20.65-b04-466.1 (Java HotSpot(TM) 64-Bit Server VM)
2015-03-25 22:01:48,661 [     59]   INFO -        #com.intellij.idea.Main - JVM Args: -Dfile.encoding=UTF-8 -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Xverify:none -Xbootclasspath/a:../lib/boot.jar -Xms128m -Xmx750m -XX:MaxPermSize=350m -XX:ReservedCodeCacheSize=225m -XX:+UseCompressedOops -Djb.vmOptionsFile=/Applications/IntelliJ IDEA 14.app/Contents/bin/idea.vmoptions -Didea.java.redist=NoJavaDistribution -Didea.home.path=/Applications/IntelliJ IDEA 14.app/Contents -Didea.executable=idea -Didea.paths.selector=IntelliJIdea14
2015-03-25 22:01:48,690 [     88]   INFO -        #com.intellij.idea.Main - JNA library loaded (64-bit) in 29 ms
2015-03-25 22:01:48,696 [     94]   INFO -        #com.intellij.idea.Main - initializing environment
2015-03-25 22:01:48,698 [     96]   INFO - .intellij.util.EnvironmentUtil - loading shell env: /bin/bash -l -i -c '/Applications/IntelliJ IDEA 14.app/Contents/bin/printenv.py' '/private/var/folders/rb/3k6w3pcn5t526p3fc9lxydx40000gp/T/intellij-shell-env0.tmp'
2015-03-25 22:01:48,984 [    382]   INFO - .intellij.util.EnvironmentUtil - shell environment loaded (24 vars)
2015-03-25 22:01:52,951 [   4349]   INFO - llij.ide.plugins.PluginManager - 128 plugins initialized in 2782 ms
2015-03-25 22:01:52,952 [   4350]   INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Ant Support (1.0), Application Servers View (0.2.0), AspectJ Support (1.2), CSS Support, CoffeeScript (2.0), Coverage, DSM Analysis (1.0.0), Database Tools and SQL (1.0), Eclipse Integration (3.0), EditorConfig (1.0), Emma, FreeMarker support (1.0), GWT Support (1.0), Git Integration (8.1), GlassFish Integration (1.0), Gradle, Grails (9.0), Groovy (9.0), HTML Tools (2.0), Heroku integration (1.0), Hibernate Support (1.0), I18n for Java, IDEA CORE, IntelliLang (8.0), JUnit (1.0), Java Bytecode Decompiler (0.1), Java EE: Batch Applications (1.0), Java EE: Contexts and Dependency Injection (1.1), Java EE: EJB, JPA, Servlets (1.0), Java EE: JMS, JSON Processing, Concurrency, Transaction  (1.0), Java EE: RESTful Web Services (JAX-RS) (1.0), Java EE: Web Services (JAX-WS) (1.9), Java EE: WebSockets (1.0), Java Server Pages Integration (1.0), JavaScript Debugger (1.0), JavaScript Intention Power Pack (0.9.4), JavaScript Support (1.0), Jetty Integration (1.0), Maven Integration, Maven Integration Extension, Osmorc (1.4.6), Persistence Frameworks Support (1.0), Playframework Support (1.0), Properties Support, QuirksMode, REST Client, Refactor-X (2.01), Remote Hosts Access (0.1), SSH Remote Run (0.1), Spring AOP/@AspectJ (1.0), Spring Batch (1.0), Spring Boot (1.0), Spring Data (1.0), Spring Integration Patterns (1.0), Spring MVC (1.0), Spring OSGi (1.0), Spring Roo Console (1.0), Spring Security (1.0), Spring Support (1.0), Spring Web Flow (1.0), Spring WebSocket (1.0), Spy-js (999.999), Stylus support (999.999), Task Management (1.0), Terminal (0.1), TestNG-J (8.0), Thymeleaf (1.0), Time Tracking (1.0), Tomcat and TomEE Integration (1.0), UI Designer, UML Support (1.0), Vaadin Support (1.0), Velocity support (1.0), W3C Validators (2.0), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML, dmServer Support (0.9.5), hg4idea (10.0)
2015-03-25 22:01:52,952 [   4350]   INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Bitbucket (1.2.3-SNAPSHOT), Handlebars/Mustache (141.1), LiveEdit (2.0.14.141), Meteor (141.175), NodeJS (141.2)
2015-03-25 22:01:52,952 [   4350]   INFO - llij.ide.plugins.PluginManager - Disabled plugins: ASP (0.1), Android Support (10.1.1.0), Bytecode Viewer (0.1), CFML Support (3.53), CVS Integration (11), ClearCase Integration (2.0), Cloud Foundry integration (1.0), CloudBees integration (1.0), Copyright (8.1), Cucumber for Groovy (999.999), Cucumber for Java (999.999), Flash/Flex Support (1.0), Geronimo Integration (1.0), Gherkin (999.999), GitHub, Google App Engine Integration (1.1.4), GuiceyIDEA (8.0), HAML, J2ME (1.0), JBoss Drools Support (1.0), JBoss Integration (1.0), JBoss Seam Pageflow Support (1.0), JBoss Seam Pages Support (1.0), JBoss Seam Support (1.0), JBoss jBPM (2.0.0), JSR45 Integration (1.0), Java EE: Bean Validation Support (1.1), Java EE: Java Server Faces (2.2.X.), JavaFX (1.0), LESS support, OpenShift integration (1.0), Perforce Integration (2.0), Plugin DevKit (1.0), Resin Integration (8.1), SASS support, Spring Web Services (1.0), Struts 1.x (2.0), Struts 2 (1.0), Subversion Integration (1.1), TFS Integration (999.999), Tapestry support (1.0), WebLogic Integration (1.0), WebSphere Integration (1.0), ZKM-Unscramble (1.0)
2015-03-25 22:01:53,345 [   4743]   INFO - ellij.util.io.PagedFileStorage - lower=100; upper=200; buffer=10; max=755630080
2015-03-25 22:01:53,415 [   4813]   INFO - api.vfs.impl.local.FileWatcher - Starting file watcher: /Applications/IntelliJ IDEA 14.app/Contents/bin/fsnotifier
2015-03-25 22:01:53,441 [   4839]   INFO - api.vfs.impl.local.FileWatcher - Native file watcher is operational.
2015-03-25 22:01:54,471 [   5869]   INFO - lij.diagnostic.DebugLogManager - Set DEBUG for the following categories: []
2015-03-25 22:01:54,622 [   6020]   INFO -   #com.intellij.AbstractBundle - Cannot load resource bundle from *.properties file, falling back to slow class loading: com.intellij.javaee.heroku.cloud.HerokuBundle
2015-03-25 22:01:55,388 [   6786]   INFO -                  TestNG Runner - Create TestNG Template Configuration
2015-03-25 22:01:55,407 [   6805]   INFO - ellij.project.impl.ProjectImpl - 19 project components initialized in 220 ms
2015-03-25 22:01:55,407 [   6805]   INFO - le.impl.ModuleManagerComponent - 0 module(s) loaded in 0 ms
2015-03-25 22:01:56,252 [   7650]   INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2015-03-25 22:01:56,479 [   7877]   INFO - pl.stores.ApplicationStoreImpl - 89 application components initialized in 3503 ms
2015-03-25 22:01:56,495 [   7893]   INFO - .intellij.idea.IdeaApplication - App initialization took 8383 ms
2015-03-25 22:01:59,061 [  10459]   INFO -                  TestNG Runner - Create TestNG Template Configuration
2015-03-25 22:01:59,440 [  10838]   INFO - ellij.project.impl.ProjectImpl - 155 project components initialized in 634 ms
2015-03-25 22:01:59,474 [  10872]   INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 33 ms
2015-03-25 22:01:59,556 [  10954]   WARN - om.intellij.util.ProfilingUtil - Profiling agent is not enabled. Add -agentlib:yjpagent to idea.vmoptions if necessary to profile IDEA.
2015-03-25 22:01:59,858 [  11256]   INFO - ction.BrowserConnectionManager - Browser connected: version 2.0.7, Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36
2015-03-25 22:02:00,211 [  11609]   INFO - dialects.JSLanguageLevelPusher - Pushing ECMAScript 5.1
jar:///Applications/IntelliJ IDEA 14.app/Contents/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar!/com/intellij/lang/javascript/index/predefined/E4X.js
jar:///Applications/IntelliJ IDEA 14.app/Contents/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar!/com/intellij/lang/javascript/index/predefined/DOMTraversalAndRange.js
jar:///Applications/IntelliJ IDEA 14.app/Contents/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar!/com/intellij/lang/javascript/index/predefined/AJAX.js
jar:///Applications/IntelliJ IDEA 14.app/Contents/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar!/com/intellij/lang/javascript/index/predefined/DHTML.js
jar:///Applications/IntelliJ IDEA 14.app/Contents/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar!/com/intellij/lang/javascript/index/predefined/DOMCore.js
jar:///Applications/IntelliJ IDEA 14.app/Contents/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar!/com/intellij/lang/javascript/index/predefined/DOMEvents.js
jar:///Applications/IntelliJ IDEA 14.app/Contents/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar!/com/intellij/lang/javascript/index/predefined/DOMXPath.js
jar:///Applications/IntelliJ IDEA 14.app/Contents/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar!/com/intellij/lang/javascript/index/predefined/EcmaScript5.js
jar:///Applications/IntelliJ IDEA 14.app/Contents/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar!/com/intellij/lang/javascript/index/predefined/HTML5.js
jar:///Users/rverschoor/Library/Application Support/IntelliJIdea14/Meteor/lib/Meteor.jar!/tsMeteorStubs/meteor-v1.0.4.d.ts
jar:///Applications/IntelliJ IDEA 14.app/Contents/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar!/com/intellij/lang/javascript/index/predefined/EcmaScript.js
2015-03-25 22:02:01,480 [  12878]   INFO - indexing.UnindexedFilesUpdater - Indexable files iterated in 1108 ms
2015-03-25 22:02:01,822 [  13220]   INFO - tartup.impl.StartupManagerImpl - /Users/rverschoor/devplay/meteor/hearts/.idea/misc.xml case-sensitivity: false
2015-03-25 22:02:02,495 [  13893]   INFO - CompilerWorkspaceConfiguration - Available processors: 8
2015-03-25 22:02:04,607 [  16005]   INFO - tor.impl.FileEditorManagerImpl - Project opening took 5819 ms
2015-03-25 22:02:40,522 [  51920]  ERROR - til.concurrency.QueueProcessor - org.jetbrains.debugger.connection.RemoteVmConnection.open(Ljava/net/InetSocketAddress;Lcom/intellij/openapi/util/Condition;)V
java.lang.NoSuchMethodError: org.jetbrains.debugger.connection.RemoteVmConnection.open(Ljava/net/InetSocketAddress;Lcom/intellij/openapi/util/Condition;)V     at com.jetbrains.plugins.meteor.runner.MeteorDebugProcessRunner$1.start(MeteorDebugProcessRunner.java:113)     at com.intellij.xdebugger.impl.XDebuggerManagerImpl.a(XDebuggerManagerImpl.java:218)     at com.intellij.xdebugger.impl.XDebuggerManagerImpl.startSession(XDebuggerManagerImpl.java:180)     at com.jetbrains.plugins.meteor.runner.MeteorDebugProcessRunner.createSession(MeteorDebugProcessRunner.java:106)     at com.jetbrains.plugins.meteor.runner.MeteorDebugProcessRunner.doExecute(MeteorDebugProcessRunner.java:81)     at com.intellij.execution.runners.GenericProgramRunner$1.execute(GenericProgramRunner.java:43)     at com.intellij.execution.RunProfileStarter.execute(RunProfileStarter.java:39)     at com.intellij.execution.impl.ExecutionManagerImpl$2.run(ExecutionManagerImpl.java:203)     at com.intellij.execution.impl.ExecutionManagerImpl.compileAndRun(ExecutionManagerImpl.java:131)     at com.intellij.execution.impl.ExecutionManagerImpl.startRunProfile(ExecutionManagerImpl.java:243)     at com.intellij.execution.runners.GenericProgramRunner.execute(GenericProgramRunner.java:40)     at com.intellij.execution.runners.BaseProgramRunner.execute(BaseProgramRunner.java:64)     at com.intellij.execution.runners.GenericProgramRunner.execute(GenericProgramRunner.java:31)     at com.intellij.execution.runners.BaseProgramRunner.execute(BaseProgramRunner.java:53)     at com.intellij.execution.runners.GenericProgramRunner.execute(GenericProgramRunner.java:31)     at com.intellij.execution.ProgramRunnerUtil.executeConfiguration(ProgramRunnerUtil.java:94)     at com.intellij.execution.impl.ExecutionManagerImpl.a(ExecutionManagerImpl.java:375)     at com.intellij.execution.impl.ExecutionManagerImpl.access$400(ExecutionManagerImpl.java:60)     at com.intellij.execution.impl.ExecutionManagerImpl$4.run(ExecutionManagerImpl.java:368)     at com.intellij.util.concurrency.QueueProcessor.runSafely(QueueProcessor.java:238)     at com.intellij.util.Alarm$Request$1.run(Alarm.java:351)     at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:332)     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)     at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:715)     at java.awt.EventQueue.access$400(EventQueue.java:82)     at java.awt.EventQueue$2.run(EventQueue.java:676)     at java.awt.EventQueue$2.run(EventQueue.java:674)     at java.security.AccessController.doPrivileged(Native Method)     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)     at java.awt.EventQueue.dispatchEvent(EventQueue.java:685)     at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:734)     at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:569)     at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:382)     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)     at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
2015-03-25 22:02:40,524 [  51922]  ERROR - til.concurrency.QueueProcessor - IntelliJ IDEA 14.1  Build #IU-141.177.4
2015-03-25 22:02:40,524 [  51922]  ERROR - til.concurrency.QueueProcessor - JDK: 1.6.0_65
2015-03-25 22:02:40,524 [  51922]  ERROR - til.concurrency.QueueProcessor - VM: Java HotSpot(TM) 64-Bit Server VM
2015-03-25 22:02:40,524 [  51922]  ERROR - til.concurrency.QueueProcessor - Vendor: Apple Inc.
2015-03-25 22:02:40,524 [  51922]  ERROR - til.concurrency.QueueProcessor - OS: Mac OS X
2015-03-25 22:02:40,524 [  51922]  ERROR - til.concurrency.QueueProcessor - Last Action: Debug

Play web app debugging broken? (Play 2.3.8/Latest IDEA EAP build)

$
0
0

Is it just me or it's broken?

 

I created a play web app using the reactive stock template, then set break points and try to debug, but the breakpoints never stops execution.

14.1 - Code reformatter breaks JavaDoc line formatting

$
0
0

Anybody seeing this problem in 14.1?   It used to happen in the EAP, but now a coworker who just upgraded to the 14.1 final release is also seeing it:

 

format.png

 

I've played around with all the options I can think of (copyright settings, code style etc) but I can't seem to prevent this happening.  If I disable "Enable JavaDoc formatting" (under the "JavaDoc" section in the Java Formatter settings) then the problem doesn't happen.  Obviously, no Javadoc formatting takes place, but at least I think the problem isn't caused by some other setting.  None of the individual JavaDoc formatting options seem to control this behaviour however, only disabling the entire feature.

 

I've place my comments today on https://youtrack.jetbrains.com/issue/IDEA-126300 which is the closest I can find to a similar reported issue.

IDE Talk gone as of 14.1 RC (141.175.3)?

$
0
0

Hi there,

 

I just installed / updated, and now "IDE Talk" is gone. Search for actions does not give any result, no window to switch to...

 

There is a plugin named "IDE Talk", but that dates back to 2005, I do not even dare trying that

 

I'm quite sure it still worked yesterday in the previous EAP version. Is it removed intentionally, moved to somewhere I did not find it yet, or missing by accident? Does someone else with the RC has a working IDE Talk?

unused properties in gradle.properties

$
0
0

Hi,

 

all properties in gradle.properties are reported as 'unused property' but they are used in build.gradle. Example:

springBootVersion = 1.2.2.RELEASE

in gradle.properties and

compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"

in build.gradle.


Is there a way to improve the inspection?

 

Best Regards,

Torsten


XSLT transformation doesn't run right

$
0
0

Hi,

 

IntelliJ IDEA doesn't run XSLT transformation right. For example when I run following xsl code:

 

<?xml version="1.0" encoding="utf-8" ?>

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

    <xsl:param name="newRncId" />

    <xsl:template match="@*">
        <xsl:copy />
    </xsl:template>

    <xsl:template match="node()">
        <xsl:copy>
            <xsl:apply-templates select="@*|node()" />
        </xsl:copy>
    </xsl:template>

    <xsl:template match="baseId">
        <xsl:copy>
            <xsl:value-of select="$newRncId" />
        </xsl:copy>
    </xsl:template>

</xsl:stylesheet>

the "baseId" tamplate doesn't applied. The same result could be reproduced in Java if instead of DOMSource you use StreamSource in Transformer#transform() method. So it looks like a bug in IDEA.

How to keep runConfigurations when importing a gradle project

$
0
0
  1. Choose File, New, Project from existing sources...
  2. In the window Select File or Directory to Import, specify an existing gradle file in a directory that also contains configurations in .idea/runConfigurations and click OK
  3. In the window Import Project from Grade, click OK
  4. After project is built, observe that runConfigurations folder has been removed from the .idea

Performance issues in 14.0.2? OS X?

$
0
0

I have lately had trouble using IJ due to performance issues. This is on a Macbook Pro, OS X 10.10.1, 8GB, plenty of available storage space on an SSD. IJ is pretty performant at start-up but fairly quickly things become, for lack of a better word, "sticky": shift-option-arrow to select text may take a second or two seconds to actually move the cursor and highlight the selected text, closing or switching tabs takes a few seconds, random intermittent pinwheel appearances, no response to mouse clicks, etc.

 

I work this machine fairly hard, running a VM and IJ, Outlook, iTerm with tmux sessions, and plenty of other utilities and the like. So I don't expect it to fly like lightning. But not that long ago it was much better and I'm wondering if it's a matter of the 14.0.2 release and/or the bundled JDK or what the heck's going on.

 

One thing I notice that I haven't seen before (doesn't mean it wasn't there)... when I "run ps ax | fgrep IntelliJ", the things you'd expect all show: idea, fsnotifier, and a big fat process that is basically the bundled JDK running the main IntelliJ app. But there's another one that basically comes down to this:

 

java org.jetbrains.jps.cmdline.Launcher org.jetbrains.jps.cmdline.BuildMain

 

Is that new?

 

Anyway, I don't have anything to pin my performance issues on IJ other than the issues seem to have started sometime around the time I updated to 14.0.2. Has anyone else observed this sort of issue?

Can I suspend automatic project config file upgrade for a while ?

$
0
0

Hi,

I have upgraded to 14.1 (Ultimate) today. And IDEA upgraded some of my project config files and added new ones, which is a good thing under normal conditions.

 

But now, I have to rebase a few branches where the files still have te old content. IDEA's regular checking and upgrading of these files creates "locally modified files" that I always have to clean up manually before I can do the rebase. In a few cases, it even upgraded the files during the rebase, making the problem even bigger.

Switching between an old and a new branch with different versions of the config files is also difficult.

 

So, I would like to suspend the file upgrade until I rebased everything. Is there an option or a trick to do this ?

 

Thanks,

Markus

JPA 2.1 entity mappings not recognized

$
0
0

Hi ,

 

I am currently switching an important project from Java EE 6 to Java EE 7 and I got a named-queries.xml file with the following at the top:

 

<entity-mappings xmlns="http://xmlns.jcp.org/xml/ns/persistence/orm"
                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence/orm http://xmlns.jcp.org/xml/ns/persistence/orm_2_1.xsd"
                 version="2.1">

 

This results in many many errors on almost every query.

 

I remember that a ticket has already been posted:

 

https://youtrack.jetbrains.com/issue/IDEA-121059

 

WHEN WILL THIS BE FIXED? I need full Java EE support. Currently I can only revert to Eclipse as long as IntelliJ has this issue. Please fix.

 

 

Karsten

Viewing all 5661 articles
Browse latest View live