Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

org.talend.designer cannot be resolved to a type

When I try to run a job, got below error message, Please help.
connecting to socket on port 3457
connected
Exception in thread "main" java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: Unresolved compilation problems:
org.talend.designer cannot be resolved to a type
org.talend.designer cannot be resolved to a type
org.talend.designer cannot be resolved to a type
at equipmentstatus.equipmentstatusfact_0_1.EquipmentStatusFact.tInformixConnection_1Process(EquipmentStatusFact.java:599)
at equipmentstatus.equipmentstatusfact_0_1.EquipmentStatusFact.runJobInTOS(EquipmentStatusFact.java:4723)
disconnected
disconnected
disconnected
at equipmentstatus.equipmentstatusfact_0_1.EquipmentStatusFact.main(EquipmentStatusFact.java:4543)
Caused by: java.lang.Error: java.lang.Error: java.lang.Error: Unresolved compilation problems:
org.talend.designer cannot be resolved to a type
org.talend.designer cannot be resolved to a type
org.talend.designer cannot be resolved to a type
at equipmentstatus.equipmentstatusfact_0_1.EquipmentStatusFact.tInformixRow_1Process(EquipmentStatusFact.java:736)
at equipmentstatus.equipmentstatusfact_0_1.EquipmentStatusFact.tInformixConnection_1Process(EquipmentStatusFact.java:590)
... 2 more
Caused by: java.lang.Error: java.lang.Error: Unresolved compilation problems:
org.talend.designer cannot be resolved to a type
org.talend.designer cannot be resolved to a type
org.talend.designer cannot be resolved to a type
at equipmentstatus.equipmentstatusfact_0_1.EquipmentStatusFact.tSetGlobalVar_1Process(EquipmentStatusFact.java:827)
at equipmentstatus.equipmentstatusfact_0_1.EquipmentStatusFact.tInformixRow_1Process(EquipmentStatusFact.java:716)
... 3 more
Caused by: java.lang.Error: Unresolved compilation problems:
org.talend.designer cannot be resolved to a type
org.talend.designer cannot be resolved to a type
org.talend.designer cannot be resolved to a type
at equipmentstatus.equipmentstatusfact_0_1.EquipmentStatusFact.tInformixInput_1Process(EquipmentStatusFact.java:2157)
at equipmentstatus.equipmentstatusfact_0_1.EquipmentStatusFact.tSetGlobalVar_1Process(EquipmentStatusFact.java:818)
... 4 more
Job EquipmentStatusFact ended at 10:51 20/09/2011.
Labels (3)
4 Replies
janhess
Creator II
Creator II

looks like something wrong in tInformixConnection_1Process. Are you missing a quote from a parameter?
Anonymous
Not applicable
Author

I fixed EquipmentStatusFact.tInformixConnection_1Process and now I got this below error:
xception in thread "main" java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: Unresolved compilation problems:
org.talend.designer cannot be resolved to a type
org.talend.designer cannot be resolved to a type
org.talend.designer cannot be resolved to a type
at equipmentstatus.equipmentstatusfact_0_1.EquipmentStatusFact.tInformixConnection_1Process(EquipmentStatusFact.java:599)
at equipmentstatus.equipmentstatusfact_0_1.EquipmentStatusFact.runJobInTOS(EquipmentStatusFact.java:4723)
disconnected
disconnected
disconnected
at equipmentstatus.equipmentstatusfact_0_1.EquipmentStatusFact.main(EquipmentStatusFact.java:4543)
Caused by: java.lang.Error: java.lang.Error: java.lang.Error: Unresolved compilation problems:
org.talend.designer cannot be resolved to a type
org.talend.designer cannot be resolved to a type
org.talend.designer cannot be resolved to a type
at equipmentstatus.equipmentstatusfact_0_1.EquipmentStatusFact.tInformixRow_1Process(EquipmentStatusFact.java:736)
at equipmentstatus.equipmentstatusfact_0_1.EquipmentStatusFact.tInformixConnection_1Process(EquipmentStatusFact.java:590)
... 2 more
Caused by: java.lang.Error: java.lang.Error: Unresolved compilation problems:
org.talend.designer cannot be resolved to a type
org.talend.designer cannot be resolved to a type
org.talend.designer cannot be resolved to a type
at equipmentstatus.equipmentstatusfact_0_1.EquipmentStatusFact.tSetGlobalVar_1Process(EquipmentStatusFact.java:827)
at equipmentstatus.equipmentstatusfact_0_1.EquipmentStatusFact.tInformixRow_1Process(EquipmentStatusFact.java:716)
... 3 more
Caused by: java.lang.Error: Unresolved compilation problems:
org.talend.designer cannot be resolved to a type
org.talend.designer cannot be resolved to a type
org.talend.designer cannot be resolved to a type
at equipmentstatus.equipmentstatusfact_0_1.EquipmentStatusFact.tInformixInput_1Process(EquipmentStatusFact.java:2157)
at equipmentstatus.equipmentstatusfact_0_1.EquipmentStatusFact.tSetGlobalVar_1Process(EquipmentStatusFact.java:818)
... 4 more
Job EquipmentStatusFact ended at 11:11 20/09/2011.
Anonymous
Not applicable
Author

janhess
Thank you so much. It was a problem with connection.
My job is working now.
_AnonymousUser
Specialist III
Specialist III

Hi
I'm having the same problem (org.talend.designer cannot be resolved to a type) I've create a tRestClient -> XMLMAP->Logrow and this works fine
Created a another task to read a record and lookup the same tRestClient above and receive this error, any idea what the problem could be?
Regards
Adam