[Libreoffice] Agenda Wizard throws Java exception in master
Alex Thurgood
alex.thurgood at gmail.com
Fri Jan 27 05:06:13 PST 2012
Hi,
In my build from last night's pull and make clean, I'm seeing the
following Java exception thrown when executing the Agenda Wizard :
=======================================================
=== Note: An Exception was thrown which should have ===
=== caused a crash. I caught it. Please report this ===
=== to openoffice.org ===
=======================================================
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.sun.star.wizards.ui.event.MethodInvocation.invoke(MethodInvocation.java:94)
at
com.sun.star.wizards.ui.event.AbstractListener.invoke(AbstractListener.java:90)
at
com.sun.star.wizards.ui.event.CommonListener.actionPerformed(CommonListener.java:49)
at com.sun.star.bridges.jni_uno.JNI_proxy.dispatch_call(Native Method)
at com.sun.star.bridges.jni_uno.JNI_proxy.invoke(JNI_proxy.java:175)
at $Proxy70.execute(Unknown Source)
at com.sun.star.wizards.ui.UnoDialog.executeDialog(UnoDialog.java:734)
at com.sun.star.wizards.ui.UnoDialog.executeDialog(UnoDialog.java:775)
at
com.sun.star.wizards.agenda.AgendaWizardDialogImpl.startWizard(AgendaWizardDialogImpl.java:178)
at
com.sun.star.wizards.agenda.CallWizard$WizardImplementation.trigger(CallWizard.java:107)
Caused by: java.lang.NullPointerException
at com.sun.star.wizards.agenda.TopicsControl.focus(TopicsControl.java:701)
at
com.sun.star.wizards.agenda.TopicsControl.insertRow(TopicsControl.java:475)
at
com.sun.star.wizards.agenda.AgendaWizardDialogImpl.insertRow(AgendaWizardDialogImpl.java:433)
... 14 more
I was under the impression that these wizards had all been converted to
Python ? Are they not built by default with the --with-distro switch, or
is there some other magic to invoke ?
Alex
More information about the LibreOffice
mailing list