Description
FALCON-1128, seems to have introduced a bug because of which the Integration Tests are failing.
The error is
Running org.apache.falcon.cli.FalconCLIIT Apr 01, 2015 1:27:35 PM com.sun.jersey.spi.container.ContainerResponse logException SEVERE: Mapped exception to response: 500 (Internal Server Error) javax.ws.rs.WebApplicationException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 3 counts of IllegalAnnotationExceptions Class has two properties of the same name "clusterName" this problem is related to the following location: at public java.lang.String org.apache.falcon.resource.FeedLookupResult$FeedProperties.getClusterName() at org.apache.falcon.resource.FeedLookupResult$FeedProperties at private org.apache.falcon.resource.FeedLookupResult$FeedProperties[] org.apache.falcon.resource.FeedLookupResult.elements at org.apache.falcon.resource.FeedLookupResult this problem is related to the following location: at private java.lang.String org.apache.falcon.resource.FeedLookupResult$FeedProperties.clusterName at org.apache.falcon.resource.FeedLookupResult$FeedProperties at private org.apache.falcon.resource.FeedLookupResult$FeedProperties[] org.apache.falcon.resource.FeedLookupResult.elements at org.apache.falcon.resource.FeedLookupResult Class has two properties of the same name "feedName" this problem is related to the following location: at public java.lang.String org.apache.falcon.resource.FeedLookupResult$FeedProperties.getFeedName() at org.apache.falcon.resource.FeedLookupResult$FeedProperties at private org.apache.falcon.resource.FeedLookupResult$FeedProperties[] org.apache.falcon.resource.FeedLookupResult.elements at org.apache.falcon.resource.FeedLookupResult this problem is related to the following location: at private java.lang.String org.apache.falcon.resource.FeedLookupResult$FeedProperties.feedName at org.apache.falcon.resource.FeedLookupResult$FeedProperties at private org.apache.falcon.resource.FeedLookupResult$FeedProperties[] org.apache.falcon.resource.FeedLookupResult.elements at org.apache.falcon.resource.FeedLookupResult Class has two properties of the same name "locationType" this problem is related to the following location: at public org.apache.falcon.entity.v0.feed.LocationType org.apache.falcon.resource.FeedLookupResult$FeedProperties.getLocationType() at org.apache.falcon.resource.FeedLookupResult$FeedProperties at private org.apache.falcon.resource.FeedLookupResult$FeedProperties[] org.apache.falcon.resource.FeedLookupResult.elements at org.apache.falcon.resource.FeedLookupResult this problem is related to the following location: at private org.apache.falcon.entity.v0.feed.LocationType org.apache.falcon.resource.FeedLookupResult$FeedProperties.locationType at org.apache.falcon.resource.FeedLookupResult$FeedProperties at private org.apache.falcon.resource.FeedLookupResult$FeedProperties[] org.apache.falcon.resource.FeedLookupResult.elements at org.apache.falcon.resource.FeedLookupResult at com.sun.jersey.core.provider.jaxb.AbstractRootElementProvider.writeTo(AbstractRootElementProvider.java:159) at com.sun.jersey.spi.container.ContainerResponse.write(ContainerResponse.java:306) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1437) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1221) at org.apache.falcon.security.FalconAuthorizationFilter.doFilter(FalconAuthorizationFilter.java:106) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1212) at org.apache.falcon.security.FalconAuthenticationFilter$2.doFilter(FalconAuthenticationFilter.java:184) at org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:396) at org.apache.falcon.security.FalconAuthenticationFilter.doFilter(FalconAuthenticationFilter.java:193) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1212) at org.apache.falcon.security.FalconAuditFilter.doFilter(FalconAuditFilter.java:64) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1212) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:399) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:450) at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230) at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:326) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:928) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228) at org.mortbay.jetty.security.SslSocketConnector$SslConnection.run(SslSocketConnector.java:713) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 3 counts of IllegalAnnotationExceptions
This is critical since it is breaking the current build
Attachments
Attachments
Issue Links
- is required by
-
FALCON-1128 Adding getter methods to FeedLookupResult
- Closed