There were two version of Jersey 1.4 and 1.10 in trunk a week ago. One version was downloaded from maven and another version was in trunk/lib directory. The error was generated from conflicting version of Jersey. Jersey 1.4 was in trunk/lib directory, and make sure that you removed it by sync up with current trunk.
regards, Eric On Mon, Dec 12, 2011 at 3:12 AM, Mohammad Tariq <[email protected]> wrote: > Hello list, > > Today when I started the HICC I got following strange things on my > terminal - > > solr@ubuntu:~/chukwa-incubating-0.5.0$ bin/chukwa hicc > solr@ubuntu:~/chukwa-incubating-0.5.0$ Dec 12, 2011 4:23:03 PM > com.sun.jersey.api.core.PackagesResourceConfig init > INFO: Scanning for root resource and provider classes in the packages: > org.apache.hadoop.chukwa.rest.resource > org.apache.hadoop.chukwa.hicc.rest > Dec 12, 2011 4:23:03 PM com.sun.jersey.api.core.ScanningResourceConfig > logClasses > INFO: Root resource classes found: > class org.apache.hadoop.chukwa.rest.resource.UserResource > class org.apache.hadoop.chukwa.rest.resource.WidgetResource > class org.apache.hadoop.chukwa.rest.resource.ClientTrace > class org.apache.hadoop.chukwa.hicc.rest.MetricsController > class org.apache.hadoop.chukwa.rest.resource.ViewResource > Dec 12, 2011 4:23:03 PM com.sun.jersey.api.core.ScanningResourceConfig > logClasses > INFO: Provider classes found: > class org.apache.hadoop.chukwa.rest.resource.WidgetContextResolver > class org.apache.hadoop.chukwa.rest.resource.ViewContextResolver > Dec 12, 2011 4:23:03 PM > com.sun.jersey.server.impl.application.WebApplicationImpl _initiate > INFO: Initiating Jersey application, version 'Jersey: 1.4 09/11/2010 10:30 PM' > Dec 12, 2011 4:23:04 PM com.sun.jersey.spi.inject.Errors processErrorMessages > SEVERE: The following errors and warnings have been detected with > resource and/or provider classes: > SEVERE: Method, public org.apache.hadoop.chukwa.rest.bean.UserBean > org.apache.hadoop.chukwa.rest.resource.UserResource.getProfile(java.lang.String), > annotated with GET of resource, class > org.apache.hadoop.chukwa.rest.resource.UserResource, is not recognized > as valid resource method. > SEVERE: Method, public java.lang.String > org.apache.hadoop.chukwa.rest.resource.UserResource.getUserList(), > annotated with GET of resource, class > org.apache.hadoop.chukwa.rest.resource.UserResource, is not recognized > as valid resource method. > SEVERE: Method, public > org.apache.hadoop.chukwa.rest.bean.ReturnCodeBean > org.apache.hadoop.chukwa.rest.resource.UserResource.setProfile(org.apache.hadoop.chukwa.rest.bean.UserBean), > annotated with PUT of resource, class > org.apache.hadoop.chukwa.rest.resource.UserResource, is not recognized > as valid resource method. > SEVERE: Method, public java.util.List > org.apache.hadoop.chukwa.rest.resource.ClientTrace.getTrace(), > annotated with GET of resource, class > org.apache.hadoop.chukwa.rest.resource.ClientTrace, is not recognized > as valid resource method. > SEVERE: Method, public > org.apache.hadoop.chukwa.rest.bean.ReturnCodeBean > org.apache.hadoop.chukwa.rest.resource.ViewResource.deleteView(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String), > annotated with DELETE of resource, class > org.apache.hadoop.chukwa.rest.resource.ViewResource, is not recognized > as valid resource method. > SEVERE: Method, public org.apache.hadoop.chukwa.rest.bean.ViewBean > org.apache.hadoop.chukwa.rest.resource.ViewResource.getView(javax.servlet.http.HttpServletRequest,java.lang.String), > annotated with GET of resource, class > org.apache.hadoop.chukwa.rest.resource.ViewResource, is not recognized > as valid resource method. > SEVERE: Method, public > org.apache.hadoop.chukwa.rest.bean.ReturnCodeBean > org.apache.hadoop.chukwa.rest.resource.ViewResource.changeViewPermission(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String,java.lang.String), > annotated with POST of resource, class > org.apache.hadoop.chukwa.rest.resource.ViewResource, is not recognized > as valid resource method. > SEVERE: Method, public java.lang.String > org.apache.hadoop.chukwa.rest.resource.ViewResource.getUserViewList(javax.servlet.http.HttpServletRequest), > annotated with GET of resource, class > org.apache.hadoop.chukwa.rest.resource.ViewResource, is not recognized > as valid resource method. > SEVERE: Method, public > org.apache.hadoop.chukwa.rest.bean.ReturnCodeBean > org.apache.hadoop.chukwa.rest.resource.ViewResource.setView(javax.servlet.http.HttpServletRequest,org.apache.hadoop.chukwa.rest.bean.ViewBean), > annotated with PUT of resource, class > org.apache.hadoop.chukwa.rest.resource.ViewResource, is not recognized > as valid resource method. > SEVERE: Method, public > org.apache.hadoop.chukwa.rest.bean.ReturnCodeBean > org.apache.hadoop.chukwa.rest.resource.ViewResource.changeView(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String,java.lang.String), > annotated with POST of resource, class > org.apache.hadoop.chukwa.rest.resource.ViewResource, is not recognized > as valid resource method. > SEVERE: Method, public org.apache.hadoop.chukwa.rest.bean.WidgetBean > org.apache.hadoop.chukwa.rest.resource.WidgetResource.getProfile(java.lang.String), > annotated with GET of resource, class > org.apache.hadoop.chukwa.rest.resource.WidgetResource, is not > recognized as valid resource method. > SEVERE: Method, public > org.apache.hadoop.chukwa.rest.bean.CatalogBean > org.apache.hadoop.chukwa.rest.resource.WidgetResource.getWidgetCatalog(), > annotated with GET of resource, class > org.apache.hadoop.chukwa.rest.resource.WidgetResource, is not > recognized as valid resource method. > SEVERE: Method, public > org.apache.hadoop.chukwa.rest.bean.ReturnCodeBean > org.apache.hadoop.chukwa.rest.resource.WidgetResource.saveWidget(org.apache.hadoop.chukwa.rest.bean.WidgetBean), > annotated with PUT of resource, class > org.apache.hadoop.chukwa.rest.resource.WidgetResource, is not > recognized as valid resource method. > SEVERE: Method, public java.lang.String > org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeries(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String), > annotated with GET of resource, class > org.apache.hadoop.chukwa.hicc.rest.MetricsController, is not > recognized as valid resource method. > SEVERE: Method, public java.lang.String > org.apache.hadoop.chukwa.hicc.rest.MetricsController.getSeriesBySessionAttribute(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String), > annotated with GET of resource, class > org.apache.hadoop.chukwa.hicc.rest.MetricsController, is not > recognized as valid resource method. > SEVERE: Method, public java.lang.String > org.apache.hadoop.chukwa.hicc.rest.MetricsController.getTables(), > annotated with GET of resource, class > org.apache.hadoop.chukwa.hicc.rest.MetricsController, is not > recognized as valid resource method. > SEVERE: Method, public java.lang.String > org.apache.hadoop.chukwa.hicc.rest.MetricsController.getFamilies(java.lang.String), > annotated with GET of resource, class > org.apache.hadoop.chukwa.hicc.rest.MetricsController, is not > recognized as valid resource method. > SEVERE: Method, public java.lang.String > org.apache.hadoop.chukwa.hicc.rest.MetricsController.getColumnNames(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String,java.lang.String,java.lang.String,boolean), > annotated with GET of resource, class > org.apache.hadoop.chukwa.hicc.rest.MetricsController, is not > recognized as valid resource method. > SEVERE: Method, public java.lang.String > org.apache.hadoop.chukwa.hicc.rest.MetricsController.getRowNames(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,boolean), > annotated with GET of resource, class > org.apache.hadoop.chukwa.hicc.rest.MetricsController, is not > recognized as valid resource method. > SEVERE: Method, public synchronized javax.ws.rs.core.Response > com.sun.jersey.server.impl.wadl.WadlResource.getWadl(javax.ws.rs.core.UriInfo), > annotated with GET of resource, class > com.sun.jersey.server.impl.wadl.WadlResource, is not recognized as > valid resource method. > > Could anybody tell me the reason for this??Am I missing something or > making some mistake??I can see the some activity on " > http://localhost:4080/hicc/jsp/graph_explorer.jsp " though. > > Regards, > Mohammad Tariq
