2013-06-28 2 views
2

최근 IntelliJ Idea 사용자이고 최대 절전 모드를 활성화하는 방법을 알 수 없습니다. 내 프로젝트를 오른쪽 클릭 할 때 "프레임 워크 지원 추가"메뉴에 최대 절전 모드가 나타나지 않습니다. (사실 선택할 수있는 유일한 기술은 Groovy입니다.)IntelliJ에서 최대 절전 모드 활성화

나는 비슷한 메시지 인 here을 읽었습니다. 내 프록시 설정을 확인한 것 같습니다.

몇 가지 예외가 포함되어있는 idea.log 파일도 읽었지만 결론을 내릴 수는 없습니다. 나는 명백한 것을 놓치고 있는가? 도와 줘서 고마워. 여기

가 일부 idea.log 파일에서 예외 : 로그 파일에서

2013-06-27 13:59:28,897 [ 148537] INFO - indexing.UnindexedFilesUpdater - Unindexed files update done in 0 ms 
2013-06-27 14:33:18,012 [2177652] INFO - ellij.vfs.persistent.FSRecords - Creating VFS corruption marker; Trace= 
java.lang.Exception 
    at com.intellij.openapi.vfs.newvfs.persistent.FSRecords$DbConnection.createBrokenMarkerFile(FSRecords.java:160) 
    at com.intellij.openapi.vfs.newvfs.persistent.FSRecords$DbConnection.access$2100(FSRecords.java:105) 
    at com.intellij.openapi.vfs.newvfs.persistent.FSRecords.invalidateCaches(FSRecords.java:1413) 
    at com.intellij.ide.actions.InvalidateCachesAction.actionPerformed(InvalidateCachesAction.java:47) 
    at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:162) 
    at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter$1.run(ActionMenuItem.java:259) 
    at com.intellij.openapi.wm.impl.FocusManagerImpl.runOnOwnContext(FocusManagerImpl.java:892) 


2013-06-27 17:00:00,750 [8794994] INFO - newvfs.persistent.PersistentFS - VFS dispose completed 
2013-06-27 17:00:00,753 [8794997] ERROR -  #com.intellij.util.Alarm - java.lang.InterruptedException 
com.intellij.openapi.application.RuntimeInterruptedException: java.lang.InterruptedException 
    at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:937) 
    at com.intellij.openapi.vcs.changes.VcsDirtyScopeManagerImpl.filePathsDirty(VcsDirtyScopeManagerImpl.java:161) 
    at com.intellij.openapi.vcs.changes.VcsDirtyScopeVfsListener$FileAndDirsCollector.markDirty(VcsDirtyScopeVfsListener.java:251) 
    at com.intellij.openapi.vcs.changes.VcsDirtyScopeVfsListener$FileAndDirsCollector.access$300(VcsDirtyScopeVfsListener.java:196) 
    at com.intellij.openapi.vcs.changes.VcsDirtyScopeVfsListener$1.run(VcsDirtyScopeVfsListener.java:92) 
    at com.intellij.openapi.vcs.ZipperUpdater$1.run(ZipperUpdater.java:64) 


2013-06-27 17:00:01,086 [8795330] ERROR -  #com.intellij.util.Alarm - IntelliJ IDEA 12.1.4 Build #IC-129.713 
2013-06-27 17:00:01,086 [8795330] ERROR -  #com.intellij.util.Alarm - JDK: 1.7.0_10 
2013-06-27 17:00:01,086 [8795330] ERROR -  #com.intellij.util.Alarm - VM: Java HotSpot(TM) Client VM 
2013-06-27 17:00:01,087 [8795331] ERROR -  #com.intellij.util.Alarm - Vendor: Oracle Corporation 
2013-06-27 17:00:01,087 [8795331] ERROR -  #com.intellij.util.Alarm - OS: Windows 7 
2013-06-27 17:00:01,087 [8795331] ERROR -  #com.intellij.util.Alarm - Original exception: 
java.lang.InterruptedException 
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:996) 
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1303) 
    at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.lockInterruptibly(ReentrantReadWriteLock.java:776) 
    at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:934) 
    at com.intellij.openapi.vcs.changes.VcsDirtyScopeManagerImpl.filePathsDirty(VcsDirtyScopeManagerImpl.java:161) 
    at com.intellij.openapi.vcs.changes.VcsDirtyScopeVfsListener$FileAndDirsCollector.markDirty(VcsDirtyScopeVfsListener.java:251) 
    at com.intellij.openapi.vcs.changes.VcsDirtyScopeVfsListener$FileAndDirsCollector.access$300(VcsDirtyScopeVfsListener.java:196) 
    at com.intellij.openapi.vcs.changes.VcsDirtyScopeVfsListener$1.run(VcsDirtyScopeVfsListener.java:92) 
    at com.intellij.openapi.vcs.ZipperUpdater$1.run(ZipperUpdater.java:64) 

답변

2

, 당신이 인 IntelliJ의 커뮤니티 에디션을 가질 것으로 보인다. 그러나 Hibernate와 유사한 프레임 워크를 지원하려면 Ultimate 에디션이 필요합니다.

두 버전의 기능을 비교할 수 있습니다. here.