- Posts: 7
- Thank you received: 0
×
Modelio 4.0.0 released (07 Nov 2019)
Modelio 4.0.0 has been released ( www.modelio.org/forum/4-announcements/45...-4-0-0-released.html )
[Solved][WebModelPublisher] image too large found
- mirror2003
-
Topic Author
- Offline
- Fresh Boarder
-
Less More
10 years 5 months ago - 10 years 3 months ago #522 by mirror2003
I want to use WebModelPublisher 1.0.04 to create html documentation. But when I want to use it I get the information "image too large found ..." and error as below:
java.lang.NullPointerException
at com.modeliosoft.modelio.api.impl.diagrams.dg.usecase.SystemDG.getNodes(SystemDG.java:46)
at com.modeliosoft.templateeditor.newNodes.production.DiagramNode.DiagramBehavior.generateHTMLArea(DiagramBehavior.java:183)
at com.modeliosoft.templateeditor.newNodes.production.DiagramNode.DiagramBehavior.generateHTMLMap(DiagramBehavior.java:144)
at com.modeliosoft.templateeditor.newNodes.production.DiagramNode.DiagramBehavior$1.run(DiagramBehavior.java:104)
at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:179)
at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
at org.eclipse.swt.widgets.Display.syncExec(Display.java:4584)
at com.modeliosoft.templateeditor.newNodes.production.DiagramNode.DiagramBehavior.beginProduction(DiagramBehavior.java:57)
at com.modeliosoft.webmodelreport.impl.templates.Explorer.m4_1_1(Explorer.java:870)
at com.modeliosoft.webmodelreport.impl.templates.Explorer.m4_1(Explorer.java:848)
at com.modeliosoft.webmodelreport.impl.templates.Explorer.m4(Explorer.java:819)
at com.modeliosoft.webmodelreport.impl.templates.Explorer.m6(Explorer.java:993)
at com.modeliosoft.webmodelreport.impl.templates.Explorer.m2_1_1(Explorer.java:260)
at com.modeliosoft.webmodelreport.impl.templates.Explorer.m2_1(Explorer.java:226)
at com.modeliosoft.webmodelreport.impl.templates.Explorer.m2(Explorer.java:199)
at com.modeliosoft.webmodelreport.impl.templates.Explorer.m1(Explorer.java:156)
at com.modeliosoft.webmodelreport.impl.templates.Explorer.activate(Explorer.java:132)
at com.modeliosoft.webmodelreport.impl.commands.GenerateLightCommand.generate(GenerateLightCommand.java:169)
at com.modeliosoft.webmodelreport.impl.commands.GenerateLightCommand.actionPerformed(GenerateLightCommand.java:80)
at com.modeliosoft.modelio.api.mdac.contrib.MdacActionDelegatingHandler.execute(MdacActionDelegatingHandler.java:48)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:820)
at org.eclipse.ui.menus.CommandContributionItem.access$19(CommandContributionItem.java:806)
at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:796)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at com.modeliosoft.modelio.app.intro.Application.start(Application.java:72)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
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:369)
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:620)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
How can I do it properly? I think that all of models are ok.
Thanks for help.
java.lang.NullPointerException
at com.modeliosoft.modelio.api.impl.diagrams.dg.usecase.SystemDG.getNodes(SystemDG.java:46)
at com.modeliosoft.templateeditor.newNodes.production.DiagramNode.DiagramBehavior.generateHTMLArea(DiagramBehavior.java:183)
at com.modeliosoft.templateeditor.newNodes.production.DiagramNode.DiagramBehavior.generateHTMLMap(DiagramBehavior.java:144)
at com.modeliosoft.templateeditor.newNodes.production.DiagramNode.DiagramBehavior$1.run(DiagramBehavior.java:104)
at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:179)
at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
at org.eclipse.swt.widgets.Display.syncExec(Display.java:4584)
at com.modeliosoft.templateeditor.newNodes.production.DiagramNode.DiagramBehavior.beginProduction(DiagramBehavior.java:57)
at com.modeliosoft.webmodelreport.impl.templates.Explorer.m4_1_1(Explorer.java:870)
at com.modeliosoft.webmodelreport.impl.templates.Explorer.m4_1(Explorer.java:848)
at com.modeliosoft.webmodelreport.impl.templates.Explorer.m4(Explorer.java:819)
at com.modeliosoft.webmodelreport.impl.templates.Explorer.m6(Explorer.java:993)
at com.modeliosoft.webmodelreport.impl.templates.Explorer.m2_1_1(Explorer.java:260)
at com.modeliosoft.webmodelreport.impl.templates.Explorer.m2_1(Explorer.java:226)
at com.modeliosoft.webmodelreport.impl.templates.Explorer.m2(Explorer.java:199)
at com.modeliosoft.webmodelreport.impl.templates.Explorer.m1(Explorer.java:156)
at com.modeliosoft.webmodelreport.impl.templates.Explorer.activate(Explorer.java:132)
at com.modeliosoft.webmodelreport.impl.commands.GenerateLightCommand.generate(GenerateLightCommand.java:169)
at com.modeliosoft.webmodelreport.impl.commands.GenerateLightCommand.actionPerformed(GenerateLightCommand.java:80)
at com.modeliosoft.modelio.api.mdac.contrib.MdacActionDelegatingHandler.execute(MdacActionDelegatingHandler.java:48)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:820)
at org.eclipse.ui.menus.CommandContributionItem.access$19(CommandContributionItem.java:806)
at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:796)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at com.modeliosoft.modelio.app.intro.Application.start(Application.java:72)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
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:369)
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:620)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
How can I do it properly? I think that all of models are ok.
Thanks for help.
Last Edit: 10 years 3 months ago by chm.
The topic has been locked.
10 years 5 months ago - 10 years 5 months ago #523 by chm
Hello mirror2003,
according to your error log, this error comes from a System Boundaries in a UseCase diagram. This graphical element was kind of bugged in Modelio 2.1, causing us lots of problems...
As far as i know, we had some work on it a few weeks ago, so your error should be fixed in Modelio 2.1.1 (which should be out soon).
In the meantime, the only workaround i see is opening all your UseCase diagrams, and deactivating the System in the symbol view...
Thank you for your feadback, and sorry for the inconvenience.
Hope this helps!
according to your error log, this error comes from a System Boundaries in a UseCase diagram. This graphical element was kind of bugged in Modelio 2.1, causing us lots of problems...

As far as i know, we had some work on it a few weeks ago, so your error should be fixed in Modelio 2.1.1 (which should be out soon).

In the meantime, the only workaround i see is opening all your UseCase diagrams, and deactivating the System in the symbol view...
Thank you for your feadback, and sorry for the inconvenience.

Hope this helps!
Last Edit: 10 years 5 months ago by chm.
The topic has been locked.
10 years 5 months ago - 10 years 3 months ago #525 by chm
Your reply is related to a completly different subject, so i moved it to a
new topic
.
[EDIT]
I can now confirm, this issue is fixed in Modelio 2.1.1.
Locking the topic and marking it solved.
[EDIT]
I can now confirm, this issue is fixed in Modelio 2.1.1.
Locking the topic and marking it solved.
Last Edit: 10 years 3 months ago by chm.
The topic has been locked.
Time to create page: 0.039 seconds