ignatov / intellij-erlang

Erlang IDE
https://www.jetbrains.com/help/idea/2018.2/getting-started-with-erlang.html
Other
734 stars 120 forks source link

Incorrect - Unresolved include_lib: ambiguous file reference #248

Closed bryanhughes closed 11 years ago

bryanhughes commented 11 years ago

I just upgraded to the latest build and there seems to be a lot of stuff now broken.

-include_lib("stdlib/include/ms_transform.hrl").

Produces the error "Unresolved include_lib: ambiguous file reference"

Also...

-include_lib("kernel/include/file.hrl").

ignatov commented 11 years ago

Hi, @bryanhughes Thanks a lot for using our pre-release builds. We'll investigate this issue.

deadok22 commented 11 years ago

Bryan, is the issue still there?

bryanhughes commented 11 years ago

Yes, partially. I am using build 275 and my other include issue was fixed, but this issue is still present. The following stdlib/include has been fixed:

-include_lib("stdlib/include/ms_transform.hrl").

The kernel/include is not and interestingly enough, it has changed in appearance. Before, there would be a red squiggly line under "kernel/include/file.hrl" - now the font color is red.

-include_lib("kernel/include/file.hrl").

deadok22 commented 11 years ago

Hi, Bryan,

it would be great if you try to reproduce the issue using build 277 and send logs to me or Sergey.

Logs are available under 'Help' -> 'Show Log in Finder'. Please send us the whole 'log' directory.

ignatov commented 11 years ago

Hi Bryan, any news?

bryanhughes commented 11 years ago

Sorry for the delay -- been heads down trying to meet a deadline. I was going to use pastebin, but realized the log just repeats this over and over again:

2013-08-27 15:54:06,392 [233855352]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,397 [233855357]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,398 [233855358]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,399 [233855359]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,405 [233855365]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,405 [233855365]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,405 [233855365]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,405 [233855365]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,405 [233855365]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,406 [233855366]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,406 [233855366]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,406 [233855366]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,406 [233855366]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,406 [233855366]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,406 [233855366]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,406 [233855366]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,406 [233855366]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,407 [233855367]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,408 [233855368]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,412 [233855372]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,412 [233855372]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,412 [233855372]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,413 [233855373]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,413 [233855373]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,413 [233855373]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,413 [233855373]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,413 [233855373]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,414 [233855374]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,418 [233855378]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,421 [233855381]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,427 [233855387]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,428 [233855388]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,439 [233855399]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,440 [233855400]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,452 [233855412]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,457 [233855417]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,457 [233855417]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,459 [233855419]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,460 [233855420]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,460 [233855420]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,461 [233855421]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,462 [233855422]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,462 [233855422]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,463 [233855423]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,463 [233855423]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,463 [233855423]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,464 [233855424]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,464 [233855424]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,467 [233855427]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,468 [233855428]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,468 [233855428]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,469 [233855429]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,470 [233855430]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,470 [233855430]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,471 [233855431]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,472 [233855432]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,472 [233855432]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,473 [233855433]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,474 [233855434]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,475 [233855435]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,475 [233855435]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,479 [233855439]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,480 [233855440]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,480 [233855440]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,480 [233855440]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,480 [233855440]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,481 [233855441]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,481 [233855441]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,481 [233855441]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-27 15:54:06,481 [233855441]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,482 [233855442]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,482 [233855442]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,482 [233855442]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,482 [233855442]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,482 [233855442]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,482 [233855442]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,483 [233855443]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,483 [233855443]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,483 [233855443]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,483 [233855443]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,483 [233855443]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,483 [233855443]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,483 [233855443]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 15:54:06,483 [233855443]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-27 1
deadok22 commented 11 years ago

@bryanhughes , could you please try to find "resolved to" string in this log and see if there are any results or you could send me the whole log directory so that I search for things I need myself. A log entry containing this string should appear right before the "unresolved include_lib" warning is issued, as you can see here: https://github.com/ignatov/intellij-erlang/blob/master/src/org/intellij/erlang/inspection/ErlangUnresolvedIncludeLibInspection.java#L70

bryanhughes commented 11 years ago

