You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(8) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jules W. <jul...@gm...> - 2007-01-05 00:12:49
|
Thanks! I will add it to CVS. Jules On 1/4/07, Nicolas Rouquette <nic...@jp...> wrote: > FYI: > > I ventured to make a workaround that avoids crashing Eclipse on linux. > See attached patch. > > -- Nicolas. > > Nicolas Rouquette wrote: > > Hi Jules, > > > > I am running with Eclipse 3.2.1 > > > > The version of draw2d for 3.2.1.v20060921 > > The version of the swt.gtk.linux.x86 is: 3.2.1.v32235 > > > > To reproduce this error, I have all of the gems* projects in my > > development sandbox and create an Eclipse launcher > > to run a "GEMS" Eclipse environment with the gems* plugins > > > > In the dev. sandbox, before launching the GEMS config, > > I setup a breakpoint in > > org.gems.designer.figures.ModelFeedbackBorder.drawConnectors (line 29) > > > > Then, launch the GEMS config in debug mode: > > > > 1) New Plug-In Project (called: bug) > > 2) select 'bug' => new folder: 'resources' > > 3) bug/resources => New GEMS>GemsMetamodel Model (GemsMetamodel1.gemsmeta) > > 4) Create an "Entity" from the palette > > 5) The new entity is selected, with the mouse, I click on it to move it > > > > => You hit the breakpoint... > > > > connector.translate(x1, y1); > > g.drawPolygon(connector); // line 29 > > ... > > > > At that breakpoint, inspect 'this.connector'. > > It has: > > > > bounds = null > > points = int[0] > > size = 0 > > > > If I remove the prolog module, then I loose one of the coolest features > > of GEMS... > > > > -- Nicolas. > > > > Jules White wrote: > > > >> Hi Nicolas, > >> > >> I have seen this error once before from GEMS on Linux. It is really > >> hard to tell what is causing it since it comes from deep within the > >> Eclipse internals (on the native and not Java side). I do GEMS Linux > >> testing with Eclipse 3.2 on Fedora Core 3. What version of Draw2d/GEf > >> are you using? What version of Eclipse do you have? I would try > >> getting the latest versions of those and see if that fixes the > >> problem. > >> > >> Another way to fix this problem is to remove the Prolog plugin from > >> GEMS. The Prolog module creates the borders that leads to this error. > >> To disable the prolog module, delete the folder: > >> > >> org.gems.designer.dsml.kb > >> > >> from you Eclipse plugins directory. > >> > >> Thanks, > >> > >> Jules > >> > > > > > > > > > > |
From: Nicolas R. <nic...@jp...> - 2007-01-04 21:04:53
|
FYI: I ventured to make a workaround that avoids crashing Eclipse on linux. See attached patch. -- Nicolas. Nicolas Rouquette wrote: > Hi Jules, > > I am running with Eclipse 3.2.1 > > The version of draw2d for 3.2.1.v20060921 > The version of the swt.gtk.linux.x86 is: 3.2.1.v32235 > > To reproduce this error, I have all of the gems* projects in my > development sandbox and create an Eclipse launcher > to run a "GEMS" Eclipse environment with the gems* plugins > > In the dev. sandbox, before launching the GEMS config, > I setup a breakpoint in > org.gems.designer.figures.ModelFeedbackBorder.drawConnectors (line 29) > > Then, launch the GEMS config in debug mode: > > 1) New Plug-In Project (called: bug) > 2) select 'bug' => new folder: 'resources' > 3) bug/resources => New GEMS>GemsMetamodel Model (GemsMetamodel1.gemsmeta) > 4) Create an "Entity" from the palette > 5) The new entity is selected, with the mouse, I click on it to move it > > => You hit the breakpoint... > > connector.translate(x1, y1); > g.drawPolygon(connector); // line 29 > ... > > At that breakpoint, inspect 'this.connector'. > It has: > > bounds = null > points = int[0] > size = 0 > > If I remove the prolog module, then I loose one of the coolest features > of GEMS... > > -- Nicolas. > > Jules White wrote: > >> Hi Nicolas, >> >> I have seen this error once before from GEMS on Linux. It is really >> hard to tell what is causing it since it comes from deep within the >> Eclipse internals (on the native and not Java side). I do GEMS Linux >> testing with Eclipse 3.2 on Fedora Core 3. What version of Draw2d/GEf >> are you using? What version of Eclipse do you have? I would try >> getting the latest versions of those and see if that fixes the >> problem. >> >> Another way to fix this problem is to remove the Prolog plugin from >> GEMS. The Prolog module creates the borders that leads to this error. >> To disable the prolog module, delete the folder: >> >> org.gems.designer.dsml.kb >> >> from you Eclipse plugins directory. >> >> Thanks, >> >> Jules >> > > > |
From: Nicolas R. <nic...@jp...> - 2007-01-04 20:56:56
|
Hi Jules, I am running with Eclipse 3.2.1 The version of draw2d for 3.2.1.v20060921 The version of the swt.gtk.linux.x86 is: 3.2.1.v32235 To reproduce this error, I have all of the gems* projects in my development sandbox and create an Eclipse launcher to run a "GEMS" Eclipse environment with the gems* plugins In the dev. sandbox, before launching the GEMS config, I setup a breakpoint in org.gems.designer.figures.ModelFeedbackBorder.drawConnectors (line 29) Then, launch the GEMS config in debug mode: 1) New Plug-In Project (called: bug) 2) select 'bug' => new folder: 'resources' 3) bug/resources => New GEMS>GemsMetamodel Model (GemsMetamodel1.gemsmeta) 4) Create an "Entity" from the palette 5) The new entity is selected, with the mouse, I click on it to move it => You hit the breakpoint... connector.translate(x1, y1); g.drawPolygon(connector); // line 29 ... At that breakpoint, inspect 'this.connector'. It has: bounds = null points = int[0] size = 0 If I remove the prolog module, then I loose one of the coolest features of GEMS... -- Nicolas. Jules White wrote: > Hi Nicolas, > > I have seen this error once before from GEMS on Linux. It is really > hard to tell what is causing it since it comes from deep within the > Eclipse internals (on the native and not Java side). I do GEMS Linux > testing with Eclipse 3.2 on Fedora Core 3. What version of Draw2d/GEf > are you using? What version of Eclipse do you have? I would try > getting the latest versions of those and see if that fixes the > problem. > > Another way to fix this problem is to remove the Prolog plugin from > GEMS. The Prolog module creates the borders that leads to this error. > To disable the prolog module, delete the folder: > > org.gems.designer.dsml.kb > > from you Eclipse plugins directory. > > Thanks, > > Jules |
From: Jules W. <jul...@gm...> - 2007-01-04 19:27:41
|
Hi Nicolas, I have seen this error once before from GEMS on Linux. It is really hard to tell what is causing it since it comes from deep within the Eclipse internals (on the native and not Java side). I do GEMS Linux testing with Eclipse 3.2 on Fedora Core 3. What version of Draw2d/GEf are you using? What version of Eclipse do you have? I would try getting the latest versions of those and see if that fixes the problem. Another way to fix this problem is to remove the Prolog plugin from GEMS. The Prolog module creates the borders that leads to this error. To disable the prolog module, delete the folder: org.gems.designer.dsml.kb from you Eclipse plugins directory. Thanks, Jules On 1/4/07, Nicolas Rouquette <nic...@jp...> wrote: > > > > ---------- Forwarded message ---------- > From: Nicolas Rouquette <nic...@jp...> > To: > Date: Thu, 04 Jan 2007 11:01:31 -0800 > Subject: [GEMS] linux/gtk vs. macosx > Where should we report bugs for GEMS? > > I've managed to configure GEMS for both macosx and linux/gtk > with Eclipse 3.2.1 > > Under linux, whenever I move an element in a *.gemsmeta editor, > I get a JVM crash. I have used other graphical editors with this > Eclipse environment and none have crashed the JVM this hard. > > On macosx, GEMS seems to run fine (same Eclipse environment) > > Has anybody seen this? > > -- Nicolas. > > (below is the beginning of the java crash report) > > # > # An unexpected error has been detected by HotSpot Virtual Machine: > # > # SIGSEGV (0xb) at pc=0x0043db9a, pid=17832, tid=3087001280 > # > # Java VM: Java HotSpot(TM) Server VM (1.5.0_10-b03 mixed mode) > # Problematic frame: > # C [libgdk-x11-2.0.so.0+0x36b9a] > # > > --------------- T H R E A D --------------- > > Current thread (0x0805da20): JavaThread "main" [_thread_in_native, > id=17832] > > siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0xfffffff8 > > Registers: > EAX=0x00000000, EBX=0x0048a0d4, ECX=0x60001001, EDX=0x00000000 > ESP=0xbfffa8e4, EBP=0xbfffa91c, ESI=0x00000000, EDI=0x00000000 > EIP=0x0043db9a, CR2=0xfffffff8, EFLAGS=0x00010246 > > Top of Stack: (sp=0xbfffa8e4) > 0xbfffa8e4: 00000001 b7be2e50 00444f84 0048a0d4 > 0xbfffa8f4: 6d2dbb48 00000600 bfffa91c e041eb13 > 0xbfffa904: 00000001 bfffa934 0043db80 0048a0d4 > 0xbfffa914: 6d8333d0 6d2dbb48 bfffa94c 0041a7e7 > 0xbfffa924: 6d8333d0 6d2dbb48 00000000 00000000 > 0xbfffa934: 00000000 0805e260 0041a775 0048a0d4 > 0xbfffa944: 6d2dc0e0 6d2dbb48 bfffa96c 00424bb6 > 0xbfffa954: 6d8333d0 6d2dbb48 00000000 00000000 > > Instructions: (pc=0x0043db9a) > 0x0043db8a: 75 10 8b 7d 14 85 f6 0f 85 c8 00 00 00 8b 55 18 > 0x0043db9a: 8b 44 d7 f8 39 07 0f 84 ac 00 00 00 8b 45 18 83 > > Stack: [0xbfe00000,0xc0000000), sp=0xbfffa8e4, free space=2026k > Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, > C=native code) > C [libgdk-x11-2.0.so.0+0x36b9a] > C [libgdk-x11-2.0.so.0+0x137e7] gdk_draw_polygon+0x7d > C [libgdk-x11-2.0.so.0+0x1dbb6] > C [libgdk-x11-2.0.so.0+0x137e7] gdk_draw_polygon+0x7d > C [libgdk-x11-2.0.so.0+0x27a15] > C [libgdk-x11-2.0.so.0+0x137e7] gdk_draw_polygon+0x7d > C [libswt-pi-gtk-3235.so+0x2fe86] > Java_org_eclipse_swt_internal_gtk_OS__1gdk_1draw_1polygon+0x74 > j org.eclipse.swt.internal.gtk.OS._gdk_draw_polygon(III[II)V+0 > j org.eclipse.swt.internal.gtk.OS.gdk_draw_polygon(III[II)V+13 > j org.eclipse.swt.graphics.GC.drawPolygon([I)V+61 > j org.eclipse.draw2d.SWTGraphics.drawPolygon([I)V+22 > j org.eclipse.draw2d.SWTGraphics.drawPolygon > (Lorg/eclipse/draw2d/geometry/PointList;)V+5 > j org.gems.designer.figures.ModelFeedbackBorder.drawConnectors > (Lorg/eclipse/draw2d/Graphics;Lorg/eclipse/draw2d/geometry/Rectangle;)V+75 > j org.gems.designer.figures.ModelFeedbackBorder.paint > (Lorg/eclipse/draw2d/IFigure;Lorg/eclipse/draw2d/Graphics;Lorg/eclipse/draw2d/geometry/Insets;)V+455 > j org.eclipse.draw2d.Figure.paintBorder > (Lorg/eclipse/draw2d/Graphics;)V+16 > > Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) > j org.eclipse.swt.internal.gtk.OS._gdk_draw_polygon(III[II)V+0 > j org.eclipse.swt.internal.gtk.OS.gdk_draw_polygon(III[II)V+13 > j org.eclipse.swt.graphics.GC.drawPolygon([I)V+61 > j org.eclipse.draw2d.SWTGraphics.drawPolygon([I)V+22 > j org.eclipse.draw2d.SWTGraphics.drawPolygon > (Lorg/eclipse/draw2d/geometry/PointList;)V+5 > j org.gems.designer.figures.ModelFeedbackBorder.drawConnectors > (Lorg/eclipse/draw2d/Graphics;Lorg/eclipse/draw2d/geometry/Rectangle;)V+75 > j org.gems.designer.figures.ModelFeedbackBorder.paint > (Lorg/eclipse/draw2d/IFigure;Lorg/eclipse/draw2d/Graphics;Lorg/eclipse/draw2d/geometry/Insets;)V+455 > j org.eclipse.draw2d.Figure.paintBorder > (Lorg/eclipse/draw2d/Graphics;)V+16 > v ~C2IAdapter > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > Gems-users mailing list > Gem...@li... > https://lists.sourceforge.net/lists/listinfo/gems-users > > > |
From: Jules W. <jul...@gm...> - 2006-11-27 14:22:18
|
Hi Krzysztof, Glad you fixed the problem. It doesn't sound like you need to do this, but just in case you ever do: Eclipse can get tricky if you need to use Class.forName() to instantiate new objects from different plug-ins. If you ever run into a situation where you need to do this, the best way to do it is: Classloader orig = Thread.currentThread().getContextClassloader(); try{ Classloader c = //..get a reference to the classloader of a class //from the plug-in you want to dynamically load classes from Thread.currentThread().setContextClassloader(c); Class c = Class.forName("foo"); ... } finally { Thread.currentThread().setContextClassloader(orig); } Thanks, Jules On 11/27/06, Krzysztof Kostienko <kko...@in...> wrote: > > I have solved this problem J. I have added velocity.jar files, in Runtime > tab of my gems plugin.xml file, as required runtime library > > > ------------------------------ > > *From:* Krzysztof Kostienko [mailto:kko...@in...] > *Sent:* Monday, November 27, 2006 1:44 PM > *To:* gem...@li...; kkostienko > *Subject:* how to add external libraries to gems. > > > > Hello, > > > > I have small problem and I am not sure how can I solve it. I have created > Interpreter Plug-in which uses Velocity Code Generator Engine. When I lunch > my application and than invoke Interpreter eclipse can not find required > libraries(velocities'). I do not know how I can add to gems external > libraries. I have tried different configuration(import external jar > archives, link compiled classes etc.), but nothing is working. Please see > error which I am getting bellow. > > > > Krzysztof > > > > !SESSION 2006-11-27 13:29:00.962----------------------------------------------- > > eclipse.buildId=unknown > > java.version=1.5.0_09 > > java.vendor=Sun Microsystems Inc. > > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=pl_PL > > Framework arguments: -product org.eclipse.sdk.ide -pdelaunch > > Command-line arguments: -product org.eclipse.sdk.ide -data C:\Documents > and Settings\Krzysiek\eclipse/../runtime-New_configuration3 -dev > file:C:/Documents and > Settings/Krzysiek/eclipse/.metadata/.plugins/org.eclipse.pde.core/New_configuration3/dev.properties > -pdelaunch -os win32 -ws win32 -arch x86 > > > > !ENTRY org.eclipse.ui 4 4 2006-11-27 13:30:27.337 > > !MESSAGE Unhandled event loop exception > > > > !ENTRY org.eclipse.ui 4 0 2006-11-27 13:30:27.347 > > !MESSAGE org/apache/velocity/exception/ParseErrorException > > !STACK 0 > > java.lang.NoClassDefFoundError: > org/apache/velocity/exception/ParseErrorException > > at > pl.kkostienko.j2memetamodel.interpreter.J2meInterpreter.visitStartPoint( > J2meInterpreter.java:147) > > at pl.kkostienko.j2memetamodel.StartPoint.accept(StartPoint.java > :457) > > at pl.kkostienko.j2memetamodel.interpreter.J2meInterpreter.interpret > (J2meInterpreter.java:1214) > > at org.gems.designer.model.actions.AbstractInterpreter$1.execute( > AbstractInterpreter.java:20) > > at > org.gems.designer.model.actions.BasicModelEventInterest.dispatchEvent( > BasicModelEventInterest.java:99) > > at org.gems.designer.model.actions.ModelActionRegistry.modelChanged( > ModelActionRegistry.java:75) > > at > org.gems.designer.model.actions.ModelActionRegistry.instanceChanged( > ModelActionRegistry.java:70) > > at org.gems.designer.ModelInstanceImpl.modelChanged( > ModelInstanceImpl.java:142) > > at org.gems.designer.model.event.ModelEventDispatcher.dispatch( > ModelEventDispatcher.java:68) > > at org.gems.designer.actions.ExtensionMenuAction.run( > ExtensionMenuAction.java:102) > > at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) > > at > org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection( > ActionContributionItem.java:539) > > at org.eclipse.jface.action.ActionContributionItem.access$2( > ActionContributionItem.java:488) > > at org.eclipse.jface.action.ActionContributionItem$5.handleEvent( > ActionContributionItem.java:400) > > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) > > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) > > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java > :3348) > > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java > :2968) > > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java > :1914) > > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) > > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench( > Workbench.java:419) > > 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(Unknown Source) > > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > > at java.lang.reflect.Method.invoke(Unknown Source) > > 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) > ---------------------------------------------------------------------- > PS. >>> http://link.interia.pl/f19a6 > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > Gems-users mailing list > Gem...@li... > https://lists.sourceforge.net/lists/listinfo/gems-users > > > |
From: Krzysztof K. <kko...@in...> - 2006-11-27 14:10:38
|
I have solved this problem :-). I have added velocity.jar files, in Runtime tab of my gems plugin.xml file, as required runtime library _____ From: Krzysztof Kostienko [mailto:kko...@in...] Sent: Monday, November 27, 2006 1:44 PM To: gem...@li...; kkostienko Subject: how to add external libraries to gems. Hello, I have small problem and I am not sure how can I solve it. I have created Interpreter Plug-in which uses Velocity Code Generator Engine. When I lunch my application and than invoke Interpreter eclipse can not find required libraries(velocities'). I do not know how I can add to gems external libraries. I have tried different configuration(import external jar archives, link compiled classes etc.), but nothing is working. Please see error which I am getting bellow. Krzysztof !SESSION 2006-11-27 13:29:00.962 ----------------------------------------------- eclipse.buildId=unknown java.version=1.5.0_09 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=pl_PL Framework arguments: -product org.eclipse.sdk.ide -pdelaunch Command-line arguments: -product org.eclipse.sdk.ide -data C:\Documents and Settings\Krzysiek\eclipse/../runtime-New_configuration3 -dev file:C:/Documents and Settings/Krzysiek/eclipse/.metadata/.plugins/org.eclipse.pde.core/New_config uration3/dev.properties -pdelaunch -os win32 -ws win32 -arch x86 !ENTRY org.eclipse.ui 4 4 2006-11-27 13:30:27.337 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 2006-11-27 13:30:27.347 !MESSAGE org/apache/velocity/exception/ParseErrorException !STACK 0 java.lang.NoClassDefFoundError: org/apache/velocity/exception/ParseErrorException at pl.kkostienko.j2memetamodel.interpreter.J2meInterpreter.visitStartPoint(J2me Interpreter.java:147) at pl.kkostienko.j2memetamodel.StartPoint.accept(StartPoint.java:457) at pl.kkostienko.j2memetamodel.interpreter.J2meInterpreter.interpret(J2meInterp reter.java:1214) at org.gems.designer.model.actions.AbstractInterpreter$1.execute(AbstractInterp reter.java:20) at org.gems.designer.model.actions.BasicModelEventInterest.dispatchEvent(BasicM odelEventInterest.java:99) at org.gems.designer.model.actions.ModelActionRegistry.modelChanged(ModelAction Registry.java:75) at org.gems.designer.model.actions.ModelActionRegistry.instanceChanged(ModelAct ionRegistry.java:70) at org.gems.designer.ModelInstanceImpl.modelChanged(ModelInstanceImpl.java:142) at org.gems.designer.model.event.ModelEventDispatcher.dispatch(ModelEventDispat cher.java:68) at org.gems.designer.actions.ExtensionMenuAction.run(ExtensionMenuAction.java:1 02) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action ContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionI tem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContribu tionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) 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(EclipseAp pLauncher.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(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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) |
From: Krzysztof K. <kko...@in...> - 2006-11-27 13:44:05
|
Hello, I have small problem and I am not sure how can I solve it. I have created Interpreter Plug-in which uses Velocity Code Generator Engine. When I lunch my application and than invoke Interpreter eclipse can not find required libraries(velocities'). I do not know how I can add to gems external libraries. I have tried different configuration(import external jar archives, link compiled classes etc.), but nothing is working. Please see error which I am getting bellow. Krzysztof !SESSION 2006-11-27 13:29:00.962 ----------------------------------------------- eclipse.buildId=unknown java.version=1.5.0_09 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=pl_PL Framework arguments: -product org.eclipse.sdk.ide -pdelaunch Command-line arguments: -product org.eclipse.sdk.ide -data C:\Documents and Settings\Krzysiek\eclipse/../runtime-New_configuration3 -dev file:C:/Documents and Settings/Krzysiek/eclipse/.metadata/.plugins/org.eclipse.pde.core/New_config uration3/dev.properties -pdelaunch -os win32 -ws win32 -arch x86 !ENTRY org.eclipse.ui 4 4 2006-11-27 13:30:27.337 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 2006-11-27 13:30:27.347 !MESSAGE org/apache/velocity/exception/ParseErrorException !STACK 0 java.lang.NoClassDefFoundError: org/apache/velocity/exception/ParseErrorException at pl.kkostienko.j2memetamodel.interpreter.J2meInterpreter.visitStartPoint(J2me Interpreter.java:147) at pl.kkostienko.j2memetamodel.StartPoint.accept(StartPoint.java:457) at pl.kkostienko.j2memetamodel.interpreter.J2meInterpreter.interpret(J2meInterp reter.java:1214) at org.gems.designer.model.actions.AbstractInterpreter$1.execute(AbstractInterp reter.java:20) at org.gems.designer.model.actions.BasicModelEventInterest.dispatchEvent(BasicM odelEventInterest.java:99) at org.gems.designer.model.actions.ModelActionRegistry.modelChanged(ModelAction Registry.java:75) at org.gems.designer.model.actions.ModelActionRegistry.instanceChanged(ModelAct ionRegistry.java:70) at org.gems.designer.ModelInstanceImpl.modelChanged(ModelInstanceImpl.java:142) at org.gems.designer.model.event.ModelEventDispatcher.dispatch(ModelEventDispat cher.java:68) at org.gems.designer.actions.ExtensionMenuAction.run(ExtensionMenuAction.java:1 02) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action ContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionI tem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContribu tionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) 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(EclipseAp pLauncher.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(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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) |
From: Krzysztof K. <kko...@in...> - 2006-11-16 10:13:51
|
Dear Jules, Thank for your tips. I have solved my problem. >Yes. My Interpreter is different project, but interpreter lists the dsml plugin and gems as dependencies(otherwise I would not see my MenuItem when I right-click). First I exported my project to *.jar files and then added them to plugin forder. But it did not work. Then I tried different configuration and found that the plugin can not be exported to jar files. It has to be exported as folder. So when I added this folder to "C:\eclipse\plugins" my interpreter have started to work properly(now it creates file in eclipse main folder). Best regards, Krzysztof _____ From: Jules White [mailto:jul...@gm...] Sent: Wednesday, November 15, 2006 4:09 PM To: Krzysztof Kostienko Cc: gem...@li... Subject: Re: [Gems-users] Invoke Interpreter in Eclipse instance Hi Krzysztof, If the interpreter works with the runtime workbench, then you probably are having problems with the way you are exporting the plug-in. First, make sure that you are exporting and installing all of the plugins properly. Is your interpreter in the same project as your modeling tool plugin...or is it in its own project? If it is in a different project, make sure that project is being exported too. You also need to make sure that the interpreter lists the dsml plugin and gems as dependencies. Let me know if that helps. Thanks, Jules On 11/15/06, Krzysztof Kostienko <kko...@in... <mailto:kko...@in...> > wrote: Dear All, I have one question. I have created an Interpreter which is invoked from the MenuItem(this interpreter creates text file). I also exported my metamodel and interpreter as a Plug-in and copied/pasted *.jar files into c:\<eclipse-home>\plugin directory. So now, when I open eclipse, I can create model in my DSML. Unfortunately I can not invoke my interpreter. I can see my MenuItem, but when I click it, there is none reaction(the new text file should be created). How can I trigger Interpreter without running the runtime workbench from in eclipse instance? Best regards, Krzysztof Kostienko ---------------------------------------------------------------------- Jestes kierowca? To poczytaj! >>> http://link.interia.pl/f199e ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> &p=sourceforge&CID=DEVDEV _______________________________________________ Gems-users mailing list Gem...@li... https://lists.sourceforge.net/lists/listinfo/gems-users |
From: Jules W. <jul...@gm...> - 2006-11-15 15:08:52
|
Hi Krzysztof, If the interpreter works with the runtime workbench, then you probably are having problems with the way you are exporting the plug-in. First, make sure that you are exporting and installing all of the plugins properly. Is your interpreter in the same project as your modeling tool plugin...or is it in its own project? If it is in a different project, make sure that project is being exported too. You also need to make sure that the interpreter lists the dsml plugin and gems as dependencies. Let me know if that helps. Thanks, Jules On 11/15/06, Krzysztof Kostienko <kko...@in...> wrote: > > Dear All, > > > > I have one question. I have created an Interpreter which is invoked from > the MenuItem(this interpreter creates text file). I also exported my > metamodel and interpreter as a Plug-in and copied/pasted *.jar files into > c:\<eclipse-home>\plugin directory. So now, when I open eclipse, I can > create model in my DSML. Unfortunately I can not invoke my interpreter. I > can see my MenuItem, but when I click it, there is none reaction(the new > text file should be created). How can I trigger Interpreter without running > the runtime workbench from in eclipse instance? > > > > Best regards, > > > > Krzysztof Kostienko > > > ---------------------------------------------------------------------- > Jestes kierowca? To poczytaj! >>> http://link.interia.pl/f199e > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > Gems-users mailing list > Gem...@li... > https://lists.sourceforge.net/lists/listinfo/gems-users > > > |
From: Krzysztof K. <kko...@in...> - 2006-11-15 12:43:45
|
Dear All, I have one question. I have created an Interpreter which is invoked from the MenuItem(this interpreter creates text file). I also exported my metamodel and interpreter as a Plug-in and copied/pasted *.jar files into c:\<eclipse-home>\plugin directory. So now, when I open eclipse, I can create model in my DSML. Unfortunately I can not invoke my interpreter. I can see my MenuItem, but when I click it, there is none reaction(the new text file should be created). How can I trigger Interpreter without running the runtime workbench from in eclipse instance? Best regards, Krzysztof Kostienko |
From: Jules W. <jul...@gm...> - 2006-11-09 15:54:38
|
Hi Krzysiek, Yes, the mailing list is active. Is the expand button visible in the upper left hand corner of each element? No-> Try closing Eclipse, opening Eclipse and regenerating the dsml edtior. Yes-> If you open the Eclipse error viewer, window->show view->error log, do you see any errors related to GEMS? The warnings you have posted are not related to this problem. Thanks, Jules On 11/9/06, Krzysztof Kostienko <kko...@in...> wrote: > > Dear Users, > > > > I have slight problem which makes impossible my gems developing. First, I > have created small metamodel and I worded fine, until it new entities were > added. I found impossible to expand an entities(when I worked in run-time > creating DSML model). I do not know what cause this problem. I deleted new > added entities(so it looks like previous version), but the problem did not > disappear. I still can not expand/unwrap my entities. I also have some error > information in XXX.dsml.dsif.P(xxx is name of my file). I do not know what > this warning mean. Could you help me with this problem. > > > > Best, > > > > Krzysiek > > > > P.S. > > > I will post this info also on the forum, because I am not sure if this > mailing list is alive. > > > > Executing query:assert(self_type(83,startpoint)). > > FactSets created in:10ms. > > Executing query:consult('C:/Documents and > Settings/Krzysiek/runtime-New_configuration1/j2me_poligon/j2meModelVer1_002.dsml.dsif.P'). > > Warning: (c:/documents and > settings/krzysiek/runtime-new_configuration1/j2me_poligon/j2memodelver1_002.dsml.dsif.p:3): > > Redefined static procedure new_id/1 > > Warning: (c:/documents and > settings/krzysiek/runtime-new_configuration1/j2me_poligon/j2memodelver1_002.dsml.dsif.p:7): > > Redefined static procedure new_id/2 > > Warning: (c:/documents and > settings/krzysiek/runtime-new_configuration1/j2me_poligon/j2memodelver1_002.dsml.dsif.p:11): > > Redefined static procedure max_element/3 > > Warning: (c:/documents and > settings/krzysiek/runtime-new_configuration1/j2me_poligon/j2memodelver1_002.dsml.dsif.p:17): > > Redefined static procedure connect_all/3 > > Warning: (c:/documents and > settings/krzysiek/runtime-new_configuration1/j2me_poligon/j2memodelver1_002.dsml.dsif.p:21): > > Redefined static procedure connect_all/4 > > Warning: (c:/documents and > settings/krzysiek/runtime-new_configuration1/j2me_poligon/j2memodelver1_002.dsml.dsif.p:28): > > Redefined static procedure make_conn/6 > > Warning: (c:/documents and > settings/krzysiek/runtime-new_configuration1/j2me_poligon/j2memodelver1_002.dsml.dsif.p:30): > > Redefined static procedure relate_all/3 > > Warning: (c:/documents and > settings/krzysiek/runtime-new_configuration1/j2me_poligon/j2memodelver1_002.dsml.dsif.p:35): > > Redefined static procedure isboolean/1 > > Warning: (c:/documents and > settings/krzysiek/runtime-new_configuration1/j2me_poligon/j2memodelver1_002.dsml.dsif.p:40): > > Redefined static procedure is_a/2 > > > ---------------------------------------------------------------------- > Gotuj sie na Swieta z IKEA. Przygotowalismy ciekawe promocje. Kredyt, > ktory splacisz po zimie. Kuchnie, ktore podolaja przygotowaniu potraw. > Dowiedz sie wiecej na: http://link.interia.pl/f19c9 > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > Gems-users mailing list > Gem...@li... > https://lists.sourceforge.net/lists/listinfo/gems-users > > > |
From: Krzysztof K. <kko...@in...> - 2006-11-09 14:49:15
|
Dear Users, I have slight problem which makes impossible my gems developing. First, I have created small metamodel and I worded fine, until it new entities were added. I found impossible to expand an entities(when I worked in run-time creating DSML model). I do not know what cause this problem. I deleted new added entities(so it looks like previous version), but the problem did not disappear. I still can not expand/unwrap my entities. I also have some error information in XXX.dsml.dsif.P(xxx is name of my file). I do not know what this warning mean. Could you help me with this problem. Best, Krzysiek P.S. I will post this info also on the forum, because I am not sure if this mailing list is alive. Executing query:assert(self_type(83,startpoint)). FactSets created in:10ms. Executing query:consult('C:/Documents and Settings/Krzysiek/runtime-New_configuration1/j2me_poligon/j2meModelVer1_002. dsml.dsif.P'). Warning: (c:/documents and settings/krzysiek/runtime-new_configuration1/j2me_poligon/j2memodelver1_002. dsml.dsif.p:3): Redefined static procedure new_id/1 Warning: (c:/documents and settings/krzysiek/runtime-new_configuration1/j2me_poligon/j2memodelver1_002. dsml.dsif.p:7): Redefined static procedure new_id/2 Warning: (c:/documents and settings/krzysiek/runtime-new_configuration1/j2me_poligon/j2memodelver1_002. dsml.dsif.p:11): Redefined static procedure max_element/3 Warning: (c:/documents and settings/krzysiek/runtime-new_configuration1/j2me_poligon/j2memodelver1_002. dsml.dsif.p:17): Redefined static procedure connect_all/3 Warning: (c:/documents and settings/krzysiek/runtime-new_configuration1/j2me_poligon/j2memodelver1_002. dsml.dsif.p:21): Redefined static procedure connect_all/4 Warning: (c:/documents and settings/krzysiek/runtime-new_configuration1/j2me_poligon/j2memodelver1_002. dsml.dsif.p:28): Redefined static procedure make_conn/6 Warning: (c:/documents and settings/krzysiek/runtime-new_configuration1/j2me_poligon/j2memodelver1_002. dsml.dsif.p:30): Redefined static procedure relate_all/3 Warning: (c:/documents and settings/krzysiek/runtime-new_configuration1/j2me_poligon/j2memodelver1_002. dsml.dsif.p:35): Redefined static procedure isboolean/1 Warning: (c:/documents and settings/krzysiek/runtime-new_configuration1/j2me_poligon/j2memodelver1_002. dsml.dsif.p:40): Redefined static procedure is_a/2 |
From: Jules W. <jul...@gm...> - 2006-10-24 16:32:30
|
Hi Everyone, GEMS has been officially added to the Generative Modeling Tools project at Eclipse.org. We will be transitioning all of our code, development, etc. to the site in the coming weeks. The new project location will be: http://www.eclipse.org/gmt/gems/ Thanks, Jules |
From: Jules W. <jul...@gm...> - 2006-08-11 13:45:06
|
GEMS 2.0 has been added to the file releases on the SF site. Thanks, Jules |