[jira] [Resolved] (NUTCH-2089) Move Nutch 2.x to compile on JDK 8

2016-09-02 Thread Lewis John McGibbney (JIRA)

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

Lewis John McGibbney resolved NUTCH-2089.
-
Resolution: Fixed

> Move Nutch 2.x to compile on JDK 8
> --
>
> Key: NUTCH-2089
> URL: https://issues.apache.org/jira/browse/NUTCH-2089
> Project: Nutch
>  Issue Type: Bug
>  Components: build
>Reporter: Lewis John McGibbney
>Assignee: Furkan KAMACI
> Fix For: 2.4
>
> Attachments: java8output.txt, java8output.txt
>
>
> Public support updates for JDK 1.7 stopped in April of this year.
> https://www.java.com/en/download/faq/java_7.xml
> In our next release we should shift support to JDK 1.8.
>  



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


[jira] [Updated] (NUTCH-2313) Error in Nutch 2.X WebApp Inject

2016-09-02 Thread Lewis John McGibbney (JIRA)

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

Lewis John McGibbney updated NUTCH-2313:

Fix Version/s: (was: 2.3)
   2.5

> Error in Nutch 2.X WebApp Inject 
> -
>
> Key: NUTCH-2313
> URL: https://issues.apache.org/jira/browse/NUTCH-2313
> Project: Nutch
>  Issue Type: Bug
>  Components: web gui
>Affects Versions: 2.3
> Environment: Nutch 2.3.1
> Hbase 2
> Hadoop 2.4
>Reporter: kakou Denis
> Fix For: 2.5
>
>
> when i define a crawl within the web, I have this ouput.
> 16/09/01 20:58:51 INFO resource.PropertiesFactory: Loading properties files 
> from 
> jar:file:/tmp/hadoop-unjar2700707934366020491/lib/wicket-extensions-6.13.0.jar!/org/apache/wicket/extensions/Initializer.properties
>  with loader 
> org.apache.wicket.resource.IsoPropertiesFilePropertiesLoader@37dc175b
> 16/09/01 20:59:10 WARN RequestCycleExtra: 
> 16/09/01 20:59:10 WARN RequestCycleExtra: Handling the following exception
> org.apache.wicket.core.request.mapper.StalePageException
> 16/09/01 20:59:10 WARN RequestCycleExtra: 
> 16/09/01 20:59:10 WARN render.WebPageRenderer: The Buffered response should 
> be handled by BufferedResponseRequestHandler
> 16/09/01 20:59:22 ERROR impl.RemoteCommandExecutor: Remote command failed
> java.util.concurrent.TimeoutException
> at java.util.concurrent.FutureTask.get(FutureTask.java:205)
> at 
> org.apache.nutch.webui.client.impl.RemoteCommandExecutor.executeRemoteJob(RemoteCommandExecutor.java:61)
> at 
> org.apache.nutch.webui.client.impl.CrawlingCycle.executeCrawlCycle(CrawlingCycle.java:58)
> at 
> org.apache.nutch.webui.service.impl.CrawlServiceImpl.startCrawl(CrawlServiceImpl.java:69)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at 
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
> at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
> at 
> org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:97)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> 16/09/01 20:59:22 INFO impl.CrawlingCycle: Executed remote command data: 
> INJECT status: FAILED



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


[jira] [Resolved] (NUTCH-2314) Use indexer-elastic2 Plugin for javadoc and eclipse Targets

2016-09-02 Thread Lewis John McGibbney (JIRA)

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

Lewis John McGibbney resolved NUTCH-2314.
-
Resolution: Fixed

Thnks [~kamaci]

> Use indexer-elastic2 Plugin for javadoc and eclipse Targets
> ---
>
> Key: NUTCH-2314
> URL: https://issues.apache.org/jira/browse/NUTCH-2314
> Project: Nutch
>  Issue Type: Bug
>  Components: plugin
>Reporter: Furkan KAMACI
>Assignee: Furkan KAMACI
> Fix For: 2.4
>
>
> indexer-elastic2 plugin is used at deploy and clean tasks of plugin/build.xml 
> However, indexer-elastic plugin is used instead of indexer-elastic2 for 
> javadoc and eclipse tasks at build.xml and gives error.



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


