Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Add Elements to Diagram in Modelio 5.4.1 #113

Open
auri-gabriel opened this issue Dec 2, 2024 · 0 comments
Open

Unable to Add Elements to Diagram in Modelio 5.4.1 #113

auri-gabriel opened this issue Dec 2, 2024 · 0 comments

Comments

@auri-gabriel
Copy link

Unable to Add Elements to Diagram in Modelio 5.4.1

Description

I encountered an issue while trying to add elements to a diagram.

Here are the steps to reproduce the problem:

  1. I create a new project.
  2. Inside the project, I create a Diagram.
  3. I open the Diagram.
  4. With the diagram open, I try to add an element, but it nothing happens.

Expected Behavior

elements should be added successfully to the Diagram.

Actual Behavior

No element is added, and an error is logged Unhandled exception caught by SWT: java.lang.ExceptionInInitializerError.


Environment

  • System Version: Fedora 41
  • Modelio Version: 5.4.1

Logs

16:43:47,924 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
16:43:47,924 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
16:43:47,924 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.xml]
16:43:47,925 |-INFO in ch.qos.logback.classic.BasicConfigurator@552ed807 - Setting up default configuration.
16:43:47,953 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
16:43:47,955 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [LOGFILE]
16:43:47,962 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1001284816 - setting totalSizeCap to 1 GB
16:43:47,964 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1001284816 - Archive files will be limited to [50 MB] each.
16:43:47,969 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1001284816 - No compression will be used
16:43:47,970 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1001284816 - Will use the pattern /home/aurigabriel/.modelio/5.4/modelio-%d{yyyy-MM-dd}-%i.log for the active file
16:43:47,972 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@41f4fe5 - The date pattern is 'yyyy-MM-dd' from file name pattern '/home/aurigabriel/.modelio/5.4/modelio-%d{yyyy-MM-dd}-%i.log'.
16:43:47,972 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@41f4fe5 - Roll-over at midnight.
16:43:47,972 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@41f4fe5 - Setting initial period to Mon Dec 02 16:43:47 BRT 2024
16:43:47,974 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
16:43:47,980 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[LOGFILE] - Active log file name: /home/aurigabriel/.modelio/5.4/modelio-2024-12-02-0.log
16:43:47,980 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[LOGFILE] - File property is set to [null]
16:43:47,981 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
16:43:47,981 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
16:43:47,981 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
16:43:47,982 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to TRACE
16:43:47,982 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
16:43:47,982 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [LOGFILE] to Logger[ROOT]
16:43:47,983 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
16:43:47,983 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6f6621e3 - Registering current configuration as safe fallback point
16:43:48.352 INFO  o.m.p.u.log.writers.PluginLogger Changing log level from ERROR to DEBUG
16:43:48.355 DEBUG org.modelio.platform.preferences Initializing 'org.modelio.platform.preferences' plugin preferences ...
16:43:48.358 DEBUG org.modelio.platform.preferences  - Initializing default values from 'org.modelio.app.admtool'...
16:43:48.358 DEBUG org.modelio.platform.preferences    - default pref value 'Log.LogLevel'='3'
16:43:48.359 DEBUG org.modelio.platform.preferences    - default pref value 'AdmTools.Show'='false'
16:43:48.359 DEBUG org.modelio.platform.preferences  - Initializing default values from 'org.modelio.app.diagram.editor'...
16:43:48.359 DEBUG org.modelio.platform.preferences    - default pref value 'DeleteMode'='DELETE'
16:43:48.359 DEBUG org.modelio.platform.preferences  - Initializing default values from 'org.modelio.app.module.catalog'...
16:43:48.359 DEBUG org.modelio.platform.preferences    - default pref value 'ModuleCatalog.ShowCompatible'='true'
16:43:48.359 DEBUG org.modelio.platform.preferences    - default pref value 'ModuleCatalog.ShowLatest'='true'
16:43:48.359 DEBUG org.modelio.platform.preferences  - Initializing default values from 'org.modelio.app.update.ext_org'...
16:43:48.359 DEBUG org.modelio.platform.preferences    - default pref value 'Update.Site'='https://www.modelio.org/updates'
16:43:48.360 INFO  o.m.p.u.log.writers.PluginLogger Changing log level from DEBUG to ERROR
16:43:48.360 INFO  o.m.p.u.log.writers.PluginLogger Changing log level from ERROR to INFO
16:43:48.396 INFO  org.modelio.app.ui               Modelio by modelio.org
16:43:48.404 INFO  org.modelio.app.ui               Modelio version            : '5.4.01'
16:43:48.405 INFO  org.modelio.app.ui               Modelio runtime data path  : '/home/aurigabriel/.modelio/5.4'
16:43:48.405 INFO  org.modelio.app.ui               Modelio module catalog path: '/home/aurigabriel/.modelio/5.4/modules'
16:43:48.405 INFO  org.modelio.app.ui               Modelio macro  catalog path: '/home/aurigabriel/.modelio/5.4/macros'
16:43:48.405 INFO  org.modelio.app.ui               Instance location: file:/home/aurigabriel/.modelio/5.4/opensource-cache/data/
16:43:48.406 INFO  org.modelio.app.ui               Command line arguments = '-clearPersistedState '
16:43:48.522 INFO  org.modelio.app.ui               Trusted server certificates store is '/home/aurigabriel/.modelio/5.4/servercerts.db'
16:43:49.778 INFO  org.modelio.app.ui               SWAP is ENABLED
16:43:50.137 INFO  org.modelio.app.project.ui       Changing workspace to: /home/aurigabriel/modelio/workspace
***WARNING: WebKitGTK is configured to ignore TLS errors via -Dorg.eclipse.swt.internal.webkitgtk.ignoretlserrors=true .
***WARNING: Please use for development purposes only!
***WARNING: WebKitGTK is configured to ignore TLS errors via -Dorg.eclipse.swt.internal.webkitgtk.ignoretlserrors=true .
***WARNING: Please use for development purposes only!
2024-12-02 16:43:50.370:INFO::Start Help Server: Logging initialized @4082ms to org.eclipse.jetty.util.log.StdErrLog
2024-12-02 16:43:50.479:INFO:oejs.session:Start Help Server: DefaultSessionIdManager workerName=node0
2024-12-02 16:43:50.479:INFO:oejs.session:Start Help Server: No SessionScavenger set, using defaults
2024-12-02 16:43:50.480:INFO:oejs.session:Start Help Server: node0 Scavenging every 600000ms
2024-12-02 16:43:50.510:INFO:oejs.session:Start Help Server: node0 Scavenging every 660000ms
16:43:50.804 INFO  org.modelio.platform.project     Running batch: project=null create=false workspace=null
16:44:00.627 INFO  o.modelio.app.project.ui.ext_org Opening project 'Project1' 
16:44:01.774 INFO  org.modelio.app.diagram.api      Modelio/Diagram API 5.4.1.202311151402 - Copyright 2013-2024 Modeliosoft.
16:44:01.900 INFO  org.modelio.app.api.impl         ModelerModule - Modelio/ModelerModule 9.4.00 - Copyright 2008-2023 Docaposte
Gdk-Message: 16:44:02.245: Unable to load left_ptr_watch from the cursor theme
Gdk-Message: 16:44:02.245: Unable to load crossed_circle from the cursor theme
Gdk-Message: 16:44:02.245: Unable to load size_bdiag from the cursor theme
Gdk-Message: 16:44:02.245: Unable to load size_fdiag from the cursor theme
Gdk-Message: 16:44:02.245: Unable to load sb_up_arrow from the cursor theme
Gdk-Message: 16:44:02.245: Unable to load up-arrow from the cursor theme
16:44:03.867 ERROR org.modelio.app.ui               Unhandled exception caught by SWT: java.lang.ExceptionInInitializerError
@auri-gabriel auri-gabriel changed the title # Unable to Add Elements to Diagram in Modelio 5.4.1 Unable to Add Elements to Diagram in Modelio 5.4.1 Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant