Wolfgang | 1 Apr 2008 13:24
Picon

Processing in-memory fragments: memproc branch merged into trunk

http://atomic.exist-db.org/blogs/eXist/InMemoryFragments

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
Wolfgang | 1 Apr 2008 13:26
Picon

Google Summer of Code: deadline extended

Google has extended the deadline for student applications until

Monday, April 7, 2008

We hope this will convince a few more people to apply. So far we 
received 6 proposals. I think that a detailed application which 
concentrates on concrete development steps will still have a realistic 
chance to be accepted.

Wolfgang

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
adelec | 1 Apr 2008 17:53
Picon
Favicon

error message

I'm trying to run an Xquery and I am getting the error message below.
Help! Any ideas anyone?
Thanks

An exception occurred during query execution: unexpected char: 0xFEFF

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
Peter Crowther | 1 Apr 2008 18:25

Re: error message

> From: adelec
> An exception occurred during query execution: unexpected char: 0xFEFF

That's a Unicode byte order marker, usually present at the start of Unicode files or strings.  Somehow it's
got embedded into something that doesn't think it's Unicode.  How are you constructing your XQuery?

                - Peter

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
Adam Retter | 2 Apr 2008 00:27

Re: error message

Sounds like encoding, try and ensure your XQuery is UTF-8 encoded.

On 01/04/2008, adelec <adele.cocchiglia <at> ucd.ie> wrote:
I'm trying to run an Xquery and I am getting the error message below.
Help! Any ideas anyone?
Thanks

An exception occurred during query execution: unexpected char: 0xFEFF




-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Exist-open mailing list
Exist-open <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/exist-open



--
Adam Retter

eXist Developer
adam <at> exist-db.org
irc://irc.freenode.net/existdb
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Exist-open mailing list
Exist-open <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/exist-open
Joe Wicentowski | 2 Apr 2008 05:09
Picon
Gravatar

Saxon 8.7.3 vs. 9 for XSLT support in eXist

Hello eXist list,

I would like to enable XSLT 2 support in my installation of eXist (a  
standalone installation).  The instructions at http://atomic.exist-db.org/HowTo/XSLT2/ 
  indicate that eXist has been tested with Saxon 8.7.3.  I see that  
Saxon is currently at release 9.0.4, and the release notes indicate  
several improvements including security updates.  The initial test I  
did using xsl:analyze-string worked perfectly in eXist after  
installing 9.0.4.

Would anyone recommend against using 9.0.4?

Many thanks,
Joe

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
moriyasu | 2 Apr 2008 06:58
Picon

Is it bug ?


Once I've got a error "Impossible to store a resource
/home/hoge/hoge.xml: networking error" when I attempt to 
store large(6M) file to database by Admin Client
connected type=Remote
(URL xmldb:exist://localhost:8080/exist/xmlrpc),
the database became impossible to shutdown.

---Error messages at shutdown---

$ bin/shutdown.sh

WARN: The following JAR file entries from 'org/exist/start/start.config' aren't available (this may
NOT be a problem):
    /usr/local/exist/test/classes

Shutting down database instance at
        xmldb:exist://localhost:8080/exist/xmlrpc/db
ERROR: shutdown failed
org.xmldb.api.base.XMLDBException: shutdown failed
        at org.exist.xmldb.RemoteDatabaseInstanceManager.shutdown(RemoteDatabaseInstanceManager.java:40)
        at org.exist.xmldb.RemoteDatabaseInstanceManager.shutdown(RemoteDatabaseInstanceManager.java:27)
        at org.exist.ServerShutdown.main(ServerShutdown.java:103)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.exist.start.Main.invokeMain(Main.java:128)
        at org.exist.start.Main.run(Main.java:405)
        at org.exist.start.Main.main(Main.java:59)
Caused by: org.apache.xmlrpc.XmlRpcException: org.apache.xmlrpc.XmlRpcException: Invalid
password for user admin
        at org.apache.xmlrpc.XmlRpcClient$Worker.execute(XmlRpcClient.java:457)
        at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:163)
        at org.exist.xmldb.RemoteDatabaseInstanceManager.shutdown(RemoteDatabaseInstanceManager.java:38)
        ... 9 more
