Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
DarinAfni
Contributor III
Contributor III

Talend Open Studio 6.3 Won't Start

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

Labels (2)
1 Solution

Accepted Solutions
DarinAfni
Contributor III
Contributor III
Author

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.

View solution in original post

3 Replies
DarinAfni
Contributor III
Contributor III
Author

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)

 

0695b00000hs3PxAAI.png

DarinAfni
Contributor III
Contributor III
Author

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.

Anonymous
Not applicable

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