Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.5
-
None
-
None
Description
With trunk build, started falcon in distributed mode and inside prism runtime.properties, configured endpoint of falcon server to https://localhost:15443/. However cluster submit operation failed with error message containing:
Error: Bad Request;dev2/org.apache.falcon.FalconException::org.apache.falcon.FalconException: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> <title>Error 404 NOT_FOUND</title> </head> <body><h2>HTTP ERROR 404</h2> <p>Problem accessing //secure/sync/submit/cluster. Reason: <pre> NOT_FOUND</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
The entity submit operations succeed if endpoint doesn't have '/' in the end. However falcon should be robust enough to handle server URLs ending with '/' as well.