[B <at> 9e5c73org.apache.xmlrpc.XmlRpcException: org.apache.xmlrpc.XmlRpcException: Invalid
password for user admin
        at org.apache.xmlrpc.XmlRpcClient$Worker.execute(XmlRpcClient.java:457)
        at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:163)
        at org.exist.xmldb.RemoteDatabaseInstanceManager.shutdown(RemoteDatabaseInstanceManager.java:38)
        at org.exist.xmldb.RemoteDatabaseInstanceManager.shutdown(RemoteDatabaseInstanceManager.java:27)
        at org.exist.ServerShutdown.main(ServerShutdown.java:103)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.exist.start.Main.invokeMain(Main.java:128)
        at org.exist.start.Main.run(Main.java:405)
        at org.exist.start.Main.main(Main.java:59)
Caused by: org.apache.xmlrpc.XmlRpcException: org.apache.xmlrpc.XmlRpcException: Invalid
password for user admin
        at org.apache.xmlrpc.XmlRpcClient$Worker.execute(XmlRpcClient.java:457)
        at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:163)
        at org.exist.xmldb.RemoteDatabaseInstanceManager.shutdown(RemoteDatabaseInstanceManager.java:38)
        at org.exist.xmldb.RemoteDatabaseInstanceManager.shutdown(RemoteDatabaseInstanceManager.java:27)
        at org.exist.ServerShutdown.main(ServerShutdown.java:103)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.exist.start.Main.invokeMain(Main.java:128)
        at org.exist.start.Main.run(Main.java:405)
        at org.exist.start.Main.main(Main.java:59)
----------------------

Is it bug?

OS:Debian Etch
eXist ver.: 1.2.0
State: In the state of being installed

moriyasu

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
Birnbaum, David J | 2 Apr 2008 07:37
Picon
Favicon

exist and unicode 5.1?

Dear eXistentialists,

 

Unicode 5.1 becomes official on April 4 (it has been in a frozen beta for a while) and it incorporates a number of new characters that I use extensively (early Cyrillic). Currently an “order by” operation in eXist does not sort these correctly, which is fair enough, I suppose, since it is not yet April 4, but I am writing to enquire whether anyone knows what happens next. Does eXist rely on java to do the sorting, so that it won’t operate correctly until java is updated? Or does eXist handle it separately? If eXist depends on java (that is, on Sun), does anyone have any experience concerning how long it takes Sun to catch up to this sort of upgrade? I can implement my own sorting as a work-around, if necessary, but if I can anticipate a fairly quick update from either Sun or the eXist team (depending on who is handling the sorting), I’ll save myself the effort and try to be patient.

 

Thank you for any advice.

 

Sincerely,

 

David

djbpitt+xml <at> pitt.edu

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Exist-open mailing list
Exist-open <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/exist-open
Pierrick Brihaye | 2 Apr 2008 07:55
Picon
Favicon

Re: Is it bug ?

Hi,

[switched to UTF-8]

moriyasu a écrit :

> Shutting down database instance at
>         xmldb:exist://localhost:8080/exist/xmlrpc/db
> ERROR: shutdown failed
> org.xmldb.api.base.XMLDBException: shutdown failed
>         at org.exist.xmldb.RemoteDatabaseInstanceManager.shutdown(RemoteDatabaseInstanceManager.java:40)

These are remote logs, not as useful as local ones.

There might be a problem with (HTTP) transport, such as a timeout. 
However I think you are experiencing something else ; the logs would 
really be useful.

Cheers,

p.b.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Exist-open mailing list
Exist-open <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/exist-open
Pierrick Brihaye | 2 Apr 2008 08:01
Picon
Favicon

Re: exist and unicode 5.1?

Hi,

Birnbaum, David J a écrit :

> Does eXist rely on java to do the sorting, so that it 
> won’t operate correctly until java is updated?

Right now, yes. However, we also provide a custom mechanism : see 
or.gexist.util.Collations.getCollationFromParams()

> Or does eXist handle it separately? If eXist depends on java (that is, on Sun)

There are other VM than Sun's :-)

> I can implement my own sorting as a work-around, if 
> necessary, but if I can anticipate a fairly quick update from either Sun 
> or the eXist team (depending on who is handling the sorting), I’ll save 
> myself the effort and try to be patient.

I'm afraid you'll have to be patient. IMHO, it might be worth to 
consider a mechanism as flexible as Saxon's.

Cheers,

p.b.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

Gmane