Solaris Management Console (Web version)

Sorry for my ignorance, but I am trying to access the management console via the browser, but everytime i go to http://hostname:898/ it says "...console not available at this time." I know this is a stupid question but how do I enable the web console? Thanx in advance.
abs

did you enable tcp listening?
svccfg -s wbem setprop options/tcp_listen=true
svcadm refresh wbem
svcadm restart wbem

Similar Messages

  • Problem with solaris management console

    I have installing solaris 9 x86 12/02 on my PC. After start solaris management console 2.1 and after loged in as root, smc display this message:
    System Information is not able to connect to the server because the WBEM server daemon does not appear to be running. If it is running, try stopping and restarting it. After restarting the daemon, please also exit and restart the Solaris Management Console.
    SMC server is running ok.
    # /etc/init.d/init.wbem status
    Solaris Management Console server version 2.1.0 running on port 898.
    Thank you for help.
    lukas

    Hello Senthilkumar,
    Here are the outputs from the commands. The other ones that I left out (/var/adm/messages and showrev -p) had a lot of output and I wasn't sure what you needed. Please let me know what to post or if you want me to post the whole things.
    # more /etc/release
    Solaris 8 7/01 s28x_u5wos_08 INTEL
    Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
    Assembled 06 June 2001
    # java -version
    java version "1.2.2"
    Solaris VM (build Solaris_JDK_1.2.2_07a, native threads, sunwjit)
    Here are the errors that come back when /etc/init.d/init.wbem fails.
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/management/viperimpl/server/ViperServer
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:495)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:110)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:252)
    at java.net.URLClassLoader.access$1(URLClassLoader.java:218)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:193)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:300)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:290)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:256)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)

  • SMC (Solaris Management Console)

    On a fresh install of Sparc Solaris 9 - the SMC app works. Upon patching to yesterday's 9_Recommended - it fails - the applets all have red stop signs in the console, and it says someting like - 'There is no server running...' and 'No Solaris Management Console server was available on the specified server.'
    This is in the console:
    kermit console login: java.io.FileNotFoundException: /var/sadm/smc/properties/.s
    erver (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:103)
    at com.sun.management.viperimpl.util.security.SMCSSLConfig.setu pServer(S
    MCSSLConfig.java:114)
    at com.sun.management.viperimpl.server.ViperWbemServer.main(Vip erWbemSer
    ver.java:61)
    Starting Solaris Management Console server version 2.1.0.
    endpoint created: :898
    Solaris Management Console server is ready.
    I have tried to stop/start/restart the server with the init.wbem script in /etc/init.d
    Thanks for any hints!
    S7

    I was able to correct this problem on my server
    The .server file is the smc java keystore that contains
    the private/public key pair for SSL
    You can create this file by executing
    cd /usr/sadm/lib/smc/bin
    certtool -genkey
    Once the keys are generated execute
    /etc/init.d/init.wbem stop
    /etc/init.d/init.wbem start
    if your smpatch no longer works
    take a look at the following article
    http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/spfaq

  • No Solaris Management Console was available on the specific server

    Hi all,
    We had just finish setting up a new Solaris 10 environment. When i launch smc on the server, on selecting toolbox there's an error message:
    No Solaris Management Console server was available on the specified server. Please ensure there is a Solaris Management Console server available on the specified host and that it is running.
    However, upon verifying whether smc is running:
    ./init.wbem status
    Solaris Management Console server version 2.1.0 running on port 898.
    Not sure why this error message appeared, thanks.

    Regarding SMC (not SunMC)..
    Note: SMC = Solaris Management Console
    SunMC = Sun Management Center (topic of this forum)
    Patch 121308-16+ makes WBEM "secure by default."
    Customers running Solaris 10 6/06 or prior must modify the client's WBEM
    configuration file to allow remote connections after installing patch 121308.
    1. Modify the following line in /usr/sadm/lib/smc/policy/smcserver.config:
    FROM:
    remote.connections=false
    TO:
    remote.connections=true
    2. Stop and restart wbem.
    # /etc/init.d/init.wbem stop
    # /etc/init.d/init.wbem start
    3. Verify that WBEM is now listening for connections to port 898
    on all interfaces:
    # netstat -an |grep 898
    *.898 *.* 0 0 49152 0 LISTEN
    In Solaris [TM]10 update 3 (11/06), the startup mechanism for WBEM was changed
    from the legacy (rc script) method to the new Service Management Facility (SMF).
    To allow remote WBEM connections on Solaris 10 update 3 or later:
    # svcadm disable wbem
    # svccfg -s wbem setprop options/tcp_listen=true
    # svcadm enable wbem

  • How to access solaris management console from web browser??

    Hi,
    I am running Sol9 with the latest patches. The console gui freezes every time I try to admin NIS users in my NIS toolbox. It used to work but now it doesn't. I need to access this thing from a web browser if that's possible since there is no console that I can install on my windows laptop that can connect to the server.
    Can this be done?? I can't find any info on docs.sun.com on what URL and port to use.
    I did find something that says there is a /usr/sadm/bin/smcwebserver but it does not exist on any of my machines.
    Help?? Please???
    Thanks,
    Tom

    On my machine, when I point my browser to http://<hostname>:898 (the management server port) I get a nice message telling me that a web version of the Solaris Management Console is not currently available. Running the console tells me I'm running v2.1 which is what came out of the box.
    I think the webserver component you refer to only ships with v3.0 and later. You can go to http://wwws.sun.com/software/solaris/sunmanagementcenter/index.html and download a base version for free to check it out.
    By the way, I don't use a remote console to manage remote servers. It's too clunky. My solution for running the SMC remotely is to start an XServer on my laptop, telnet to the Sun host, su - root, set DISPLAY=<mylaptop>:0 and then run smc directly from the host. As long as there's no firewall blocking port 6000 between you and your host, you should be OK. This should be straightforward if you've run any graphical X apps before.
    However, I don't administer NIS and my laptop is a Mac. Your mileage may vary considerably.

  • Solaris 9, Solaris Management Console ISSUE

    Solaris 9, Solaris Management Console ISSUE
    I have Solaris 9 installed and I am unable to use the Solaris Management console.
    I have managed to start it:
    /etc/init.d/init.wbem start
    /etc/init.d/init.wbem status -> shows it's running
    But if I try browser with the link http:// host:898, I have got the following error:
    "A web version of the Solaris Management Console is not available at this time."
    any Idea why?

    Are you running Trusted Extensions? What patch cluster are you on? What toolbox are you opening?

  • Solaris Management Console (SMC) - Solaris 9 x86

    I�ve just installed Solaris 9 (x86) version. I�m unable to install Solaris Management console.
    I was using below command to add listed patches:
    pkgadd -d . SUNWpmgr SUNWrmui SUNWlvmr SUNWlvma SUNWlvmg
    I�m unable to find these packages on cd1. Somehow they�re on cd2. These cd�s are direct extract from Sun�s web site.
    Anyway when I run the pkgadd command I�m getting the following error:
    �No package associated with (SUNWpmgr)�
    When I look into the SUNWpmgr, there are 2 files (pkgmap., pkginfo.) and 3 dir (install, archive, reloc)
    Same with other packages
    Please help me.

    I was able to correct this problem on my server
    The .server file is the smc java keystore that contains
    the private/public key pair for SSL
    You can create this file by executing
    cd /usr/sadm/lib/smc/bin
    certtool -genkey
    Once the keys are generated execute
    /etc/init.d/init.wbem stop
    /etc/init.d/init.wbem start
    if your smpatch no longer works
    take a look at the following article
    http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/spfaq

  • Enhanced Storage Problem in Solaris Management Console Started in XManager

    I have Sun Fire 480 with solaris 5.9 installed on it. I use XManager 1.3.9 on windows 2000 workstation to connect to it and launch Solaris Management Console (smc). After starting smc I point to Management Tools -> This Computer (sf480dbs) -> Storage -> Enhanced Storage. At that moment Log In dialog appears and I give root user name and password. After a few seconds SMC disappears (exits). If I look at CDE Error log there is the following exception
    Thu Jul 31 21:00:36 2003 (/usr/dt/bin/dtexec) /usr/sbin/smc
    Exception while creating engine named com.sun.java.help.search.DefaultSearchEngine for view: javax.help.SearchView@4db52b
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at javax.help.search.MergingSearchEngine.makeEngine(MergingSearchEngine.java:148)
    at javax.help.search.MergingSearchEngine.merge(MergingSearchEngine.java:82)
    at javax.help.JHelpSearchNavigator.merge(JHelpSearchNavigator.java:160)
    at javax.help.JHelp.addHelpSet(JHelp.java:322)
    at javax.help.JHelp.helpSetAdded(JHelp.java:288)
    at javax.help.HelpSet.fireHelpSetAdded(HelpSet.java:344)
    at javax.help.HelpSet.add(HelpSet.java:256)
    at com.sun.management.viper.console.gui.help.VHelpViewer.consoleAction(VHelpViewer.java:138)
    at com.sun.management.viper.console.VConsole.notifyListeners(VConsole.java:566)
    at com.sun.management.viper.console.VConsole.consoleAction(VConsole.java:512)
    at com.sun.management.viper.console.gui.VGUIConsole.consoleAction(VGUIConsole.java:566)
    at com.sun.management.viperimpl.console.gui.SMCConsole.consoleAction(SMCConsole.java:292)
    at com.sun.management.viperimpl.console.BaseConsoleManager.notifyListeners(BaseConsoleManager.java:370)
    at com.sun.management.viperimpl.console.gui.GUIConsoleManager.loadOnlineHelpForTool(GUIConsoleManager.java:1198)
    at com.sun.management.viperimpl.console.BaseConsoleManager.loadToolAndReplaceStub(BaseConsoleManager.java:2139)
    at com.sun.management.viperimpl.console.BaseConsoleManager$ClickLoader.run(BaseConsoleManager.java:2060)
    at com.sun.management.viper.util.ThreadPool$ThreadWorker.run(ThreadPool.java:138)
    Caused by: java.security.InvalidParameterException
    at com.sun.java.help.search.DefaultSearchEngine.<init>(DefaultSearchEngine.java:75)
    ... 21 more
    Can anyone tell me anything what is problem?
    I am newby to solaris and any ideas will be appreaciated.
    Thanks in advance
    David Suladze

    Try search the WEB for your display adapter drivers. However, most of new especially intergated graphics are still not supported.
    You may try to get it working with xsun, run kdmconfig and specify as display adapter VGA or Super VGA. I know that in some cases it helps.
    As well do the same with Xorg and run /usr/X11/bin/xorgcfg, try to find somekind of generic VGA in drivers that are listed there.
    As I know, smc runs only in graphical mode.
    I saved the settings and pressed F2 for testing. I could see the displayDid you see buttons on that display (something like "yes", "no")?
    xsun is very hard to set with most of display adapters and monitors, sometimes it shows only part of the screen, so you might not to see these buttons. However if you see them, press "yes" (or something like that, I dont exactly remember). Then reboot and your computer should start the GUI.

  • Jds-help and Solaris Management Console compatible with jdk6u1?

    Hello,
    I am running Sol 10 11/06 for sparc on a Sun Blade. I just upgraded to jdk6u1 from jdk5. I installed all required j6 packages, and then installed patches for j6u1. I then used pkgrm to remove all jdk5-related packages (I searched for all packages starting with SUNWj5 and then removed them). Java seems to be working fine.
    Now, my Desktop Overview and other java-related help functions do not work. I get this error:
    # jds-help ghelp:jdsoverview
    ** (jdshelp:826): WARNING **: An exception occured 'Unknown CORBA exception id: 'IDL:omg.org/CORBA/COMM_FAILURE:1.0''
    A large jre error log is produced that mentions a problem with JVM:
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0xfc94dd6c, pid=1338, tid=1
    # Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)
    # Problematic frame:
    # V [libjvm.so+0x14dd6c]
    Solaris Management Console does not work either, and gives an error that no suitable java 2 version is installed in /usr/java.
    Maybe I removed a j5 package I shouldn't have. Which j5 packages are related to the operation of jds-help? Any ideas as to what is causing my problem with jds-help and smc?
    Does anyone know FOR SURE that jdshelp and smc are compatible with jdk6u1?
    Thank you...

    I got rid of jdk6 and re-installed 1.5.0.11. Solaris Management Console 2.1 works again, so it appears as if smc and Sun Studio 11 are both INCOMPATIBLE with jdk/jre6.
    jds-help still does not work, with a jvm error, so perhaps it is also incompatible with jdk/jre 1.5.0.10+.

  • Solaris Management Console Error

    I have installed Solaris 9.0 and I am using Solaris Management Console 2.1. I am trying to change the shell of the 'root' user . When I make the change I get the following error message :
    "The management server cannot perform the operation requested
    if this problem persists, refer to the log Viewer for additional information and contact your Sun Microsystem support provider.
    The actual error reported was:
    User root was partially modified. See the error log for further details "
    I have seen that the changes requeted( change shell in this case) does actually take place although the SMC complains. Where is the error log and how do I see it ? I fail to understand why this happens. Any help will be appreciated.
    I have also noticed that when I make any changed to other users SMC does not complain.
    Thanks

    I have installed Solaris 9.0 and I am using Solaris
    Management Console 2.1. I am trying to change the
    shell of the 'root' user . When I make the change I
    get the following error message :
    "The management server cannot perform the operation
    requested
    if this problem persists, refer to the log Viewer for
    additional information and contact your Sun
    Microsystem support provider.
    The actual error reported was:
    User root was partially modified. See the error log
    for further details "
    I have seen that the changes requeted( change shell in
    this case) does actually take place although the SMC
    complains. Where is the error log and how do I see it
    ? I fail to understand why this happens. Any help will
    be appreciated.
    I have also noticed that when I make any changed to
    other users SMC does not complain.
    ThanksAdded on 10/23 :
    This is a part of the log : /var/sadm/wbem/log/wbem_log
    T^L�f\236�:^A�m��fym;^Ulogsvc.wbem.version.1^A�m�_�\236�C��CIMOM@#@2@#@0@#@N/A@#@localhost@#@sun02@#@1066871122857@#@CIM Object Manager Started@#@CIM Object Manager version 2.5.1 build 04/29/03:17:32 started@#@null@#@0@#@0@#@off@#@^A�m�"b�RC^A^ASolaris Management Console Server@#@2@#@0@#@root@#@sun02@#@sun02@#@1066871201263@#@Solaris Management Console server starts up.@#@Solaris Management Console server starts up on
    port 898.@#@
    The user SMC Service was logged in as role root.@#@0@#@0@#@off@#@^A�m�vjj�^A^E^A^A^A^AAuthentication Service@#@1@#@0@#@root@#@sun02@#@sun02@#@1066871233865@#@Session opened@#@A secure session was established for user "root" from host "sun02" with session identifier 1066871233422.@#@
    The user root was logged in as role root.@#@0@#@0@#@off@#@^A�m�\2127=/^B^[��UMgrProvider@#@0@#@2@#@root@#@sun02@#@sun02@#@1066871280383@#@Listing user(s) failed@#@The details for User root were not fully retrieved.
    The Users Full Name could not be returned due to an unknown reason.@#@@#@0@#@0@#@off@#@^A�m��}�d^C2��UMgrProvider@#@0@#@2@#@root@#@sun02@#@sun02@#@1066871283929@#@User modify failed@#@User root was partially modified. See the error log for further details.@#@@#@0@#@0@#@off@#@^A�m���\202^O^D,��UMgrProvider@#@0@#@2@#@root@#@sun02@#@sun02@#@1066873142980@#@Listing user(s) failed@#@The details for User root were not fully^Q�^Q^P^T�f�(^O^A�m��fym;^Ulogsvc.wbem.version.1^A�m�_�\236�C��CIMOM@#@2@#@0@#@N/A@#@localhost@#@sun02@#@1066871122857@#@CIM Object Manager Started@#@CIM Object Manager version 2.5.1 build 04/29/03:17:32 started@#@null@#@0@#@0@#@off@#@^A�m�"b�RC^A^ASolaris Management Console Server@#@2@#@0@#@root@#@sun02@#@sun02@#@1066871201263@#@Solaris Management Console server starts up.@#@Solaris Management Console server starts up
    on port 898.@#@
    Hope this helps !
    Thanks again

  • Solaris Management Console hanging

    Did anyone have a similar problem?
    We are running Solaris Management Console 2.1 on Solaris 10 update 3
    It was working fine until recently.
    Now, it hangs forever.
    We have no problem in launching it, loging to using our normal account, and switching to sysadmin role.
    However, it hangs forever every time we try to do some action with the following error message showing on the terminal screen:
    Exception in thread "Thread-21" java.lang.NoClassDefFoundError: com/sun/admin/cis/common/ShowCommands
            at com.sun.admin.usermgr.client.users.UserContent$MyListFetch.listAll(UserContent.java:1133)
            at com.sun.admin.cis.common.ListFetch.run(ListFetch.java:284)I am not an expert in Java, but the above message seems to indicate a Sun JRE classpath problem. The symptom in the X-Windows session is always the same: hangs forever when trying to browse users to perform necessary operations, such as adding, deleting, changing groups, and so on.
    We have the following JDK installed
    $ java -version
    java version "1.5.0_14"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03)
    Java HotSpot(TM) Server VM (build 1.5.0_14-b03, mixed mode)
    $All the Java symbolic links seems OK
    $ ls -l /usr | grep j
    lrwxrwxrwx   1 root     root           4 Apr 15 14:10 j2se -> java
    drwxr-xr-x   9 root     bin          512 Jun 21  2007 j2se.old
    lrwxrwxrwx   1 root     other         15 Feb  2 02:33 java -> jdk/jdk1.5.0_14
    drwxr-xr-x   4 root     bin          512 Feb  2 02:33 jdk
    $

    I have received the following reply from Sun tech support:
    Hello again Shen,
    After I got your email I went back through your files and did an internal search on the breaking of classpath and java.lang.NoClassDefFoundError error.  I found a case that had similar error messages and the root cause was determined to be the order of the patch installation.
    Here is a clip from that case;
    ===
    The patch install order for 121308-12 and 119313-19 can have a negative affect on SMC.
    Please have the customer try the following workaround:
    patchrm 121308-12 and 119313-19
    In this order, patchadd 119313-19 and then patchadd 121308-12
    ===
    Your netinfo files show that you are only up to 119313-16 on your wbem patch. The latest patch is;
    119313-19
    SunOS 5.10: WBEM Patch
    Date:  Mar/27/2008
    You may find that updating to this patch will make the edit to the /usr/sadm/lib/smc/bin/smc file unnecessary.
    Since your original problems have been resolved, I will go ahead and close the case.  You may want to consider updating to the latest WBEM patch on your next update cycle.
    Thanks,
    Dave
    I guess patch 119313-19 solves the problem.
    I have launched SMC on a few servers that I haven't changed /usr/sadm/lib/smc/bin/smc file.
    SMC didn't hang.
    So, I checked for patch level and they all have patch 119313-19 installed.

  • Patch 121308-12 breaks solaris management console

    Dear Moderator,
    Hope not asking too much.
    Could you notify your counterparts that patch 121308-12 breaks Solaris Management Console?
    SMC doesn't load the tool box after patch 121308-12 is applied. I backed out the patch and SMC works fine. Patch 121308-11 is fine.
    I had to remove the patch from 50+ servers.
    I am running Solaris 10 update 3 on my servers.
    What I really want is a version 13 of the patch 121308 that obsoletes version 12. This way, I don't have to worry about this anymore everytime sunUC patches my servers.
    Edited by: shen on Feb 20, 2008 5:32 PM

    Here it is
    # pkginfo -l SUNWCsmap SUNWlvm SUNWCwbem SUNWCwsdk SUNWwbpro SUNWfsmgtu
       PKGINST:  SUNWfsmgtu
          NAME:  Solaris Local File System Management APIs (usr)
      CATEGORY:  system
          ARCH:  sparc
       VERSION:  1.0,REV=2005.01.09.23.05
       BASEDIR:  /
        VENDOR:  Sun Microsystems, Inc.
          DESC:  Solaris Local File System Management APIs (usr)
        PSTAMP:  on10-adms-patch20071214193019
      INSTDATE:  Feb 21 2008 12:02
       HOTLINE:  Please contact your local service provider
        STATUS:  completely installed
         FILES:        8 installed pathnames
                       5 shared pathnames
                       5 directories
                       1 executables
                     283 blocks used (approx)
       PKGINST:  SUNWwbpro
          NAME:  WBEM Providers (usr)
      CATEGORY:  system
          ARCH:  sparc
       VERSION:  2.0,REV=2005.01.09.23.05
       BASEDIR:  /
        VENDOR:  Sun Microsystems, Inc.
          DESC:  Solaris WBEM Providers (usr)
        PSTAMP:  on10-adms-patch20071214193040
      INSTDATE:  Feb 21 2008 12:03
       HOTLINE:  Please contact your local service provider
        STATUS:  completely installed
         FILES:       72 installed pathnames
                      15 shared pathnames
                      15 directories
                       5 executables
                    5051 blocks used (approx)
    ERROR: information for "SUNWCsmap" was not found
    ERROR: information for "SUNWlvm" was not found
    ERROR: information for "SUNWCwbem" was not found
    ERROR: information for "SUNWCwsdk" was not found
    #4 packages are missing.
    Are they supposed to be installed?
    We run Solaris 10 update 3.
    # more /etc/release
                           Solaris 10 11/06 s10s_u3wos_10 SPARC
               Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
                            Use is subject to license terms.
                               Assembled 14 November 2006
    #Our standard Solaris installation is "Entire Distribution plus OEM support".

  • Managing LDAP users with Solaris Management Console

    I'm using Solaris Management Console (SMC) to manage users in our Directory Server. Unfortunately, the default "user manager" in SMC does not have a tab to manage netgroups. Does anybody else use SMC to manage users and have you created a custom tool to manage netgroups? If so, how did you do it?

    Hello Senthilkumar,
    Here are the outputs from the commands. The other ones that I left out (/var/adm/messages and showrev -p) had a lot of output and I wasn't sure what you needed. Please let me know what to post or if you want me to post the whole things.
    # more /etc/release
    Solaris 8 7/01 s28x_u5wos_08 INTEL
    Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
    Assembled 06 June 2001
    # java -version
    java version "1.2.2"
    Solaris VM (build Solaris_JDK_1.2.2_07a, native threads, sunwjit)
    Here are the errors that come back when /etc/init.d/init.wbem fails.
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/management/viperimpl/server/ViperServer
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:495)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:110)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:252)
    at java.net.URLClassLoader.access$1(URLClassLoader.java:218)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:193)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:300)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:290)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:256)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)

  • Sources for Solaris Management Console, admintool, Process Manager

    Hello again after a long time! I'm interested in this sources (Solaris Management Console, admintool, Process Manager) especially admintool source code. I'm working on a Solaris8_x86. Are this sources delivered with the operating system and where can I find'em? If this sources are not delivered with the OS, the question remains. Where can I find'em and some help (man pages or anything) about these programs and their source code?

    Hi,
    as I know, there aren't any sources available for admintool. If you are interested in Management Console, than check docs.sun.com.
    Management Console is based on Jiro Technology as I remember. You can also check for CIM (Common Information Model) and WBEM (Web Based Enterprise Management).
    Start with the Management Console Manuals.
    Heiko

  • Toolbox in Solaris management console

    I installed Solaris management console 2.0 and when I try to open it, it asks me for a toolbox. What kind of file is a toolbox? Could anybody tell me how can i install a toolbox?
    Thanks

    For some reason it was able to run once by running the command
    # /etc/init.d/init.wbem start
    But no matter what I do, I can't get it to work one lick with
    # svcadm enable wbem
    Any ideas guys?
    Edited by: orange80 on Nov 29, 2008 8:18 PM

Maybe you are looking for

  • Oracle 9i on Win2K Advanced Server

    I wonder if anyone had simmilar problem? When I run installer (either through autorun or manually) the cursor turns into hourglass for few seconds and then the program terminates with no error messages. Good old P4 installer problem right?... Except

  • Print to pdf option in report

    I am working on a drill-down report... So I have a Summary and a Details report... Now i need a way to select multiple records in the Summary report so i can print the details for those entries... I don't want to use the default "save as pdf" option.

  • Unable to open any Windows 8 application

    I just recently started experiencing issues when attempting to access Windows 8 apps.  There a two different scenarios that are going on and one root cause to the issue that I have found through the troubleshooting steps that have been provided in va

  • HowReSet CLOCK & DATE? cant see right 2" Screen Crackd where clock icon is

    brief: Is there another way to RESET CLOCK, because I can't see the CLOCK ICON which is located in upper right corner of the screen, because my screen is Cracked but just on the right two inches. Of course, the solution is to replace the screen, but

  • Converting m4a files for use with itunes

    I have a ton of m4a files that I used with an old version of itunes, but the latest version doesn't play and won't let me import or add to my library. Please help.