libgwt-ll.so: undefined symbol: (SOLVED)

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

libgwt-ll.so: undefined symbol: (SOLVED)

Postby GWTjunkie » Sun May 18, 2008 9:56 pm

Hi,

FYI, I get a "libgwt-ll.so: undefined symbol:" error when switching to design mode under:

Ubuntu 8.04
using java-6-sun-1.6.0.06
or
/usr/lib/jvm/java-6-openjdk/bin
or
/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/bin

I switched to your stable 4.0 release and it works fine (so far) with either the sun1.5 or openjdk-6 (didn't test sun 1.6 -- no need).

This is what I got on the reinstall
Found Shared version 5.3.2.200802210053 already installed
Installer has Shared version 5.3.2.200805172029

Thanks,

Shawn
GWTjunkie
 
Posts: 2
Joined: Sun May 18, 2008 9:18 pm

Re: libgwt-ll.so: undefined symbol: (SOLVED)

Postby GWTjunkie » Sun May 18, 2008 10:11 pm

Oh, and that was with

Eclipse SDK

Version: 3.3.2
Build id: M20080221-1800
GWTjunkie
 
Posts: 2
Joined: Sun May 18, 2008 9:18 pm

Re: libgwt-ll.so: undefined symbol: (SOLVED)

Postby Eric Clayberg » Mon May 19, 2008 3:53 am

You should always try the latest build as it will always be more likely to support the latest Linux distrubution, Eclipse build, etc.
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: libgwt-ll.so: undefined symbol: (SOLVED)

Postby rodtroll » Thu May 29, 2008 11:01 am

Im getting the same error with today build under the same environment!!!

Thanks.
rodtroll
 
Posts: 5
Joined: Thu May 29, 2008 10:57 am

Re: libgwt-ll.so: undefined symbol: (SOLVED)

Postby Eric Clayberg » Thu May 29, 2008 2:45 pm

Which Linux distribution are you using? Which mozilla/firefox/xulrunner do you have installed to run GWT Designer against?

We recommend installing FireFox 2.x/xulrunner 1.8.x or FireFox 3b5/xulrunner 1.9b5 or higher version.

ftp://ftp.mozilla.org/pub/xulrunner/rel ... 128.tar.gz

http://news.softpedia.com/news/Install- ... 8875.shtml

Note that Firefox 3 is preinstalled as the default browser in Ubuntu 8.04.

You may also run GWT Designer against a specific firefox/xulrunner using the following sample script:

export MOZILLA_FIVE_HOME=/path/to/firefox
export LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH
./eclipse

Have you tried to run against the xulrunner?
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: libgwt-ll.so: undefined symbol: (SOLVED)

Postby rodtroll » Fri May 30, 2008 6:50 am

The problem was with firefox 3b, using firefox 2 work fine!

Thanks.
rodtroll
 
Posts: 5
Joined: Thu May 29, 2008 10:57 am

Re: libgwt-ll.so: undefined symbol: (SOLVED)

Postby Eric Clayberg » Fri May 30, 2008 11:05 am

Keeping up with all of the various Linux distros and library combinations can be quite challenge.
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: libgwt-ll.so: undefined symbol

Postby Yuriy.Borisov » Wed Jun 18, 2008 12:20 pm

Hello. I get this error with firefox 2.0.0.4, xulrunner, etc. on ubuntu 7.04 with Eclipse 3.2

script consisted of :
export MOZILLA_FIVE_HOME=/usr/lib/firefox
or
export MOZILLA_FIVE_HOME=/usr/lib/xulrunner
or even
export MOZILLA_FIVE_HOME=/home/yborisov/Projects/savingPaths/xulrunner - that was version that was adviced there
...
export LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH

nothing works, I'm totally stuck. Stack trace:

Code: Select all
Plug-in Provider: Instantiations

Plug-in Name: GWT Designer Evaluation

Plug-in ID: com.swtdesigner

Plug-in Version: 4.0.0.200806180328



java.lang.UnsatisfiedLinkError: /home/yborisov/.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclipse.osgi/bundles/495/1/.cp/os/linux/x86/libgwt-ll.so: /home/yborisov/.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclipse.osgi/bundles/495/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.moz.BrowserShell.<init>(BrowserShell.java:61)

    at com.instantiations.designer.gwt.moz.BrowserShell32.<init>(BrowserShell32.java:15)

    at com.swtdesigner.gwt.support.browser.moz.GWTStateMoz.createBrowserShell(GWTStateMoz.java:65)

    at com.swtdesigner.gwt.model.widgets.support.GWTState.<init>(GWTState.java:126)

    at com.swtdesigner.gwt.support.browser.moz.GWTStateMoz.<init>(GWTStateMoz.java:32)

    at com.swtdesigner.gwt.support.browser.moz.BrowserSupportFactory.createState(BrowserSupportFactory.java:12)

    at com.swtdesigner.gwt.model.widgets.support.GWTState.createState(GWTState.java:1670)

    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.getState(UIObjectInfo.java:412)

    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.classByName(UIObjectInfo.java:186)

    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.<init>(UIObjectInfo.java:68)

    at com.swtdesigner.gwt.model.widgets.WidgetInfo.<init>(WidgetInfo.java:52)

    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)

    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:163)

    at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:113)

    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:3781)

    at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.endVisit(JavaInfoParser.java:1886)

    at org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvocation.java:246)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466)

    at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2513)

    at org.eclipse.jdt.core.dom.VariableDeclarationFragment.accept0(VariableDeclarationFragment.java:224)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466)

    at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2536)

    at org.eclipse.jdt.core.dom.VariableDeclarationStatement.accept0(VariableDeclarationStatement.java:272)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466)

    at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2536)

    at org.eclipse.jdt.core.dom.Block.accept0(Block.java:135)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466)

    at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2513)

    at org.eclipse.jdt.core.dom.MethodDeclaration.accept0(MethodDeclaration.java:501)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466)

    at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.visit(JavaInfoParser.java:3018)

    at org.eclipse.jdt.core.dom.TypeDeclaration.accept0(TypeDeclaration.java:466)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466)

    at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2536)

    at org.eclipse.jdt.core.dom.CompilationUnit.accept0(CompilationUnit.java:212)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466)

    at com.swtdesigner.model.parser.JavaInfoParser.parse(JavaInfoParser.java:319)

    at com.swtdesigner.gef.DesignerEditor.parseCompilationUnit(DesignerEditor.java:1149)

    at com.swtdesigner.gef.DesignerEditor.refreshDesignView(DesignerEditor.java:1235)

    at com.swtdesigner.gef.DesignerEditor$14.widgetSelected(DesignerEditor.java:961)

    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)

    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)

    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3180)

    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856)

    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930)

    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)

    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422)

    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)

    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)

    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.core.launcher.Main.invokeFramework(Main.java:336)

    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)

    at org.eclipse.core.launcher.Main.run(Main.java:977)

    at org.eclipse.core.launcher.Main.main(Main.java:952)



