This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 87835 - AssertionError: noRemoteCallinAWT()
Summary: AssertionError: noRemoteCallinAWT()
Status: RESOLVED DUPLICATE of bug 81899
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 5.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-24 11:26 UTC by dpawson
Modified: 2006-11-23 15:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dpawson 2006-10-24 11:26:33 UTC
New install of subversion plugin.
Updated to subversion 1.4 (client)

From netbeans, subversion/show all changes.
Error, log shows

*********** Exception occurred ************ at 11:19 AM on Oct 24, 2006
java.lang.AssertionError: noRemoteCallinAWT(): getInfo
	at
org.netbeans.modules.subversion.client.SvnClientInvocationHandler.invoke(SvnClientInvocationHandler.java:113)
	at $Proxy10.getInfo(Unknown Source)
	at
org.netbeans.modules.subversion.util.SvnUtils.getRepositoryRootUrl(SvnUtils.java:508)
	at
org.netbeans.modules.subversion.ui.actions.ContextAction.getSvnUrl(ContextAction.java:93)
	at
org.netbeans.modules.subversion.ui.status.VersioningPanel.refreshStatuses(VersioningPanel.java:350)
	at
org.netbeans.modules.subversion.ui.status.VersioningPanel.performRefreshAction(VersioningPanel.java:341)
	at
org.netbeans.modules.subversion.ui.status.SvnVersioningTopComponent.performRefreshAction(SvnVersioningTopComponent.java:196)
	at
org.netbeans.modules.subversion.ui.status.ShowAllChangesAction$3.run(ShowAllChangesAction.java:88)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
[catch] at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)


Yet seems to contact remote repository and correctly
report status.

HTH DaveP
Comment 1 Peter Pis 2006-10-24 12:10:16 UTC
What build of NetBeans do you use? 
Comment 2 dpawson 2006-10-25 14:22:08 UTC
Using netbeans 5.5 beta 2.

Comment 3 Tomas Stupka 2006-11-23 15:29:36 UTC
sorry for the late answer -

1. beta2 definitely doesn't work with 1.4  
2. this is either a duplicate of #81899 or #77695

feel free to reopen if you are able to reproduce in the release build

*** This issue has been marked as a duplicate of 81899 ***