Re: [basex-talk] Class loading error

2014-03-27 Thread Christian Grün
Hi Erol,

please give us some more details on what you want to do. Do you want
to create databases from your input, or do you simply want to use it
for online (ad-hoc) queries?

Christian



On Wed, Mar 26, 2014 at 8:43 PM, Erol Akarsu eaka...@gmail.com wrote:
 Sorry, throw this question, that is my fault.

 I have another question.
 Until now, I was able to read huge xml file (several Gbytes) through
 partition it and parse it with basex part by part.
 Do we have any new utility that can read 3-5G xml file and parse through
 basex?

 Thanks

 Erol Akarsu



 On Wed, Mar 26, 2014 at 10:16 AM, Erol Akarsu eaka...@gmail.com wrote:

 Sorry the mail sent incomplete. When I run, I am getting this exception.
 Actually, I have added all libs to project and eclipse compiles project
 successfully. but when I run, getting exception. I send in previous email
 the eclipse project description.

 Exception in thread main java.lang.NoClassDefFoundError: BaseXException
 Caused by: java.lang.ClassNotFoundException: BaseXException
 at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:247)


 On Wed, Mar 26, 2014 at 10:14 AM, Erol Akarsu eaka...@gmail.com wrote:

 I am trying to run WikiExample  coming as examples in eclipse. I moved
 all basex jars into lib folder of eclipse project that includes WikiExample
 basex application. But when I run




___
BaseX-Talk mailing list
BaseX-Talk@mailman.uni-konstanz.de
https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk


Re: [basex-talk] Class loading error

2014-03-27 Thread Erol Akarsu
I would like to use xml source w/o creating database
Is it possible?


On Thu, Mar 27, 2014 at 8:58 AM, Christian Grün
christian.gr...@gmail.comwrote:

 Hi Erol,

 please give us some more details on what you want to do. Do you want
 to create databases from your input, or do you simply want to use it
 for online (ad-hoc) queries?

 Christian



 On Wed, Mar 26, 2014 at 8:43 PM, Erol Akarsu eaka...@gmail.com wrote:
  Sorry, throw this question, that is my fault.
 
  I have another question.
  Until now, I was able to read huge xml file (several Gbytes) through
  partition it and parse it with basex part by part.
  Do we have any new utility that can read 3-5G xml file and parse through
  basex?
 
  Thanks
 
  Erol Akarsu
 
 
 
  On Wed, Mar 26, 2014 at 10:16 AM, Erol Akarsu eaka...@gmail.com wrote:
 
  Sorry the mail sent incomplete. When I run, I am getting this exception.
  Actually, I have added all libs to project and eclipse compiles project
  successfully. but when I run, getting exception. I send in previous
 email
  the eclipse project description.
 
  Exception in thread main java.lang.NoClassDefFoundError:
 BaseXException
  Caused by: java.lang.ClassNotFoundException: BaseXException
  at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
 
 
  On Wed, Mar 26, 2014 at 10:14 AM, Erol Akarsu eaka...@gmail.com
 wrote:
 
  I am trying to run WikiExample  coming as examples in eclipse. I moved
  all basex jars into lib folder of eclipse project that includes
 WikiExample
  basex application. But when I run
 
 
 
 

___
BaseX-Talk mailing list
BaseX-Talk@mailman.uni-konstanz.de
https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk


Re: [basex-talk] Class loading error

2014-03-27 Thread Christian Grün
Currently, BaseX isn't tailored for streaming large XML databases. I
remember that the Zorba query processor provides a mechanism for
streaming large XML snippets, as well as the enterprise (and
professional?) version of Saxon.



On Thu, Mar 27, 2014 at 3:22 PM, Erol Akarsu eaka...@gmail.com wrote:
 I would like to use xml source w/o creating database
 Is it possible?


 On Thu, Mar 27, 2014 at 8:58 AM, Christian Grün christian.gr...@gmail.com
 wrote:

 Hi Erol,

 please give us some more details on what you want to do. Do you want
 to create databases from your input, or do you simply want to use it
 for online (ad-hoc) queries?

 Christian



 On Wed, Mar 26, 2014 at 8:43 PM, Erol Akarsu eaka...@gmail.com wrote:
  Sorry, throw this question, that is my fault.
 
  I have another question.
  Until now, I was able to read huge xml file (several Gbytes) through
  partition it and parse it with basex part by part.
  Do we have any new utility that can read 3-5G xml file and parse through
  basex?
 
  Thanks
 
  Erol Akarsu
 
 
 
  On Wed, Mar 26, 2014 at 10:16 AM, Erol Akarsu eaka...@gmail.com wrote:
 
  Sorry the mail sent incomplete. When I run, I am getting this
  exception.
  Actually, I have added all libs to project and eclipse compiles project
  successfully. but when I run, getting exception. I send in previous
  email
  the eclipse project description.
 
  Exception in thread main java.lang.NoClassDefFoundError:
  BaseXException
  Caused by: java.lang.ClassNotFoundException: BaseXException
  at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
 
 
  On Wed, Mar 26, 2014 at 10:14 AM, Erol Akarsu eaka...@gmail.com
  wrote:
 
  I am trying to run WikiExample  coming as examples in eclipse. I moved
  all basex jars into lib folder of eclipse project that includes
  WikiExample
  basex application. But when I run
 
 
 
 


___
BaseX-Talk mailing list
BaseX-Talk@mailman.uni-konstanz.de
https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk


Re: [basex-talk] Class loading error

2014-03-26 Thread Erol Akarsu
Sorry, throw this question, that is my fault.

I have another question.
Until now, I was able to read huge xml file (several Gbytes) through
partition it and parse it with basex part by part.
Do we have any new utility that can read 3-5G xml file and parse through
basex?

Thanks

Erol Akarsu



On Wed, Mar 26, 2014 at 10:16 AM, Erol Akarsu eaka...@gmail.com wrote:

 Sorry the mail sent incomplete. When I run, I am getting this exception.
 Actually, I have added all libs to project and eclipse compiles project
 successfully. but when I run, getting exception. I send in previous email
 the eclipse project description.

 Exception in thread main java.lang.NoClassDefFoundError: BaseXException
 Caused by: java.lang.ClassNotFoundException: BaseXException
 at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:247)


 On Wed, Mar 26, 2014 at 10:14 AM, Erol Akarsu eaka...@gmail.com wrote:

 I am trying to run WikiExample  coming as examples in eclipse. I moved
 all basex jars into lib folder of eclipse project that includes WikiExample
 basex application. But when I run




___
BaseX-Talk mailing list
BaseX-Talk@mailman.uni-konstanz.de
https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk