[ 
https://issues.apache.org/jira/browse/NUTCH-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826452#comment-15826452
 ] 

Furkan KAMACI commented on NUTCH-2350:
--------------------------------------

This is unrelated to NUTCH-2344. Nutch Web GUI tries to convert NutchStatus 
object at api package to its NutchStatus object (which is at Web GUI package). 
This is the related code from NutchClientImpl:

{code:java}
  @Override
  public NutchStatus getNutchStatus() {
    return nutchResource.path("/admin").type(APPLICATION_JSON)
        .get(NutchStatus.class);
  }
{code}

Return class from Nutch REST API and expected classes have same name but 
different. I've added necessary field to web gun package object.

> Add Missing activeConfId Field to NutchStatus Object
> ----------------------------------------------------
>
>                 Key: NUTCH-2350
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2350
>             Project: Nutch
>          Issue Type: Bug
>          Components: web gui
>    Affects Versions: 2.3.1
>            Reporter: Furkan KAMACI
>            Assignee: Furkan KAMACI
>             Fix For: 2.4
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to