problem when i click in the button design

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

problem when i click in the button design

Postby goldeneyes » Tue Sep 16, 2008 5:55 am

Hi ,,
I install GWTDesigner_v5.1.0_linux_x86.bin in Ubuntu 7 ,
and i used
eclipse-jee-ganymede-linux-gtk.tar.gz , gwt-linux-1.5.2

but when i open eclipse and i click in the button design
i have this two messages:
The first:
Code: Select all
Designer error occurred
Select Details>> for more information.
See the error Log for more information.
Reason
Parse error or internal designer error.

the second message
Code: Select all
Designer was unable to find any GUI elements in your source.
Check that the open compilation unit is a GUI class


please can you help me , where is the problem
thank
goldeneyes
 
Posts: 3
Joined: Tue Sep 16, 2008 5:30 am

Re: problem when i click in the button design

Postby Eric Clayberg » Tue Sep 16, 2008 6:03 am

See the thread Important notes for Linux users for Linux system requirements and suggestions.

In general, we would need to see your Eclipse ".log" file, project ".gwt-log" file and any relevant test cases.
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: problem when i click in the button design

Postby goldeneyes » Thu Sep 18, 2008 12:55 am

Eric Clayberg wrote:See the thread Important notes for Linux users for Linux system requirements and suggestions.

In general, we would need to see your Eclipse ".log" file, project ".gwt-log" file and any relevant test cases.


thanks a lot for the response,
but I have a list of errors which don't correspond of this link
http://www.instantiations.com/forum/viewtopic.php?f=11&t=2082
this is a list of error:
Code: Select all
org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: com.swtdesigner.properties.PropertyException: java.lang.reflect.InvocationTargetException
        at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.isComponentCreation(JavaInfoParser.java:3825)
        at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.endVisit(JavaInfoParser.java:1888)
        at org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvocation.java:247)
        at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
        at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525)
        at org.eclipse.jdt.core.dom.VariableDeclarationFragment.accept0(VariableDeclarationFragment.java:225)
        at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
        at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548)
        at org.eclipse.jdt.core.dom.VariableDeclarationStatement.accept0(VariableDeclarationStatement.java:273)
        at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
        at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548)
        at org.eclipse.jdt.core.dom.Block.accept0(Block.java:136)
        at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
        at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525)
        at org.eclipse.jdt.core.dom.MethodDeclaration.accept0(MethodDeclaration.java:502)
        at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
        at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.visit(JavaInfoParser.java:3035)
        at org.eclipse.jdt.core.dom.TypeDeclaration.accept0(TypeDeclaration.java:467)
        at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
        at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548)
        at org.eclipse.jdt.core.dom.CompilationUnit.accept0(CompilationUnit.java:214)
        at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
        at com.swtdesigner.model.parser.JavaInfoParser.parse(JavaInfoParser.java:321)
        at com.swtdesigner.gef.DesignerEditor.parseCompilationUnit(DesignerEditor.java:1188)
        at com.swtdesigner.gef.DesignerEditor$18.execute(DesignerEditor.java:1116)
        at com.swtdesigner.model.swing.properties.custom.DesignTimeHelper.execute(DesignTimeHelper.java:54)
        at com.swtdesigner.gef.DesignerEditor.handleActivate(DesignerEditor.java:1110)
        at com.swtdesigner.gef.DesignerEditor.handleActivate(DesignerEditor.java:1101)
        at com.swtdesigner.editors.MultiPageEditor.showDesignEditor(MultiPageEditor.java:392)
        at com.swtdesigner.editors.MultiPageEditor$2.widgetSelected(MultiPageEditor.java:178)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1182)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1167)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1007)
        at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3242)
        at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2017)
        at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:320)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Caused by: org.apache.commons.lang.exception.NestableError: com.swtdesigner.properties.PropertyException: java.lang.reflect.InvocationTargetException
        at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:119)
        at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:96)
        at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:89)
        at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.isComponentCreation(JavaInfoParser.java:3814)
        ... 62 more
Caused by: com.swtdesigner.properties.PropertyException: java.lang.reflect.InvocationTargetException
        at com.swtdesigner.gwt.model.GWTJavaInfoFactory.create(GWTJavaInfoFactory.java:169)
        at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:113)
        ... 65 more
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at com.swtdesigner.gwt.model.GWTJavaInfoFactory.create(GWTJavaInfoFactory.java:161)
        ... 66 more
Caused by: org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: java.lang.reflect.InvocationTargetException
        at com.swtdesigner.gwt.model.widgets.UIObjectInfo.classByName(UIObjectInfo.java:193)
        at com.swtdesigner.gwt.model.widgets.UIObjectInfo.<init>(UIObjectInfo.java:68)
        at com.swtdesigner.gwt.model.widgets.WidgetInfo.<init>(WidgetInfo.java:55)
        at com.swtdesigner.gwt.model.widgets.panel.AbstractContainerInfo.<init>(AbstractContainerInfo.java:37)
        at com.swtdesigner.gwt.model.widgets.panel.PanelInfo.<init>(PanelInfo.java:25)
        at com.swtdesigner.gwt.model.widgets.panel.ComplexPanelInfo.<init>(ComplexPanelInfo.java:26)
        at com.swtdesigner.gwt.model.widgets.panel.AbsolutePanelInfo.<init>(AbsolutePanelInfo.java:36)
        at com.swtdesigner.gwt.model.widgets.panel.RootPanelInfo.<init>(RootPanelInfo.java:23)
        ... 71 more
Caused by: org.apache.commons.lang.exception.NestableError: java.lang.reflect.InvocationTargetException
        at com.swtdesigner.gwt.model.widgets.UIObjectInfo.getState(UIObjectInfo.java:434)
        at com.swtdesigner.gwt.model.widgets.UIObjectInfo.classByName(UIObjectInfo.java:191)
        ... 78 more
Caused by: java.lang.reflect.InvocationTargetException
        at com.swtdesigner.gwt.model.widgets.support.GWTState$1.run(GWTState.java:165)
        at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:446)
        at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:354)
        at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507)
        at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:275)
        at org.eclipse.ui.internal.progress.ProgressManager.run(ProgressManager.java:1191)
        at com.swtdesigner.gwt.model.widgets.support.GWTState.<init>(GWTState.java:176)
        at com.swtdesigner.gwt.model.widgets.support.GWTState.createState(GWTState.java:1802)
        at com.swtdesigner.gwt.model.widgets.UIObjectInfo.getState(UIObjectInfo.java:427)
        ... 79 more
Caused by: org.apache.commons.lang.exception.NestableError: java.lang.UnsatisfiedLinkError: /home/hiba/Bureau/gwt version bien Linux/eclipse/configuration/org.eclipse.osgi/bundles/139/1/.cp/os/linux/x86/libgwt-ll.so: /home/hiba/Bureau/gwt version bien Linux/eclipse/configuration/org.eclipse.osgi/bundles/139/1/.cp/os/linux/x86/libgwt-ll.so: undefined symbol: JS_PropertyStub
        at com.instantiations.designer.gwt.linux.BrowserShellLinux.<init>(BrowserShellLinux.java:60)
        at com.instantiations.designer.gwt.linux.BrowserShellLinux32.<init>(BrowserShellLinux32.java:25)
        at com.instantiations.designer.gwt.linux.BrowserShellFactory.create(BrowserShellFactory.java:14)
        at com.instantiations.designer.gwt.hosted.odf.HostedModeSupport.createBrowserShell(HostedModeSupport.java:165)
        at com.instantiations.designer.gwt.hosted.odf.HostedModeSupport.<init>(HostedModeSupport.java:61)
        at com.instantiations.designer.gwt.hosted.odf.HostedModeSupportFactory.create(HostedModeSupportFactory.java:17)
        at com.swtdesigner.gwt.model.widgets.support.GWTState.getHostedModeSupport(GWTState.java:1790)
        at com.swtdesigner.gwt.model.widgets.support.GWTState.access$100(GWTState.java:65)
        at com.swtdesigner.gwt.model.widgets.support.GWTState$1.run(GWTState.java:146)
        ... 87 more
Caused by: java.lang.UnsatisfiedLinkError: /home/hiba/Bureau/gwt version bien Linux/eclipse/configuration/org.eclipse.osgi/bundles/139/1/.cp/os/linux/x86/libgwt-ll.so: /home/hiba/Bureau/gwt version bien Linux/eclipse/configuration/org.eclipse.osgi/bundles/139/1/.cp/os/linux/x86/libgwt-ll.so: undefined symbol: JS_PropertyStub
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1660)
        at java.lang.Runtime.loadLibrary0(Runtime.java:823)
        at java.lang.System.loadLibrary(System.java:1030)
        at com.instantiations.designer.gwt.linux.BrowserShellLinux.<init>(BrowserShellLinux.java:58)
        ... 95 more


can you help me?
thank you in advance for any assistance
goldeneyes
 
Posts: 3
Joined: Tue Sep 16, 2008 5:30 am

Re: problem when i click in the button design

Postby Alexander.Mitin » Sun Sep 21, 2008 10:25 am

Try to run the Eclipse against another GRE. See http://www.instantiations.com/forum/viewtopic.php?f=11&t=2082, p.4
Alexander Mitin
Alexander.Mitin
Moderator
 
Posts: 155
Joined: Fri Jan 19, 2007 3:57 am

Re: problem when i click in the button design

Postby goldeneyes » Mon Sep 22, 2008 1:34 am

hi,

I always have the same problem :( ,

I use Mozilla/5.0 Ubuntu/7.10 (gutsy) Firefox/2.0.0.16,,

I have to use which eclipse version? and which GWT version, GWT designer and JRE? I need other things to be installed?
can you help me?

thank you in advance for any help,
goldeneyes
 
Posts: 3
Joined: Tue Sep 16, 2008 5:30 am

Re: problem when i click in the button design

Postby Alexander.Mitin » Mon Sep 22, 2008 9:19 am

goldeneyes wrote:I use Mozilla/5.0 Ubuntu/7.10 (gutsy) Firefox/2.0.0.16,,
I have to use which eclipse version? and which GWT version, GWT designer and JRE? I need other things to be installed?


We've tested it on Ubuntu 7.10, 8.04, 8.04 x64, RHEL5, SuSE 10.2 using Sun's JRE 1.6 and latest Eclipse with stable versions of both GWT 1.4 and GWT 1.5.
We've seen this problem earlier, see http://www.instantiations.com/forum/viewtopic.php?f=11&t=1981&p=7266. Looks like reinstalling of the software helped for that guy.
Alexander Mitin
Alexander.Mitin
Moderator
 
Posts: 155
Joined: Fri Jan 19, 2007 3:57 am


Return to GWT Designer

Who is online

Users browsing this forum: No registered users and 3 guests