[jira] [Resolved] (CONNECTORS-429) A job is stopped by SmbException(No process is on the other end of the pipe).

2012-03-19 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-429.


Resolution: Fixed
  Assignee: Karl Wright

r1302762

> A job is stopped by SmbException(No process is on the other end of the pipe).
> -
>
> Key: CONNECTORS-429
> URL: https://issues.apache.org/jira/browse/CONNECTORS-429
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: JCIFS connector
>Affects Versions: ManifoldCF 0.4
> Environment: Windows 2003 R2 SE SP2
> PostgreSQL8.4
> Java 1.6.0_24-b07
> Tomcat 6.0.33
> ManifoldCF (from trunk | 2012-03-01)
>Reporter: takagi
>Assignee: Karl Wright
>  Labels: patch
> Fix For: ManifoldCF 0.5
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> I am using ManifoldCF(from trunk build. 0.5?) for crawling Windows Share 
> Folder for our application. When I run ManifoldCF sometimes I am getting 
> SmbException. SmbException occur more often around crawling 70,000 files 
> over. I try to reduce this JCIFS connection(2-5). However, SmbException will 
> occur.
> I read ManifoldCF Source Code.
> SharedDriverConnector.java
>  +processSMBException()
> This method don't handle "No process is on the other end of the pipe." I want 
> to continue the job even in the exception. Therefore, I modified the source 
> code(SharedDriverConnector.java/Line number 1176). As a result, a job 
> continue without stopping.
> Source Code
> http://hb2.sakura.ne.jp/manifoldcf/SharedDriveConnector.java
> Source Code Parts
> +
> else if(se.getMessage().indexOf("No process is on the other end of the 
> pipe") != -1) {
>   Logging.connectors.warn("JCIFS: 'No process is on the other end of the 
> pipe' response when "+activity+" for "+documentIdentifier+": retrying...",se);
>   // 'No process is on the other end of the pipe' skip the document and 
> keep going
>   throw new ServiceInterruption("Timeout or other service interruption: 
> "+se.getMessage(),se,currentTime + 30L,
> currentTime + 3 * 60 * 6L,-1,false);
> }
> +

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-429) A job is stopped by SmbException(No process is on the other end of the pipe).

2012-03-19 Thread takagi (Created) (JIRA)
A job is stopped by SmbException(No process is on the other end of the pipe).
-

 Key: CONNECTORS-429
 URL: https://issues.apache.org/jira/browse/CONNECTORS-429
 Project: ManifoldCF
  Issue Type: Bug
  Components: JCIFS connector
Affects Versions: ManifoldCF 0.4
 Environment: Windows 2003 R2 SE SP2
PostgreSQL8.4
Java 1.6.0_24-b07
Tomcat 6.0.33
ManifoldCF (from trunk | 2012-03-01)

Reporter: takagi
 Fix For: ManifoldCF 0.5


I am using ManifoldCF(from trunk build. 0.5?) for crawling Windows Share Folder 
for our application. When I run ManifoldCF sometimes I am getting SmbException. 
SmbException occur more often around crawling 70,000 files over. I try to 
reduce this JCIFS connection(2-5). However, SmbException will occur.

I read ManifoldCF Source Code.

SharedDriverConnector.java
 +processSMBException()

This method don't handle "No process is on the other end of the pipe." I want 
to continue the job even in the exception. Therefore, I modified the source 
code(SharedDriverConnector.java/Line number 1176). As a result, a job continue 
without stopping.

Source Code
http://hb2.sakura.ne.jp/manifoldcf/SharedDriveConnector.java

Source Code Parts
+
else if(se.getMessage().indexOf("No process is on the other end of the 
pipe") != -1) {
  Logging.connectors.warn("JCIFS: 'No process is on the other end of the 
pipe' response when "+activity+" for "+documentIdentifier+": retrying...",se);
  // 'No process is on the other end of the pipe' skip the document and 
keep going
  throw new ServiceInterruption("Timeout or other service interruption: 
"+se.getMessage(),se,currentTime + 30L,
currentTime + 3 * 60 * 6L,-1,false);
}
+


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: Postpone localization tickets for 0.5 release?

2012-03-19 Thread Shinichiro Abe
+1

Shinichiro 
On 2012/03/20, at 4:33, Karl Wright wrote:

> Hi all,
> 
> I've not heard anything from Hitoshi Ozawa about whether he will be
> able to complete some of the Japanese localization work that was
> scheduled for 0.5-incubating.  Since the day is rapidly approaching
> when we have to spin the first RC, I'd like a show of hands as to
> whether we should postpone the two tickets currently on Hitoshi's
> plate for the next release.  The tickets in question are
> CONNECTORS-394 and CONNECTORS-404.
> 
> +1 from me for postponing.
> 
> Karl



Postpone localization tickets for 0.5 release?

2012-03-19 Thread Karl Wright
Hi all,

I've not heard anything from Hitoshi Ozawa about whether he will be
able to complete some of the Japanese localization work that was
scheduled for 0.5-incubating.  Since the day is rapidly approaching
when we have to spin the first RC, I'd like a show of hands as to
whether we should postpone the two tickets currently on Hitoshi's
plate for the next release.  The tickets in question are
CONNECTORS-394 and CONNECTORS-404.

+1 from me for postponing.

Karl


[jira] [Resolved] (CONNECTORS-428) Include license label for IPA fonts

2012-03-19 Thread Karl Wright (Resolved) (JIRA)

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

Karl Wright resolved CONNECTORS-428.


Resolution: Fixed

r1302582


> Include license label for IPA fonts
> ---
>
> Key: CONNECTORS-428
> URL: https://issues.apache.org/jira/browse/CONNECTORS-428
> Project: ManifoldCF
>  Issue Type: Task
>  Components: Documentation
>Affects Versions: ManifoldCF 0.5
>Reporter: Karl Wright
>Assignee: Karl Wright
>Priority: Blocker
> Fix For: ManifoldCF 0.5
>
>
> The IPA fonts are to be considered Category-B licensed, according to 
> LEGAL-123, so we will need to add mention of them in the licensing materials.
> See http://www.apache.org/legal/resolved.html#category-b

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (CONNECTORS-428) Include license label for IPA fonts

2012-03-19 Thread Karl Wright (Created) (JIRA)
Include license label for IPA fonts
---

 Key: CONNECTORS-428
 URL: https://issues.apache.org/jira/browse/CONNECTORS-428
 Project: ManifoldCF
  Issue Type: Task
  Components: Documentation
Affects Versions: ManifoldCF 0.5
Reporter: Karl Wright
Assignee: Karl Wright
Priority: Blocker
 Fix For: ManifoldCF 0.5


The IPA fonts are to be considered Category-B licensed, so we will need to add 
mention of them in the licensing materials.

See http://www.apache.org/legal/resolved.html#category-b


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (CONNECTORS-428) Include license label for IPA fonts

2012-03-19 Thread Karl Wright (Updated) (JIRA)

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

Karl Wright updated CONNECTORS-428:
---

Description: 
The IPA fonts are to be considered Category-B licensed, according to LEGAL-123, 
so we will need to add mention of them in the licensing materials.

See http://www.apache.org/legal/resolved.html#category-b


  was:
The IPA fonts are to be considered Category-B licensed, so we will need to add 
mention of them in the licensing materials.

See http://www.apache.org/legal/resolved.html#category-b



> Include license label for IPA fonts
> ---
>
> Key: CONNECTORS-428
> URL: https://issues.apache.org/jira/browse/CONNECTORS-428
> Project: ManifoldCF
>  Issue Type: Task
>  Components: Documentation
>Affects Versions: ManifoldCF 0.5
>Reporter: Karl Wright
>Assignee: Karl Wright
>Priority: Blocker
> Fix For: ManifoldCF 0.5
>
>
> The IPA fonts are to be considered Category-B licensed, according to 
> LEGAL-123, so we will need to add mention of them in the licensing materials.
> See http://www.apache.org/legal/resolved.html#category-b

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (CONNECTORS-425) Elastic Search documentation missing images

2012-03-19 Thread Piergiorgio Lucidi (Updated) (JIRA)

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

Piergiorgio Lucidi updated CONNECTORS-425:
--

Remaining Estimate: 4h
 Original Estimate: 4h

> Elastic Search documentation missing images
> ---
>
> Key: CONNECTORS-425
> URL: https://issues.apache.org/jira/browse/CONNECTORS-425
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Documentation
>Reporter: Karl Wright
>Assignee: Piergiorgio Lucidi
> Fix For: ManifoldCF 0.5
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> The ElasticSearch documentation refers to images that never actually were 
> committed.  Looking back at the ticket, they were never included in any 
> uploaded patch either.  These are:
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-connection-parameters.PNG. (No 
> context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-user.PNG. (No context info 
> available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-job-parameters.PNG. (No context 
> info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-history-report.PNG. (No context 
> info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-connection-parameters.PNG. (No 
> context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-user.PNG. (No context info 
> available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-job-parameters.PNG. (No context 
> info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-history-report.PNG. (No context 
> info available)
>  [exec] X [0] 
> ja_JP/images/ja_JP/elasticsearch-connection-parameters_ja_JP.PNG  BROKEN: No 
> pipeline matched request: ja_
> JP/images/ja_JP/elasticsearch-connection-parameters_ja_JP.PNG
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-connection-parameters_ja_JP.PNG. 
> (No context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-user_ja_JP.PNG. (No context info 
> available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-job-parameters_ja_JP.PNG. (No 
> context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-history-report_ja_JP.PNG. (No 
> context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-connection-parameters_ja_JP.PNG. 
> (No context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-user_ja_JP.PNG. (No context info 
> available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-job-parameters_ja_JP.PNG. (No 
> context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-history-report_ja_JP.PNG. (No 
> context info available)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (CONNECTORS-423) Elastic Search connector should handle document metadata

2012-03-19 Thread Piergiorgio Lucidi (Resolved) (JIRA)

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

Piergiorgio Lucidi resolved CONNECTORS-423.
---

Resolution: Fixed

r1302515.

> Elastic Search connector should handle document metadata
> 
>
> Key: CONNECTORS-423
> URL: https://issues.apache.org/jira/browse/CONNECTORS-423
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Elastic Search connector
>Affects Versions: ManifoldCF 0.5
>Reporter: Karl Wright
>Assignee: Piergiorgio Lucidi
> Fix For: ManifoldCF 0.5
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> The Elastic Search connector does not currently handle metadata, but it 
> should.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (CONNECTORS-425) Elastic Search documentation missing images

2012-03-19 Thread Piergiorgio Lucidi (Commented) (JIRA)

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

Piergiorgio Lucidi commented on CONNECTORS-425:
---

Partially solved: I added english language images (r1302515).

> Elastic Search documentation missing images
> ---
>
> Key: CONNECTORS-425
> URL: https://issues.apache.org/jira/browse/CONNECTORS-425
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Documentation
>Reporter: Karl Wright
>Assignee: Piergiorgio Lucidi
> Fix For: ManifoldCF 0.5
>
>
> The ElasticSearch documentation refers to images that never actually were 
> committed.  Looking back at the ticket, they were never included in any 
> uploaded patch either.  These are:
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-connection-parameters.PNG. (No 
> context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-user.PNG. (No context info 
> available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-job-parameters.PNG. (No context 
> info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-history-report.PNG. (No context 
> info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-connection-parameters.PNG. (No 
> context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-user.PNG. (No context info 
> available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-job-parameters.PNG. (No context 
> info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-history-report.PNG. (No context 
> info available)
>  [exec] X [0] 
> ja_JP/images/ja_JP/elasticsearch-connection-parameters_ja_JP.PNG  BROKEN: No 
> pipeline matched request: ja_
> JP/images/ja_JP/elasticsearch-connection-parameters_ja_JP.PNG
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-connection-parameters_ja_JP.PNG. 
> (No context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-user_ja_JP.PNG. (No context info 
> available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-job-parameters_ja_JP.PNG. (No 
> context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-history-report_ja_JP.PNG. (No 
> context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-connection-parameters_ja_JP.PNG. 
> (No context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-user_ja_JP.PNG. (No context info 
> available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-job-parameters_ja_JP.PNG. (No 
> context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-history-report_ja_JP.PNG. (No 
> context info available)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (CONNECTORS-425) Elastic Search documentation missing images

2012-03-19 Thread Piergiorgio Lucidi (Updated) (JIRA)

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

Piergiorgio Lucidi updated CONNECTORS-425:
--

Affects Version/s: (was: ManifoldCF 0.5)
Fix Version/s: (was: ManifoldCF next)
   ManifoldCF 0.5

> Elastic Search documentation missing images
> ---
>
> Key: CONNECTORS-425
> URL: https://issues.apache.org/jira/browse/CONNECTORS-425
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Documentation
>Reporter: Karl Wright
>Assignee: Piergiorgio Lucidi
> Fix For: ManifoldCF 0.5
>
>
> The ElasticSearch documentation refers to images that never actually were 
> committed.  Looking back at the ticket, they were never included in any 
> uploaded patch either.  These are:
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-connection-parameters.PNG. (No 
> context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-user.PNG. (No context info 
> available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-job-parameters.PNG. (No context 
> info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-history-report.PNG. (No context 
> info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-connection-parameters.PNG. (No 
> context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-user.PNG. (No context info 
> available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-job-parameters.PNG. (No context 
> info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-history-report.PNG. (No context 
> info available)
>  [exec] X [0] 
> ja_JP/images/ja_JP/elasticsearch-connection-parameters_ja_JP.PNG  BROKEN: No 
> pipeline matched request: ja_
> JP/images/ja_JP/elasticsearch-connection-parameters_ja_JP.PNG
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-connection-parameters_ja_JP.PNG. 
> (No context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-user_ja_JP.PNG. (No context info 
> available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-job-parameters_ja_JP.PNG. (No 
> context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-history-report_ja_JP.PNG. (No 
> context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-connection-parameters_ja_JP.PNG. 
> (No context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-user_ja_JP.PNG. (No context info 
> available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-job-parameters_ja_JP.PNG. (No 
> context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-history-report_ja_JP.PNG. (No 
> context info available)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Assigned] (CONNECTORS-425) Elastic Search documentation missing images

2012-03-19 Thread Piergiorgio Lucidi (Assigned) (JIRA)

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

Piergiorgio Lucidi reassigned CONNECTORS-425:
-

Assignee: Piergiorgio Lucidi

> Elastic Search documentation missing images
> ---
>
> Key: CONNECTORS-425
> URL: https://issues.apache.org/jira/browse/CONNECTORS-425
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Documentation
>Reporter: Karl Wright
>Assignee: Piergiorgio Lucidi
> Fix For: ManifoldCF 0.5
>
>
> The ElasticSearch documentation refers to images that never actually were 
> committed.  Looking back at the ticket, they were never included in any 
> uploaded patch either.  These are:
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-connection-parameters.PNG. (No 
> context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-user.PNG. (No context info 
> available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-job-parameters.PNG. (No context 
> info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-history-report.PNG. (No context 
> info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-connection-parameters.PNG. (No 
> context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-user.PNG. (No context info 
> available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-job-parameters.PNG. (No context 
> info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://en_US/images/en_US/elasticsearch-history-report.PNG. (No context 
> info available)
>  [exec] X [0] 
> ja_JP/images/ja_JP/elasticsearch-connection-parameters_ja_JP.PNG  BROKEN: No 
> pipeline matched request: ja_
> JP/images/ja_JP/elasticsearch-connection-parameters_ja_JP.PNG
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-connection-parameters_ja_JP.PNG. 
> (No context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-user_ja_JP.PNG. (No context info 
> available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-job-parameters_ja_JP.PNG. (No 
> context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-history-report_ja_JP.PNG. (No 
> context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-connection-parameters_ja_JP.PNG. 
> (No context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-user_ja_JP.PNG. (No context info 
> available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-job-parameters_ja_JP.PNG. (No 
> context info available)
>  [exec] ERROR - Image not found. URI: 
> cocoon://ja_JP/images/ja_JP/elasticsearch-history-report_ja_JP.PNG. (No 
> context info available)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (CONNECTORS-423) Elastic Search connector should handle document metadata

2012-03-19 Thread Piergiorgio Lucidi (Commented) (JIRA)

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

Piergiorgio Lucidi commented on CONNECTORS-423:
---

I tested the connector trying to ingest documents using the CMIS and Alfresco 
connectors.

The connectors works fine ingesting all the metadata and the binary creating 
all the needed indexes in the ElasticSearch instance. I tried to execute full 
text queries to test the binary indexes and it works :)

So I think that after we fix the Ant build for integration tests, then we can 
close this ticket as resolved.

> Elastic Search connector should handle document metadata
> 
>
> Key: CONNECTORS-423
> URL: https://issues.apache.org/jira/browse/CONNECTORS-423
> Project: ManifoldCF
>  Issue Type: Improvement
>  Components: Elastic Search connector
>Affects Versions: ManifoldCF 0.5
>Reporter: Karl Wright
>Assignee: Piergiorgio Lucidi
> Fix For: ManifoldCF 0.5
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> The Elastic Search connector does not currently handle metadata, but it 
> should.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira