View Full Version : Sunrise sunrise_0_1.42i crashes on update


Kuria
12-20-2005, 01:28 AM
Hi All
Ive been using sunrise for some time now and i think it's absolutely wonderful.
My XP pro machine recently had SP2 installed and since then i cant update any of my sites. Before sp2 it was fine so i figure it could be due to tightened security etc. Ive searched the forums and tried all the solutions i've seen. a) deleting the cache, 2) reinstalling java (jre1.5.0_04) ,3)editing the registry etc----- but each time i try and update within sunrise i get the error below

Failed to execute runnable (java.lang.NullPointerException)
java.lang.NullPointerException
at dU.b(Unknown Source)
at dU.a(Unknown Source)
at fa.run(Unknown Source)
at org.eclipse.swt.widgets.RunnableLock.run(Unknown Source)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessa ges(Unknown Source)
at org.eclipse.swt.widgets.Display.runAsyncMessages(U nknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Un known Source)
at kB.a(Unknown Source)
at com.distantchord.sunrise.apps.Desktop.e(Unknown Source)
at com.distantchord.sunrise.apps.Desktop.main(Unknown Source)


Any help will be really appreciated.

Laurens
12-20-2005, 02:23 AM
Are you sure you're using the latest release 0.42i? The exception stacktrace indicates you're using an older version. Try uninstalling then reinstalling the latest release (http://sourceforge.net/project/showfiles.php?group_id=151061&package_id=167052).

Kuria
12-20-2005, 02:54 AM
Lauren, Thanks for the speedy reply. i think i pasted the wrong error. as part of my tests i tried installing 42e to see if that would work.Sorry. However, i downloaded the latest build and it still crashes but with the errors below

Failed to execute runnable (java.lang.NullPointerException)
java.lang.NullPointerException
at com.distantchord.sunrise.ui.UpdateManager$Update.s howSpiderResult(Unknown Source)
at com.distantchord.sunrise.ui.UpdateManager$Update.a ccess$2100(Unknown Source)
at com.distantchord.sunrise.ui.UpdateManager$Update$7 .run(Unknown Source)
at org.eclipse.swt.widgets.RunnableLock.run(Unknown Source)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessa ges(Unknown Source)
at org.eclipse.swt.widgets.Display.runAsyncMessages(U nknown Source)
at org.eclipse.swt.widgets.Display.msgFilterProc(Unkn own Source)
at org.eclipse.swt.internal.win32.OS.CallWindowProcW( Native Method)
at org.eclipse.swt.internal.win32.OS.CallWindowProc(U nknown Source)
at org.eclipse.swt.widgets.Text.callWindowProc(Unknow n Source)
at org.eclipse.swt.widgets.Control.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Text.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Display.windowProc(Unknown Source)
at org.eclipse.swt.internal.win32.OS.CallWindowProcW( Native Method)
at org.eclipse.swt.internal.win32.OS.CallWindowProc(U nknown Source)
at org.eclipse.swt.widgets.Text.callWindowProc(Unknow n Source)
at org.eclipse.swt.widgets.Widget.wmRButtonUp(Unknown Source)
at org.eclipse.swt.widgets.Control.WM_RBUTTONUP(Unkno wn Source)
at org.eclipse.swt.widgets.Control.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Text.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Display.windowProc(Unknown Source)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW (Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage( Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Un known Source)
at com.distantchord.swt.dialog.Dialog.showModal(Unkno wn Source)
at com.distantchord.sunrise.ui.MainWindow$PropertiesA ction.doAction(Unknown Source)
at com.distantchord.swt.Action$4.run(Unknown Source)
at org.eclipse.swt.widgets.RunnableLock.run(Unknown Source)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessa ges(Unknown Source)
at org.eclipse.swt.widgets.Display.runAsyncMessages(U nknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Un known Source)
at com.distantchord.swt.Window.executeEventThread(Unk nown Source)
at com.distantchord.sunrise.apps.Desktop.run(Unknown Source)
at com.distantchord.sunrise.apps.Desktop.main(Unknown Source)


Once again, thanks for taking the time to assist.

Kuria