Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
BN1
Contributor
Contributor

The Talend job components are coming mostly in Back and white and in white background.

The Talend job components are coming mostly in Back and white and in white background and if I run a job I am getting all strange errors.

These jobs are all well tested jobs. Today I created a new Branch and pulled repository from GIT and then imported my jobs (that I had earlier exported). Tomorrow is a go-live date. Need some help asap.

If I run a job I am getting all strange errors.

Thanks a lt.

Soma

Labels (2)
7 Replies
Xiaodi_Shi
Support
Support

Hello,

We need a little bit information to address your issue.

Could you please clarify what's talend solution build version you are using? Did you update it to the  latest patch(Java 17 for latest patch)? What does your strange errors look like?

Best regards

Sabrina

 

jlolling
Creator III
Creator III

What kind of errors do you get?

What do you mean with "import my jobs"?

BN1
Contributor
Contributor
Author

When I open talend, I am getting all these errors:

BN1_0-1722430363102.png

 

Should I install my Talend again?

 

I have following java version in my machine:

java version "1.8.0_231"
Java(TM) SE Runtime Environment (build 1.8.0_231-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.231-b11, mixed mode)

 

org.talend.commons.exception.PersistenceException
at org.talend.repository.remoteprovider.RemoteRepositoryFactory.handleLoginProblem(RemoteRepositoryFactory.java:761)
at org.talend.repository.remoteprovider.RemoteRepositoryFactory.logOnProject(RemoteRepositoryFactory.java:724)
at org.talend.core.repository.model.IRepositoryFactory.logOnProject(IRepositoryFactory.java:93)
at org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(ProxyRepositoryFactory.java:2292)
at org.talend.repository.RepositoryService$1.run(RepositoryService.java:553)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
Caused by: java.lang.UnsupportedOperationException
at org.talend.core.model.properties.impl.FileItemImpl.eResolveProxy(FileItemImpl.java:349)
at org.talend.core.model.properties.impl.FileItemImpl.getContent(FileItemImpl.java:159)
at org.talend.core.repository.model.AbstractEMFRepositoryFactory.updateSQLPattern(AbstractEMFRepositoryFactory.java:590)
at org.talend.core.repository.model.AbstractEMFRepositoryFactory.createSystemSQLPatterns(AbstractEMFRepositoryFactory.java:495)
at org.talend.repository.localprovider.model.LocalRepositoryFactory.synchronizeSqlpatterns(LocalRepositoryFactory.java:1002)
at org.talend.repository.localprovider.model.LocalRepositoryFactory.logOnProject(LocalRepositoryFactory.java:3539)
at org.talend.repository.remoteprovider.AbstractRemoteProviderRepositoryFactory.logOnProjectDelegate(AbstractRemoteProviderRepositoryFactory.java:988)
at org.talend.repository.gitprovider.core.GitBaseRepositoryFactory.access$0(GitBaseRepositoryFactory.java:1)
at org.talend.repository.gitprovider.core.GitBaseRepositoryFactory$2.run(GitBaseRepositoryFactory.java:626)
at org.talend.repository.RepositoryWorkUnit.executeRun(RepositoryWorkUnit.java:103)
at org.talend.core.repository.model.AbstractRepositoryFactory.executeRepositoryWorkUnit(AbstractRepositoryFactory.java:260)
at org.talend.repository.localprovider.model.LocalRepositoryFactory.executeRepositoryWorkUnit(LocalRepositoryFactory.java:3765)
at org.talend.repository.gitprovider.core.GitRepositoryFactory.executeRepositoryWorkUnit(GitRepositoryFactory.java:493)
at org.talend.repository.gitprovider.core.GitBaseRepositoryFactory.logOnProject(GitBaseRepositoryFactory.java:631)
at org.talend.repository.remoteprovider.RemoteRepositoryFactory$2.run(RemoteRepositoryFactory.java:710)
at org.talend.repository.RepositoryWorkUnit.executeRun(RepositoryWorkUnit.java:103)
at org.talend.core.repository.model.AbstractRepositoryFactory.executeRepositoryWorkUnit(AbstractRepositoryFactory.java:260)
at org.talend.repository.localprovider.model.LocalRepositoryFactory.executeRepositoryWorkUnit(LocalRepositoryFactory.java:3765)
at org.talend.repository.gitprovider.core.GitRepositoryFactory.executeRepositoryWorkUnit(GitRepositoryFactory.java:493)
at org.talend.repository.remoteprovider.RemoteRepositoryFactory.executeRepositoryWorkUnit(RemoteRepositoryFactory.java:1130)
at org.talend.repository.remoteprovider.RemoteRepositoryFactory.logOnProject(RemoteRepositoryFactory.java:720)

 

Xiaodi_Shi
Support
Support

Hello,

Java version "1.8.0_231" should be installed for Talend V 7.3.1 and prior.

As the updates for Talend products delivered in May 2024 came with the requirement to start most of the modules with Java 17. If you are using Talend 8.0 products that were not patched nor updated with the May 2024 updates or later ones, see Compatible Java Environment before May 2024.

Best regards

Sabrina

pllopis
Contributor II
Contributor II

Hi Sabrina,

Regarding this point about the colors and style of the Designer... We have recently upgraded to Talend Studio 2024-07 version. As it says in other Community entrances, this layout have gotten worse compared to the traditional versions. Is there a way to configure the theme to take back the previous design? Or even add/improve this option in new versions of Talend.

Cause honestly this one is awful...with less visual clarity and quality.

Previous designer view

pllopis_0-1725280503630.png

New designer view

pllopis_1-1725280582352.png

 

Thanks!

 

  

 

jlolling
Creator III
Creator III

I totally agree with you. The new design makes it worse in the aspect of ergonomic. We can discuss about preferences in color but we cannot accept changes making it harder to work with the studio!

Only one of the number of issues: In the old design we had a green background for components which are starting points in the job. Now we have small green borders and if the component itself has a border, this is even harder to spot.

The reduction to only form without color is a step back and makes it harder to understand the job and recognise the components.

I fear there is no easy step back. My custom components are also affected because some of them are now limited (cutted) in the icon size (no idea why). 

jlolling
Creator III
Creator III

Since the latest update the studio requires Java 17! No way to avoid this. If you want to avoid interferences with other applications, simply download Java 17 und unpack it (without install procedures) and set the path to the java command in the studio ini file (the platform specific ini file in the studio root folder).

Example for Linux:

 

 

 

-vm
/opt/zulu-jdk-17/bin/java