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

Chris A. Mattmann commented on TIKA-593:
----------------------------------------

Thanks, Max, see latest patch. I'm close now:

{noformat}
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tika.server.MetadataResourceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.281 sec
Running org.apache.tika.server.TikaResourceTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec
Running org.apache.tika.server.UnpackerResourceTest
Tests run: 10, Failures: 1, Errors: 2, Skipped: 0, Time elapsed: 2.012 sec <<< 
FAILURE!

Results :

Failed tests:   test415(org.apache.tika.server.UnpackerResourceTest): 
expected:<415> but was:<406>

Tests in error: 
  testTarDocPicture(org.apache.tika.server.UnpackerResourceTest): Invalid byte 
0 at offset 0 in '{NUL}{NUL}{NUL}{NUL}{NUL}{NUL}{NUL}' len=8
  testText(org.apache.tika.server.UnpackerResourceTest): Stream closed

{noformat}

2 failures, 1 error, and the rest pass. Any ideas?

                
> Tika network server
> -------------------
>
>                 Key: TIKA-593
>                 URL: https://issues.apache.org/jira/browse/TIKA-593
>             Project: Tika
>          Issue Type: New Feature
>          Components: general
>    Affects Versions: 0.10
>            Reporter: Jukka Zitting
>            Assignee: Chris A. Mattmann
>             Fix For: 1.2
>
>         Attachments: TIKA-593.Mattmann.032612.patch.2.txt, 
> TIKA-593.Mattmann.032612.patch.txt, TIKA-593.Mattmann.032712.patch.txt, 
> TIKA-593_pom.diff
>
>
> It would be cool to be able to run Tika as a network service that accepts a 
> binary document as input and produces the extracted content (as XHTML, text, 
> or just metadata) as output. A bit like TIKA-169, but without the dependency 
> to a servlet container.
> I'd like to be able to set up and run such a server like this:
>     $ java -jar tika-app.jar --port 1234
> We should also add a NetworkParser class that acts as a local client for such 
> a service. This way a lightweight client could use the full set of Tika 
> parsing functionality even with just the tika-core jar within its classpath.

--
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

        

Reply via email to