@deadok22 , I searched the log for "resolve" and did not find anything. I then stopped and restarted IntelliJ hoping it might trigger it. Here is the log from just before shutdown to startup.

2013-08-28 10:33:32,982 [301021942]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'common_test' is file:///usr/local/lib/erlang/lib/common_test-1.7.1 
2013-08-28 10:33:32,982 [301021942]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'test_server' is file:///usr/local/lib/erlang/lib/test_server-3.6.1 
2013-08-28 10:33:32,994 [301021954]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'common_test' is file:///usr/local/lib/erlang/lib/common_test-1.7.1 
2013-08-28 10:33:32,994 [301021954]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'test_server' is file:///usr/local/lib/erlang/lib/test_server-3.6.1 
2013-08-28 10:33:32,994 [301021954]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'common_test' is file:///usr/local/lib/erlang/lib/common_test-1.7.1 
2013-08-28 10:33:32,994 [301021954]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'test_server' is file:///usr/local/lib/erlang/lib/test_server-3.6.1 
2013-08-28 10:33:33,008 [301021968]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'common_test' is file:///usr/local/lib/erlang/lib/common_test-1.7.1 
2013-08-28 10:33:33,008 [301021968]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'test_server' is file:///usr/local/lib/erlang/lib/test_server-3.6.1 
2013-08-28 10:33:33,008 [301021968]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'common_test' is file:///usr/local/lib/erlang/lib/common_test-1.7.1 
2013-08-28 10:33:33,008 [301021968]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'test_server' is file:///usr/local/lib/erlang/lib/test_server-3.6.1 
2013-08-28 10:35:05,269 [301114229]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-28 10:35:05,269 [301114229]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-28 10:35:05,272 [301114232]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-28 10:35:05,273 [301114233]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-28 10:35:19,441 [301128401]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-28 10:35:19,442 [301128402]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-28 10:35:19,467 [301128427]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-28 10:35:19,467 [301128427]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-28 10:35:39,952 [301148912]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-28 10:35:39,953 [301148913]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-28 10:35:39,979 [301148939]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-28 10:35:39,979 [301148939]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-28 10:35:46,359 [301155319]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-28 10:35:46,359 [301155319]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-28 10:35:46,387 [301155347]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-28 10:35:46,388 [301155348]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-28 10:39:07,799 [301356759]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-28 10:39:07,801 [301356761]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-28 10:41:39,884 [301508844]   INFO -    #org.jetbrains.io.WebServer - web server stopped 
2013-08-28 10:41:40,020 [301508980]   INFO - ins.android.sdk.AndroidSdkData - DDMLib terminated 
2013-08-28 10:41:40,021 [301508981]   INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN 
2013-08-28 10:41:40,091 [301509051]   INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN 
2013-08-28 10:41:40,091 [301509051]   INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN 
2013-08-28 10:41:40,092 [301509052]   INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN 
2013-08-28 10:41:40,092 [301509052]   INFO - .history.utils.LocalHistoryLog - Purging local history... 
2013-08-28 10:41:40,160 [301509120]   INFO - .history.utils.LocalHistoryLog - Local history storage successfully closed. 
2013-08-28 10:41:40,166 [301509126]   WARN - api.vfs.impl.local.FileWatcher - Watcher terminated. 
2013-08-28 10:41:40,245 [301509205]   WARN - ution.process.OSProcessHandler - Cannot kill process tree. Trying to destroy process using Java API. Cmdline:
null 
2013-08-28 10:41:40,246 [301509206]   INFO - newvfs.persistent.PersistentFS - VFS dispose started 
2013-08-28 10:41:40,289 [301509249]   INFO - newvfs.persistent.PersistentFS - VFS dispose completed 
2013-08-28 10:41:40,294 [301509254]   INFO -        #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------ 
2013-08-28 10:41:40,295 [301509255]   INFO - ins.communicator.p2p.P2PServer - IDEtalk WebServer shut down 
2013-08-28 10:41:46,390 [      0]   INFO -        #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 
2013-08-28 10:41:46,403 [     13]   INFO -        #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-129.713, 10 Jun 2013 00:00) 
2013-08-28 10:41:46,403 [     13]   INFO -        #com.intellij.idea.Main - OS: Mac OS X (10.8.4) 
2013-08-28 10:41:46,403 [     13]   INFO -        #com.intellij.idea.Main - JRE: 1.6.0_51-b11-457-11M4509 (Apple Inc.) 
2013-08-28 10:41:46,403 [     13]   INFO -        #com.intellij.idea.Main - JVM: 20.51-b01-457 (Apple Inc.) 
2013-08-28 10:41:46,412 [     22]   INFO -        #com.intellij.idea.Main - JVM Args: -Dfile.encoding=UTF-8 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Xverify:none -Xbootclasspath/a:../lib/boot.jar -Xms128m -Xmx750m -XX:MaxPermSize=350m -XX:ReservedCodeCacheSize=96m -XX:+UseCodeCacheFlushing -XX:+UseCompressedOops -Didea.paths.selector=IntelliJIdea12 -Dsun.java2d.noddraw=true -Didea.max.intellisense.filesize=2500 -Didea.dynamic.classpath=false -Didea.jars.nocopy=false -Dsun.java2d.d3d=false -Dapple.awt.fullscreencapturealldisplays=false -Dapple.laf.useScreenMenuBar=true -Djava.endorsed.dirs= -Dswing.bufferPerWindow=false -Didea.fatal.error.notification=disabled -Didea.cycle.buffer.size=1024 -Didea.popup.weight=heavy -Didea.xdebug.key=-Xdebug -Dapple.awt.graphics.UseQuartz=true -Dsun.java2d.pmoffscreen=false -Didea.no.launcher=false -DCVS_PASSFILE=~/.cvspass -Didea.use.default.antialiasing.in.editor=false -Dcom.apple.mrj.application.live-resize=false -Didea.smooth.progress=false 
2013-08-28 10:41:46,455 [     65]   INFO -        #com.intellij.idea.Main - JNA library loaded (64-bit) in 43 ms 
2013-08-28 10:41:46,500 [    110]   INFO -        #com.intellij.idea.Main - Snappy library loaded (1.0.4) in 45 ms 
2013-08-28 10:41:47,226 [    836]   INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor flex-ide-specific.xml 
2013-08-28 10:41:47,746 [   1356]   INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor intellilang-tapestry-support.xml 
2013-08-28 10:41:48,178 [   1788]   INFO - llij.ide.plugins.PluginManager - 124 plugins initialized in 1433 ms 
2013-08-28 10:41:48,178 [   1788]   INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Android Designer, Android Support (10.0), Ant Support (1.0), Application Servers View (0.2.0), Byte Code Viewer (0.1), CSS Support, CloudBees integration (1.0), Commander (1.0.0), Copyright (8.1), Coverage, DSM Analysis (1.0.0), Database Support (1.0), Drools Support (1.0), Eclipse Integration (3.0), Emma, GWT Support (1.0), GenerateToString (5.0), Git Integration (8.1), GitHub, Glassfish Integration (1.0), Google App Engine Integration (1.1.4), HAML, HTML Tools (2.0), I18n for Java, IDEA CORE, IDEtalk (1.0), Inspection Gadgets (1.0), Inspection-JS (2.0), IntelliLang (8.0), Intention Power Pack (1.0), JBoss Integration (1.0), JBoss jBPM (2.0.0), JSR45 Integration (1.0), JUnit (1.0), JarFinder (2), Java EE Integration (1.0), Java Server Pages Integration (1.0), JavaFX (1.0), JavaScript Debugger (1.0), JavaScript Intention Power Pack (0.9.4), JavaScript Support (1.0), LESS support, Persistence Frameworks Support (1.0), Properties Support, QuirksMode, REST Client, Refactor-X (2.01), Remote Hosts Access (0.1), SQL support (1.0), SSH Remote Run (0.1), Structural Search (9.0), Task Management (1.0), TestNG-J (8.0), Tomcat and TomEE Integration (1.0), Type Migration, UI Designer, UI Designer (Core), UML Support (1.0), Vaadin Support (1.0), W3C Validators (2.0), WebServicesPlugin (0.9 build 5), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML, ZKM-Unscramble (1.0) 
2013-08-28 10:41:48,179 [   1789]   INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Erlang (0.4.5), LiveEdit (0.4.129.2), PHP (129.814), Scratch (1.0) 
2013-08-28 10:41:48,179 [   1789]   INFO - llij.ide.plugins.PluginManager - Disabled plugins: ASP (0.1), AspectJ Support (1.1), Base Cucumber (1.0), Bean Validation Support (1.0), CDI Support (1.0), CFML Support (3.53), CVS Integration (11), ClearCase Integration (2.0), Cloud Foundry integration (1.0), CoffeeScript (2.0), Cucumber for Groovy (1.0), Cucumber for Java (1.0), Flash/Flex Support (1.0), FreeMarker support (1.0), Geronimo Integration (1.0), Gradle, Grails (9.0), Groovy (9.0), GuiceyIDEA (8.0), Hibernate Support (1.0), J2ME (1.0), JSF Support (1.1.1.), Jetty Integration (1.0), Maven Integration, Maven Integration Extension, Osmorc (1.4.3), Perforce Integration (2.0), Playframework Support (1.0), Plugin DevKit (1.0), Resin Integration (8.1), SASS support, Seam Pageflow Support (1.0), Seam Pages Support (1.0), Seam Support (1.0), Spring Batch (1.0), Spring Data (1.0), Spring Integration Patterns (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 Web Services (1.0), Spring-AOP and @AspectJ support (1.0), Struts 1.x (2.0), Struts 2 (1.0), Subversion Integration (1.1), TFS Integration (999.999), Tapestry support (1.0), Velocity support (1.0), Visual SourceSafe Integration (2.0), WebLogic Integration (1.0), WebSphere Integration (1.0), dmServer Support (0.9.5), hg4idea (10.0) 
2013-08-28 10:41:49,063 [   2673]   INFO - ellij.util.io.PagedFileStorage - lower=100; upper=200; buffer=10; max=678100992 
2013-08-28 10:41:49,152 [   2762]   INFO - api.vfs.impl.local.FileWatcher - Starting file watcher: /Applications/IntelliJ IDEA 12.app/bin/fsnotifier 
2013-08-28 10:41:49,187 [   2797]   INFO - api.vfs.impl.local.FileWatcher - Native file watcher is operational. 
2013-08-28 10:41:49,273 [   2883]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/path.macros.xml file is null 
2013-08-28 10:41:50,034 [   3644]   INFO - tellij.util.io.storage.Storage - Space waste in /Users/bryan/Library/Caches/IntelliJIdea12/LocalHistory/changes is 3225004 bytes. Compacting now. 
2013-08-28 10:41:50,155 [   3765]   INFO - tellij.util.io.storage.Storage - Done compacting in 121msec. 
2013-08-28 10:41:51,852 [   5462]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/macros.xml file is null 
2013-08-28 10:41:51,857 [   5467]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/quicklists.xml file is null 
2013-08-28 10:41:52,025 [   5635]   INFO - pl.stores.ApplicationStoreImpl - 87 application components initialized in 3753 ms 
2013-08-28 10:41:52,026 [   5636]   INFO - .intellij.idea.IdeaApplication - App initialization took 7458 ms 
2013-08-28 10:41:52,042 [   5652]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/customization.xml file is null 
2013-08-28 10:41:52,084 [   5694]   INFO - om.intellij.util.ProfilingUtil - Profiling agent is not enabled. Add -agentlib:yjpagent to idea.vmoptions if necessary to profile IDEA. 
2013-08-28 10:41:52,424 [   6034]   WARN - j.ui.mac.MacMainFrameDecorator - no url bundle present 
2013-08-28 10:41:52,935 [   6545]   WARN - ions.SchemesManagerFactoryImpl - 'Bryan' EditorColorsSchemeImpl replaced with EditorColorsSchemeImpl 
2013-08-28 10:41:53,197 [   6807]   INFO -                  TestNG Runner - Create TestNG Template Configuration 
2013-08-28 10:41:53,218 [   6828]   INFO -                  TestNG Runner - Create TestNG Template Configuration 
2013-08-28 10:41:53,683 [   7293]   INFO - ellij.project.impl.ProjectImpl - 150 project components initialized in 1092 ms 
2013-08-28 10:41:53,814 [   7424]   INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 131 ms 
2013-08-28 10:41:54,087 [   7697]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/webServers.xml file is null 
2013-08-28 10:41:54,131 [   7741]   INFO - .communicator.p2p.P2PTransport - Internal Web server is bound to port 2864 
2013-08-28 10:41:54,131 [   7741]   INFO - unicator.p2p.UserMonitorThread - Force finding users 
2013-08-28 10:41:54,131 [   7741]   INFO - unicator.p2p.UserMonitorThread - Start User Monitor Thread 
2013-08-28 10:41:54,131 [   7741]   INFO - icator.p2p.MulticastPingThread - /192.168.2.4 IDEtalk Multicast Thread: Start thread. 
2013-08-28 10:41:54,199 [   7809]   INFO - CompilerWorkspaceConfiguration - Available processors: 8 
2013-08-28 10:41:54,661 [   8271]   INFO - .roots.impl.DirectoryIndexImpl - Directory index initialized in 431 ms, indexed 2595 directories 
2013-08-28 10:41:54,669 [   8279]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/sqldialects.xml file is null 
2013-08-28 10:41:54,672 [   8282]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/plainTextFiles.xml file is null 
2013-08-28 10:41:54,780 [   8390]   INFO - pl.PushedFilePropertiesUpdater - File properties pushed in 114 ms 
2013-08-28 10:41:55,242 [   8852]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/fileColors.xml file is null 
2013-08-28 10:41:55,834 [   9444]   INFO - jetbrains.ide.WebServerManager - web server started, port 63342 
2013-08-28 10:41:56,141 [   9751]   INFO - ction.BrowserConnectionManager - Browser connected: version 1.14, CHROME 
2013-08-28 10:41:56,243 [   9853]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/IntelliLang.xml file is null 
2013-08-28 10:41:56,269 [   9879]   INFO - indexing.UnindexedFilesUpdater - Indexable files iterated in 1447 ms 
2013-08-28 10:41:56,269 [   9879]   INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 2 files to update 
2013-08-28 10:41:56,991 [  10601]   INFO - indexing.UnindexedFilesUpdater - Unindexed files update done in 722 ms 
2013-08-28 10:41:57,547 [  11157]   INFO - unicator.p2p.UserMonitorThread - Force finding users 
2013-08-28 10:41:58,982 [  12592]   INFO - or.jabber.impl.JabberTransport - Jabber connected 
2013-08-28 10:42:02,882 [  16492]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/intentionSettings.xml file is null 
2013-08-28 10:42:03,216 [  16826]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/cachedDictionary.xml file is null 
2013-08-28 10:42:03,542 [  17152]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-28 10:42:03,584 [  17194]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-28 10:42:04,857 [  18467]   INFO - tor.impl.FileEditorManagerImpl - Project opening took 12285 ms 
2013-08-28 10:42:05,623 [  19233]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-28 10:42:05,623 [  19233]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'kernel' is file:///Users/bryan/projects/wobblesoft/engineering/gofactory_gomachine/deps/gproc/patches/kernel 
2013-08-28 10:42:05,840 [  19450]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-28 10:42:05,841 [  19451]   INFO - .erlang.ErlangApplicationIndex - getApplicationDirectoryByName: application path for 'stdlib' is file:///usr/local/lib/erlang/lib/stdlib-1.19.1 
2013-08-28 10:42:10,440 [  24050]   INFO -                  TestNG Runner - Create TestNG Template Configuration 
2013-08-28 10:42:10,441 [  24051]   INFO -                  TestNG Runner - Create TestNG Template Configuration 
2013-08-28 10:42:10,445 [  24055]   INFO - ellij.project.impl.ProjectImpl - 25 project components initialized in 15 ms 
2013-08-28 10:42:10,445 [  24055]   INFO - le.impl.ModuleManagerComponent - 0 module(s) loaded in 0 ms 
deadok22 commented 11 years ago

Hey, @bryanhughes, is the issue still there?

ignatov commented 11 years ago

@bryanhughes Please reopen if the issue still happens.