Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
CuriousOne
Contributor
Contributor

Talend job deployment on Runtime with karaf

Hi everyone,

I'm new in talend community and here is my problem. I'm trying to deploy a talend job on Runtime esb. I've put my jar file on <Runtime Path>/container/deploy folder and I can see my bundle status Active on the console. But when I go to http://localhost:8040/services, my app doesn't appear and when I try to run my app's url, a "not found" error is showing.

I'm using talend ESB open source on Windows OS

Thanks in advance for any help

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

Does your esb job perfectly execute from the Studio?

Would you please confirm if your studio and runtime are on the same machine? If yes, please try to deploy some new services and collect the container/logs/tesb.log from runtime from that time and share them with us.

Best regards

Sabrina

View solution in original post

8 Replies
Anonymous
Not applicable

Hello,

Does your esb job perfectly execute from the Studio?

Would you please confirm if your studio and runtime are on the same machine? If yes, please try to deploy some new services and collect the container/logs/tesb.log from runtime from that time and share them with us.

Best regards

Sabrina

CuriousOne
Contributor
Contributor
Author

Hi,

thanks for your help.

 

Yes it runs on the Studio. Studio and Runtime are on the same machine and here are the logs attached

 

CuriousOne
Contributor
Contributor
Author

On text format if ever the capture is'nt clear enough :

 

***********************************************************************

2023-07-24T10:26:44,204 | INFO | Blueprint Extender: 3 | t.jmx.InstrumentationManagerImpl 304 | 178 - org.apache.cxf.cxf-rt-management - 3.4.4 | registering MBean org.apache.cxf:bus.id=auxiliary-storage-service-rest-cxf1082694662,type=Bus,instance.id=1082694662: org.apache.cxf.bus.ManagedBus@4672e456

2023-07-24T10:26:44,207 | INFO | Blueprint Extender: 3 | t.jmx.InstrumentationManagerImpl 304 | 178 - org.apache.cxf.cxf-rt-management - 3.4.4 | registering MBean org.apache.cxf:bus.id=auxiliary-storage-service-rest-cxf1082694662,type=Bus,instance.id=1082694662: javax.management.modelmbean.RequiredModelMBean@3ee2c1d1

2023-07-24T10:26:44,207 | INFO | Blueprint Extender: 3 | t.jmx.InstrumentationManagerImpl 170 | 178 - org.apache.cxf.cxf-rt-management - 3.4.4 | registered org.apache.cxf:bus.id=auxiliary-storage-service-rest-cxf1082694662,type=Bus,instance.id=1082694662

2023-07-24T10:26:44,209 | INFO | Blueprint Extender: 3 | t.jmx.InstrumentationManagerImpl 304 | 178 - org.apache.cxf.cxf-rt-management - 3.4.4 | registering MBean org.apache.cxf:bus.id=auxiliary-storage-service-rest-cxf1082694662,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=1877201423: org.apache.cxf.bus.managers.WorkQueueManagerImplMBeanWrapper@3acb281e

2023-07-24T10:26:44,211 | INFO | Blueprint Extender: 3 | t.jmx.InstrumentationManagerImpl 304 | 178 - org.apache.cxf.cxf-rt-management - 3.4.4 | registering MBean org.apache.cxf:bus.id=auxiliary-storage-service-rest-cxf1082694662,WorkQueueManager=Bus.WorkQueueManager,type=WorkQueueManager,instance.id=1877201423: javax.management.modelmbean.RequiredModelMBean@709ef2af

2023-07-24T10:26:44,224 | INFO | Blueprint Extender: 3 | g.apache.cxf.endpoint.ServerImpl  95 | 162 - org.apache.cxf.cxf-core - 3.4.4 | Setting the server's publish address to be /AuxStorageService

2023-07-24T10:26:44,226 | INFO | Blueprint Extender: 3 | t.jmx.InstrumentationManagerImpl 304 | 178 - org.apache.cxf.cxf-rt-management - 3.4.4 | registering MBean org.apache.cxf:bus.id=auxiliary-storage-service-rest-cxf1082694662,type=Bus.Service.Endpoint,service="{http://rest.service.storage.auxiliary.esb.talend.org/}AuxiliaryStorageRestServiceImpl",port="AuxiliaryStorageRestServiceImpl",instance.id=1244716407: org.apache.cxf.endpoint.ManagedEndpoint@4d3c5514

2023-07-24T10:26:44,227 | INFO | Blueprint Extender: 3 | t.jmx.InstrumentationManagerImpl 304 | 178 - org.apache.cxf.cxf-rt-management - 3.4.4 | registering MBean org.apache.cxf:bus.id=auxiliary-storage-service-rest-cxf1082694662,type=Bus.Service.Endpoint,service="{http://rest.service.storage.auxiliary.esb.talend.org/}AuxiliaryStorageRestServiceImpl",port="AuxiliaryStorageRestServiceImpl",instance.id=1244716407: javax.management.modelmbean.RequiredModelMBean@4725a6fe

2023-07-24T10:26:44,236 | INFO | Blueprint Extender: 3 | container.BlueprintContainerImpl 446 | 85 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle auxiliary-storage-service-rest/8.0.1 has been started

2023-07-24T10:31:25,073 | INFO | fileinstall-C:\TOS_ESB\Runtime_ESBSE\container/deploy | install.internal.Util$OsgiLogger 205 | 12 - org.apache.felix.fileinstall - 3.6.8 | Installing bundle API_AFFAIRES_MYFONDASOL / 0.4.0

2023-07-24T10:31:25,205 | INFO | fileinstall-C:\TOS_ESB\Runtime_ESBSE\container/deploy | install.internal.Util$OsgiLogger 205 | 12 - org.apache.felix.fileinstall - 3.6.8 | Started bundle: wrap:file:/C:/TOS_ESB/Runtime_ESBSE/container/deploy/API_AFFAIRES_MYFONDASOL-0.4.jar$Bundle-SymbolicName=API_AFFAIRES_MYFONDASOL&Bundle-Version=0.4

*******************************************************************************************************

 

TBates1683209008
Contributor
Contributor

Thanks for the advice.

Anonymous
Not applicable

Hello,

Are you using talend open studio or subscription solution? Any patch installed?

Please try to install a fresh runtime and try to deploy your talend job on it to see if the issue occurs or not. This is just a test to confirm.

Best regards

Sabrina

CuriousOne
Contributor
Contributor
Author

Hey,

 

I'm using open studio. I did remove the Runtime folder and extract it again, that changes nothing. My colleague try to deploy on his computer and that worked. But when I do the same it doesn't. I don't know if it has to do with some admin privileges, cause he has admin rights on his computer and I don't.

LHall1681108134
Contributor
Contributor

It works for me now, thank you again.

Anonymous
Not applicable

Hello,

Great it works and feel free to let us know if there is any further help we can give.

Best regards

Sabrina