History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RUBY-1265
Type: Exception Exception
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Roman Chernyatchik
Reporter: Ruby plugin error reporter
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Ruby

java.lang.NullPointerException

Created: 13 Dec 07 13:59   Updated: 07 Jun 08 16:08
Component/s: Plugin Reports
Fix Version/s: 1.5

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment:
Idea build #7590
Revision: 13120
Build: 1.0.13120
Issue Links:
Duplicate
 
This issue is duplicated by:
RUBY-1507 java.lang.NullPointerException Normal Resolved
RUBY-1282 java.lang.NullPointerException Normal Closed
RUBY-1313 java.lang.NullPointerException Normal Closed
RUBY-1314 java.lang.NullPointerException Normal Closed
RUBY-1308 java.lang.NullPointerException Normal Closed
RUBY-1319 java.lang.NullPointerException Normal Closed
RUBY-1329 java.lang.NullPointerException Normal Closed
RUBY-1330 java.lang.NullPointerException Normal Closed


 Description  « Hide
I just opened a rails project
No message
java.lang.NullPointerException
	at com.intellij.ui.content.impl.MessageViewImpl.getContentManager(MessageViewImpl.java:7)
	at org.jetbrains.plugins.ruby.ruby.run.ExecutionHelper$2.run(ExecutionHelper.java:91)
	at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:9)
	at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:93)
	at org.jetbrains.plugins.ruby.ruby.run.ExecutionHelper.openMessagesView(ExecutionHelper.java:86)
	at org.jetbrains.plugins.ruby.ruby.run.ExecutionHelper.access$100(ExecutionHelper.java:49)
	at org.jetbrains.plugins.ruby.ruby.run.ExecutionHelper$1.run(ExecutionHelper.java:68)
	at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:12)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:10)
	at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:87)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:188)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:180)
	at java.awt.Dialog$1.run(Dialog.java:535)
	at java.awt.Dialog$2.run(Dialog.java:563)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.awt.Dialog.show(Dialog.java:561)
	at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:81)
	at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:1)
	at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:812)
	at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:11)
	at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:9)
	at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:2)
	at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:12)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:10)
	at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:87)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:188)
	at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:216)
	at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:121)
	at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:34)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:65)
	at com.intellij.openapi.project.impl.ProjectManagerImpl.loadAndOpenProject(ProjectManagerImpl.java:222)
	at com.intellij.openapi.project.impl.ProjectManagerImpl.loadAndOpenProject(ProjectManagerImpl.java:168)
	at com.intellij.ide.impl.ProjectUtil.openProject(ProjectUtil.java:136)
	at com.intellij.idea.IdeaApplication.b(IdeaApplication.java:30)
	at com.intellij.idea.IdeaApplication.access$400(IdeaApplication.java:23)
	at com.intellij.idea.IdeaApplication$IdeStarter$3.run(IdeaApplication.java:13)
	at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:12)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:10)
	at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:87)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:188)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)


 All   Comments   Work Log   Change History      Sort Order:
Roman Chernyatchik - 17 Jan 08 17:38
done, rev. 13797