sivaprasad9394
Occasional Collector

Debug of Module with FS-Version 5.2.230814 with de.espirit.common.bootstrap.Bootstrap throws error?

Hello Together,

There is no problem in Debugging with FS-version:5.2.230510, I can debug properly.

While debug the module via IDE throws below error,

Current FS-Version: 5.2.230814

For Debug Main Class(IDE Config) : de.espirit.common.bootstrap.Bootstrap

log4j:WARN No appenders could be found for logger (de.espirit.firstspirit.client.io.TempDirUtil).
log4j:WARN Please initialize the log4j system properly.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by de.javasoft.plaf.synthetica.SyntheticaLookAndFeel (file:/C:/wcms/Debug/fs_jars/5.2.230814/fs-isolated-client-5.2.230814.jar) to method sun.swing.DefaultLookup.setDefaultLookup(sun.swing.DefaultLookup)
WARNING: Please consider reporting this to the maintainers of de.javasoft.plaf.synthetica.SyntheticaLookAndFeel
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
java.lang.NoSuchFieldError: CORE_14721
	at de.espirit.firstspirit.common.gui.FsMenu.<clinit>(FsMenu.java:45)
	at de.espirit.firstspirit.ui.actions.swing.Menus.createMenu(Menus.java:230)
	at de.espirit.firstspirit.ui.actions.swing.Menus.appendGroupItems(Menus.java:117)
	at de.espirit.firstspirit.client.ClientActionsMenuBar.<init>(ClientActionsMenuBar.java:39)
	at de.espirit.firstspirit.client.ClientFrame.makeContentPane(ClientFrame.java:364)
	at de.espirit.firstspirit.client.ClientFrame.initGui(ClientFrame.java:324)
	at de.espirit.firstspirit.client.ClientFrame.<init>(ClientFrame.java:268)
	at de.espirit.firstspirit.client.JavaClient.startup(JavaClient.java:298)
	at de.espirit.firstspirit.client.JavaClient.lambda$new$0(JavaClient.java:263)
	at de.espirit.common.gui.EventDispatchThreadHelper$2.run(EventDispatchThreadHelper.java:95)
	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
	at de.espirit.firstspirit.client.AWTDispatchingEventQueue.defaultDispatchEvent(AWTDispatchingEventQueue.java:161)
	at de.espirit.firstspirit.client.AWTDispatchingEventQueue._dispatchEvent(AWTDispatchingEventQueue.java:145)
	at de.espirit.firstspirit.client.AWTDispatchingEventQueue.dispatchEvent(AWTDispatchingEventQueue.java:131)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Caused by: de.espirit.common.base.control.CallerStack: called from
	at de.espirit.common.gui.EventDispatchThreadHelper.invokeLater(EventDispatchThreadHelper.java:91)
	at de.espirit.common.gui.EventDispatchThreadHelper.invokeLater(EventDispatchThreadHelper.java:76)
	at de.espirit.firstspirit.client.JavaClient.<init>(JavaClient.java:262)
	at de.espirit.firstspirit.client.FirstSpiritSiteArchitect.start(FirstSpiritSiteArchitect.java:30)
	at de.espirit.firstspirit.client.bootstrap.DesktopClientApplication.start(DesktopClientApplication.java:41)
	at de.espirit.common.bootstrap.Bootstrap.start(Bootstrap.java:282)
	at de.espirit.common.bootstrap.Bootstrap.start(Bootstrap.java:128)
	at de.espirit.common.bootstrap.Bootstrap.main(Bootstrap.java:393)

 

Thanks and Regards,

Siva

 

0 Kudos
1 Reply
sivaprasad9394
Occasional Collector

Problem is resolved by ordering the class-path entry jars properly.

Issue can be closed.

Thank you.

0 Kudos