Re: [Neo4j] Server Starting Error

2011-09-19 Thread Reza Ameri
I downloaded "neo4j-enterprise-1.5.M01-windows" from the download page, and followed the instructions, it is now working properly. I can not see Nikolaj's message, but if there is any problem I would glad to help you. On Tue, Sep 20, 2011 at 8:34 AM, Peter Neubauer < peter.neuba...@neotechnology.c

Re: [Neo4j] Server Starting Error

2011-09-19 Thread Peter Neubauer
Nikolaj, does the server start without being installed, with the console? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org   

Re: [Neo4j] Server Starting Error

2011-09-19 Thread Николай Ижиков
11.09.2011 9:26 пользователь "Reza Ameri" написал: Hi, I was trying to install and start Neo4j 1.41 on my Vista 32bit System, it is installed but not starts! The error is "[SC] StartService FAILED 1053: The service did not respond to the start or control request in a timely fashion." Any Idea? I

Re: [Neo4j] Forward slashes in index values

2011-09-19 Thread Tatham Oddie
Ok, it seems that you're right about %2f and / being different. The slash is one of a few reserved characters defined in section 2.2 of RFC2396. Other characters can safely be unencoded in the URL. For example, http://test.com/%7efoo/ is 100% equivalent to http://test.com/~foo/. Canonicalizatio

Re: [Neo4j] Forward slashes in index values

2011-09-19 Thread Tatham Oddie
Great! :) Re: the URLs being the same, check out http://www.google.com.au/intl/en/about/ vs http://www.google.com.au/intl/en%2fabout/ Both load just fine. I'll go trudging through the URI spec to work out if this is correct behaviour or not later. -- Tatham -Original Message- From:

[Neo4j] Neo4j Events This Week

2011-09-19 Thread Allison Sparrow
*** Hi Everyone, Here are the events coming up for this week. Check it out below. We are adding more events on the regular, so be sure to check back at http://plancast.com/neo4j for updates throughout the month. If you have any questions regarding participatio

Re: [Neo4j] neo4j+playframework

2011-09-19 Thread henry cleland
Cheers. On Mon, Sep 19, 2011 at 8:49 PM, henry cleland wrote: > Wow thanks > I had so much issues running neo4j with play that i fell back to mySQL cos > i was so hard pressed with time and my boss was on my neck. > if this does really work, my life will be a whole lot simpler except i >

Re: [Neo4j] neo4j+playframework

2011-09-19 Thread henry cleland
Wow thanks I had so much issues running neo4j with play that i fell back to mySQL cos i was so hard pressed with time and my boss was on my neck. if this does really work, my life will be a whole lot simpler except i still have to complete the mysql version of the project first. turning back to

Re: [Neo4j] Server Starting Error

2011-09-19 Thread Peter Neubauer
Ok, you will get no issue for that to be solved :) Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org               - Your high

Re: [Neo4j] Server Starting Error

2011-09-19 Thread Reza Ameri
I used previous(wrong) address for accessing the bin folder! On Mon, Sep 19, 2011 at 8:42 PM, Peter Neubauer < peter.neuba...@neotechnology.com> wrote: > So, > what was the issue? > > Cheers, > > /peter neubauer > > GTalk: neubauer.peter > Skype peter.neubauer > Phone +46 704 1

[Neo4j] Invitation to connect on LinkedIn

2011-09-19 Thread Luke Wen via LinkedIn
LinkedIn Luke Wen requested to add you as a connection on LinkedIn: -- Craig, I'd like to add you to my professional network on LinkedIn. - Luke Accept invitation from Luke Wen http://www.linkedin.com/e/5gyj7a-gsrt3ktr-3z/h9LPQ_Tdy

[Neo4j] Neo4j module and plugin for the Play framework

2011-09-19 Thread McKinley
As a general announcement I have posted the Neo4j module and plugin for the Play framework Alpha 1. https://github.com/rrmckinley/play-neo4j Please note the features and future features in the README file. The plugin does not yet shutdown and reload databases on application.conf change. If you ma

Re: [Neo4j] neo4j+playframework

2011-09-19 Thread McKinley
The Neo4j Play module and plugin Alpha 1 has been posted on https://github.com/rrmckinley/play-neo4j. Let me know if I can help you use it. I will not post it to the Play module directory until I can write some tests. To install it manually, just pull the repo into your current play project and add

Re: [Neo4j] TinkerPop gave birth to quintuplets last night.

2011-09-19 Thread Peter Neubauer
Good stuff, have upgraded in master to Gremlin 1.3 and all tests pass so far! Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.or

[Neo4j] TinkerPop gave birth to quintuplets last night.

