Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We recently upgraded Talend Open Studio for Data Integration from version 6.4.1 to 7.2.1 and have encountered a problem when changing the schema repository details in a tMap component. After updating the schema details in the tMap for both outputs and clicking apply and OK, the 'Would you like to propagate changes ?' message appears onscreen. After clicking OK to propagate the changes the message keeps reappearing and I have to use Task Manager to stop the Talend application running.
Has anyone come across this issue?
Hello,
If you don't mind, could you please open the error log generated automatically by the Studio to see whether you have error stack trace there; if you do, we will appreciate it a lot if you can paste it here.
About how to open this error log: in your Studio, click Window to open the menu, then select Show View->General->Error Log. Once you see an error, double click it.
Best regars
Sabrina
Hi Sabrina,
Thanks for your reply. Here is the Exception Stack Trace information.
eclipse.buildId=unknown
java.version=1.8.0_131
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en
Command-line arguments: -os win32 -ws win32 -arch x86_64
org.eclipse.jdt.launching.macosx
Error
Wed Jul 17 10:26:52 BST 2019
FrameworkEvent ERROR
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [20]
Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)"
at org.eclipse.osgi.container.Module.start(Module.java:451)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1783)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1762)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1725)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1656)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:233)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:343)