Tamino Schema Editor and X-Plorer

I am having an issue with launching schema editor and x-plorer. The programs start to load but then disappears. I tried running them using the cmd files but no luck. I do notice error logs were generated. In it, it states that the Java RE 1.4.2.01 is unable to access the fontmanager.dll. I’ve verified that java is installed properly. Any help would be appreciated. Thanks.

Hi

  • which version of Tamino are you running?
  • which operating system are you running (Windows / Terminal Server / Solaris/ …)

Best regards
Uli

I have encountered the same behaviour. We use Tamino 4.2.1.1 under WinXP.

We installed Tamino on a dedicated PC. On this PC the Schema Editor works fine.

Then we made a custom installation on another PC in order to use the developer toolset there.

Wenn starting the Schema Editor, it starts showing the window “Schema Editor 4.2.1” and terminates.

I am running Windows XP Pro and Tamino 4.2.1.2. Here is part of what the error message says: “An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x5F1F3784
Function=Java_sun_awt_font_NativeFontWrapper_registerFonts+0x14C0
Library=C:\Program Files\Common Files\Software AG\jre 1.4.2_02\bin\fontmanager.dll”

I also have the Schema Editor window showing up for a second and then disappears. I have attached the full error message log if you want to take a look at it.
hs_err_pid1572.log (5.74 KB)

Still spending some time on the problem, that the schema editor starts and then terminates.

After modifying the inoschema.cmd, I was able to backtrace:

java.lang.NullPointerException
at javax.swing.border.EmptyBorder.(Unknown Source)
at com.sun.java.swing.plaf.windows.WindowsTableHeaderUI$XPDefaultRenderer.getTableCellRendererComponent(Unknown Source)
at javax.swing.plaf.basic.BasicTableHeaderUI.getHeaderRenderer(Unknown Source)
at javax.swing.plaf.basic.BasicTableHeaderUI.getHeaderHeight(Unknown Source)
at javax.swing.plaf.basic.BasicTableHeaderUI.createHeaderSize(Unknown Source)
at javax.swing.plaf.basic.BasicTableHeaderUI.getPreferredSize(Unknown Source)
at javax.swing.JComponent.getPreferredSize(Unknown Source)
at javax.swing.ViewportLayout.preferredLayoutSize(Unknown Source)
at java.awt.Container.preferredSize(Unknown Source)
at java.awt.Container.getPreferredSize(Unknown Source)
at javax.swing.JComponent.getPreferredSize(Unknown Source)
at javax.swing.ScrollPaneLayout.layoutContainer(Unknown Source)
at java.awt.Container.layout(Unknown Source)
at java.awt.Container.doLayout(Unknown Source)
at java.awt.Container.validateTree(Unknown Source)
at java.awt.Container.validateTree(Unknown Source)
at java.awt.Container.validateTree(Unknown Source)
at java.awt.Container.validateTree(Unknown Source)
at java.awt.Container.validateTree(Unknown Source)
at java.awt.Container.validateTree(Unknown Source)
at java.awt.Container.validateTree(Unknown Source)
at java.awt.Container.validateTree(Unknown Source)
at java.awt.Container.validateTree(Unknown Source)
at java.awt.Container.validateTree(Unknown Source)
at java.awt.Container.validateTree(Unknown Source)
at java.awt.Container.validateTree(Unknown Source)
at java.awt.Container.validateTree(Unknown Source)
at java.awt.Container.validateTree(Unknown Source)
at java.awt.Container.validate(Unknown Source)
at java.awt.Window.show(Unknown Source)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at com.softwareag.xtools.schematools.schemaeditor.SchemaEditor.showApplication(Unknown Source)
at com.softwareag.xtools.schematools.schemaeditor.components.StartUpEndComp$1.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

Is there any hint what could cause this behaviour?