Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Gendoc » Issue with GenDoc on Papyrus 5.2 Windows
Issue with GenDoc on Papyrus 5.2 Windows [message #1847959] Mon, 15 November 2021 10:12 Go to next message
Carsten Pitz is currently offline Carsten PitzFriend
Messages: 479
Registered: May 2015
Location: Germany
Senior Member
I migrated a private project to Papyrus 5.2. Using Linux everything including works well, but using Windows 10 the macros ${project_loc} and ${model_root} are evaluated incorrecty. After replacing these macros with hard-coded paths I finally get the following message.

See details.
org/eclipse/core/resources/ResourcesPlugin

Any ideas how to fix this issue?

/Carsten
Re: Issue with GenDoc on Papyrus 5.2 Windows [message #1848016 is a reply to message #1847959] Wed, 17 November 2021 13:11 Go to previous messageGo to next message
Tristan Faure is currently offline Tristan FaureFriend
Messages: 460
Registered: July 2009
Senior Member
Hello
strange you don't have other log entries ?




Re: Issue with GenDoc on Papyrus 5.2 Windows [message #1848031 is a reply to message #1848016] Wed, 17 November 2021 17:40 Go to previous messageGo to next message
Carsten Pitz is currently offline Carsten PitzFriend
Messages: 479
Registered: May 2015
Location: Germany
Senior Member
Hi Tristan,

the exception in the log is

!ENTRY org.eclipse.osgi 4 0 2021-11-15 10:15:57.783
!MESSAGE An error occurred while automatically activating bundle org.eclipse.papyrus.views.modelexplorer (1305).
!STACK 0
org.osgi.framework.BundleException: Exception in org.eclipse.papyrus.views.modelexplorer.Activator.start() of bundle org.eclipse.papyrus.views.modelexplorer.
at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:828)
at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:759)
at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1019)
at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:365)
at org.eclipse.osgi.container.Module.doStart(Module.java:605)
at org.eclipse.osgi.container.Module.start(Module.java:468)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:404)
at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:117)
at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:572)
at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:345)
at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:388)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:467)
at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:170)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:1083)
at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:616)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:196)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:920)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:246)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63)
at org.eclipse.ui.internal.commands.CommandStateProxy.loadState(CommandStateProxy.java:177)
at org.eclipse.ui.internal.commands.CommandStateProxy.loadState(CommandStateProxy.java:161)
at org.eclipse.ui.internal.commands.CommandStateProxy.shouldPersist(CommandStateProxy.java:255)
at org.eclipse.ui.internal.commands.CommandService.dispose(CommandService.java:142)
at org.eclipse.ui.internal.services.ServiceLocator$3.run(ServiceLocator.java:182)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.ui.internal.services.ServiceLocator.disposeServices(ServiceLocator.java:179)
at org.eclipse.ui.internal.services.ServiceLocator.dispose(ServiceLocator.java:152)
at org.eclipse.ui.internal.Workbench.shutdown(Workbench.java:2965)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:1124)
at org.eclipse.ui.internal.Workbench.lambda$4(Workbench.java:1392)
at org.eclipse.ui.internal.Workbench$$Lambda$1135/0x0000000000000000.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:74)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:1392)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:1368)
at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:1716)
at org.eclipse.ui.internal.WorkbenchWindow.lambda$5(WorkbenchWindow.java:1743)
at org.eclipse.ui.internal.WorkbenchWindow$$Lambda$1134/0x0000000000000000.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:74)
at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1743)
at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1752)
at org.eclipse.ui.internal.WorkbenchWindow.lambda$2(WorkbenchWindow.java:503)
at org.eclipse.ui.internal.WorkbenchWindow$$Lambda$331/0x0000000000000000.close(Unknown Source)
at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.lambda$4(WBWRenderer.java:570)
at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer$$Lambda$303/0x0000000000000000.accept(Unknown Source)
at org.eclipse.swt.events.ShellListener$2.shellClosed(ShellListener.java:102)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:102)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4237)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1060)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1084)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1069)
at org.eclipse.swt.widgets.Decorations.closeWidget(Decorations.java:269)
at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:1552)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4755)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1480)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2264)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4958)
at org.eclipse.swt.internal.win32.OS.DefWindowProc(Native Method)
at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:508)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4854)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1480)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2264)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4958)
at org.eclipse.swt.internal.win32.OS.DefWindowProc(Native Method)
at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:508)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4854)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1480)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2264)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4958)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(Native Method)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3624)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1041)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
at org.eclipse.ui.internal.Workbench$$Lambda$170/0x0000000000000000.run(Unknown Source)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.NullPointerException
at org.eclipse.ui.internal.handlers.LegacyHandlerService.registerLegacyHandler(LegacyHandlerService.java:164)
at org.eclipse.ui.internal.handlers.LegacyHandlerService.registerLegacyHandler(LegacyHandlerService.java:158)
at org.eclipse.ui.internal.handlers.LegacyHandlerService.activateHandler(LegacyHandlerService.java:306)
at org.eclipse.ui.internal.handlers.LegacyHandlerService.activateHandler(LegacyHandlerService.java:294)
at org.eclipse.papyrus.views.modelexplorer.Activator.start(Activator.java:70)
at org.eclipse.osgi.internal.framework.BundleContextImpl.lambda$2(BundleContextImpl.java:808)
at org.eclipse.osgi.internal.framework.BundleContextImpl$$Lambda$72/0x0000000000000000.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:738)
at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:802)
... 96 more
Root exception:
java.lang.NullPointerException
at org.eclipse.ui.internal.handlers.LegacyHandlerService.registerLegacyHandler(LegacyHandlerService.java:164)
at org.eclipse.ui.internal.handlers.LegacyHandlerService.registerLegacyHandler(LegacyHandlerService.java:158)
at org.eclipse.ui.internal.handlers.LegacyHandlerService.activateHandler(LegacyHandlerService.java:306)
at org.eclipse.ui.internal.handlers.LegacyHandlerService.activateHandler(LegacyHandlerService.java:294)
at org.eclipse.papyrus.views.modelexplorer.Activator.start(Activator.java:70)
at org.eclipse.osgi.internal.framework.BundleContextImpl.lambda$2(BundleContextImpl.java:808)
at org.eclipse.osgi.internal.framework.BundleContextImpl$$Lambda$72/0x0000000000000000.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:738)
at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:802)
at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:759)
at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1019)
at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:365)
at org.eclipse.osgi.container.Module.doStart(Module.java:605)
at org.eclipse.osgi.container.Module.start(Module.java:468)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:404)
at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:117)
at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:572)
at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:345)
at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:388)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:467)
at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:170)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:1083)
at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:616)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:196)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:920)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:246)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63)
at org.eclipse.ui.internal.commands.CommandStateProxy.loadState(CommandStateProxy.java:177)
at org.eclipse.ui.internal.commands.CommandStateProxy.loadState(CommandStateProxy.java:161)
at org.eclipse.ui.internal.commands.CommandStateProxy.shouldPersist(CommandStateProxy.java:255)
at org.eclipse.ui.internal.commands.CommandService.dispose(CommandService.java:142)
at org.eclipse.ui.internal.services.ServiceLocator$3.run(ServiceLocator.java:182)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.ui.internal.services.ServiceLocator.disposeServices(ServiceLocator.java:179)
at org.eclipse.ui.internal.services.ServiceLocator.dispose(ServiceLocator.java:152)
at org.eclipse.ui.internal.Workbench.shutdown(Workbench.java:2965)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:1124)
at org.eclipse.ui.internal.Workbench.lambda$4(Workbench.java:1392)
at org.eclipse.ui.internal.Workbench$$Lambda$1135/0x0000000000000000.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:74)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:1392)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:1368)
at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:1716)
at org.eclipse.ui.internal.WorkbenchWindow.lambda$5(WorkbenchWindow.java:1743)
at org.eclipse.ui.internal.WorkbenchWindow$$Lambda$1134/0x0000000000000000.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:74)
at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1743)
at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1752)
at org.eclipse.ui.internal.WorkbenchWindow.lambda$2(WorkbenchWindow.java:503)
at org.eclipse.ui.internal.WorkbenchWindow$$Lambda$331/0x0000000000000000.close(Unknown Source)
at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.lambda$4(WBWRenderer.java:570)
at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer$$Lambda$303/0x0000000000000000.accept(Unknown Source)
at org.eclipse.swt.events.ShellListener$2.shellClosed(ShellListener.java:102)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:102)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4237)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1060)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1084)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1069)
at org.eclipse.swt.widgets.Decorations.closeWidget(Decorations.java:269)
at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:1552)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4755)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1480)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2264)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4958)
at org.eclipse.swt.internal.win32.OS.DefWindowProc(Native Method)
at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:508)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4854)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1480)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2264)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4958)
at org.eclipse.swt.internal.win32.OS.DefWindowProc(Native Method)
at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:508)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4854)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1480)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2264)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4958)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(Native Method)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3624)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1041)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
at org.eclipse.ui.internal.Workbench$$Lambda$170/0x0000000000000000.run(Unknown Source)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

and my config is

*** Date: Mittwoch, 17. November 2021 um 18:39:24 Mitteleuropäische Normalzeit

*** Platform Details:

*** System properties:
applicationXMI=org.eclipse.ui.workbench/LegacyIDE.e4xmi
awt.toolkit=sun.awt.windows.WToolkit
com.ibm.cpu.endian=little
com.ibm.jcl.checkClassPath=
com.ibm.oti.configuration=scar
com.ibm.oti.shared.enabled=false
com.ibm.oti.vm.bootstrap.library.path=C:\Users\carst\opt\jdk-11.0.10+9\bin\compressedrefs;C:\Users\carst\opt\jdk-11.0.10+9\bin
com.ibm.oti.vm.library.version=29
com.ibm.system.agent.path=C:\Users\carst\opt\jdk-11.0.10+9\bin
com.ibm.util.extralibs.properties=
com.ibm.vm.bitmode=64
ds.delayed.keepInstances=true
eclipse.application=org.eclipse.ui.ide.workbench
eclipse.buildId=4.21.0.I20210906-0500
eclipse.commands=-os
win32
-ws
win32
-arch
x86_64
-showsplash
C:\Users\carst\opt\Papyrus-5.2.0-2021-09\\plugins\org.eclipse.epp.package.common_4.21.0.20210910-1200\splash.bmp
-launcher
C:\Users\carst\opt\Papyrus-5.2.0-2021-09\eclipse.exe
-name
Eclipse
--launcher.library
C:\Users\carst\opt\Papyrus-5.2.0-2021-09\\plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.300.v20210828-0802\eclipse_11506.dll
-startup
C:\Users\carst\opt\Papyrus-5.2.0-2021-09\\plugins/org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar
--launcher.appendVmargs
-exitdata
2e08_144
-product
org.eclipse.epp.package.modeling.product
-vm
C:/Users/carst/opt/jdk-11.0.10+9/bin/javaw.exe
eclipse.home.location=file:/C:/Users/carst/opt/Papyrus-5.2.0-2021-09/
eclipse.launcher=C:\Users\carst\opt\Papyrus-5.2.0-2021-09\eclipse.exe
eclipse.launcher.name=Eclipse
eclipse.p2.data.area=@config.dir/../p2/
eclipse.p2.profile=epp.package.modeling
eclipse.product=org.eclipse.epp.package.modeling.product
eclipse.startTime=1637169185139
eclipse.stateSaveDelayInterval=30000
eclipse.vm=C:/Users/carst/opt/jdk-11.0.10+9/bin/javaw.exe
eclipse.vmargs=-Dosgi.requiredJavaVersion=11
-Dosgi.instance.area.default=@user.home/eclipse-workspace
-Dsun.java.command=Eclipse
-XX:+UseG1GC
-XX:+UseStringDeduplication
--add-modules=ALL-SYSTEM
-Dosgi.requiredJavaVersion=11
-Dosgi.dataAreaRequiresExplicitInit=true
-Dorg.eclipse.swt.graphics.Resource.reportNonDisposed=true
-Xms256m
-Xmx2048m
--add-modules=ALL-SYSTEM
-jar
C:\Users\carst\opt\Papyrus-5.2.0-2021-09\\plugins/org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar
equinox.init.uuid=true
equinox.use.ds=true
file.encoding=Cp1252
file.encoding.pkg=sun.io
file.separator=\
gosh.args=--nointeractive
ibm.signalhandling.rs=false
ibm.signalhandling.sigchain=true
ibm.signalhandling.sigint=true
ibm.system.encoding=Cp1252
java.awt.fonts=
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=C:\Users\carst\opt\Papyrus-5.2.0-2021-09\\plugins/org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar
java.class.version=55.0
java.compiler=j9jit29
java.fullversion=11.0.10+9
JRE 11 Windows 10 amd64-64-Bit Compressed References 20210120_899 (JIT enabled, AOT enabled)
OpenJ9 - 345e1b09e
OMR - 741e94ea8
JCL - 0a86953833 based on jdk-11.0.10+9
java.home=C:\Users\carst\opt\jdk-11.0.10+9
java.io.tmpdir=C:\Users\carst\AppData\Local\Temp\
java.library.path=C:\Users\carst\opt\jdk-11.0.10+9\bin\compressedrefs;C:\Users\carst\opt\jdk-11.0.10+9\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\Git\cmd;C:\Users\carst\AppData\Local\Microsoft\WindowsApps;C:\Users\carst\.dotnet\tools;;.
java.runtime.name=OpenJDK Runtime Environment
java.runtime.version=11.0.10+9
java.specification.name=Java Platform API Specification
java.specification.vendor=Oracle Corporation
java.specification.version=11
java.vendor=AdoptOpenJDK
java.vendor.url=https://adoptopenjdk.net/
java.vendor.url.bug=https://github.com/AdoptOpenJDK/openjdk-support/issues
java.vendor.version=AdoptOpenJDK
java.version=11.0.10
java.version.date=2021-01-19
java.vm.info=JRE 11 Windows 10 amd64-64-Bit Compressed References 20210120_899 (JIT enabled, AOT enabled)
OpenJ9 - 345e1b09e
OMR - 741e94ea8
JCL - 0a86953833 based on jdk-11.0.10+9
java.vm.name=Eclipse OpenJ9 VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Oracle Corporation
java.vm.specification.version=11
java.vm.vendor=Eclipse OpenJ9
java.vm.version=openj9-0.24.0
jdk.extensions.name=Extensions for OpenJDK for Eclipse OpenJ9
jdk.extensions.version=11.0.10.0
line.separator=

org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
org.eclipse.equinox.launcher.splash.location=C:\Users\carst\opt\Papyrus-5.2.0-2021-09\\plugins\org.eclipse.epp.package.common_4.21.0.20210910-1200\splash.bmp
org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurator/bundles.info
org.eclipse.swt.graphics.Resource.reportNonDisposed=true
org.eclipse.swt.internal.deviceZoom=100
org.eclipse.update.resolution_url=
org.osgi.framework.executionenvironment=OSGi/Minimum-1.0, OSGi/Minimum-1.1, OSGi/Minimum-1.2, JavaSE/compact1-1.8, JavaSE/compact2-1.8, JavaSE/compact3-1.8, JRE-1.1, J2SE-1.2, J2SE-1.3, J2SE-1.4, J2SE-1.5, JavaSE-1.6, JavaSE-1.7, JavaSE-1.8, JavaSE-9, JavaSE-10, JavaSE-11
org.osgi.framework.language=de
org.osgi.framework.os.name=Windows10
org.osgi.framework.os.version=10.0.0
org.osgi.framework.processor=x86-64
org.osgi.framework.storage=C:\Users\carst\opt\Papyrus-5.2.0-2021-09\configuration
org.osgi.framework.system.capabilities=osgi.ee; osgi.ee="OSGi/Minimum"; version:List<Version>="1.0, 1.1, 1.2", osgi.ee; osgi.ee="JRE"; version:List<Version>="1.0, 1.1", osgi.ee; osgi.ee="JavaSE"; version:List<Version>="1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 9.0, 10.0, 11.0",osgi.ee; osgi.ee="JavaSE/compact1"; version:List<Version>="1.8, 9.0, 10.0, 11.0",osgi.ee; osgi.ee="JavaSE/compact2"; version:List<Version>="1.8, 9.0, 10.0, 11.0",osgi.ee; osgi.ee="JavaSE/compact3"; version:List<Version>="1.8, 9.0, 10.0, 11.0"
org.osgi.framework.system.packages=com.ibm.cuda, com.ibm.dataaccess, com.ibm.dtfj.image, com.ibm.dtfj.java, com.ibm.dtfj.runtime, com.ibm.gpu, com.ibm.jvm, com.ibm.jvm.trace.format.api, com.ibm.lang.management, com.ibm.le.conditionhandling, com.ibm.oti.shared, com.ibm.virtualization.management, com.sun.jarsigner, com.sun.java.accessibility.util, com.sun.javadoc, com.sun.jdi, com.sun.jdi.connect, com.sun.jdi.connect.spi, com.sun.jdi.event, com.sun.jdi.request, com.sun.jndi.ldap.spi, com.sun.management, com.sun.net.httpserver, com.sun.net.httpserver.spi, com.sun.nio.file, com.sun.nio.sctp, com.sun.security.auth, com.sun.security.auth.callback, com.sun.security.auth.login, com.sun.security.auth.module, com.sun.security.jgss, com.sun.source.doctree, com.sun.source.tree, com.sun.source.util, com.sun.tools.attach, com.sun.tools.attach.spi, com.sun.tools.javac, com.sun.tools.javadoc, com.sun.tools.jconsole, java.applet, java.awt, java.awt.color, java.awt.datatransfer, java.awt.desktop, java.awt.dnd, java.awt.event, java.awt.font, java.awt.geom, java.awt.im, java.awt.im.spi, java.awt.image, java.awt.image.renderable, java.awt.print, java.beans, java.beans.beancontext, java.io, java.lang, java.lang.annotation, java.lang.instrument, java.lang.invoke, java.lang.management, java.lang.module, java.lang.ref, java.lang.reflect, java.math, java.net, java.net.http, java.net.spi, java.nio, java.nio.channels, java.nio.channels.spi, java.nio.charset, java.nio.charset.spi, java.nio.file, java.nio.file.attribute, java.nio.file.spi, java.rmi, java.rmi.activation, java.rmi.dgc, java.rmi.registry, java.rmi.server, java.security, java.security.acl, java.security.cert, java.security.interfaces, java.security.spec, java.sql, java.text, java.text.spi, java.time, java.time.chrono, java.time.format, java.time.temporal, java.time.zone, java.util, java.util.concurrent, java.util.concurrent.atomic, java.util.concurrent.locks, java.util.function, java.util.jar, java.util.logging, java.util.prefs, java.util.regex, java.util.spi, java.util.stream, java.util.zip, javax.accessibility, javax.annotation.processing, javax.crypto, javax.crypto.interfaces, javax.crypto.spec, javax.imageio, javax.imageio.event, javax.imageio.metadata, javax.imageio.plugins.bmp, javax.imageio.plugins.jpeg, javax.imageio.plugins.tiff, javax.imageio.spi, javax.imageio.stream, javax.lang.model, javax.lang.model.element, javax.lang.model.type, javax.lang.model.util, javax.management, javax.management.loading, javax.management.modelmbean, javax.management.monitor, javax.management.openmbean, javax.management.relation, javax.management.remote, javax.management.remote.rmi, javax.management.timer, javax.naming, javax.naming.directory, javax.naming.event, javax.naming.ldap, javax.naming.spi, javax.net, javax.net.ssl, javax.print, javax.print.attribute, javax.print.attribute.standard, javax.print.event, javax.rmi.ssl, javax.script, javax.security.auth, javax.security.auth.callback, javax.security.auth.kerberos, javax.security.auth.login, javax.security.auth.spi, javax.security.auth.x500, javax.security.cert, javax.security.sasl, javax.smartcardio, javax.sound.midi, javax.sound.midi.spi, javax.sound.sampled, javax.sound.sampled.spi, javax.sql, javax.sql.rowset, javax.sql.rowset.serial, javax.sql.rowset.spi, javax.swing, javax.swing.border, javax.swing.colorchooser, javax.swing.event, javax.swing.filechooser, javax.swing.plaf, javax.swing.plaf.basic, javax.swing.plaf.metal, javax.swing.plaf.multi, javax.swing.plaf.nimbus, javax.swing.plaf.synth, javax.swing.table, javax.swing.text, javax.swing.text.html, javax.swing.text.html.parser, javax.swing.text.rtf, javax.swing.tree, javax.swing.undo, javax.tools, javax.transaction.xa, javax.xml, javax.xml.catalog, javax.xml.crypto, javax.xml.crypto.dom, javax.xml.crypto.dsig, javax.xml.crypto.dsig.dom, javax.xml.crypto.dsig.keyinfo, javax.xml.crypto.dsig.spec, javax.xml.datatype, javax.xml.namespace, javax.xml.parsers, javax.xml.stream, javax.xml.stream.events, javax.xml.stream.util, javax.xml.transform, javax.xml.transform.dom, javax.xml.transform.sax, javax.xml.transform.stax, javax.xml.transform.stream, javax.xml.validation, javax.xml.xpath, jdk.dynalink, jdk.dynalink.beans, jdk.dynalink.linker, jdk.dynalink.linker.support, jdk.dynalink.support, jdk.javadoc.doclet, jdk.jshell, jdk.jshell.execution, jdk.jshell.spi, jdk.jshell.tool, jdk.nashorn.api.scripting, jdk.nashorn.api.tree, jdk.net, jdk.nio, jdk.security.jarsigner, jdk.swing.interop, netscape.javascript, openj9.lang.management, org.ietf.jgss, org.w3c.dom, org.w3c.dom.bootstrap, org.w3c.dom.css, org.w3c.dom.events, org.w3c.dom.html, org.w3c.dom.ls, org.w3c.dom.ranges, org.w3c.dom.stylesheets, org.w3c.dom.traversal, org.w3c.dom.views, org.w3c.dom.xpath, org.xml.sax, org.xml.sax.ext, org.xml.sax.helpers, sun.misc, sun.reflect
org.osgi.framework.uuid=4db63bd5-fe1d-4221-a058-06fd4c76ea66
org.osgi.framework.vendor=Eclipse
org.osgi.framework.version=1.10.0
org.osgi.supports.framework.extension=true
org.osgi.supports.framework.fragment=true
org.osgi.supports.framework.requirebundle=true
os.arch=amd64
os.encoding=UTF8
os.name=Windows 10
os.version=10.0
osgi.arch=x86_64
osgi.bundles=reference:file:org.eclipse.osgi.compatibility.state_1.2.500.v20210730-0750.jar,reference:file:org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar@1:start
osgi.bundles.defaultStartLevel=4
osgi.compatibility.bootdelegation=true
osgi.compatibility.bootdelegation.default=true
osgi.configuration.area=file:/C:/Users/carst/opt/Papyrus-5.2.0-2021-09/configuration/
osgi.dataAreaRequiresExplicitInit=true
osgi.framework=file:/c:/Users/carst/opt/Papyrus-5.2.0-2021-09/plugins/org.eclipse.osgi_3.17.0.v20210823-1805.jar
osgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.500.v20210730-0750.jar
osgi.framework.shape=jar
osgi.framework.useSystemProperties=true
osgi.frameworkClassPath=., file:c:/Users/carst/opt/Papyrus-5.2.0-2021-09/plugins/org.eclipse.osgi.compatibility.state_1.2.500.v20210730-0750.jar
osgi.install.area=file:/C:/Users/carst/opt/Papyrus-5.2.0-2021-09/
osgi.instance.area=file:/C:/Users/carst/workspace/
osgi.instance.area.default=file:/C:/Users/carst/eclipse-workspace/
osgi.logfile=C:\Users\carst\workspace\.metadata\.log
osgi.nl=de_DE
osgi.os=win32
osgi.requiredJavaVersion=11
osgi.splashLocation=C:\Users\carst\opt\Papyrus-5.2.0-2021-09\\plugins\org.eclipse.epp.package.common_4.21.0.20210910-1200\splash.bmp
osgi.splashPath=platform:/base/plugins/org.eclipse.platform
osgi.syspath=c:\Users\carst\opt\Papyrus-5.2.0-2021-09\plugins
osgi.tracefile=C:\Users\carst\workspace\.metadata\trace.log
osgi.ws=win32
path.separator=;
sun.arch.data.model=64
sun.boot.library.path=C:\Users\carst\opt\jdk-11.0.10+9\bin\compressedrefs;C:\Users\carst\opt\jdk-11.0.10+9\bin
sun.cpu.endian=little
sun.desktop=windows
sun.io.unicode.encoding=UnicodeLittle
sun.java.command=C:\Users\carst\opt\Papyrus-5.2.0-2021-09\\plugins/org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar -os win32 -ws win32 -arch x86_64 -showsplash C:\Users\carst\opt\Papyrus-5.2.0-2021-09\\plugins\org.eclipse.epp.package.common_4.21.0.20210910-1200\splash.bmp -launcher C:\Users\carst\opt\Papyrus-5.2.0-2021-09\eclipse.exe -name Eclipse --launcher.library C:\Users\carst\opt\Papyrus-5.2.0-2021-09\\plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.300.v20210828-0802\eclipse_11506.dll -startup C:\Users\carst\opt\Papyrus-5.2.0-2021-09\\plugins/org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar --launcher.appendVmargs -exitdata 2e08_144 -product org.eclipse.epp.package.modeling.product -vm C:/Users/carst/opt/jdk-11.0.10+9/bin/javaw.exe -vmargs -Dosgi.requiredJavaVersion=11 -Dosgi.instance.area.default=@user.home/eclipse-workspace -Dsun.java.command=Eclipse -XX:+UseG1GC -XX:+UseStringDeduplication --add-modules=ALL-SYSTEM -Dosgi.requiredJavaVersion=11 -Dosgi.dataAreaRequiresExplicitInit=true -Dorg.eclipse.swt.graphics.Resource.reportNonDisposed=true -Xms256m -Xmx2048m --add-modules=ALL-SYSTEM -jar C:\Users\carst\opt\Papyrus-5.2.0-2021-09\\plugins/org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar
sun.java.launcher=SUN_STANDARD
sun.jnu.encoding=Cp1252
user.country=DE
user.dir=C:\Users\carst\opt\Papyrus-5.2.0-2021-09
user.home=C:\Users\carst
user.language=de
user.name=carst
user.timezone=Europe/Berlin
user.variant=

