right-click in hosted mode fails

GWT Designer allows you to quickly create the modules, composites, panels, remote services and other elements that comprise Google Web Tookit applications.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

right-click in hosted mode fails

Postby xristy » Sat Aug 30, 2008 1:16 pm

GWT-Designer 5.1.0.200808300232, GWT 1.5.2, Eclipse 3.4, Mac OS X 10.5.4

If I right-click (ctrl left-click) anywhere on the hosted mode browser the hosted mode is terminated with the following in the Eclipse console widow:

Code: Select all
2008-08-30 16:35:29.723 java[4131:80f] [Java CocoaComponent compatibility mode]: Enabled
2008-08-30 16:35:29.726 java[4131:80f] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000
2008-08-30 16:35:37.044 java[4131:80f] Error loading /Users/chris/Library/Contextual Menu Items/ABFA Plugin.plugin/Contents/MacOS/ABFA Plugin:  dlopen(/Users/chris/Library/Contextual Menu Items/ABFA Plugin.plugin/Contents/MacOS/ABFA Plugin, 262): no suitable image found.  Did find:
   /Users/chris/Library/Contextual Menu Items/ABFA Plugin.plugin/Contents/MacOS/ABFA Plugin: mach-o, but wrong architecture
2008-08-30 16:35:37.044 java[4131:80f] Cannot find function pointer SampleCMPluginFactory for factory 3487BB5A-3E66-11D5-A64E-003065B300BC in CFBundle/CFPlugIn 0x1bc650 </Users/chris/Library/Contextual Menu Items/ABFA Plugin.plugin> (bundle, not loaded)
2008-08-30 16:35:37.046 java[4131:80f] Error loading /Users/chris/Library/Contextual Menu Items/ABFCT CM.plugin/Contents/MacOS/ABFCT CM:  dlopen(/Users/chris/Library/Contextual Menu Items/ABFCT CM.plugin/Contents/MacOS/ABFCT CM, 262): no suitable image found.  Did find:
   /Users/chris/Library/Contextual Menu Items/ABFCT CM.plugin/Contents/MacOS/ABFCT CM: mach-o, but wrong architecture
2008-08-30 16:35:37.046 java[4131:80f] Cannot find function pointer SampleCMPluginFactory for factory 3487BB5A-3E66-11D5-A64E-003065B300BC in CFBundle/CFPlugIn 0x1bb6f0 </Users/chris/Library/Contextual Menu Items/ABFCT CM.plugin> (bundle, not loaded)
2008-08-30 16:35:37.048 java[4131:80f] Error loading /Users/chris/Library/Contextual Menu Items/ABFSCMPlugin.plugin/Contents/MacOS/ABFSCMPlugin:  dlopen(/Users/chris/Library/Contextual Menu Items/ABFSCMPlugin.plugin/Contents/MacOS/ABFSCMPlugin, 262): no suitable image found.  Did find:
   /Users/chris/Library/Contextual Menu Items/ABFSCMPlugin.plugin/Contents/MacOS/ABFSCMPlugin: mach-o, but wrong architecture
2008-08-30 16:35:37.048 java[4131:80f] Cannot find function pointer SampleCMPluginFactory for factory 35BABFE8-20EE-11D8-9823-000A95BAA062 in CFBundle/CFPlugIn 0x1ba640 </Users/chris/Library/Contextual Menu Items/ABFSCMPlugin.plugin> (bundle, not loaded)
Invalid memory access of location 00000000 eip=971d0aa7
xristy
 
Posts: 33
Joined: Mon Aug 04, 2008 5:31 am

Re: right-click in hosted mode fails

Postby Eric Clayberg » Sun Aug 31, 2008 7:19 am

If you are seeing that in Hosted Mode then it is unlikely to be anything GWT Designer related.

From the log you posted, it looks like a problem with some browser plugin.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Re: right-click in hosted mode fails

Postby xristy » Sun Aug 31, 2008 8:42 am

Thank you for your kind feedback. As a user of GWT-Designer, GWT and Eclipse I am not well-versed in the where the boundaries are between three pieces of software. I figured that the failure during hosted mode was likely specific to GWT but I thought I'd report it here since I don't know what GWT-Designer may do when it sets up the environment in which hosted mode runs.

I looked more closely at the plugin stuff and was excited that removing the "A Better Finder..." series of stuff (which I don't use and was littering my environment) might actually solve the problem.

Alas, all that it did was to remove all the plugin related messages but the Hosted mode shell and browser still crashes when I right-click (ctrl-click) on the browser.

2008-08-31 11:45:45.881 java[317:80f] [Java CocoaComponent compatibility mode]: Enabled
2008-08-31 11:45:45.882 java[317:80f] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000
Invalid memory access of location 00000000 eip=971d0aa7


I guess I'll try reporting again on the GWT mailing list.

Thank you for your help.
xristy
 
Posts: 33
Joined: Mon Aug 04, 2008 5:31 am

Re: right-click in hosted mode fails

Postby Eric Clayberg » Mon Sep 01, 2008 8:25 am

Is there an associated hs_pid_XXXX.log file that you can post?
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Re: right-click in hosted mode fails

Postby xristy » Mon Sep 01, 2008 10:11 am

I don't see any such log files within the workspace. I assume that "hs_pid*.log" is the GWTShell log?? When this error occurs the whole GWTShell simply dies. I've attached the Mac OS X crash report in case that may shed some light.

Thanks
Attachments
gwt-hosted-mode-crash-dump-20080831.txt.zip
(10.93 KiB) Downloaded 92 times
xristy
 
Posts: 33
Joined: Mon Aug 04, 2008 5:31 am

Re: right-click in hosted mode fails

Postby Eric Clayberg » Tue Sep 02, 2008 9:09 am

xristy wrote:I don't see any such log files within the workspace. I assume that "hs_pid*.log" is the GWTShell log?

That is the typical Java crash log.

Try uninstalling VMware Fusion (or at least the context menu plugin from /Library/Contextual Menu Items/FusionVMDKPlugIn.plugin).

See http://communities.vmware.com/thread/163545
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Re: right-click in hosted mode fails

Postby xristy » Tue Sep 02, 2008 1:14 pm

Thank you for your kind help. I removed the plugin and it solved the problem. I never would have thought that there was any reason for the hosted mode browser to bother with the Fusion plugin, but there you go. :P
xristy
 
Posts: 33
Joined: Mon Aug 04, 2008 5:31 am

Re: right-click in hosted mode fails

Postby Eric Clayberg » Tue Sep 02, 2008 4:36 pm

xristy wrote:I never would have thought that there was any reason for the hosted mode browser to bother with the Fusion plugin

From what I have been reading, it appears to be a problem with the Fusion plugin.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA


Return to GWT Designer

Who is online

Users browsing this forum: No registered users and 3 guests