Seems like your index key contains characters illegal on your current file
system... would it be possible to see the code? or could you supply which
index keys you use to index your comments?

2010/10/12 Tobias Ivarsson <tobias.ivars...@neotechnology.com>

> Hi Paul,
>
> Comment is not a reserved word, there are no reserved words for what
> property keys you can use.
>
> Are you also indexing that "Comment" property? It looks like the exception
> originates from the index component. If so we need to find a work around
> for
> that.
>
> I can see that you are running this on windows. I'm wondering if this could
> be the index component trying to create some file (for storing the index)
> that your file system rejects.
>
> Which versions of Neo4j-kernel and Neo4j-index are you using?
>
> Have you isolated this so that it is only a "Comment" property being
> indexed, or are there other indexes to factor in as well?
>
> Cheers,
> Tobias
>
> On Tue, Oct 12, 2010 at 12:49 AM, Paul A. Jackson <paul.jack...@pb.com
> >wrote:
>
> > Using Neo4j 1.1, when I create a node that has a "Comment" property, I
> get
> > the following exception when I commit the node:
> >
> > javax.transaction.xa.XAException: Unknown
> > xid[GlobalId[NEOKERNL|1286836445937|4], BranchId[ 52 49 52 49 52 49 ]]
> >            at
> >
> org.neo4j.kernel.impl.transaction.xaframework.XaResourceManager.rollback(XaResourceManager.java:416)
> >            at
> >
> org.neo4j.kernel.impl.transaction.xaframework.XaResourceHelpImpl.rollback(XaResourceHelpImpl.java:111)
> >            at
> >
> org.neo4j.kernel.impl.transaction.TransactionImpl.doRollback(TransactionImpl.java:533)
> >            at
> > org.neo4j.kernel.impl.transaction.TxManager.commit(TxManager.java:616)
> >            at
> > org.neo4j.kernel.impl.transaction.TxManager.commit(TxManager.java:561)
> >            at
> >
> org.neo4j.kernel.impl.transaction.TransactionImpl.commit(TransactionImpl.java:104)
> >            at
> >
> org.neo4j.kernel.EmbeddedGraphDbImpl$TransactionImpl.finish(EmbeddedGraphDbImpl.java:560)
> >            at
> com.g1.dcg.graph.neo4j.NeoGraph.newNeoNode(NeoGraph.java:167)
> > Oct 11, 2010 6:34:06 PM org.neo4j.kernel.impl.transaction.TxManager
> commit
> > SEVERE: Unable to rollback transaction. Some resources may be commited
> > others not. Neo4j kernel should be SHUTDOWN for resource maintance and
> > transaction recovery ---->
> > java.lang.RuntimeException: java.io.IOException: The filename, directory
> > name, or volume label syntax is incorrect
> >            at
> >
> org.neo4j.index.lucene.LuceneDataSource.getIndexWriter(LuceneDataSource.java:398)
> >            at
> >
> org.neo4j.index.lucene.LuceneTransaction.doCommit(LuceneTransaction.java:207)
> >            at
> >
> org.neo4j.kernel.impl.transaction.xaframework.XaTransaction.commit(XaTransaction.java:316)
> >            at
> >
> org.neo4j.kernel.impl.transaction.xaframework.XaResourceManager.commit(XaResourceManager.java:399)
> >            at
> >
> org.neo4j.kernel.impl.transaction.xaframework.XaResourceHelpImpl.commit(XaResourceHelpImpl.java:64)
> >            at
> >
> org.neo4j.kernel.impl.transaction.TransactionImpl.doCommit(TransactionImpl.java:516)
> >            at
> > org.neo4j.kernel.impl.transaction.TxManager.commit(TxManager.java:590)
> >            at
> > org.neo4j.kernel.impl.transaction.TxManager.commit(TxManager.java:561)
> >            at
> >
> org.neo4j.kernel.impl.transaction.TransactionImpl.commit(TransactionImpl.java:104)
> >            at
> >
> org.neo4j.kernel.EmbeddedGraphDbImpl$TransactionImpl.finish(EmbeddedGraphDbImpl.java:560)
> >            at
> com.g1.dcg.graph.neo4j.NeoGraph.newNeoNode(NeoGraph.java:167)
> > Caused by: java.io.IOException: The filename, directory name, or volume
> > label syntax is incorrect
> >            at java.io.WinNTFileSystem.canonicalize0(Native Method)
> >            at
> > java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:396)
> >            at java.io.File.getCanonicalPath(File.java:559)
> >            at
> >
> org.apache.lucene.store.FSDirectory.getCanonicalPath(FSDirectory.java:340)
> >            at
> > org.apache.lucene.store.FSDirectory.<init>(FSDirectory.java:381)
> >            at
> >
> org.apache.lucene.store.SimpleFSDirectory.<init>(SimpleFSDirectory.java:40)
> >            at
> > org.apache.lucene.store.FSDirectory.open(FSDirectory.java:424)
> >            at
> > org.apache.lucene.store.FSDirectory.open(FSDirectory.java:411)
> >            at
> >
> org.neo4j.index.lucene.LuceneDataSource.getDirectory(LuceneDataSource.java:326)
> >            at
> >
> org.neo4j.index.lucene.LuceneDataSource.getIndexWriter(LuceneDataSource.java:385)
> >            ... 19 more
> >
> > Is "Comment" as reserved word and are there other reserved words?
> >
> > Thanks,
> > -Paul
> > _______________________________________________
> > Neo4j mailing list
> > User@lists.neo4j.org
> > https://lists.neo4j.org/mailman/listinfo/user
> >
>
>
>
> --
> Tobias Ivarsson <tobias.ivars...@neotechnology.com>
> Hacker, Neo Technology
> www.neotechnology.com
> Cellphone: +46 706 534857
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Mattias Persson, [matt...@neotechnology.com]
Hacker, Neo Technology
www.neotechnology.com
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to