Sun Studio 11 in OpenSolaris


 
Thread Tools Search this Thread
Operating Systems Solaris Sun Studio 11 in OpenSolaris
# 1  
Old 11-08-2009
Sun Studio 11 in OpenSolaris

Install Sun Studio 11 on OpenSolaris 2009.06

When run IDE - system return error:
Code:
touch: cannot change times on /export/home/iktomy/.sunstudio/11-SunOS-i386/system/dontshowisw: Permission denied
/opt/SUNWspro/prod/scripts/jdk_chooser: line 131: cat: command not found
/opt/SUNWspro/prod/scripts/jdk_chooser: line 145: rm: command not found
Cannot create log file. Logging disabled.
java.io.IOException: Cannot write to file
    at org.netbeans.core.TopLogging.<init>(TopLogging.java:63)
    at org.netbeans.core.NonGui.parseCommandLine(NonGui.java:298)
    at org.netbeans.core.Main.start(Main.java:417)
    at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:79)
    at java.lang.Thread.run(Thread.java:534)
java.lang.NullPointerException
    at org.netbeans.core.NbErrorManager.notify(NbErrorManager.java:216)
    at org.openide.ErrorManager$DelegatingErrorManager.notify(ErrorManager.java:390)
    at org.openide.ErrorManager.notify(ErrorManager.java:173)
    at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:82)
    at java.lang.Thread.run(Thread.java:534)
java.lang.UnsatisfiedLinkError: /usr/jdk/.j2sdk1.4.2_08/j2se/jre/lib/i386/motif21/libmawt.so: ld.so.1: java: fatal: libXm.so.4: open failed: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1482)
    at java.lang.Runtime.load0(Runtime.java:737)
    at java.lang.System.load(System.java:811)
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:834)
    at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
    at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
    at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:53)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:141)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
    at org.netbeans.core.Main.start(Main.java:428)
    at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:79)
    at java.lang.Thread.run(Thread.java:534)
/opt/SUNWspro/bin/sunstudio: line 422: rm: command not found

I'm new UNIX user without any knowledge. What I need make to run Sun Studio

---------- Post updated 8th Nov 2009 at 05:49 AM ---------- Previous update was 7th Nov 2009 at 06:17 PM ----------

Problem solved.

Need some libraries and add rights for files and folders
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Programming

Trying to install X-Designer from Sun studio suite.

Hi all. I'm trying to install Sun Studio on my Ubuntu 10.4 pc because I wanna use X-Designer (it is a Motif GUI builder), that should be in that suite. I downloaded the tar package build for linux and installed the deps. Sun Studio and the Sun C Compiler work fine, but i cannot find... (0 Replies)
Discussion started by: mghis
0 Replies

2. Solaris

Sun One Studio 12

Hi, Do you know where I can get a copy of Sun One Studio 12? I've looked on the Oracle Website but cannot find it to download!:confused: Thanks, Sparcman (1 Reply)
Discussion started by: sparcman
1 Replies

3. Solaris

Whether Sun studio is installed on my Solaris Server?

Hi All I want to confirm the installation of Sun Studio installation on my UNIX development server. Please suggest how to get that. Cheers, Ankur (4 Replies)
Discussion started by: sharmaankur85
4 Replies

4. Solaris

Sun Studio 10 + Boost 1.36

Is it possible to build Boost 1.35 using Sun Studio 10? I can build Boost 1.35 using Sun Studio 11 successful. However, i'm unable to build it using Sun Studio 10 using the exact method. I really apprecaite if any expert can help on this. Thanks, (2 Replies)
Discussion started by: shingpui
2 Replies

5. Solaris

Sun Studio 11 install on Solaris 8 hanging

I am trying to install Sun Studio 11 on a Solaris 8 server. It gets through the install of patches then hangs with 20% of the overall install done and 0% of the software install done. It seems to be running /tmp/SolarisNativeToolkit_3.0.2_1 and is hanging. I have made multiple attempts and it... (6 Replies)
Discussion started by: jwilloughby
6 Replies

6. Solaris

java.lang.OutofMemoryError in Sun Studio 12

Hello everyone, I have installed Sun Studio 12 in my Sun Solaris 10 (x86) OS. At first, there was nothing wrong with it but recently, I couldn't open the Sun Studio IDE. When I try to open it, I keep on getting the following error messages:... (2 Replies)
Discussion started by: wintersakura
2 Replies

7. Solaris

Sun Studio problem

I am using Sun Studio. But there is problem with it. When my PC is connected to INTERNET then there is no problem in starting Sun Studio. But When my PC is not connected to INTERNET then there is problem in starting Sun Studio. With out INTERNET i run sunstudio but after waiting long time nothing... (0 Replies)
Discussion started by: mansoorulhaq
0 Replies
Login or Register to Ask a Question