Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tryGetActor always fails #106

Merged
merged 1 commit into from
Aug 2, 2015
Merged

tryGetActor always fails #106

merged 1 commit into from
Aug 2, 2015

Conversation

hsestupin
Copy link
Contributor

Actually I don't think the explanation is required here. But I found that error while was getting actor-ref by calling co.paralleluniverse.actors.ActorRegistry#tryGetActor. Stacktrace I've got is the following:

java.lang.IllegalArgumentException: Transaction may not be null for this operation.
    at co.paralleluniverse.galaxy.core.StoreImpl.verifyNonNull(StoreImpl.java:485)
    at co.paralleluniverse.galaxy.core.StoreImpl.getRoot(StoreImpl.java:86)
    at co.paralleluniverse.galaxy.quasar.StoreImpl.getRoot(StoreImpl.java:209)
    at co.paralleluniverse.remote.galaxy.GlxGlobalRegistry.tryGetActor0(GlxGlobalRegistry.java:177)
    at co.paralleluniverse.remote.galaxy.GlxGlobalRegistry.tryGetActor(GlxGlobalRegistry.java:138)
    at co.paralleluniverse.actors.ActorRegistry.tryGetActor(ActorRegistry.java:71)

pron added a commit that referenced this pull request Aug 2, 2015
@pron pron merged commit 3243719 into puniverse:master Aug 2, 2015
@pron
Copy link
Contributor

pron commented Aug 2, 2015

Thanks!

pron added a commit that referenced this pull request Aug 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants