Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have been running Talend Open Studio version 6.3 for a number of years on a current windows VM. Last night security patches were installed on the machine and now Talend won't start. I right click to run as administrator and nothing happens. No Error no alerts no prompts, nothing.
Programs that are deployed to that machine and scheduled to run through windows task scheduler are also not running. They should that they completed successfully but they are not doing anything.
Any help would be appreciated to figure out why Talend isn't running.
Thanks,
Darin
I ended up deleting the Oracle Program Files and Program Data entries in the path variable just leaving the %JAVA_HOME%\bin entry and that resolved my issue. No idea why that became a problem but that fixed it for me.
This is the closest thing to an error that I can find. Which was in the \workspace\.metadata install directory folder.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2023-05-15 02:04:31.860
!MESSAGE Error disposing widget for : org.eclipse.e4.ui.model.application.ui.menu.impl.MenuImpl null
!STACK 0
java.lang.IllegalArgumentException: Argument not valid
at org.eclipse.swt.SWT.error(SWT.java:4422)
at org.eclipse.swt.SWT.error(SWT.java:4356)
at org.eclipse.swt.SWT.error(SWT.java:4327)
at org.eclipse.swt.graphics.GC.setFont(GC.java:4404)
at net.jeeeyul.swtend.SWTExtensions.computeTextExtent(SWTExtensions.java:581)
at net.jeeeyul.eclipse.themes.rendering.JeeeyulsTabRenderer.computeSize(JeeeyulsTabRenderer.java:224)
at org.eclipse.swt.custom.CTabFolder.setItemSize(CTabFolder.java:2762)
at org.eclipse.swt.custom.CTabFolder.updateItems(CTabFolder.java:3703)
at org.eclipse.swt.custom.CTabFolder.updateItems(CTabFolder.java:3640)
at org.eclipse.swt.custom.CTabFolder.onResize(CTabFolder.java:2034)
at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:290)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066)
at org.eclipse.swt.widgets.Control.sendResize(Control.java:2950)
at org.eclipse.swt.widgets.Composite.sendResize(Composite.java:977)
I ended up deleting the Oracle Program Files and Program Data entries in the path variable just leaving the %JAVA_HOME%\bin entry and that resolved my issue. No idea why that became a problem but that fixed it for me.
Hello,
Thanks for letting us know you have resolved your issue by yourself and sharing your solution with us on Community.
You will get the studio error log which is located in <Talend Studio installation path>/workspace/.metadata/.log
Best regards
Sabrina