Full stack trace (to see full context):

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:3792)

    at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.endVisit(JavaInfoParser.java:1886)

    at org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvocation.java:246)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466)

    at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2513)

    at org.eclipse.jdt.core.dom.VariableDeclarationFragment.accept0(VariableDeclarationFragment.java:224)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466)

    at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2536)

    at org.eclipse.jdt.core.dom.VariableDeclarationStatement.accept0(VariableDeclarationStatement.java:272)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466)

    at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2536)

    at org.eclipse.jdt.core.dom.Block.accept0(Block.java:135)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466)

    at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2513)

    at org.eclipse.jdt.core.dom.MethodDeclaration.accept0(MethodDeclaration.java:501)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466)

    at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.visit(JavaInfoParser.java:3018)

    at org.eclipse.jdt.core.dom.TypeDeclaration.accept0(TypeDeclaration.java:466)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466)

    at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2536)

    at org.eclipse.jdt.core.dom.CompilationUnit.accept0(CompilationUnit.java:212)

    at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2466)

    at com.swtdesigner.model.parser.JavaInfoParser.parse(JavaInfoParser.java:319)

    at com.swtdesigner.gef.DesignerEditor.parseCompilationUnit(DesignerEditor.java:1149)

    at com.swtdesigner.gef.DesignerEditor.refreshDesignView(DesignerEditor.java:1235)

    at com.swtdesigner.gef.DesignerEditor$14.widgetSelected(DesignerEditor.java:961)

    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)

    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)

    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3180)

    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856)

    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930)

    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)

    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422)

    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)

    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)

    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.core.launcher.Main.invokeFramework(Main.java:336)

    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)

    at org.eclipse.core.launcher.Main.run(Main.java:977)

    at org.eclipse.core.launcher.Main.main(Main.java:952)

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:3781)

    ... 48 more

Caused by: com.swtdesigner.properties.PropertyException: java.lang.reflect.InvocationTargetException

    at com.swtdesigner.gwt.model.GWTJavaInfoFactory.create(GWTJavaInfoFactory.java:171)

    at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:113)

    ... 51 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:163)

    ... 52 more

