Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] eclipse runtime problem in hp-ux

Hi list,

I face the following error for eclipse ver-3.0 in HP-UX B.11.11 U 9000/800.
Can anyone suggest me whatz wrong  Im running with. Plz help !!!

# ./eclipse -debug -consolelog
Start VM: /opt/java/bin/java
-cp /opt/iexpress/eclipse/./startup.jar org.eclipse.core.launcher.Main
-os hpux
-ws motif
-arch PA_RISC
-showsplash /opt/iexpress/eclipse/./eclipse -showsplash 600
-exitdata /opt/iexpress/eclipse/./eclipse -exitdata 580
-debug
-consolelog
-vm /opt/java/bin/java
-vmargs
-cp /opt/iexpress/eclipse/./startup.jar org.eclipse.core.launcher.Main
Install location:
    file:/opt/iexpress/eclipse/
Configuration file:
    file:/opt/iexpress/eclipse/configuration/config.ini not found or not
read
Configuration location:
    file:/opt/iexpress/eclipse/configuration/
Configuration file:
    file:/opt/iexpress/eclipse/configuration/config.ini not found or not
read
Framework located:
    file:/opt/iexpress/eclipse/plugins/org.eclipse.osgi_3.0.0/
Loading framework classpath from:

file:/opt/iexpress/eclipse/plugins/org.eclipse.osgi_3.0.0/eclipse.properties
Framework classpath:
    file:/opt/iexpress/eclipse/plugins/org.eclipse.osgi_3.0.0/core.jar
    file:/opt/iexpress/eclipse/plugins/org.eclipse.osgi_3.0.0/console.jar
    file:/opt/iexpress/eclipse/plugins/org.eclipse.osgi_3.0.0/osgi.jar
    file:/opt/iexpress/eclipse/plugins/org.eclipse.osgi_3.0.0/resolver.jar

file:/opt/iexpress/eclipse/plugins/org.eclipse.osgi_3.0.0/defaultAdaptor.jar

file:/opt/iexpress/eclipse/plugins/org.eclipse.osgi_3.0.0/eclipseAdaptor.jar
Splash location:
    null
Debug options:
    file:/opt/iexpress/eclipse/.options not found
Time to load bundles: 79
Starting application: 2441
!SESSION Jan 06, 2005
11:50:54.377 ---------------------------------------------
eclipse.buildId=unknown
java.version=1.4.2.06
java.vendor=Hewlett-Packard Co.
BootLoader constants: OS=hpux, ARCH=PA_RISC, WS=motif, NL=en

!ENTRY org.eclipse.osgi Jan 06, 2005 11:50:54.386
!MESSAGE Application error
!STACK 1
java.lang.IllegalArgumentException: Argument cannot be null
        at org.eclipse.swt.SWT.error(SWT.java:2677)
        at org.eclipse.swt.SWT.error(SWT.java:2616)
        at org.eclipse.swt.SWT.error(SWT.java:2587)
        at org.eclipse.swt.graphics.Font.<init>(Font.java:106)
        at
org.eclipse.jface.resource.FontRegistry.calculateDefaultFont(FontRegistry.ja
va:412)
        at
org.eclipse.jface.resource.FontRegistry.defaultFontRecord(FontRegistry.java:
430)
        at
org.eclipse.jface.resource.FontRegistry.getFontRecord(FontRegistry.java:519)
        at
org.eclipse.jface.resource.FontRegistry.get(FontRegistry.java:472)
        at
org.eclipse.jface.resource.JFaceResources.getDialogFont(JFaceResources.java:
182)
        at
org.eclipse.jface.dialogs.Dialog.initializeDialogUnits(Dialog.java:778)
        at
org.eclipse.jface.dialogs.TitleAreaDialog.createContents(TitleAreaDialog.jav
a:93)
        at org.eclipse.jface.window.Window.create(Window.java:348)
        at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:925)
        at org.eclipse.jface.window.Window.open(Window.java:637)
        at
org.eclipse.ui.internal.ide.ChooseWorkspaceDialog.prompt(ChooseWorkspaceDial
og.java:65)
        at
org.eclipse.ui.internal.ide.IDEApplication.promptForWorkspace(IDEApplication
.java:314)
        at
org.eclipse.ui.internal.ide.IDEApplication.checkInstanceLocation(IDEApplicat
ion.java:219)
        at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:83)
        at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.
java:335)
        at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
        at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
        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:324)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
        at org.eclipse.core.launcher.Main.run(Main.java:644)
        at org.eclipse.core.launcher.Main.main(Main.java:628)
#




---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.572 / Virus Database: 362 - Release Date: 1/27/2004




Back to the top