2011-09-19 Thread Marko Rodriguez
Hey Neo4jians, TinkerPop did a release of its stack last night: Blueprints, Pipes, Frames, Gremlin, and Rexster. Here are the main points of this release: - Blueprints now has transaction buffers and Neo4jBatchGraph for bulk loading a Neo4j graph. https://github.com/tin

[Neo4j] List all indexed key/values for an entity

2011-09-19 Thread jadell
Is there any way via the REST API to list all the indexes and keys/values that a given entity is indexed on? Something like: GET http://0.0.0.0:7474/db/data/node/123/indexes returns: [ "http://0.0.0.0:7474/db/data/index/node/favorites/color/blue";, "http://0.0.0.0:7474/db/data/index/node/favori

Re: [Neo4j] Server Starting Error

2011-09-19 Thread Peter Neubauer
So, what was the issue? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org               - Your high performance graph database

Re: [Neo4j] questions related to neo4jphp

2011-09-19 Thread jadell
Hey Filip, I've tried to answer your questions inline as best as I can: F. De Haes wrote: > > - Relation types give problems in Cypher when they contain a blank space. > Correct? > I believe Andres answered this already. According to his example, make sure you are using backticks (`) not sing

Re: [Neo4j] Server Starting Error

2011-09-19 Thread Reza Ameri
It is solved now! just a childish mistake!! Thank you. On Mon, Sep 19, 2011 at 1:22 PM, Peter Neubauer < peter.neuba...@neotechnology.com> wrote: > Reza, > do you have the error so we can investigate what is happening? Console > output and the data/log and data/graph.db/messages.log would be grea

Re: [Neo4j] questions related to neo4jphp

2011-09-19 Thread Andres Taylor
You are using the wrong character. It should look like `, and not like '. Does that make sense? The first line should not even compile. Can you try this: $queryText = "START n=(1) match a-[:`Staat in`]->n return a"; And tell me if that works? Andrés On Mon, Sep 19, 2011 at 5:04 PM, F. De Haes

Re: [Neo4j] questions related to neo4jphp

2011-09-19 Thread F. De Haes
Hi Andrés, $queryText = "START n=(1) match a-[:'Staat in']->n return a"; 0 results $queryText = "START n=(1) match n-->a return a"; 104 results A bug in neo4jphp? Greetings, Filip 2011/9/19 Andres Taylor > On Mon, Sep 19, 2011 at 3:45 PM, F. De Haes wrote: > > > - Relation types give prob

Re: [Neo4j] questions related to neo4jphp

2011-09-19 Thread Andres Taylor
On Mon, Sep 19, 2011 at 3:45 PM, F. De Haes wrote: > - Relation types give problems in Cypher when they contain a blank space. > Correct? > Not really. You can write like this: START a = (0) MATCH a-[:`Type with space`]->b RETURN b Does that help? Andrés __

[Neo4j] class org.springframework.data.neo4j.config.Neo4jConfiguration is not an enhanced class

2011-09-19 Thread Wim Rijnders
Hi all, I'm trying to get neo4j to run under as an OSGi bundle on the Virgo server. For this, I am using the neo4j-osgi bundle ( https://github.com/neo4j/neo4j-osgi). I've managed to get the bundle active, as well as the bundles org.springframework.data.neo4j and org.neo4j.server-api which depend

[Neo4j] questions related to neo4jphp

2011-09-19 Thread F. De Haes
Hi all, I've been playing with neo4j and neo4jphp for a couple of weeks now and it has gone quite well. Some questions though: - Relation types give problems in Cypher when they contain a blank space. Correct? - In order to solve this, I wanted to rename the relation types. However, I didn't pu

Re: [Neo4j] sdg inheritance a la MappedSuperclass

2011-09-19 Thread Agelos Pikoulas
Hi to all, I understand this means we'll be simply enabled to do a customerRepository.findByPropertyValue("name", "Smith"); instead of (Customer)personRepository.findByPropertyValue("name", "Smith"); although "@Indexed String name" is declared only in Person. Is that right ? Could these @Inde

Re: [Neo4j] Forward slashes in index values

2011-09-19 Thread Jim Webber
Hi Tatham, I don't necessarily agree with %2f and / being the same, but I do agree that POSTing everything in the URI is a bit quirky. Peter's opened up a new issue on this: https://github.com/neo4j/community/issues/25 And I get to hack on it. So it looks like the REST index API will be chang

Re: [Neo4j] Server Starting Error

2011-09-19 Thread Peter Neubauer
Reza, do you have the error so we can investigate what is happening? Console output and the data/log and data/graph.db/messages.log would be great to look into! Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin