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

error message #13

Open
HieronymusCH opened this issue Aug 3, 2016 · 3 comments
Open

error message #13

HieronymusCH opened this issue Aug 3, 2016 · 3 comments
Assignees

Comments

@HieronymusCH
Copy link

with the new version: 0.9.5
from the wrapper.log
--- snip ---
INFO | jvm 1 | 2016/08/03 18:58:44 | Aug 03, 2016 6:58:44 PM com.google.common.eventbus.EventBus dispatch
INFO | jvm 1 | 2016/08/03 18:58:44 | SCHWERWIEGEND: Could not dispatch event: net.pterodactylus.sone.core.event.PostRemovedEvent@3efe9811 to handler [wrapper public void net.pterodactylus.sone.web.WebInterface.postRemoved(net.pterodactylus.sone.core.event.PostRemovedEvent)]
INFO | jvm 1 | 2016/08/03 18:58:44 | java.lang.reflect.InvocationTargetException
INFO | jvm 1 | 2016/08/03 18:58:44 | at sun.reflect.GeneratedMethodAccessor133.invoke(Unknown Source)
INFO | jvm 1 | 2016/08/03 18:58:44 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
INFO | jvm 1 | 2016/08/03 18:58:44 | at java.lang.reflect.Method.invoke(Method.java:498)
INFO | jvm 1 | 2016/08/03 18:58:44 | at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
INFO | jvm 1 | 2016/08/03 18:58:44 | at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
INFO | jvm 1 | 2016/08/03 18:58:44 | at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
INFO | jvm 1 | 2016/08/03 18:58:44 | at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
INFO | jvm 1 | 2016/08/03 18:58:44 | at com.google.common.eventbus.EventBus.post(EventBus.java:267)
INFO | jvm 1 | 2016/08/03 18:58:44 | at net.pterodactylus.sone.freenet.wot.IdentityChangeEventSender$DefaultIdentityProcessor$2.processIdentity(IdentityChangeEventSender.java:117)
INFO | jvm 1 | 2016/08/03 18:58:44 | at net.pterodactylus.sone.freenet.wot.IdentityChangeDetector.notify(IdentityChangeDetector.java:100)
INFO | jvm 1 | 2016/08/03 18:58:44 | at net.pterodactylus.sone.freenet.wot.IdentityChangeDetector.notifyForRemovedIdentities(IdentityChangeDetector.java:80)
INFO | jvm 1 | 2016/08/03 18:58:44 | at net.pterodactylus.sone.freenet.wot.IdentityChangeDetector.detectChanges(IdentityChangeDetector.java:73)
INFO | jvm 1 | 2016/08/03 18:58:44 | at net.pterodactylus.sone.freenet.wot.IdentityChangeEventSender$DefaultIdentityProcessor.processIdentity(IdentityChangeEventSender.java:101)
INFO | jvm 1 | 2016/08/03 18:58:44 | at net.pterodactylus.sone.freenet.wot.IdentityChangeDetector.notify(IdentityChangeDetector.java:100)
INFO | jvm 1 | 2016/08/03 18:58:44 | at net.pterodactylus.sone.freenet.wot.IdentityChangeDetector.notifyForUnchangedIdentities(IdentityChangeDetector.java:92)
INFO | jvm 1 | 2016/08/03 18:58:44 | at net.pterodactylus.sone.freenet.wot.IdentityChangeDetector.detectChanges(IdentityChangeDetector.java:76)
INFO | jvm 1 | 2016/08/03 18:58:44 | at net.pterodactylus.sone.freenet.wot.IdentityChangeEventSender.detectChanges(IdentityChangeEventSender.java:54)
INFO | jvm 1 | 2016/08/03 18:58:44 | at net.pterodactylus.sone.freenet.wot.IdentityManagerImpl.serviceRun(IdentityManagerImpl.java:132)
INFO | jvm 1 | 2016/08/03 18:58:44 | at net.pterodactylus.util.service.AbstractService.run(AbstractService.java:441)
INFO | jvm 1 | 2016/08/03 18:58:44 | at java.lang.Thread.run(Thread.java:745)
INFO | jvm 1 | 2016/08/03 18:58:44 | at net.pterodactylus.util.thread.DumpingThread.run(DumpingThread.java:104)
INFO | jvm 1 | 2016/08/03 18:58:44 | Caused by: java.lang.IllegalStateException: Optional.get() cannot be called on an absent value
INFO | jvm 1 | 2016/08/03 18:58:44 | at com.google.common.base.Absent.get(Absent.java:42)
INFO | jvm 1 | 2016/08/03 18:58:44 | at net.pterodactylus.sone.database.memory.MemoryPost.getSone(MemoryPost.java:107)
INFO | jvm 1 | 2016/08/03 18:58:44 | at net.pterodactylus.sone.web.WebInterface.localSoneMentionedInNewPostOrReply(WebInterface.java:826)
INFO | jvm 1 | 2016/08/03 18:58:44 | at net.pterodactylus.sone.web.WebInterface.removePost(WebInterface.java:946)
INFO | jvm 1 | 2016/08/03 18:58:44 | at net.pterodactylus.sone.web.WebInterface.postRemoved(WebInterface.java:940)
INFO | jvm 1 | 2016/08/03 18:58:44 | ... 21 more
--- /snip ---

I just wanted to report this error message back to you. Hope it's usefull. I at my side will ignore it and just use/read sone.
Ignoranz ist eine Tugend.

@Bombe Bombe self-assigned this Aug 7, 2016
@Bombe
Copy link
Owner

Bombe commented Aug 7, 2016

Thanks for the report. I am still trying to weed out all the occurences of this particular problem…

@ArneBab
Copy link

ArneBab commented Dec 4, 2021

is this fixed nowadays?

@Bombe
Copy link
Owner

Bombe commented Jul 26, 2022

Probably not, I still haven’t found the root cause for why this happens…

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

No branches or pull requests

3 participants