You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by bu...@apache.org on 2006/03/01 09:25:57 UTC

DO NOT REPLY [Bug 38813] New: - Load directory tree failed

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38813>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38813

           Summary: Load directory tree failed
           Product: Xindice
           Version: 1.0
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Keywords: ErrorMessage
          Severity: critical
          Priority: P2
         Component: Server
        AssignedTo: xindice-dev@xml.apache.org
        ReportedBy: amir.saad@bibalex.org


I have a directory containing 40.000 xml document, I tried to import this
directory into the Xindice:
xindiceadmin import -c /db -f tmp -e xml -v
Created : /db/tmp
ERROR : Java Runtime Error
ERROR : null
java.lang.NullPointerException
        at
org.apache.xindice.tools.command.AddDocument.execute(AddDocument.java:150)
        at
org.apache.xindice.tools.command.ImportTree.importFile(ImportTree.java:189)
        at org.apache.xindice.tools.command.ImportTree.process(ImportTree.java:167)
        at org.apache.xindice.tools.command.ImportTree.execute(ImportTree.java:118)
        at org.apache.xindice.tools.XMLTools.execute(XMLTools.java:331)
        at org.apache.xindice.tools.XMLTools.process(XMLTools.java:257)
        at org.apache.xindice.tools.XMLAdminTools.main(XMLAdminTools.java:89)

I tried to import a directory containing 5 files and it worked

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

DO NOT REPLY [Bug 38813] - Load directory tree failed

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38813>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38813


byrne@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




------- Additional Comments From byrne@apache.org  2006-10-11 10:13 -------
Any chance you could post what the xindice log says at that point also?

Re run the import and just include the last 20 lines of the tomcat log file.

Todd

(In reply to comment #0)
> I have a directory containing 40.000 xml document, I tried to import this
> directory into the Xindice:
> xindiceadmin import -c /db -f tmp -e xml -v
> Created : /db/tmp
> ERROR : Java Runtime Error
> ERROR : null
> java.lang.NullPointerException
>         at
> org.apache.xindice.tools.command.AddDocument.execute(AddDocument.java:150)
>         at
> org.apache.xindice.tools.command.ImportTree.importFile(ImportTree.java:189)
>         at
org.apache.xindice.tools.command.ImportTree.process(ImportTree.java:167)
>         at
org.apache.xindice.tools.command.ImportTree.execute(ImportTree.java:118)
>         at org.apache.xindice.tools.XMLTools.execute(XMLTools.java:331)
>         at org.apache.xindice.tools.XMLTools.process(XMLTools.java:257)
>         at org.apache.xindice.tools.XMLAdminTools.main(XMLAdminTools.java:89)
> 
> I tried to import a directory containing 5 files and it worked



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.