Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Problem with HP-UX installation
Problem with HP-UX installation [message #298221] Thu, 26 January 2006 13:11 Go to next message
Eclipse UserFriend
Originally posted by: paterldl.westinghouse.com

Hello all -

I'm trying to install and run Eclipse 3.1.2 on an HP-UX workstation. I've
downloaded the code and unzipped the distribution into a clean directory.
When I try to run the code, I get errors (log file listed below). I'd
appreciate any help or pointers to information which could help me figure
out why I'm having this problem.

Thank.

Log file:
!SESSION 2006-01-26 12:03:02.224
-----------------------------------------------
eclipse.buildId=M20060118-1600
java.version=1.4.1.00
java.vendor=Hewlett-Packard Co.
BootLoader constants: OS=hpux, ARCH=PA_RISC, WS=motif, NL=en
Command-line arguments: -os hpux -ws motif -arch PA_RISC

!ENTRY
initial@reference:file:plugins/org.eclipse.update.configurator_3.1.0.jar/
0 0 2006-01-26 12:03:09.15
!MESSAGE FrameworkEvent.ERROR
!STACK 0
org.osgi.framework.BundleException: Exception in
org.eclipse.update.internal.configurator.ConfigurationActiva tor.start() of
bundle org.eclipse.update.configurator.
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:1013)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:969)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:316)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:337)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1024)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:574)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:496)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:275)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:456)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:189)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:291)
Caused by: org.eclipse.core.runtime.CoreException: Cannot create
configuration in file:/a/users/paterldl/eclipse/configuration/
at
org.eclipse.update.internal.configurator.Utils.newCoreExcept ion(Utils.java:71)
at
org.eclipse.update.internal.configurator.ConfigurationActiva tor.initialize(ConfigurationActivator.java:106)
at
org.eclipse.update.internal.configurator.ConfigurationActiva tor.start(ConfigurationActivator.java:67)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:994)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:988)
... 10 more
Root exception:
org.eclipse.core.runtime.CoreException: Cannot create configuration in
file:/a/users/paterldl/eclipse/configuration/
at
org.eclipse.update.internal.configurator.Utils.newCoreExcept ion(Utils.java:71)
at
org.eclipse.update.internal.configurator.ConfigurationActiva tor.initialize(ConfigurationActivator.java:106)
at
org.eclipse.update.internal.configurator.ConfigurationActiva tor.start(ConfigurationActivator.java:67)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:994)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:988)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:969)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:316)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:337)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1024)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:574)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:496)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:275)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:456)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:189)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:291)

!ENTRY org.eclipse.osgi 2006-01-26 12:03:09.70
!MESSAGE Startup error
!STACK 1
java.lang.IllegalStateException: Bundle
initial@reference:file:plugins/org.eclipse.update.configurator_3.1.0.jar/
[2] is not active.
at
org.eclipse.core.runtime.adaptor.EclipseStarter.ensureBundle sActive(EclipseStarter.java:410)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:297)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:159)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Re: Problem with HP-UX installation [message #299327 is a reply to message #298221] Tue, 14 February 2006 12:45 Go to previous messageGo to next message
Eclipse UserFriend
Hi David, sorry for the late reply,

I haven't seen this error before, but it looks like it's attempting and
failing to do some writing during startup. Are there possibly permission
problems?

Grant


"David L. Paterline" <paterldl@westinghouse.com> wrote in message
news:4dcbdec23eac7e6d38ee7e1a8dd3ffa3$1@www.eclipse.org...
> Hello all -
>
> I'm trying to install and run Eclipse 3.1.2 on an HP-UX workstation. I've
> downloaded the code and unzipped the distribution into a clean directory.
> When I try to run the code, I get errors (log file listed below). I'd
> appreciate any help or pointers to information which could help me figure
> out why I'm having this problem.
>
> Thank.
>
> Log file:
> !SESSION 2006-01-26 12:03:02.224
> -----------------------------------------------
> eclipse.buildId=M20060118-1600
> java.version=1.4.1.00
> java.vendor=Hewlett-Packard Co.
> BootLoader constants: OS=hpux, ARCH=PA_RISC, WS=motif, NL=en
> Command-line arguments: -os hpux -ws motif -arch PA_RISC
>
> !ENTRY
> initial@reference:file:plugins/org.eclipse.update.configurator_3.1.0.jar/
> 0 0 2006-01-26 12:03:09.15
> !MESSAGE FrameworkEvent.ERROR
> !STACK 0
> org.osgi.framework.BundleException: Exception in
> org.eclipse.update.internal.configurator.ConfigurationActiva tor.start() of
> bundle org.eclipse.update.configurator.
> at
>
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(Bu
ndleContextImpl.java:1013)
> at
>
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleConte
xtImpl.java:969)
> at
>
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.j
ava:316)
> at
>
org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundl
e.java:337)
> at
>
org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.ja
va:1024)
> at
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(Sta
rtLevelManager.java:574)
> at
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLeve
lManager.java:496)
> at
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(S
tartLevelManager.java:275)
> at
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(Sta
rtLevelManager.java:456)
> at
>
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.
java:189)
> at
>
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManage
r.java:291)
> Caused by: org.eclipse.core.runtime.CoreException: Cannot create
> configuration in file:/a/users/paterldl/eclipse/configuration/
> at
>
org.eclipse.update.internal.configurator.Utils.newCoreExcept ion(Utils.java:7
1)
> at
>
org.eclipse.update.internal.configurator.ConfigurationActiva tor.initialize(C
onfigurationActivator.java:106)
> at
>
org.eclipse.update.internal.configurator.ConfigurationActiva tor.start(Config
urationActivator.java:67)
> at
>
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleConte
xtImpl.java:994)
> at java.security.AccessController.doPrivileged(Native Method)
> at
>
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(Bu
ndleContextImpl.java:988)
> ... 10 more
> Root exception:
> org.eclipse.core.runtime.CoreException: Cannot create configuration in
> file:/a/users/paterldl/eclipse/configuration/
> at
>
org.eclipse.update.internal.configurator.Utils.newCoreExcept ion(Utils.java:7
1)
> at
>
org.eclipse.update.internal.configurator.ConfigurationActiva tor.initialize(C
onfigurationActivator.java:106)
> at
>
org.eclipse.update.internal.configurator.ConfigurationActiva tor.start(Config
urationActivator.java:67)
> at
>
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleConte
xtImpl.java:994)
> at java.security.AccessController.doPrivileged(Native Method)
> at
>
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(Bu
ndleContextImpl.java:988)
> at
>
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleConte
xtImpl.java:969)
> at
>
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.j
ava:316)
> at
>
org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundl
e.java:337)
> at
>
org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.ja
va:1024)
> at
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(Sta
rtLevelManager.java:574)
> at
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLeve
lManager.java:496)
> at
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(S
tartLevelManager.java:275)
> at
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(Sta
rtLevelManager.java:456)
> at
>
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.
java:189)
> at
>
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManage
r.java:291)
>
> !ENTRY org.eclipse.osgi 2006-01-26 12:03:09.70
> !MESSAGE Startup error
> !STACK 1
> java.lang.IllegalStateException: Bundle
> initial@reference:file:plugins/org.eclipse.update.configurator_3.1.0.jar/
> [2] is not active.
> at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.ensureBundle sActive(EclipseS
tarter.java:410)
> at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:
297)
> at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:159)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
)
> at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
..java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> at org.eclipse.core.launcher.Main.run(Main.java:973)
> at org.eclipse.core.launcher.Main.main(Main.java:948)
>
>
Re: Problem with HP-UX installation [message #299414 is a reply to message #299327] Thu, 16 February 2006 10:21 Go to previous message
Eclipse UserFriend
I also notice that your jre version is 1.4.1, but the minimum required on
hpux is 1.4.2.07 (see
http://www.eclipse.org/eclipse/development/readme_eclipse_3. 1.2.html#TargetOperatingEnvironments )
.. I actually ran into a similar problem on linux and aix recently (
https://bugs.eclipse.org/bugs/show_bug.cgi?id=127728 ). Try upgrading your
jre.

Grant


"Grant Gayed" <grant_gayed@ca.ibm.com> wrote in message
news:dst50d$p1n$1@utils.eclipse.org...
> Hi David, sorry for the late reply,
>
> I haven't seen this error before, but it looks like it's attempting and
> failing to do some writing during startup. Are there possibly permission
> problems?
>
> Grant
>
>
> "David L. Paterline" <paterldl@westinghouse.com> wrote in message
> news:4dcbdec23eac7e6d38ee7e1a8dd3ffa3$1@www.eclipse.org...
> > Hello all -
> >
> > I'm trying to install and run Eclipse 3.1.2 on an HP-UX workstation.
I've
> > downloaded the code and unzipped the distribution into a clean
directory.
> > When I try to run the code, I get errors (log file listed below). I'd
> > appreciate any help or pointers to information which could help me
figure
> > out why I'm having this problem.
> >
> > Thank.
> >
> > Log file:
> > !SESSION 2006-01-26 12:03:02.224
> > -----------------------------------------------
> > eclipse.buildId=M20060118-1600
> > java.version=1.4.1.00
> > java.vendor=Hewlett-Packard Co.
> > BootLoader constants: OS=hpux, ARCH=PA_RISC, WS=motif, NL=en
> > Command-line arguments: -os hpux -ws motif -arch PA_RISC
> >
> > !ENTRY
> >
initial@reference:file:plugins/org.eclipse.update.configurator_3.1.0.jar/
> > 0 0 2006-01-26 12:03:09.15
> > !MESSAGE FrameworkEvent.ERROR
> > !STACK 0
> > org.osgi.framework.BundleException: Exception in
> > org.eclipse.update.internal.configurator.ConfigurationActiva tor.start()
of
> > bundle org.eclipse.update.configurator.
> > at
> >
>
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(Bu
> ndleContextImpl.java:1013)
> > at
> >
>
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleConte
> xtImpl.java:969)
> > at
> >
>
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.j
> ava:316)
> > at
> >
>
org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundl
> e.java:337)
> > at
> >
>
org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.ja
> va:1024)
> > at
> >
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(Sta
> rtLevelManager.java:574)
> > at
> >
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLeve
> lManager.java:496)
> > at
> >
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(S
> tartLevelManager.java:275)
> > at
> >
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(Sta
> rtLevelManager.java:456)
> > at
> >
>
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.
> java:189)
> > at
> >
>
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManage
> r.java:291)
> > Caused by: org.eclipse.core.runtime.CoreException: Cannot create
> > configuration in file:/a/users/paterldl/eclipse/configuration/
> > at
> >
>
org.eclipse.update.internal.configurator.Utils.newCoreExcept ion(Utils.java:7
> 1)
> > at
> >
>
org.eclipse.update.internal.configurator.ConfigurationActiva tor.initialize(C
> onfigurationActivator.java:106)
> > at
> >
>
org.eclipse.update.internal.configurator.ConfigurationActiva tor.start(Config
> urationActivator.java:67)
> > at
> >
>
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleConte
> xtImpl.java:994)
> > at java.security.AccessController.doPrivileged(Native Method)
> > at
> >
>
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(Bu
> ndleContextImpl.java:988)
> > ... 10 more
> > Root exception:
> > org.eclipse.core.runtime.CoreException: Cannot create configuration in
> > file:/a/users/paterldl/eclipse/configuration/
> > at
> >
>
org.eclipse.update.internal.configurator.Utils.newCoreExcept ion(Utils.java:7
> 1)
> > at
> >
>
org.eclipse.update.internal.configurator.ConfigurationActiva tor.initialize(C
> onfigurationActivator.java:106)
> > at
> >
>
org.eclipse.update.internal.configurator.ConfigurationActiva tor.start(Config
> urationActivator.java:67)
> > at
> >
>
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleConte
> xtImpl.java:994)
> > at java.security.AccessController.doPrivileged(Native Method)
> > at
> >
>
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(Bu
> ndleContextImpl.java:988)
> > at
> >
>
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleConte
> xtImpl.java:969)
> > at
> >
>
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.j
> ava:316)
> > at
> >
>
org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundl
> e.java:337)
> > at
> >
>
org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.ja
> va:1024)
> > at
> >
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(Sta
> rtLevelManager.java:574)
> > at
> >
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLeve
> lManager.java:496)
> > at
> >
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(S
> tartLevelManager.java:275)
> > at
> >
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(Sta
> rtLevelManager.java:456)
> > at
> >
>
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.
> java:189)
> > at
> >
>
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManage
> r.java:291)
> >
> > !ENTRY org.eclipse.osgi 2006-01-26 12:03:09.70
> > !MESSAGE Startup error
> > !STACK 1
> > java.lang.IllegalStateException: Bundle
> >
initial@reference:file:plugins/org.eclipse.update.configurator_3.1.0.jar/
> > [2] is not active.
> > at
> >
>
org.eclipse.core.runtime.adaptor.EclipseStarter.ensureBundle sActive(EclipseS
> tarter.java:410)
> > at
> >
>
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:
> 297)
> > at
> >
>
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:159)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at
> >
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
> )
> > at
> >
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
> .java:25)
> > at java.lang.reflect.Method.invoke(Method.java:324)
> > at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
> > at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > at org.eclipse.core.launcher.Main.run(Main.java:973)
> > at org.eclipse.core.launcher.Main.main(Main.java:948)
> >
> >
>
>
Previous Topic:What really calls the enablement calculation on ActionBars.
Next Topic:XML Highlighting
Goto Forum:
  


Current Time: Tue May 06 15:28:55 EDT 2025

Powered by FUDForum. Page generated in 0.05236 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top