|
|
Author |
Message |
Tim
Joined: 12 Mar 2008 Posts: 5
|
Posted: Sat Mar 15, 2008 11:22 pm Post subject: source unknown |
|
|
I get these error rapports, and nothing can be uploaded...
One thing they all seams to have incommen in that "Source unknown"
java.io.FileNotFoundException: http://lokorin.org/dkplp/jupdater/update
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at com.lokorin.net.ServerPostSender.sendData(Unknown Source)
at com.lokorin.net.ServerPostSender.sendParams(Unknown Source)
at com.lokorin.jupdater.JUpdater.establishConnection(Unknown Source)
at com.lokorin.jupdater.JUpdater.serverHasNewVersionByManifest(Unknown Source)
at com.lokorin.dkplp.gui.UpdateDialog.updateIsAvailable(Unknown Source)
at com.lokorin.dkplp.gui.GUI$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
com.lokorin.dkplp.ServerFaultException: Unrecognized reward interval representation requested.
at com.lokorin.dkplp.Server.invokeCall(Unknown Source)
at com.lokorin.dkplp.Server.addDay(Unknown Source)
at com.lokorin.dkplp.gui.UploadDialog$UploadThread.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
java.util.NoSuchElementException: No member with the name (gilthanalasa) was found.
at com.lokorin.dkplp.FileMemberList.getMember(Unknown Source)
at com.lokorin.dkplp.MemberAliasHandler$MemberAliasDecoration.getMember(Unknown Source)
at com.lokorin.dkplp.gui.GUI$14.widgetSelected(Unknown Source)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
at com.lokorin.dkplp.gui.GUI.open(Unknown Source)
at com.lokorin.dkplp.gui.GUI.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.lokorin.dkplp.gui.SplashWindow.invokeMain(Unknown Source)
at com.lokorin.dkplp.gui.Splasher.main(Unknown Source)
java.util.NoSuchElementException: No member with the name (gilthanthalasa) was found.
at com.lokorin.dkplp.FileMemberList.getMember(Unknown Source)
at com.lokorin.dkplp.MemberAliasHandler$MemberAliasDecoration.getMember(Unknown Source)
at com.lokorin.dkplp.gui.GUI$14.widgetSelected(Unknown Source)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
at com.lokorin.dkplp.gui.GUI.open(Unknown Source)
at com.lokorin.dkplp.gui.GUI.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.lokorin.dkplp.gui.SplashWindow.invokeMain(Unknown Source)
at com.lokorin.dkplp.gui.Splasher.main(Unknown Source)
java.util.NoSuchElementException: No member with the name (gilthanthalasa) was found.
at com.lokorin.dkplp.FileMemberList.getMember(Unknown Source)
at com.lokorin.dkplp.MemberAliasHandler$MemberAliasDecoration.getMember(Unknown Source)
at com.lokorin.dkplp.gui.GUI$14.widgetSelected(Unknown Source)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
at com.lokorin.dkplp.gui.GUI.open(Unknown Source)
at com.lokorin.dkplp.gui.GUI.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.lokorin.dkplp.gui.SplashWindow.invokeMain(Unknown Source)
at com.lokorin.dkplp.gui.Splasher.main(Unknown Source) |
|
Back to top |
|
 |
Lokorin Site Admin
Joined: 03 Apr 2006 Posts: 697
|
Posted: Sun Mar 16, 2008 12:20 pm Post subject: Re: source unknown |
|
|
There are three errors there.
The automatic check for updates is down. It just fails silently, nothing to worry about.
| Quote: |
| com.lokorin.dkplp.ServerFaultException: Unrecognized reward interval representation requested. |
You will need to set a reward interval representation.
| Quote: |
| java.util.NoSuchElementException: No member with the name (gilthanalasa) was found. |
It seems like a member found in the log is not in the member list. If gilthanalasa is not a member then it's not a problem. |
|
Back to top |
|
 |
Lokorin Site Admin
Joined: 03 Apr 2006 Posts: 697
|
Posted: Sun Mar 16, 2008 1:19 pm Post subject: Re: source unknown |
|
|
| Lokorin wrote: |
| Quote: |
| com.lokorin.dkplp.ServerFaultException: Unrecognized reward interval representation requested. |
You will need to set a reward interval representation. |
This one seems to be a rather common problem, so I have updated the plugin so that it chooses a default representation if none has been selected. |
|
Back to top |
|
 |
|