Caused by: org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: java.lang.UnsatisfiedLinkError: /home/yborisov/.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclipse.osgi/bundles/495/1/.cp/os/linux/x86/libgwt-ll.so: /home/yborisov/.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclipse.osgi/bundles/495/1/.cp/os/linux/x86/libgwt-ll.so: undefined symbol: JS_PropertyStub

    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.classByName(UIObjectInfo.java:188)

    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.<init>(UIObjectInfo.java:68)

    at com.swtdesigner.gwt.model.widgets.WidgetInfo.<init>(WidgetInfo.java:52)

    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)

    ... 57 more

Caused by: org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: java.lang.UnsatisfiedLinkError: /home/yborisov/.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclipse.osgi/bundles/495/1/.cp/os/linux/x86/libgwt-ll.so: /home/yborisov/.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclipse.osgi/bundles/495/1/.cp/os/linux/x86/libgwt-ll.so: undefined symbol: JS_PropertyStub

    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.getState(UIObjectInfo.java:419)

    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.classByName(UIObjectInfo.java:186)

    ... 64 more

Caused by: org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: java.lang.UnsatisfiedLinkError: /home/yborisov/.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclipse.osgi/bundles/495/1/.cp/os/linux/x86/libgwt-ll.so: /home/yborisov/.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclipse.osgi/bundles/495/1/.cp/os/linux/x86/libgwt-ll.so: undefined symbol: JS_PropertyStub

    at com.swtdesigner.gwt.model.widgets.support.GWTState.<init>(GWTState.java:142)

    at com.swtdesigner.gwt.support.browser.moz.GWTStateMoz.<init>(GWTStateMoz.java:32)

    at com.swtdesigner.gwt.support.browser.moz.BrowserSupportFactory.createState(BrowserSupportFactory.java:12)

    at com.swtdesigner.gwt.model.widgets.support.GWTState.createState(GWTState.java:1670)

    at com.swtdesigner.gwt.model.widgets.UIObjectInfo.getState(UIObjectInfo.java:412)

    ... 65 more

Caused by: org.apache.commons.lang.exception.NestableError: java.lang.UnsatisfiedLinkError: /home/yborisov/.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclipse.osgi/bundles/495/1/.cp/os/linux/x86/libgwt-ll.so: /home/yborisov/.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclipse.osgi/bundles/495/1/.cp/os/linux/x86/libgwt-ll.so: undefined symbol: JS_PropertyStub

    at com.instantiations.designer.gwt.moz.BrowserShell.<init>(BrowserShell.java:63)

    at com.instantiations.designer.gwt.moz.BrowserShell32.<init>(BrowserShell32.java:15)

    at com.swtdesigner.gwt.support.browser.moz.GWTStateMoz.createBrowserShell(GWTStateMoz.java:65)

    at com.swtdesigner.gwt.model.widgets.support.GWTState.<init>(GWTState.java:126)

    ... 69 more

Caused by: java.lang.UnsatisfiedLinkError: /home/yborisov/.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclipse.osgi/bundles/495/1/.cp/os/linux/x86/libgwt-ll.so: /home/yborisov/.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclipse.osgi/bundles/495/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.moz.BrowserShell.<init>(BrowserShell.java:61)

    ... 72 more



Designer Configuration Details:



Product: GWT Designer Evaluation

Version: 4.0.0.200806180328

Expected: Eclipse 3.2

Actual: Eclipse 3.2.0.v20060603

Actual Eclipse Build Name:

Actual Eclipse Build ID: M20070212-1330

IDE Actual Name: Eclipse SDK

IDE Actual Version: 3.2.2.r322_v20070212

IDE Actual NL: ru_UA

Activation Key: GWTDesignerEval-NK0SH-KM15R-W7XM2

Physical Address: 00-15-58-16-87-01

Code Gen: Flat Mode, Use Existing, First Assignment, Make Final

Events: Anonymous Class

GWT Home: /home/yborisov/Projects/savingPaths/gwt-linux-1.4.62

Platform Product: Eclipse SDK

Platform Version: 3.2.2.r322_v20070212

OS Name: Linux

OS Architecture: i386

OS Version: 2.6.22-14-server



It seems to me, that i'm doing something incorrect, but please explain me, where the error could exist.
Yuriy.Borisov
 
Posts: 1
Joined: Wed Jun 18, 2008 12:08 pm

Re: libgwt-ll.so: undefined symbol: JS_PropertyStub

Postby Alexander.Mitin » Sat Jun 21, 2008 12:32 am

Do you have any additional GRE (firefox/xulrunner/mozilla) installed? I'm asking because there might be a conflict between them, or just not using the proper installation of the GRE.
Try to run System Monitor (or another tool which able to show the shared libs loaded into process) and see which GRE loaded with Eclipse.
UPD: or symply execute the command: cat /proc/ECLIPSE_PID_HERE/maps | grep libmozjs.so
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