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
Unable to initialize Cassandra
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
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
 
Rino Seminara  
View profile  
 More options Mar 12 2012, 12:02 pm
From: Rino Seminara <r...@techsquare.a-tono.net>
Date: Mon, 12 Mar 2012 09:02:42 -0700 (PDT)
Local: Mon, Mar 12 2012 12:02 pm
Subject: Unable to initialize Cassandra
Hi,

I'am developing an iOS App and I would use Usergrid, but when I use
the laucher or I execute "java -jar usergrid-standalone-0.0.1-
SNAPSHOT.jar -db -init" occurs the same error:

2012-03-12 16:58:56,696 INFO (main) [org.usergrid.standalone.Server] -
Initializing Cassandra
2012-03-12 16:58:56,704 ERROR (main) [org.usergrid.standalone.Server]
- Unable to initialize Cassandra
java.lang.NullPointerException
        at
org.usergrid.standalone.cassandra.EmbeddedServerHelper.copy(EmbeddedServerH elper.java:
143)
        at
org.usergrid.standalone.cassandra.EmbeddedServerHelper.setup(EmbeddedServer Helper.java:
75)
        at org.usergrid.standalone.Server.startCassandra(Server.java:372)
        at org.usergrid.standalone.Server.startServer(Server.java:134)
        at
org.usergrid.standalone.Server.startServerFromCommandLine(Server.java:
128)
        at org.usergrid.standalone.Server.main(Server.java:97)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp l.java:
25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
com.jdotsoft.jarloader.JarClassLoader.invokeMain(JarClassLoader.java:
796)
        at org.usergrid.standalone.ServerLoader.main(ServerLoader.java:25)

Can you help me?
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.
Ed Anuff  
View profile  
 More options Mar 12 2012, 12:32 pm
From: Ed Anuff <e...@anuff.com>
Date: Mon, 12 Mar 2012 11:32:57 -0500
Local: Mon, Mar 12 2012 12:32 pm
Subject: Re: Unable to initialize Cassandra

Hi Rino,

First of all, have you signed up for our cloud service?  That way you don't
have to run your own instance of Usergrid.  It's in private beta, but if
you go to http://apigee.com/usergrid?goto_signup=true and register, we'll
let you in.

However, if you're running it yourself, I can help you out as well.  First,
how did you build the standalone server?  Did you download it pre-built or
did you compile it yourself?

Ed

On Mon, Mar 12, 2012 at 11:02 AM, Rino Seminara
<r...@techsquare.a-tono.net>wrote:


 
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.
Rino Seminara  
View profile  
 More options Mar 12 2012, 1:06 pm
From: Rino Seminara <r...@techsquare.a-tono.net>
Date: Mon, 12 Mar 2012 10:06:41 -0700 (PDT)
Local: Mon, Mar 12 2012 1:06 pm
Subject: Re: Unable to initialize Cassandra
Hi Ed,

Thanks for your support.

I compile it using Maven, but I receive the same error with pre-build
launcher too.

I also deploy ROOT.war with Tomcat and it works fine:

http://localhost:8080/usergrid/status

{
  "timestamp" : 1331571721115,
  "duration" : 0,
  "status" : {
    "started" : 1331571164905,
    "uptime" : 556210
  }

}

If I set up the db:

http://localhost:8080/usergrid/system/database/setup

{
  "action" : "cassandra setup",
  "status" : "ok",
  "timestamp" : 1331571928065,
  "duration" : 43

}

But, when i try to signup i receive always this error:

"ERROR: Unable to create new organization at this time".

Thanks.

On 12 Mar, 17:32, Ed Anuff <e...@anuff.com> wrote:


 
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.
Rino Seminara  
View profile  
 More options Mar 22 2012, 7:52 am
From: Rino Seminara <r...@techsquare.a-tono.net>
Date: Thu, 22 Mar 2012 04:52:05 -0700 (PDT)
Local: Thurs, Mar 22 2012 7:52 am
Subject: Re: Unable to initialize Cassandra
Hi Ed,

can you help me?
I'am not able to create user into my local instance of console.
I'am receiving always the same error:

"ERROR: Unable to create new organization at this time".

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.
Nate McCall  
View profile  
 More options Mar 22 2012, 11:55 am
From: Nate McCall <nmcc...@apigee.com>
Date: Thu, 22 Mar 2012 10:55:36 -0500
Local: Thurs, Mar 22 2012 11:55 am
Subject: Re: [usergrid] Re: Unable to initialize Cassandra
Are you using the 'api_url' parameter to point to your local instance?
Something along the lines of:
"https://apigee.com/usergrid/?api_url=http://localhost:8080"

On Thu, Mar 22, 2012 at 6:52 AM, Rino Seminara


 
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.
Rino Seminara  
View profile  
 More options Mar 22 2012, 12:16 pm
From: Rino Seminara <r...@techsquare.a-tono.net>
Date: Thu, 22 Mar 2012 09:16:01 -0700 (PDT)
Local: Thurs, Mar 22 2012 12:16 pm
Subject: Re: Unable to initialize Cassandra
Hi Nate,

No, I'm using:

http://usergrid.github.com/console/?api_url=http://localhost:8080

On 22 Mar, 16:55, Nate McCall <nmcc...@apigee.com> wrote:


 
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.
Nate McCall  
View profile  
 More options Mar 22 2012, 12:22 pm
From: Nate McCall <nmcc...@apigee.com>
Date: Thu, 22 Mar 2012 11:22:07 -0500
Local: Thurs, Mar 22 2012 12:22 pm
Subject: Re: [usergrid] Re: Unable to initialize Cassandra
Can you tell me more about how you started things up? Is this from the
launcher app? If so, what is the error output in the console (click on
the log button).

On Thu, Mar 22, 2012 at 11:16 AM, Rino Seminara


 
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.
End of messages
« Back to Discussions « Newer topic     Older topic »