You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Updated) (JIRA)" <ji...@apache.org> on 2012/03/19 08:47:54 UTC

[jira] [Updated] (CAMEL-5106) camel route cannot be configured again if the former configure() failed

     [ https://issues.apache.org/jira/browse/CAMEL-5106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-5106:
-------------------------------

    Priority: Major  (was: Critical)

Please make a better effort when reporting a ticket.

See some instructions/suggestions at this page
http://camel.apache.org/support

For example:
- What error do you see?
- Do you have a stack trace?
- Your route is invalid, you cannot just have from() -> end. You need something more, such as from -> to -> end
- Have your tried to upgrade Camel? 
- How do you run the application? eg standalone, from a WAR file in Tomcat, JEE server, etc.


                
> camel route cannot be configured again if the former configure()  failed
> ------------------------------------------------------------------------
>
>                 Key: CAMEL-5106
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5106
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.6.0
>         Environment: linux
>            Reporter: chenwei
>
> e.g.
> from("http://ip:port/path").end();
> if the port is in use, the configure() will throw an exception, but when I changed the port and try to reconfigure it, the right port cannot be start up.
> I am not sure it is a jetty issue or camel issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira