Invalid Bazaar Roots

Bug #586596 reported by Eric Berry
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
bzr4j
New
Undecided
Unassigned

Bug Description

I get an error in IntelliJ every time I start it up - "Invalid Bazaar Roots". There is a "Click here to configure" link. However, when I click the link an modal dialog appears saying that they have already been fixed.

This happens whenever I try to perform any Bazaar operation - even the automatic ones like adding files to version control when they are created.

I'm not sure if it's my directory setup, but here's my environment details.
OS: Mac OS X 10.6.3
IntelliJ: 9.0.2
Java: 1.6.0_17-b04-248-10M3025
Bazaar: 2.1.1
xmloutput: 0.8.6

My Project's directory structure:
[repository]
   MyProject
      trunk
      feature1
      feature2
      work (lightweight checkout of trunk, feature1, or feature2)
         .idea (project files)

I've set up "work" directory which are just lightweight checkouts of local branches. The work directory is where IntelliJ points to. All the project files are under the work directory.

Revision history for this message
Eric Berry (elberry) wrote :
Download full text (70.1 KiB)

Got exception I think is related:
[quote]
null
java.lang.NullPointerException
 at org.emergent.bzr4j.intellij.command.ShellCommandService.execute(ShellCommandService.java:100)
 at org.emergent.bzr4j.intellij.command.BzrAddCommand.execute(BzrAddCommand.java:30)
 at org.emergent.bzr4j.intellij.BzrVirtualFileListener.fileCreated(BzrVirtualFileListener.java:118)
 at com.intellij.openapi.vfs.newvfs.VirtualFileFilteringListener.fileCreated(VirtualFileFilteringListener.java:75)
 at sun.reflect.GeneratedMethodAccessor159.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:592)
 at com.intellij.util.EventDispatcher.dispatch(EventDispatcher.java:87)
 at com.intellij.util.EventDispatcher.access$100(EventDispatcher.java:33)
 at com.intellij.util.EventDispatcher$1.invoke(EventDispatcher.java:64)
 at $Proxy15.fileCreated(Unknown Source)
 at com.intellij.openapi.vfs.impl.BulkVirtualFileListenerAdapter.a(BulkVirtualFileListenerAdapter.java:63)
 at com.intellij.openapi.vfs.impl.BulkVirtualFileListenerAdapter.after(BulkVirtualFileListenerAdapter.java:43)
 at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:592)
 at com.intellij.util.messages.impl.MessageBusConnectionImpl.deliverMessage(MessageBusConnectionImpl.java:101)
 at com.intellij.util.messages.impl.MessageBusImpl.doPumpMessages(MessageBusImpl.java:183)
 at com.intellij.util.messages.impl.MessageBusImpl.pumpMessages(MessageBusImpl.java:175)
 at com.intellij.util.messages.impl.MessageBusImpl.sendMessage(MessageBusImpl.java:167)
 at com.intellij.util.messages.impl.MessageBusImpl.access$000(MessageBusImpl.java:40)
 at com.intellij.util.messages.impl.MessageBusImpl$2.invoke(MessageBusImpl.java:106)
 at $Proxy17.after(Unknown Source)
 at com.intellij.openapi.vfs.newvfs.persistent.PersistentFS.processEvents(PersistentFS.java:575)
 at com.intellij.openapi.vfs.newvfs.persistent.PersistentFS.a(PersistentFS.java:519)
 at com.intellij.openapi.vfs.newvfs.persistent.PersistentFS.createChildFile(PersistentFS.java:360)
 at com.intellij.openapi.vfs.newvfs.impl.VirtualFileSystemEntry.createChildData(VirtualFileSystemEntry.java:153)
 at com.intellij.openapi.components.impl.stores.StorageUtil.getOrCreateVirtualFile(StorageUtil.java:165)
 at com.intellij.openapi.components.impl.stores.StorageUtil$2.run(StorageUtil.java:112)
 at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:752)
 at com.intellij.openapi.components.impl.stores.StorageUtil.save(StorageUtil.java:105)
 at com.intellij.openapi.components.impl.stores.StorageUtil.save(StorageUtil.java:215)
 at com.intellij.openapi.components.impl.stores.DirectoryBasedStorage$MySaveSession$1.process(DirectoryBasedStorage.java:269)
 at com.intellij.openapi.components.impl.stores.DirectoryBasedStorage$MyStorageData$2.consume(DirectoryBasedStorage.java:433)
 at com.intellij.openapi.components.impl.stores.DirectoryBasedStorage$MyStorageData$2.consume(DirectoryBasedStorage.java:432)
 at com...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.