*** System environment variables:
=::=::\
ALLUSERSPROFILE=C:\ProgramData
APPDATA=C:\Users\carst\AppData\Roaming
COMPUTERNAME=GO
ComSpec=C:\WINDOWS\system32\cmd.exe
CommonProgramFiles=C:\Program Files\Common Files
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
CommonProgramW6432=C:\Program Files\Common Files
DriverData=C:\Windows\System32\Drivers\DriverData
FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer
FPS_BROWSER_USER_PROFILE_STRING=Default
HOMEDRIVE=C:
HOMEPATH=\Users\carst
LOCALAPPDATA=C:\Users\carst\AppData\Local
LOGONSERVER=\\GO
NUMBER_OF_PROCESSORS=8
OS=Windows_NT
OneDrive=C:\Users\carst\OneDrive
OneDriveConsumer=C:\Users\carst\OneDrive
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE=AMD64
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 126 Stepping 5, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=7e05
PSModulePath=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules
PUBLIC=C:\Users\Public
Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\Git\cmd;C:\Users\carst\AppData\Local\Microsoft\WindowsApps;C:\Users\carst\.dotnet\tools;
ProgramData=C:\ProgramData
ProgramFiles=C:\Program Files
ProgramFiles(x86)=C:\Program Files (x86)
ProgramW6432=C:\Program Files
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\Users\carst\AppData\Local\Temp
TMP=C:\Users\carst\AppData\Local\Temp
USERDOMAIN=GO
USERDOMAIN_ROAMINGPROFILE=GO
USERNAME=carst
USERPROFILE=C:\Users\carst
windir=C:\WINDOWS

