Skip to main content



      Home
Home » Newcomers » Newcomers » Can not launch eclipse on Solaris 10
Can not launch eclipse on Solaris 10 [message #262390] Fri, 01 August 2008 10:49 Go to next message
Eclipse UserFriend
Originally posted by: mark.loth.bsci.com

I am attempting to start eclipse on a Solaris 10 server with no luck. I
tried both the SDK version and the platform version. When I run eclipse,
it simply returns to the command prompt after a few seconds. No error
message, no splash screen, no log file (that I can find). When I pass it
-debug, I get the output below. I'm using Exceed to display a WindowMaker
desktop off a Linux box. I have been able to launch other java GUI
applications from this Solaris 10 box. Any help is appreciated.

-Mark

#> ./eclipse -debug
Start VM: -Xms40m
-Xmx256m
-XX:MaxPermSize=256m
-Djava.class.path=/home/g029073/eclipse/plugins/org.eclipse. equinox.launcher_1.0.100.v20080509-1800.jar
-os solaris
-ws gtk
-arch sparc
-showsplash
/home/g029073/eclipse//plugins/org.eclipse.platform_3.3.100. v200806172000/splash.bmp
-launcher /home/g029073/eclipse/eclipse
-name Eclipse
--launcher.library
/home/g029073/eclipse/plugins/org.eclipse.equinox.launcher.g tk.solaris.sparc_1.0.100.v20080606/eclipse_1114b.so
-startup
/home/g029073/eclipse/plugins/org.eclipse.equinox.launcher_1 .0.100.v20080509-1800.jar
-debug
-vm /usr/jdk/instances/jdk1.5.0/bin/../jre/lib/sparc/client/libj vm.so
-vmargs
-Xms40m
-Xmx256m
-XX:MaxPermSize=256m
-Djava.class.path=/home/g029073/eclipse/plugins/org.eclipse. equinox.launcher_1.0.100.v20080509-1800.jar
Install location:
file:/home/g029073/eclipse/
Configuration file:
file:/home/g029073/eclipse/configuration/config.ini loaded
Configuration location:
file:/root/.eclipse/org.eclipse.platform_3.4.0_483691245/con figuration/
Configuration file:

file:/root/.eclipse/org.eclipse.platform_3.4.0_483691245/con figuration/config.ini
loaded
Shared configuration location:
file:/home/g029073/eclipse/configuration/
Framework located:

file:/home/g029073/eclipse/plugins/org.eclipse.osgi_3.4.0.v2 0080605-1900.jar
Framework classpath:

file:/home/g029073/eclipse/plugins/org.eclipse.osgi_3.4.0.v2 0080605-1900.jar
Splash location:

/home/g029073/eclipse//plugins/org.eclipse.platform_3.3.100. v200806172000/splash.bmp
Debug options:
file:/home/g029073/eclipse/.options not found
Time to load bundles: 11
Starting application: 2384
#>
Re: Can not launch eclipse on Solaris 10 [message #262438 is a reply to message #262390] Sun, 03 August 2008 14:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: zx.code9.com

Mark Loth wrote:
> I am attempting to start eclipse on a Solaris 10 server with no luck. I
> tried both the SDK version and the platform version. When I run eclipse,
> it simply returns to the command prompt after a few seconds. No error
> message, no splash screen, no log file (that I can find). When I pass it
> -debug, I get the output below. I'm using Exceed to display a
> WindowMaker desktop off a Linux box. I have been able to launch other
> java GUI applications from this Solaris 10 box. Any help is appreciated.

Do you see anything in your log files? There's nothing really useful in
this console output...

Here is how to look at log files:

http://wiki.eclipse.org/IRC_FAQ#Where_are_Eclipse.27s_log_fi les_located.3F

Cheers,

~ Chris
Re: Can not launch eclipse on Solaris 10 [message #262504 is a reply to message #262438] Tue, 05 August 2008 00:27 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mark.loth.bsci.com

Thanks for the useful link. It looks like I'm missing some OS packages.


!SESSION 2008-08-01 06:41:17.890
-----------------------------------------------
eclipse.buildId=I20080617-2000
java.version=1.5.0_14
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=solaris, ARCH=sparc, WS=gtk, NL=en
Command-line arguments: -os solaris -ws gtk -arch sparc

!ENTRY org.eclipse.osgi 4 0 2008-08-01 06:41:23.552
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: no swt-pi-gtk-3448 or swt-pi-gtk in
swt.library.path, java.library.path or the jar file
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:23 3)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:15 1)
at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:22)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java: 63)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java: 54)
at org.eclipse.swt.widgets.Display.<clinit>(Display.java:130)
at
org.eclipse.ui.internal.Workbench.createDisplay(Workbench.ja va:509)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
at
org.eclipse.ui.internal.ide.application.IDEApplication.creat eDisplay(IDEApplication.java:143)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:88)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:193)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:382)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
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:585)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Re: Can not launch eclipse on Solaris 10 [message #262536 is a reply to message #262504] Tue, 05 August 2008 10:18 Go to previous message
Eclipse UserFriend
Originally posted by: mark.loth.bsci.com

So it looks like it's not an OS package missing, but a library file. When
I do a find on "*swt-pi-gtk-3448*" in the eclipse install directory, I
found

/configuration/org.eclipse.osgi/bundles/96/1/.cp/libswt-gtk- 3448.so
/configuration/org.eclipse.osgi/bundles/96/1/.cp/libswt-pi-g tk-3448.so

I tried setting LD_LIBRARY_PATH to
$INSTALL_DIR/configuration/org.eclipse.osgi/bundles/96/1/.cp , but no luck.
Any suggestions?
Previous Topic:Axis2 Client
Next Topic:Getting started with Eclipse and CVS
Goto Forum:
  


Current Time: Wed Oct 22 09:40:24 EDT 2025

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

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

Back to the top