Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion HA configuration problem
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
chiaradiamarcelo  
View profile  
 More options Mar 2 2012, 10:26 am
From: chiaradiamarcelo <chiaradiamarc...@gmail.com>
Date: Fri, 2 Mar 2012 07:26:18 -0800 (PST)
Local: Fri, Mar 2 2012 10:26 am
Subject: HA configuration problem
Hi everyone,

im trying to set up a cluster with 3 virtual machines. I have a
Coordinator running in each machine. I have an Embedded Neo4j graph in
one of them, and a Neo4j Server in the other two.

I start the coordinators, then the embedded graph, and everything
works fine.
But when  I start any of the other Neo4j Server, it throws this
exception:

3/2/12 7:09:08 AM org.neo4j.server.NeoServerWithEmbeddedWebServer
INFO: Starting
 Neo Server on port [7474] with [10] threads available
3/2/12 7:09:08 AM org.neo4j.server.database.Database INFO: Using
database at C:\
neo4j-db
3/2/12 7:09:16 AM org.neo4j.server.NeoServerBootstrapper SEVERE:
org.neo4j.com.IllegalProtocolVersionException: Unexpected internal
protocol vers
ion 1, expected 2. Header:[00000100][00000001]
        at
org.neo4j.com.DechunkingChannelBuffer.assertSameProtocolVersion(Dechu
nkingChannelBuffer.java:136)
        at
org.neo4j.com.DechunkingChannelBuffer.readNextChunk(DechunkingChannel
Buffer.java:104)
        at
org.neo4j.com.DechunkingChannelBuffer.<init>(DechunkingChannelBuffer.
java:59)
        at org.neo4j.com.Client.sendRequest(Client.java:210)
        at
org.neo4j.kernel.ha.MasterClient.getMasterIdForCommittedTx(MasterClie
nt.java:249)
        at
org.neo4j.kernel.HAGraphDb.ensureDataConsistencyWithMaster(HAGraphDb.
java:818)
        at org.neo4j.kernel.HAGraphDb.reevaluateMyself(HAGraphDb.java:
682)
        at org.neo4j.kernel.HAGraphDb.newMaster(HAGraphDb.java:1092)
        at org.neo4j.kernel.HAGraphDb.startUp(HAGraphDb.java:300)
        at org.neo4j.kernel.HAGraphDb.<init>(HAGraphDb.java:167)
        at org.neo4j.kernel.HAGraphDb.<init>(HAGraphDb.java:131)
        at
org.neo4j.kernel.HighlyAvailableGraphDatabase.<init>(HighlyAvailableG
raphDatabase.java:55)
        at org.neo4j.server.enterprise.EnterpriseNeoServerBootstrapper
$DatabaseM
ode$2.createDatabase(EnterpriseNeoServerBootstrapper.java:55)
        at
org.neo4j.server.database.Database.createDatabase(Database.java:81)
        at org.neo4j.server.database.Database.<init>(Database.java:64)
        at
org.neo4j.server.NeoServerWithEmbeddedWebServer.startDatabase(NeoServ
erWithEmbeddedWebServer.java:181)
        at
org.neo4j.server.NeoServerWithEmbeddedWebServer.start(NeoServerWithEm
beddedWebServer.java:93)
        at org.neo4j.server.Bootstrapper.start(Bootstrapper.java:87)
        at
org.neo4j.server.advanced.AdvancedNeoServerBootstrapper.start(Advance
dNeoServerBootstrapper.java:38)
        at org.neo4j.server.Bootstrapper.main(Bootstrapper.java:52)
3/2/12 7:09:16 AM org.neo4j.server.NeoServerBootstrapper SEVERE:
Failed to start
 Neo Server on port [7474]

I cant find the problem. I dont know what protocol it is talking
about. Can you give me a hand?

By the way, I'm using neo4j 1.6, for embedded and Neo4 Servers too.

Thanks!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.