Issue 75334

Summary: Database Form Wizard - Exception
Product: Base Reporter: waynehilborn <waynehilborn>
Component: codeAssignee: dbaneedsconfirm <needsconfirm>
Status: CLOSED DUPLICATE QA Contact: issues@dba <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 2.0.4   
Target Milestone: ---   
Hardware: PC   
OS: Linux, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description waynehilborn 2007-03-12 18:43:15 UTC
Using - Ubuntu 6.10 - fresh installation.

-From a command terminal as "root" I launch a previously saved database with
command:
# ooffice <dbname>.odb

-I go to "Tables" and use "Create Table in Design View" to create a table with 4
fields. One of field type "Date" and three of field type "Text". Save table.

-I open table and populate with some data.

-Close table and go to forms and click on "Use Wizard to Create Form"

-Wizard opens and:

--Field Selection - Select all 4 fields
--Subform - Default: No subform
--Arrange Controls - Columnar-Labels Left
--Set Data Entry - Default: This form is to display all data
--Apply Styles - Bright Blue / 3D Look
--Set Name - Default: suggested "form name" and "work with the form"

-I select "Finish" and error occurs.

Application freezes - wizard dialouge remains in place - form is beneath wizard
but not accessible. In my root terminal, the following message is displayed:

=======================================================
=== 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 java.lang.reflect.Method.invoke(libgcj.so.70)
   at com.sun.star.wizards.ui.event.MethodInvocation.invoke(MethodInvocation.java)
   at com.sun.star.wizards.ui.event.AbstractListener.invoke(AbstractListener.java)
   at
com.sun.star.wizards.ui.event.CommonListener.actionPerformed(CommonListener.java)
Caused by: java.lang.IllegalAccessError: com.sun.star.wizards.form.FormDocument:
com.sun.star.wizards.form.FormDocument$ControlForm.setFormProperties([Lcom.sun.star.beans.PropertyValue;Lcom.sun.star.wizards.db.CommandMetaData;)V
   at com.sun.star.wizards.form.FormDocument.finalizeForms(FormDocument.java)
   at com.sun.star.wizards.form.FormWizard.finishWizard(FormWizard.java)
   at com.sun.star.wizards.ui.WizardDialog.finishWizard_1(WizardDialog.java)
   at java.lang.reflect.Method.invoke(libgcj.so.70)
   ...3 more

This error happened while using JRE from "Free Software Foundation" vers: 1.4.2
but has also occured with a newer version of JRE from Sun Microsystems.

END
Comment 1 Mechtilde 2007-03-20 16:49:08 UTC
duplicate of 70331

It's a known bug in ubuntu and debian.

*** This issue has been marked as a duplicate of 70331 ***
Comment 2 Mechtilde 2007-03-20 16:50:05 UTC
closed