Hi,
I am trying to deploy a simple route on the runtime server but it always returns this message:
Error: deployment of feature 'test-feature' might have failed: java.lang.RuntimeException: URL could not be resolved. -- For more information see your log file
The server configuration seems to be ok.
I don't think it's a port configuration issue (it's on default values and everything is green)
The publication from the studio works fine.
The configuration of a new route in the ESB conductor is fine too.
Any idea?
Thanks a lot!
Below the log:
Hi Marc,
unfortunately for the moment I don't have quick answer to your problem, but only some questions.
- Which version of the TESB Runtime are you using, 5.0.1 or 5.0.2?
- Did you create the route you try to deploy in the Talend Studio?
- From your description I assume you are trying to deploy your route with the ESB conductor. Is the assumption correct?
- On which operating system are you running the runtime?
- How did you install the runtime, via installer or by unzipping a distribution?
- Where you ever able to deploy anything else?
I know these are a lot of questions, but answering them will hopefully help to isolate the problem.
Regards,
Zsolt
Hi zbe,
thx for the reply.
Here are the details asked:
- Which version of the TESB Runtime are you using, 5.0.1 or 5.0.2?
>> 5.0.1 r74687
- Did you create the route you try to deploy in the Talend Studio?
>> Yes I've created it, and it works fine from the studio.
- From your description I assume you are trying to deploy your route with the ESB conductor. Is the assumption correct?
>> Yes it is.
- On which operating system are you running the runtime?
>> windows server 2008
- How did you install the runtime, via installer or by unzipping a distribution?
>> Via installer. I am not using the runtime in fact, but the esb container which is the same thing according to some people from Talend... anyway I have try with the runtime too... same result. Here is the name of the installer I have used: Talend-Installer-r74687-V5.0.1-windows-installer.exe... no manual unzip at all.
- Where you ever able to deploy anything else?
>> no
thx for your help.
Marc,
the container in directory Talend-ESB-* and the runtime are the same in principle. Unluckyly with the 5.0.1 installation the container in Talend-ESB-V5.0.1 is broken, see
http://jira.talendforge.org/browse/TESB-4592.
So normally pointing to the Talend Runtime helps to solve the proplem. Apparently this is not the case for you. I am afraid you will have to file a bug with some more information to spot the problem. It should include your route project created in the Studio, the complete log file (from the runtime, not from the container), and a list of all bundles and their status in the runtime. To get the list either go into the console and type 'list -t o' or go via ESB conductor into the web console of the runtime, select the Bundle tab and print the content to to a file.
Regards,
Zsolt