*** Features:
org.eclipse.acceleo (3.7.11.202102190929) "Acceleo Common"
org.eclipse.acceleo.doc (3.7.11.202102190929) "Acceleo Documentation"
org.eclipse.acceleo.equinox.launcher (3.7.11.202102190929) "Acceleo Equinox Launcher"
org.eclipse.acceleo.examples (3.7.11.202102190929) "Acceleo Examples"
org.eclipse.acceleo.query (7.0.0.202102190929) "Acceleo Query Language"
org.eclipse.acceleo.sdk (3.7.11.202102190929) "Acceleo Common"
org.eclipse.acceleo.source (3.7.11.202102190929) "Acceleo Common"
org.eclipse.acceleo.ui.capabilities (3.7.11.202102190929) "Acceleo UI capability definitions"
org.eclipse.acceleo.ui.interpreter (3.7.11.202102190929) "Acceleo Interpreter"
org.eclipse.acceleo.ui.interpreter.completeocl (3.7.11.202102190929) "Complete OCL Interpreter"
org.eclipse.acceleo.ui.interpreter.ocl (3.7.11.202102190929) "OCL Interpreter"
org.eclipse.acceleo.ui.interpreter.source (3.7.11.202102190929) "Acceleo Interpreter"
org.eclipse.cbi.targetplatform-feature (3.0.0.202005061025) "Target Platform DSL and Generator"
org.eclipse.cdt (10.4.1.202109150103) "Eclipse C/C++ Development Tools"
org.eclipse.cdt.autotools (10.4.1.202109142059) "Autotools UI Plug-in"
org.eclipse.cdt.cmake (10.4.1.202109142059) "CDT CMake UI"
org.eclipse.cdt.gdb (10.4.1.202109142059) "GDB Common"
org.eclipse.cdt.gnu.build (10.4.1.202109142059) "GCC ToolChain Support UI"
org.eclipse.cdt.gnu.debug (10.4.1.202109142059) "C/C++ Development Tools Launching Support"
org.eclipse.cdt.gnu.dsf (10.4.1.202109142059) "GDB DSF Debugger Integration UI"
org.eclipse.cdt.native (10.4.1.202109150103) "C/C++ Development Tools Core Native Utilities"
org.eclipse.cdt.platform (10.4.1.202109150103) "C/C++ Development Platform"
org.eclipse.draw2d (3.10.100.201606061308) "Draw2d"
org.eclipse.draw2d.sdk (3.10.100.201606061308) "Draw2d"
org.eclipse.egit (5.13.0.202109080827-r) "Git integration for Eclipse"
org.eclipse.emf (2.27.0.v20210816-1137) "EMF - Eclipse Modeling Framework Runtime and Tools"
org.eclipse.emf.cdo (4.15.0.v20210908-1040) "CDO Model Repository Client"
org.eclipse.emf.cdo.compare (4.7.1.v20210908-0900) "CDO Model Repository Client Compare Support"
org.eclipse.emf.cdo.doc (4.3.4.v20210908-1040) "CDO Model Repository Documentation"
org.eclipse.emf.cdo.examples.installer (4.3.6.v20210828-0741) "CDO Model Repository Examples Installer"
org.eclipse.emf.cdo.server (4.15.0.v20210908-1040) "CDO Model Repository Server"
org.eclipse.emf.cdo.server.db (4.10.3.v20210828-0739) "CDO Model Repository Server DB"
org.eclipse.emf.codegen (2.22.0.v20210420-0623) "EMF Code Generation"
org.eclipse.emf.codegen.ecore (2.27.0.v20210816-1137) "EMF Ecore Code Generator"
org.eclipse.emf.codegen.ecore.ui (2.27.0.v20210816-1137) "EMF Ecore Code Generator UI"
org.eclipse.emf.codegen.ui (2.23.0.v20210412-0833) "EMF Code Generation UI"
org.eclipse.emf.common (2.23.0.v20210618-0700) "EMF Common"
org.eclipse.emf.common.ui (2.17.0.v20190507-0402) "EMF Common UI"
org.eclipse.emf.compare (3.3.15.202107200824) "EMF Compare Core"
org.eclipse.emf.compare.diagram.gmf (3.3.15.202107200824) "EMF Compare Diagram Comparison Support"
org.eclipse.emf.compare.diagram.sirius (3.3.15.202107200824) "EMF Compare Sirius Diagram Comparison Support (Experimental)"
org.eclipse.emf.compare.egit (3.3.15.202107200824) "EMF Compare EGit Support"
org.eclipse.emf.compare.ide.ui (3.3.15.202107200824) "EMF Compare IDE UI"
org.eclipse.emf.compare.ide.ui.source (3.3.15.202107200824) "EMF Compare IDE UI"
org.eclipse.emf.compare.source (3.3.15.202107200824) "EMF Compare Core"
org.eclipse.emf.converter (2.16.0.v20210405-0904) "EMF Model Converter"
org.eclipse.emf.databinding (1.7.0.v20190323-1059) "EMF Data Binding"
org.eclipse.emf.databinding.edit (1.8.0.v20210113-0340) "EMF Edit Data Binding"
org.eclipse.emf.doc (2.25.0.v20210405-0703) "EMF Documentation"
org.eclipse.emf.ecore (2.25.0.v20210816-0937) "EMF Ecore"
org.eclipse.emf.ecore.edit (2.14.0.v20190822-1451) "EMF Ecore Edit"
org.eclipse.emf.ecore.editor (2.17.0.v20190528-0725) "EMF Sample Ecore Editor"
org.eclipse.emf.ecoretools.design (3.3.3.202010261352) "Ecore Graphical Modeler Based on Sirius"
org.eclipse.emf.ecp.view.categorization.feature (1.26.1.20210901-0930) "Categorization Model"
org.eclipse.emf.ecp.view.categorization.feature.source (1.26.1.20210901-0930) "Categorization Model"
org.eclipse.emf.ecp.view.compoundcontrol.feature (1.26.1.20210901-0930) "Compound Control Model"
org.eclipse.emf.ecp.view.compoundcontrol.feature.source (1.26.1.20210901-0930) "Compound Control Model"
org.eclipse.emf.ecp.view.custom.feature (1.26.1.20210901-0930) "Custom Model"
org.eclipse.emf.ecp.view.custom.feature.source (1.26.1.20210901-0930) "Custom Model"
org.eclipse.emf.ecp.view.edapt.feature (1.26.1.20210901-0930) "Edapt"
org.eclipse.emf.ecp.view.edapt.feature.source (1.26.1.20210901-0930) "Edapt"
org.eclipse.emf.ecp.view.group.feature (1.26.1.20210901-0930) "Group Model"
org.eclipse.emf.ecp.view.group.feature.source (1.26.1.20210901-0930) "Group Model"
org.eclipse.emf.ecp.view.horizontal.feature (1.26.1.20210901-0930) "Horizontal View Model"
org.eclipse.emf.ecp.view.horizontal.feature.source (1.26.1.20210901-0930) "Horizontal View Model"
org.eclipse.emf.ecp.view.label.feature (1.26.1.20210901-0930) "Label Model"
org.eclipse.emf.ecp.view.label.feature.source (1.26.1.20210901-0930) "Label Model"
org.eclipse.emf.ecp.view.model.controls.feature (1.26.1.20210901-0930) "Controls"
org.eclipse.emf.ecp.view.model.controls.feature.source (1.26.1.20210901-0930) "Controls"
org.eclipse.emf.ecp.view.model.editor.feature (1.26.1.20210901-0930) "View Editor"
org.eclipse.emf.ecp.view.model.editor.feature.source (1.26.1.20210901-0930) "View Editor"
org.eclipse.emf.ecp.view.rule.feature (1.26.1.20210901-0930) "View Model Rule"
org.eclipse.emf.ecp.view.rule.feature.source (1.26.1.20210901-0930) "View Model Rule"
org.eclipse.emf.ecp.view.stack.feature (1.26.1.20210901-0930) "Stack Model"
org.eclipse.emf.ecp.view.stack.feature.source (1.26.1.20210901-0930) "Stack Model"
org.eclipse.emf.ecp.view.table.feature (1.26.1.20210901-0930) "Table View Model"
org.eclipse.emf.ecp.view.table.feature.source (1.26.1.20210901-0930) "Table View Model"
org.eclipse.emf.ecp.view.template.feature (1.26.1.20210901-0930) "EMFForms ViewTemplate Model"
org.eclipse.emf.ecp.view.template.feature.source (1.26.1.20210901-0930) "EMFForms ViewTemplate Model"
org.eclipse.emf.ecp.view.treemasterdetail.feature (1.26.1.20210901-0930) "Vertical View Model"
org.eclipse.emf.ecp.view.treemasterdetail.feature.source (1.26.1.20210901-0930) "Vertical View Model"
org.eclipse.emf.ecp.view.unset.feature (1.26.1.20210901-0930) "View Model Unset Service"
org.eclipse.emf.ecp.view.unset.feature.source (1.26.1.20210901-0930) "View Model Unset Service"
org.eclipse.emf.ecp.view.validation.feature (1.26.1.20210901-0930) "View Model Validation Service"
org.eclipse.emf.ecp.view.validation.feature.source (1.26.1.20210901-0930) "View Model Validation Service"
org.eclipse.emf.ecp.view.validation.initial.feature (1.26.1.20210901-0930) "View Model Validation Service"
org.eclipse.emf.ecp.view.validation.initial.feature.source (1.26.1.20210901-0930) "View Model Validation Service"
org.eclipse.emf.ecp.view.vertical.feature (1.26.1.20210901-0930) "Vertical View Model"
org.eclipse.emf.ecp.view.vertical.feature.source (1.26.1.20210901-0930) "Vertical View Model"
org.eclipse.emf.ecp.view.viewproxy.feature (1.26.1.20210901-0930) "Viewproxy Model"
org.eclipse.emf.ecp.view.viewproxy.feature.source (1.26.1.20210901-0930) "Viewproxy Model"
org.eclipse.emf.ecp.viewmodel.feature (1.26.1.20210901-0930) "View Model"
org.eclipse.emf.ecp.viewmodel.feature.source (1.26.1.20210901-0930) "View Model"
org.eclipse.emf.edit (2.16.0.v20190920-0401) "EMF Edit"
org.eclipse.emf.edit.ui (2.21.0.v20210506-1232) "EMF Edit UI"
org.eclipse.emf.mapping (2.13.0.v20190323-1059) "EMF Mapping"
org.eclipse.emf.mapping.ecore (2.12.0.v20190323-1059) "EMF Ecore Mapping"
org.eclipse.emf.mapping.ecore.editor (2.14.0.v20190528-0725) "EMF Ecore Mapping Editor"
org.eclipse.emf.mapping.ui (2.13.0.v20190323-1059) "EMF Mapping UI"
org.eclipse.emf.parsley.cdo.feature (1.13.0.v20201130-1005) "EMF Parsley CDO Common"
org.eclipse.emf.parsley.cdo.feature.source (1.13.0.v20201130-1005) "EMF Parsley CDO Common"
org.eclipse.emf.parsley.dsl.feature (1.13.0.v20201130-1005) "EMF Parsley DSL"
org.eclipse.emf.parsley.dsl.feature.source (1.13.0.v20201130-1005) "EMF Parsley DSL"
org.eclipse.emf.parsley.examples.feature (1.13.0.v20201130-1005) "EMF Parsley Examples"
org.eclipse.emf.parsley.examples.feature.source (1.13.0.v20201130-1005) "EMF Parsley Examples"
org.eclipse.emf.parsley.feature (1.13.0.v20201130-1005) "EMF Parsley Common"
org.eclipse.emf.parsley.feature.source (1.13.0.v20201130-1005) "EMF Parsley Common"
org.eclipse.emf.parsley.sdk (1.13.0.v20201130-1005) "EMF Parsley Common"
org.eclipse.emf.parsley.sdk.source (1.13.0.v20201130-1005) "EMF Parsley Common"
org.eclipse.emf.query (1.12.0.201805030653) "EMF Model Query"
org.eclipse.emf.query.doc (1.12.0.201805030653) "EMF Model Query Documentation"
org.eclipse.emf.query.ocl (1.12.0.201805030653) "EMF Model Query OCL Integration"
org.eclipse.emf.transaction (1.12.0.201805140824) "EMF Model Transaction Core"
org.eclipse.emf.transaction.doc (1.12.0.201805140824) "EMF Model Transaction Documentation"
org.eclipse.emf.validation (1.12.2.202008210805) "EMF Validation Framework Core"
org.eclipse.emf.validation.doc (1.12.2.202008210805) "EMF Validation Framework Documentation"
org.eclipse.emf.validation.ocl (1.12.2.202008210805) "EMF Validation Framework OCL Integration"
org.eclipse.emf.workspace (1.12.0.201805140824) "EMF Model Transaction Workbench Integration Core"
org.eclipse.emf.workspace.doc (1.12.0.201805140824) "EMF Model Transaction Workbench Integration Documentation"
org.eclipse.emfforms.core.bazaar.feature (1.26.1.20210901-0930) "EMFForms Bazaar"
org.eclipse.emfforms.core.bazaar.feature.source (1.26.1.20210901-0930) "EMFForms Bazaar"
org.eclipse.emfforms.editor.feature (1.26.1.20210901-0930) "EMF Editor based on EMFForms"
org.eclipse.emfforms.editor.feature.source (1.26.1.20210901-0930) "EMF Editor based on EMFForms"
org.eclipse.emfforms.swt.control.multiattribute.feature (1.26.1.20210901-0930) "EMFForms SWT Renderer for Multi EAttributes"
org.eclipse.emfforms.swt.control.multiattribute.feature.source (1.26.1.20210901-0930) "EMFForms SWT Renderer for Multi EAttributes"
org.eclipse.emfforms.view.annotation.feature (1.26.1.20210901-0930) "EMF Forms Annotation View Model"
org.eclipse.emfforms.view.annotation.feature.source (1.26.1.20210901-0930) "EMF Forms Annotation View Model"
org.eclipse.epp.mpc (1.9.1.v20210204-1408) "Marketplace Client"
org.eclipse.epp.package.modeling.feature (4.21.0.20210910-1200) "EPP Modeling Bundle"
org.eclipse.gef (3.11.0.201606061308) "GEF (MVC)"
org.eclipse.gef.sdk (3.11.0.201606061308) "GEF (MVC)"
org.eclipse.gmf (1.13.1.202106221344) "Graphical Modeling Framework"
org.eclipse.gmf.examples.runtime (1.13.1.202106221344) "Graphical Modeling Framework (GMF) Runtime Examples"
org.eclipse.gmf.examples.runtime.ui.pde (1.13.1.202106221344) "Graphical Modeling Framework (GMF) Runtime Examples Plug-in"
org.eclipse.gmf.runtime.notation (1.13.0.202004160913) "GMF Notation Model Support"
org.eclipse.gmf.runtime.notation.sdk (1.13.0.202004160913) "Graphical Modeling Framework (GMF) Notation SDK"
org.eclipse.gmf.runtime.sdk (1.13.1.202106221344) "Graphical Modeling Framework Runtime SDK"
org.eclipse.help (2.3.700.v20210906-0500) "Help System Base"
org.eclipse.jdt (3.18.900.v20210906-0500) "Eclipse Java Development Tools"
org.eclipse.jgit (5.13.0.202109080827-r) "JGit Core"
org.eclipse.jgit.gpg.bc (5.13.0.202109080827-r) "JGit Core"
org.eclipse.jgit.http.apache (5.13.0.202109080827-r) "JGit Apache httpclient based HTTP support"
org.eclipse.jgit.ssh.apache (5.13.0.202109080827-r) "JGit SSH support based on Apache MINA sshd"
org.eclipse.mylyn_feature (3.25.2.v20200814-0512) "Mylyn Tasks Core"
org.eclipse.mylyn.commons (3.25.2.v20200813-0821) "Mylyn Commons"
org.eclipse.mylyn.commons.identity (1.17.2.v20200813-0821) "Mylyn Commons"
org.eclipse.mylyn.commons.notifications (1.17.2.v20200813-0821) "Mylyn Commons"
org.eclipse.mylyn.commons.repositories (1.17.2.v20200813-0821) "Mylyn Commons"
org.eclipse.mylyn.discovery (3.25.2.v20200813-0821) "Mylyn Commons"
org.eclipse.mylyn.monitor (3.25.2.v20200813-0821) "Mylyn Commons"
org.eclipse.mylyn.wikitext_feature (3.0.38.202008172112) "Mylyn WikiText"
org.eclipse.mylyn.wikitext.editors_feature (3.0.38.202008172112) "Mylyn WikiText"
org.eclipse.net4j (4.15.0.v20210908-1040) "Net4j Signalling Platform"
org.eclipse.net4j.db (4.14.1.v20210830-0650) "Net4j DB Framework"
org.eclipse.net4j.db.h2 (4.5.1.v20210828-0739) "Net4j DB Framework H2 Adapter"
org.eclipse.net4j.examples.installer (4.3.4.v20210517-1018) "Net4j Signalling Platform Examples Installer"
org.eclipse.net4j.util (4.14.1.v20210830-0650) "Net4j Utilities"
org.eclipse.net4j.util.ui (4.14.1.v20210830-0650) "Net4j Utilities UI"
org.eclipse.ocl (3.14.500.v20210907-2013) "OCL for Ecore"
org.eclipse.ocl.all (5.16.0.v20210907-2013) "OCL (Object Constraint Language) Parser and Interpreter"
org.eclipse.ocl.doc (3.16.0.v20210907-2013) "OCL Documentation"
org.eclipse.ocl.edit (5.16.0.v20210907-2013) "OCL Edit Support"
org.eclipse.ocl.ui (2.16.0.v20210907-2013) "OCL User Interface"
org.eclipse.ocl.uml (5.16.0.v20210907-2013) "OCL for UML"
org.eclipse.oomph.p2 (1.20.0.v20210808-0939) "Oomph P2 Management"
org.eclipse.oomph.setup (1.22.0.v20210828-0732) "Oomph Setup"
org.eclipse.oomph.setup.core (1.21.0.v20210828-0732) "Oomph Setup Core"
org.eclipse.papyrus.sdk.feature (5.2.0.202109161249) "Papyrus UML Modeller"
org.eclipse.papyrus.sdk.feature.source (5.2.0.202109161249) "Papyrus UML Modeller"
org.eclipse.papyrus.sysml16.feature (2.1.0.202109270934) "Papyrus SysML 1.6 UI"
org.eclipse.pde (3.14.900.v20210906-0500) "PDE"
org.eclipse.platform (4.21.0.v20210906-0842) "Eclipse Platform"
org.eclipse.rcp (4.21.0.v20210906-0842) "Eclipse RCP"
org.eclipse.sdk (4.21.0.v20210906-0842) "Eclipse Project SDK"
org.eclipse.sirius.properties.feature (6.5.1.202106111115) "Sirius Properties View Model"
org.eclipse.sirius.runtime (6.5.1.202106111115) "Sirius Core Runtime"
org.eclipse.sirius.runtime.aql (6.5.1.202106111115) "Sirius Support for AQL Expressions"
org.eclipse.sirius.runtime.ide.ui (6.5.1.202106111115) "Sirius UI Commons"
org.eclipse.uml2 (5.5.2.v20210228-1829) "UML2"
org.eclipse.uml2.codegen.ecore.ui (2.5.2.v20210228-1829) "UML2 Ecore Code Generation UI"
org.eclipse.uml2.common (2.5.0.v20210228-1829) "UML2 Common"
org.eclipse.uml2.common.edit (2.5.0.v20210228-1829) "UML2 Common Edit Support"
org.eclipse.uml2.doc (5.5.0.v20210228-1829) "UML2 Documentation"
org.eclipse.uml2.examples (5.5.0.v20210228-1829) "UML2 Examples"
org.eclipse.uml2.sdk (5.5.2.v20210228-1829) "UML2 SDK"
org.eclipse.uml2.uml (5.5.0.v20210228-1829) "UML2 UML Model"
org.eclipse.uml2.uml.edit (5.5.0.v20210228-1829) "UML2 UML Edit Support"
org.eclipse.userstorage (1.2.0.v20210517-0327) "Eclipse User Storage"
org.eclipse.wst.json_ui.feature (1.1.10.v202103121626) "Eclipse JSON Editors and Tools"
org.eclipse.wst.web_ui.feature (3.23.0.v202107272335) "Eclipse Web Developer Tools"
org.eclipse.wst.xml_ui.feature (3.23.0.v202107101937) "Eclipse XML Editors and Tools"
org.eclipse.wst.xml.xpath2.processor.feature (2.0.302.v201909031400) "Eclipse XPath 2 Developers Tools"
org.eclipse.wst.xsl.feature (1.3.900.v202005251734) "Eclipse XSL Developer Tools"
org.eclipse.xsd (2.19.0.v20210617-1750) "XSD Model"
org.eclipse.xsd.doc (2.22.0.v20210405-0725) "XSD Documentation"
org.eclipse.xsd.ecore.converter (2.12.0.v20200324-0723) "XSD Ecore Converter"
org.eclipse.xsd.edit (2.13.0.v20200723-0820) "XSD Edit"
org.eclipse.xsd.editor (2.13.0.v20190323-1100) "XSD Sample Editor"
org.eclipse.xsd.mapping (2.13.0.v20200723-0820) "XSD Mapping"
org.eclipse.xsd.mapping.editor (2.13.0.v20190323-1100) "XSD Mapping Editor"
org.eclipse.xtend.sdk (2.25.0.v20210301-1429) "Xtend IDE"
org.eclipse.xtext.ui (2.25.0.v20210301-1429) "Xtext UI Core "
org.eclipse.xtext.xbase (2.25.0.v20210301-1429) "Xbase Model"
org.eclipse.xtext.xbase.lib (2.25.0.v20210301-0822) "Xbase Runtime Library"

*** Plug-in Registry:
ca.odell.glazedlists (1.9.0.v201303080712) "Glazed Lists" [Resolved]
com.google.gson (2.7.0.v20170129-0911) "Gson: Google Json Library for Java" [Resolved]
com.google.gson (2.8.7.v20210624-1215) "Gson: Google Json Library for Java" [Resolved]
com.google.guava (21.0.0.v20170206-1425) "Guava: Google Core Libraries for Java" [Resolved]
com.google.guava (30.1.0.v20210127-2300) "Guava: Google Core Libraries for Java" [Resolved]
com.google.inject (3.0.0.v201605172100) "Google Guice (No AOP)" [Resolved]
com.google.javascript (0.0.20160315.v20161124-1903) "Closure Compiler" [Resolved]
com.google.protobuf (2.4.0.v201105131100) "Protocol Buffers" [Starting]
com.ibm.icu (67.1.0.v20200706-1749) "ICU4J" [Active]
com.jcraft.jsch (0.1.55.v20190404-1902) "JSch" [Resolved]
com.sun.el (2.2.0.v201303151357) "Javax Expression Language Reference Implementation Bundle" [Resolved]
com.sun.jna (4.5.1.v20190425-1842) "Java Native Access" [Starting]
com.sun.jna (5.8.0.v20210503-0343) "Java Native Access" [Starting]
com.sun.jna.platform (4.5.1.v20190425-1842) "Java Native Access Platform" [Resolved]
com.sun.jna.platform (5.8.0.v20210406-1004) "Java Native Access Platform" [Resolved]
com.sun.xml.bind (2.2.0.v20201118-1845) "com.sun.xml.bind" [Resolved]
com.sun.xml.bind (2.3.3.v20201118-1818) "Old JAXB Runtime" [Resolved]
io.github.classgraph (4.8.35.v20190528-1517) "ClassGraph" [Resolved]
jakarta.servlet-api (4.0.0) "Jakarta Servlet" [Resolved]
jakarta.xml.bind (2.3.3.v20201118-1818) "Jakarta XML Binding API" [Resolved]
java_cup.runtime (0.10.0.v201005080400) "Java Cup" [Resolved]
javaewah (1.1.12.v20210622-2206) "javaewah" [Resolved]
javax.activation (1.1.0.v201211130549) "Apache Geronimo Activation Plug-in" [Resolved]
javax.activation (1.2.2.v20201119-1642) "Jakarta Activation" [Resolved]
javax.annotation (1.3.5.v20200909-1856) "Jakarta Annotations API" [Resolved]
javax.el (2.2.0.v201303151357) "Javax Expression Language Bundle" [Resolved]
javax.inject (1.0.0.v20091030) "Atinject Dependency Injection Annotations" [Resolved]
javax.servlet.jsp (2.2.0.v201112011158) "JSP API Bundle" [Resolved]
javax.xml (1.3.4.v201005080400) "JAXP XML" [Resolved]
javax.xml.bind (2.2.0.v201105210648) "XML Binding for Java" [Resolved]
javax.xml.stream (1.0.1.v201004272200) "Java XML Streaming API" [Resolved]
lpg.runtime.java (2.0.17.v201004271640) "SourceForge LPG Java Runtime" [Resolved]
net.i2p.crypto.eddsa (0.3.0.v20181102-1323) "EdDSA-Java" [Resolved]
org.antlr.runtime (3.2.0.v201101311130) "ANTLR Runtime" [Resolved]
org.antlr.runtime (4.7.2.v20200218-0804) "ANTLR 4 Runtime" [Resolved]
org.apache.ant (1.10.11.v20210720-1445) "Apache Ant" [Resolved]
org.apache.batik.bridge (1.6.0.v201011041432) "Apache Batik Bridge/GVT/Scripting" [Resolved]
org.apache.batik.constants (1.14.0.v20210324-0332) "Batik constants library" [Resolved]
org.apache.batik.css (1.14.0.v20210324-0332) "Batik CSS engine" [Resolved]
org.apache.batik.css (1.6.0.v201011041432) "Apache Batik CSS" [Resolved]
org.apache.batik.dom (1.6.1.v201505192100) "Apache Batik DOM" [Resolved]
org.apache.batik.dom.svg (1.6.0.v201011041432) "Apache Batik SVG DOM" [Resolved]
org.apache.batik.ext.awt (1.6.0.v201011041432) "Apache Batik AWT Utilities" [Resolved]
org.apache.batik.i18n (1.14.0.v20210324-0332) "Batik i18n library" [Resolved]
org.apache.batik.parser (1.6.0.v201011041432) "Apache Batik Parser" [Resolved]
org.apache.batik.pdf (1.6.0.v201105071520) "Apache Batik PDF" [Resolved]
org.apache.batik.svggen (1.6.0.v201011041432) "Apache Batik SVG Generation" [Resolved]
org.apache.batik.transcoder (1.6.0.v201011041432) "Apache Batik Transcoder" [Resolved]
org.apache.batik.util (1.14.0.v20210324-0332) "Batik utility library" [Resolved]
org.apache.batik.util (1.6.0.v201011041432) "Apache Batik Utilities" [Resolved]
org.apache.batik.util.gui (1.6.0.v201011041432) "Apache Batik GUI Utilities" [Resolved]
org.apache.batik.xml (1.6.0.v201011041432) "Apache Batik XML" [Resolved]
org.apache.bcel (5.2.0.v201005080400) "Apache BCEL" [Resolved]
org.apache.commons.cli (1.4.0.v20200417-1444) "Apache Commons CLI" [Resolved]
org.apache.commons.codec (1.14.0.v20200818-1422) "Apache Commons Codec" [Resolved]
org.apache.commons.compress (1.20.0.v20210713-1928) "Apache Commons Compress" [Resolved]
org.apache.commons.httpclient (3.1.0.v201012070820) "Apache Commons Httpclient" [Resolved]
org.apache.commons.io (2.8.0.v20210415-0900) "Apache Commons IO" [Resolved]
org.apache.commons.jxpath (1.3.0.v200911051830) "Apache Commons JXPath" [Resolved]
org.apache.commons.lang (2.6.0.v201404270220) "Apache Commons Lang" [Resolved]
org.apache.commons.logging (1.2.0.v20180409-1502) "Apache Commons Logging" [Resolved]
org.apache.felix.gogo.command (1.1.2.v20210111-1007) "Apache Felix Gogo Command" [Active]
org.apache.felix.gogo.runtime (1.1.4.v20210111-1007) "Apache Felix Gogo Runtime" [Active]
org.apache.felix.gogo.shell (1.1.4.v20210111-1007) "Apache Felix Gogo Shell" [Active]
org.apache.felix.scr (2.1.24.v20200924-1939) "Apache Felix Declarative Services" [Active]
org.apache.httpcomponents.httpclient (4.5.13.v20210128-2225) "Apache HttpClient" [Resolved]
org.apache.httpcomponents.httpclient.win (4.5.13.v20210128-2225) "Apache HttpClient Windows features" [Resolved]
org.apache.httpcomponents.httpcore (4.4.14.v20210128-2225) "Apache HttpCore" [Resolved]
org.apache.jasper.glassfish (2.2.2.v201501141630) "JSP 2.2 implementation from Glassfish" [Resolved]
org.apache.log4j (1.2.15.v201012070815) "Apache Jakarta log4j Plug-in" [Resolved]
org.apache.lucene.analyzers-common (6.1.0.v20161115-1612) "Lucene Common Analyzers" [Resolved]
org.apache.lucene.analyzers-common (8.4.1.v20200122-1459) "Lucene Common Analyzers" [Resolved]
org.apache.lucene.analyzers-smartcn (8.4.1.v20200122-1459) "Lucene Smart Chinese Analyzer" [Resolved]
org.apache.lucene.core (6.1.0.v20170814-1820) "Lucene Core" [Resolved]
org.apache.lucene.core (8.4.1.v20200122-1459) "Lucene Core" [Resolved]
org.apache.lucene.queryparser (6.1.0.v20161115-1612) "Lucene QueryParsers" [Resolved]
org.apache.sshd.osgi (2.7.0.v20210623-0618) "Apache Mina SSHD :: OSGi" [Resolved]
org.apache.sshd.sftp (2.7.0.v20210623-0618) "Apache Mina SSHD :: SFTP" [Resolved]
org.apache.xalan (2.7.2.v20201124-1837) "Xalan Java" [Resolved]
org.apache.xerces (2.12.1.v20210115-0812) "Xerces2-j" [Resolved]
org.apache.xerces (2.9.0.v201101211617) "Apache Xerces-J" [Resolved]
org.apache.xml.resolver (1.2.0.v201005080400) "Apache XmlResolver" [Resolved]
org.apache.xml.serializer (2.7.1.v201005080400) "Apache XML Commons Serializer" [Resolved]
org.apache.xmlgraphics (2.3.0.v20190515-0436) "Apache XML Graphics Commons" [Resolved]
org.apache.xmlgraphics (2.6.0.v20210409-0748) "Apache XML Graphics Commons" [Resolved]
org.apiguardian (1.1.0.v20190826-0900) "org.apiguardian:apiguardian-api" [Resolved]
org.bouncycastle.bcpg (1.69.0.v20210713-1924) "Bouncy Castle OpenPGP API" [Resolved]
org.bouncycastle.bcprov (1.69.0.v20210713-1924) "Bouncy Castle Provider" [Resolved]
org.e
Re: Issue with GenDoc on Papyrus 5.2 Windows [message #1848051 is a reply to message #1848031] Thu, 18 November 2021 14:05 Go to previous messageGo to next message
Tristan Faure is currently offline Tristan FaureFriend
Messages: 460
Registered: July 2009
Senior Member
Thank you,I see nothing that could explain your errors. Maybe other committers have a better idea ?



Re: Issue with GenDoc on Papyrus 5.2 Windows [message #1848060 is a reply to message #1848051] Thu, 18 November 2021 17:15 Go to previous messageGo to next message
Carsten Pitz is currently offline Carsten PitzFriend
Messages: 479
Registered: May 2015
Location: Germany
Senior Member
Many thanks Tristan,
I for my part in the meantime will setup a fresh Papyrus 2019-09 installation and check how this behaves.
/Carsten
Re: Issue with GenDoc on Papyrus 5.2 Windows [message #1848312 is a reply to message #1848051] Sat, 27 November 2021 17:00 Go to previous messageGo to next message
Carsten Pitz is currently offline Carsten PitzFriend
Messages: 479
Registered: May 2015
Location: Germany
Senior Member
Works with Papyrus 6.0RC1 ;-)
Weird behavior. But I was about to skip 5.x anyway.
Many thanks,
Carsten
Re: Issue with GenDoc on Papyrus 5.2 Windows [message #1848453 is a reply to message #1848312] Thu, 02 December 2021 14:46 Go to previous message
Tristan Faure is currently offline Tristan FaureFriend
Messages: 460
Registered: July 2009
Senior Member
OK good to know things are working



Previous Topic:Run Gendoc template on a model object passed from code
Next Topic:XLSXParser::layoutCells() performance issue
Goto Forum:
  


Current Time: Fri Apr 26 15:46:06 GMT 2024

Powered by FUDForum. Page generated in 0.03612 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top