GitHub user heartmoving opened a pull request:
https://github.com/apache/usergrid/pull/409
2.1 release,run usergrid-rest ï¼get this errorï¼can you help meï¼thanks
hello,when I run usergrid-rest
access link:http://localhost:8080/usergrid-rest/status
response:
{
"error": "uncaught",
"timestamp": 1445572529016,
"duration": 119,
"exception": "org.apache.usergrid.rest.exceptions.UncaughtException",
"error_description": "Internal Server Error",
"error_id": "e664f258-7939-11e5-954f-a41731054ba5"
}
console error:
2015-10-23 11:48:08,110 ERROR
(Notifications_Processor026b090c-7518-417a-b0c9-0bfd6b036866)
[org.apache.usergrid.services.ServiceManager] - Failed to get application
java.lang.RuntimeException: application id
{b6768a08-b5d5-11e3-a495-11ddb1de66c8} is returning null
at
org.apache.usergrid.services.ServiceManager.init(ServiceManager.java:103)
at
org.apache.usergrid.services.ServiceManagerFactory.getServiceManager(ServiceManagerFactory.java:69)
at
org.apache.usergrid.services.notifications.QueueListener.execute(QueueListener.java:147)
at
org.apache.usergrid.services.notifications.QueueListener.access$0(QueueListener.java:137)
at
org.apache.usergrid.services.notifications.QueueListener$1.run(QueueListener.java:123)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecuto
Environment:
usergrid : 2.1 release
cassandra : apache-cassandra-2.1.8
web server: tomcat 7
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/usergrid 2.1-release
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/usergrid/pull/409.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #409
----
commit c417099d6260163ad391c76162b673efb861bf3a
Author: Todd Nine <[email protected]>
Date: 2015-10-21T16:19:28Z
Adds trace logging for debugging purposes to diagnose issue
commit 2c1147e49f76702dcf03ecaef6ece1f30306aa5f
Author: Michael Russo <[email protected]>
Date: 2015-10-21T21:07:18Z
USERGRID-1056 - Move the filtering of older entity versions on index
deletes to Usergrid and not in the Elasticsearch query.
commit 9fddd7542572f00233dabff1890187faf89f9e86
Author: Todd Nine <[email protected]>
Date: 2015-10-21T21:21:23Z
Added an audit for shards when they are empty. They are only ever
allocated when either a split + compaction needs to happen. Therefore if they
don't have a compaction pending, they should never be empty.
commit 4935377c8cb5be0c11ae39814a4c2d5cceb604d8
Author: Michael Russo <[email protected]>
Date: 2015-10-21T21:27:24Z
Update default properties that are known to work in a single and
multi-region configuration.
commit 5b01fc94c690bc03e1281915acb68780d15a910c
Author: Michael Russo <[email protected]>
Date: 2015-10-21T21:32:17Z
Going back to 5 seconds default visibility timeout.
commit 0286dcc65c322c0aa606b760efc3cfe9c59f5ed6
Author: Todd Nine <[email protected]>
Date: 2015-10-21T22:15:51Z
Added tests for mocking
commit beaed6ffe1239ad404823cc4864b299e4113e135
Author: Todd Nine <[email protected]>
Date: 2015-10-22T00:19:40Z
Fixes bug with deleting minimum shard. This is no longer allowed.
commit 10d0a070758c2f1e499ff43c6efab866f8469d1e
Author: Todd Nine <[email protected]>
Date: 2015-10-22T00:19:48Z
Merge branch 'USERGRID-1052' of
https://git-wip-us.apache.org/repos/asf/usergrid into USERGRID-1052
commit f3693c8570e018d924add2a4851a2db7f805ccb0
Author: Todd Nine <[email protected]>
Date: 2015-10-22T00:48:16Z
Fixes reporter issue and marks test as ignored. When run regularly it kills
Cassandra. I will unignore once merged with the new sharding logic.
commit 88d11790c2d077140a71347f97ad5bc75346af2c
Author: Michael Russo <[email protected]>
Date: 2015-10-22T04:16:50Z
Add endpoint for setting apigee mobile config properties on the application.
commit c9bf87c68defd1cb84bd8b65220b1994f0e8b17e
Author: Michael Russo <[email protected]>
Date: 2015-10-22T17:20:42Z
Fix issues with integrating with Apigee's mobile analytics.
commit 1b83a864f97e0361266ebbe21e17c3a146bf46b4
Author: Michael Russo <[email protected]>
Date: 2015-10-22T17:50:35Z
Change new endpoint to only require org access.
commit b1e1ed181d88f6a8e4b1b7bac76c99f936f66c8c
Author: Todd Nine <[email protected]>
Date: 2015-10-22T18:13:00Z
Address issues found during code review
commit 48161a1ac9bfbf3e8c3aefa9586fc104ff0ec664
Author: Todd Nine <[email protected]>
Date: 2015-10-22T18:13:08Z
Merge branch 'USERGRID-1052' of
https://git-wip-us.apache.org/repos/asf/usergrid into USERGRID-1052
commit 0604247f690db09b1a25feef9532cb5e58929437
Author: Mike Dunker <[email protected]>
Date: 2015-10-22T18:27:59Z
Merge commit 'refs/pull/407/head' of apache.github.com:apache/usergrid into
2.1-release
commit db852d0a1d00f8ea89eddb82d4075b1b774d9673
Author: Todd Nine <[email protected]>
Date: 2015-10-22T20:14:43Z
Added trace statements to the shard group deletion
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---