[GitHub] nutch pull request #150: NUTCH-2314 indexer-elastic2 plugin is used for java...

2016-09-02 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/nutch/pull/150


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (NUTCH-2314) Use indexer-elastic2 Plugin for javadoc and eclipse Targets

2016-09-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on NUTCH-2314:
---

Github user asfgit closed the pull request at:

https://github.com/apache/nutch/pull/150


> Use indexer-elastic2 Plugin for javadoc and eclipse Targets
> ---
>
> Key: NUTCH-2314
> URL: https://issues.apache.org/jira/browse/NUTCH-2314
> Project: Nutch
>  Issue Type: Bug
>  Components: plugin
>Reporter: Furkan KAMACI
>Assignee: Furkan KAMACI
> Fix For: 2.4
>
>
> indexer-elastic2 plugin is used at deploy and clean tasks of plugin/build.xml 
> However, indexer-elastic plugin is used instead of indexer-elastic2 for 
> javadoc and eclipse tasks at build.xml and gives error.



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


[jira] [Commented] (NUTCH-2314) Use indexer-elastic2 Plugin for javadoc and eclipse Targets

2016-09-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on NUTCH-2314:
---

GitHub user kamaci opened a pull request:

https://github.com/apache/nutch/pull/150

NUTCH-2314 indexer-elastic2 plugin is used for javadoc and eclipse targets

…rgets

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/kamaci/nutch NUTCH-2314

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/nutch/pull/150.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #150


commit ff8b6942f960df6ba868e19197673b4011b09df5
Author: Furkan KAMACI 
Date:   2016-09-02T15:00:46Z

NUTCH-2314 indexer-elastic2 plugin is used for javadoc and eclipse targets




> Use indexer-elastic2 Plugin for javadoc and eclipse Targets
> ---
>
> Key: NUTCH-2314
> URL: https://issues.apache.org/jira/browse/NUTCH-2314
> Project: Nutch
>  Issue Type: Bug
>  Components: plugin
>Reporter: Furkan KAMACI
>Assignee: Furkan KAMACI
> Fix For: 2.4
>
>
> indexer-elastic2 plugin is used at deploy and clean tasks of plugin/build.xml 
> However, indexer-elastic plugin is used instead of indexer-elastic2 for 
> javadoc and eclipse tasks at build.xml and gives error.



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


[GitHub] nutch pull request #150: NUTCH-2314 indexer-elastic2 plugin is used for java...

2016-09-02 Thread kamaci
GitHub user kamaci opened a pull request:

https://github.com/apache/nutch/pull/150

NUTCH-2314 indexer-elastic2 plugin is used for javadoc and eclipse targets

…rgets

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/kamaci/nutch NUTCH-2314

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/nutch/pull/150.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #150


commit ff8b6942f960df6ba868e19197673b4011b09df5
Author: Furkan KAMACI 
Date:   2016-09-02T15:00:46Z

NUTCH-2314 indexer-elastic2 plugin is used for javadoc and eclipse targets




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (NUTCH-2314) Use indexer-elastic2 Plugin for javadoc and eclipse Targets

2016-09-02 Thread Furkan KAMACI (JIRA)
Furkan KAMACI created NUTCH-2314:


 Summary: Use indexer-elastic2 Plugin for javadoc and eclipse 
Targets
 Key: NUTCH-2314
 URL: https://issues.apache.org/jira/browse/NUTCH-2314
 Project: Nutch
  Issue Type: Bug
  Components: plugin
Reporter: Furkan KAMACI
Assignee: Furkan KAMACI
 Fix For: 2.4


indexer-elastic2 plugin is used at deploy and clean tasks of plugin/build.xml 
However, indexer-elastic plugin is used instead of indexer-elastic2 for javadoc 
and eclipse tasks at build.xml and gives error.



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