Re: [basex-talk] Too Many Open Files

2012-05-11 Thread Andreas Rulle
Hello Stefan, thank you for your quick response. For testing purposes the basex database is started within a screen and in this screen the number of open files has been set as recommended by you. It remains the vague feeling that this might only cure a symptom ... With best regards,

Re: [basex-talk] Too Many Open Files

2012-05-11 Thread Andreas Weiler
Hello Andreas, do you have a lot of opened databases? -- Andreas Am 11.05.2012 um 12:25 schrieb Andreas Rulle: Hello Stefan, thank you for your quick response. For testing purposes the basex database is started within a screen and in this screen the number of open files has been set

Re: [basex-talk] Too Many Open Files

2012-05-11 Thread Dimitar Popov
Could you please check if your application always closes the active client sessions, i.e. the method org.basex.server.Session.close() is called? Regards, Dimitar On May 11, 2012, at 10:59 AM, Andreas Rulle wrote: Hello BaseX-Experts! Let me first thank you who drive this fantastic BaseX

[basex-talk] custom separator in CSV mode

2012-05-11 Thread Fabrice Etanchaud
Dear all at BaseX, first of all, thank you for your fantastic job, BaseX changed my life ! Do you plan to let users set a custom separator when importing in CSV mode ? (the comma, semicolon, or tab are too restrictive) best regards Fabrice ETANCHAUD Senior Software Engineer edital

Re: [basex-talk] Too Many Open Files

2012-05-11 Thread Andreas Rulle
Hello Ditimar, thank you for your question. The following code sequence is the only one that issues queries to the database in the production context. It is a EJB application, it does not share connections. ClientSession session = null; ClientQuery queryBaseX = null;

Re: [basex-talk] Full-text search and mixed content

2012-05-11 Thread Cerstin Mahlow
Hi Christian, Zitat von Christian Grün christian.gr...@gmail.com: to get the requested result, you need to deactivate the chopping of whitespaces (via SET CHOP OFF, or Dialog ? New? ? Parsing ? Chop Whitespaces). I just ran into a related issue: When creating my collection, I did not

Re: [basex-talk] Too Many Open Files

2012-05-11 Thread Andreas Rulle
Hello Andreas, thank you very much for your valuable hints. sudo lsof -p basex-ps-no delivers many lines of java11489 root 962u sock 0,6 0t0 10449645 can't identify protocol and (1) sudo lsof -p 11489 | wc -l gets reports an increasing number of used

[basex-talk] nessus report caused an error

2012-05-11 Thread Brown, David (SSC-A)
I am trying to convert a nessus file to a more useful report, something like this: Severity, Finding, Hosts, Associated CVEs Critical, RHSA-2012-0465: libsmbclient, (ip1, ip2), CVE-20xx- Query: for $x in //Report/ReportHost/ReportItem let $finding :=

Re: [basex-talk] Full-text search and mixed content

2012-05-11 Thread Michael Piotrowski
On 2012-05-09, Christian Grün christian.gr...@gmail.com wrote: Ah, thanks a lot!  I would have never guessed this...  Maybe the documentation should say something like: Querying across elements is only supported when whitespace chopping is off.  If it's ok with you, I'll add it. ..thanks

Re: [basex-talk] Too Many Open Files

2012-05-11 Thread Andreas Rulle
Hello Andreas, this email informs you that *with the tool mon (1), *that is often used together, see (3), the LVS load balancer (2) it has been able to reproduce the java.net.SocketException: Too many open files with the following configuration watch basex