Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Today's Messages (off)  | Unanswered Messages (on)

Forum: Test
 Topic: Testing new db
Testing new db [message #1864905] Fri, 19 April 2024 18:04
Denis Roy is currently online Denis RoyFriend
Messages: 484
Registered: October 2004
Location: Ottawa, Ontario, Canada
Senior Member

Testing new db

Denis Roy
Eclipse Webmaster -- webmaster@eclipse.org
Forum: EMF
 Topic: Dynamic enum literal/caption for editor
Dynamic enum literal/caption for editor [message #1864903] Fri, 19 April 2024 15:06
Thomas Barth is currently offline Thomas BarthFriend
Messages: 21
Registered: March 2021
Junior Member
Hi,

I have an EMF model for which I generate the example editor.

That model contains an enum that represents an abstract type. I want the user to be able to provide the literals for the values of the enum. This is intended for the UI only, internals shall remain untouched.

If I modify the respective entries in the plugin.properties file of the editor I get the expected behavior. However, I want to load the strings from another file.

Overwriting getLabelProvider of the respective ItemPropertyDescriptor seems to do the trick but then I have to do this modification for every property where I use the enum. Is there another way?

[Updated on: Fri, 19 April 2024 15:26]

Report message to a moderator

Forum: Eclipse Scout
 Topic: Prevent multiple connection for one user
Prevent multiple connection for one user [message #1864902] Fri, 19 April 2024 14:30
Seydou Zakou is currently offline Seydou ZakouFriend
Messages: 44
Registered: May 2020
Member
Hi All,

We have a requirement that must not allow a user to connect to the application more than once. The idea is to inform him upon login that his login is already in use if he is connected through another browser or tab.

Does anyone has an idea how this can be implemented in scout ?

Regards,
SZ
 Topic: Cannot build war file with call mvn clean verify -DskipTests -e
Cannot build war file with call mvn clean verify -DskipTests -e [message #1864885] Thu, 18 April 2024 09:39
Miloslav Frajdl is currently offline Miloslav FrajdlFriend
Messages: 48
Registered: June 2018
Member
Today (18.4.2024) an unpleasant thing happened to me. I'm generating WAR using
call mvn clean verify -DskipTests -e


However, on startup, the process freezes right at the beginning
C:\Users\milos\eclipse-workspace-galerie\galis>call mvn clean verify -DskipTests -e
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Galis Root                                                         [pom]
[INFO] Galis                                                              [pom]
[INFO] Galis Shared                                                       [jar]
[INFO] Galis Server                                                       [jar]
[INFO] Galis Client                                                       [jar]
[INFO] Galis Server Application                                           [war]
[INFO] Galis Server Application (Development)                             [war]
[INFO] Galis HTML UI                                                      [jar]
[INFO] Galis HTML UI Application                                          [war]
[INFO] ILU HTML UI Application (Development)                              [war]
[INFO]
[INFO] -------------------------< cz.a4b:galis-root >--------------------------
[INFO] Building Galis Root 1.2.9                                         [1/10]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ galis-root ---
[INFO] Deleting C:\Users\milos\eclipse-workspace-galerie\galis\target
[INFO]
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-rules) @ galis-root ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ galis-root ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] master_test_jacocoArgLine set to empty
[INFO]
[INFO] --- maven-antrun-plugin:3.1.0:run (check-node-install) @ galis-root ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO]
[INFO] --- maven-antrun-plugin:3.1.0:run (check-npm-install-workspace) @ galis-root ---
[INFO] Executing tasks
[INFO]     [touch] Creating C:\Users\milos\eclipse-workspace-galerie\galis\target\npm_update.marker
[INFO] Executed tasks
[INFO]
[INFO] --- frontend-maven-plugin:1.12.1:install-node-and-npm (install-node-and-npm) @ galis-root ---
[INFO] Installing node version v18.12.1
[INFO] Unpacking C:\Users\milos\.m2\repository\com\github\eirslett\node\18.12.1\node-18.12.1-win-x64.zip into C:\Users\milos\eclipse-workspace-galerie\galis\target\node\..\node\tmp
[INFO] Copying node binary from C:\Users\milos\eclipse-workspace-galerie\galis\target\node\..\node\tmp\node-v18.12.1-win-x64\node.exe to C:\Users\milos\eclipse-workspace-galerie\galis\target\node\..\node\node.exe
[INFO] Installed node locally.
[INFO]
[INFO] --- exec-maven-plugin:3.1.0:exec (install-node-tools) @ galis-root ---  <--- HERE IT FREEZES


In Eclipse by run js build I get warnings / errors like:
WARN GET https://registry.npmjs.org/make-dir error (UNABLE_TO_VERIFY_LEAF_SIGNATURE). Will retry in 1 minute. 1 retries left.

When I waited, it finally went through and now it doesn't report it anymore. But creating WAR still doesn't work unfortunately.


Yesterday (17.4.2024) it worked normally.

Can anyone advise me where to look and above all fix the problem?

Thank you.

Environment:
Windows 11
Eclipse:
Version: 2022-06 (4.24.0)
Build id: 20220609-1112
Forum: Newcomers
 Topic: How to install Eclipse BPEL desginer
How to install Eclipse BPEL desginer [message #1864895] Fri, 19 April 2024 09:40
Dinh Thao Le is currently offline Dinh Thao LeFriend
Messages: 1
Registered: April 2024
Junior Member
Hello,
I'm trying to install Eclipse BPEL desginer plugin. However, it seems that the project is in the archives and the provided link doesn't work (https://download.eclipse.org/bpel/updates/2020-06/1.1.3/)
It is metioned that I should contact project members in this forum for help.
Could someone please provide some instructions about how to get this done?

Thank you!
Forum: Mosquitto
 Topic: No CRL check happening when connecting via websockets
No CRL check happening when connecting via websockets [message #1864880] Thu, 18 April 2024 07:17
John D is currently offline John DFriend
Messages: 1
Registered: April 2024
Junior Member
I have such mosquitto configuration:

log_type error
log_type warning
log_type notice
log_type information
log_dest file /logpath

listener 9005
protocol websockets
cafile /cafilepath

certfile /certfilepath

keyfile /keyfilepath

crlfile /crlfilepath

require_certificate true

use_identity_as_username true

When i connect to local mosquitto using client certificates which are revoked, no CRL check by mosquitto is happening.

If I change configuration protocol to just mqtt, CRL check works.

So, 1) My configuration could be wrong, and something is missing for configuring CRL check via websockets
2) CRL check via websockets doesn't work in mosquitto

Have anyone bumped into this issue?
Forum: Eclipse Amlen
 Topic: MessageSight Subscription expiry settings
MessageSight Subscription expiry settings [message #1864877] Thu, 18 April 2024 03:22
Murali Krishna Pala is currently offline Murali Krishna PalaFriend
Messages: 8
Registered: October 2023
Location: Singapore
Junior Member
Hi All,

Is there a quicker way to destroy old Durable Subscriptions? We're having problems with them, and deleting them by hand takes a while--we can search and delete 100 per page.

Please help me with below requests.
i) Is there a quicker way to destroy old Durable Subscriptions?
ii) Is there any settings to configure Subscription expiry?
iii) Is there any limitation on Subscriptions per client (like max 500 subscriptions per client?)

Thanks
Murali
Forum: 4DIAC - Framework for Distributed Industrial Automation and Control
 Topic: problems with compiling 4diac forte on raspberry pi 4
problems with compiling 4diac forte on raspberry pi 4 [message #1864852] Mon, 15 April 2024 08:06
Konstantin Pushkov is currently offline Konstantin PushkovFriend
Messages: 1
Registered: April 2024
Junior Member
I am trying to compile 4diac forte on raspberry pi 4 from the develop branch. But when connecting sysfs, an error occurs (compilation error.png).
When running multiple times setup_posix.sh the error disappears, but the QX and IX function blocks are not created(run develop.png). Can you tell me how to fix the error?
Forum: PHP Development Tools (PDT)
 Topic: Quick Type Hierarchy not working anymore
Quick Type Hierarchy not working anymore [message #1864859] Mon, 15 April 2024 15:41
Heiko Maaß is currently offline Heiko MaaßFriend
Messages: 1
Registered: April 2024
Junior Member
After the latest Eclipse (PDT) update (2024-03) on Mac OS the quick type hierarchy does not show up anymore. Neither by clicking in the context menu nor by "command-T" on the keyboard.

The following entry is added to the .log in workspace .metadata-Directory. Has anybody the same issue or an idea how to solve it?

Best regards.

!ENTRY org.eclipse.ui 4 0 2024-04-15 17:32:21.318
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/ui/commands/IHandler
	at org.eclipse.php.internal.ui.editor.configuration.PHPStructuredTextViewerConfiguration$2.createInformationControl(PHPStructuredTextViewerConfiguration.java:679)
	at org.eclipse.jface.text.AbstractInformationControlManager.getInformationControl(AbstractInformationControlManager.java:829)
	at org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1138)
	at org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
	at org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
	at org.eclipse.jface.text.information.InformationPresenter.computeInformation(InformationPresenter.java:321)
	at org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
	at org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
	at org.eclipse.php.internal.ui.editor.PHPStructuredTextViewer.doOperation(PHPStructuredTextViewer.java:237)
	at org.eclipse.ui.texteditor.TextOperationAction.lambda$0(TextOperationAction.java:130)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
	at org.eclipse.ui.texteditor.TextOperationAction.run(TextOperationAction.java:130)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:474)
	at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:124)
	at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:98)
	at jdk.internal.reflect.GeneratedMethodAccessor65.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:298)
	at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:232)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:174)
	at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:165)
	at org.eclipse.core.commands.Command.executeWithChecks(Command.java:488)
	at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:485)
	at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:204)
	at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.executeCommand(KeyBindingDispatcher.java:308)
	at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.press(KeyBindingDispatcher.java:569)
	at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.processKeyEvent(KeyBindingDispatcher.java:644)
	at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.filterKeySequenceBindings(KeyBindingDispatcher.java:439)
	at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher$KeyDownFilter.handleEvent(KeyBindingDispatcher.java:96)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
	at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1217)
	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4638)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1524)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1547)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1532)
	at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1561)
	at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1557)
	at org.eclipse.swt.widgets.Canvas.sendKeyEvent(Canvas.java:522)
	at org.eclipse.swt.widgets.Control.doCommandBySelector(Control.java:1101)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:6426)
	at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
	at org.eclipse.swt.internal.cocoa.NSResponder.interpretKeyEvents(NSResponder.java:59)
	at org.eclipse.swt.widgets.Composite.keyDown(Composite.java:607)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:6272)
	at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
	at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:236)
	at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2264)
	at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2509)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:6384)
	at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
	at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:5688)
	at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5828)
	at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
	at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:117)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3983)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:152)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1459)
Caused by: java.lang.ClassNotFoundException: org.eclipse.ui.commands.IHandler cannot be found by org.eclipse.dltk.ui_6.4.0.202307141201
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	... 78 more



Current Time: Fri Apr 19 19:32:26 GMT 2024

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

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

Back to the top