Cannot start Solaris Management Console in Solaris 9

I cannot start the Solaris Management Console in Solaris 9. The splash screen appears for a few seconds, then nothing else.
There is a error: "Assertion Fail: Offset < fFileSize ..." something like that.
Please help me~~~~~~~

Java Bug 4838130:
http://developer.java.sun.com/developer/bugParade/bugs/4838130.html
suggests to trace the problem by running the java application with JAVA2D_DEBUGFONTS defined, so try
env JAVA2D_DEBUGFONTS=1 smc
The bug report also documents a workaround: Set the environment variable JAVA_FONTS to
/usr/openwin/lib/X11/fonts/TrueType, i.e.
env JAVA_FONTS=/usr/openwin/lib/X11/fonts/TrueType smc

Similar Messages

  • Cannot start Enterprise Manager for Fusion Middleware 11g

    Dear all,
    Because I want to install Oracle EGRCM v8.0.1 in Linux x86_64, so I installed Oracle Weblogic 11gR1 and SOA Suite 11g first.
    After installation successfully, I created a base_domain as default, and can start weblogic administration server ( http://localhost:7001/console ) successfully.
    Now I want to use Enterprise Manager for Fusion Middleware 11g. Per "*Oracle® Fusion Middleware Administrator's Guide 11g Release 1 (11.1.1)*", the EM should be available now and the access URL should be http://localhost:7001/em . But when I try to access it, the following error returned:
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    +10.4.5 404 Not Found+
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    So I try to start with emctl in *$MW_HOME/oracle_common/bin/*, the error is as following:
    +./emctl: line 387 /d02/Middleware/oracle_common/perl/bin/perl: No such file or directory+.
    I check the path and find out that no directory named "perl" under */d02/Middleware/oracle_common*. So I try to copy the necessary dir from the dir installed Oracle Database 11g ( *$ORACLE_HOME* ), but it returns following error:
    OC4J Configuration issue. /d02/Middleware/oracle_common/sysman/j2ee not found.
    I try to copy necessary dir from *$ORACLE_HOME* but still cannot start EM.
    Please give some advise about how I can start EM for Fusion Middleware 11g, any idea is appreciate!
    Best Regards,
    Kenny Wang

    Ravi Jegga wrote:
    Hi Kenny
    See this post of mine: Re: Fusion Middleware Console
    For any SOA Domain, unless you have Enterprise Manager Facet enabled (during domain creation process or adding later on by extending it), you will not be able to access the EM Console. For quick testing, open config.xml file for your domain and check the modules specially em module as shown below. It should be there. This is for one of my SOA Cluster Domains with SOA on top of WLS 10.3.2
    <app-deployment>
    <name>em</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>C:\beawls1032\user_projects\applications\soaDomainCluster1/em.ear</source-path>
    <deployment-order>400</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    Thanks
    Ravi JeggaHello Ravi:
    I too like Kenny experienced the EXACT same thing this morning. I was trying to figure out how to modify the formsweb.cfg and I remembered from when I install Oracle9i/10g AS a few years back, that it was on the Enterprise Manager Console for forms (different than the EM for the database). Well that's different than the consoles for Weblogic Server and Weblogic Server for Forms. I ran into the same errors Kenny did, and I followed your steps except that I did install into the domain the Enterprise Manager so when I looked at the config.xml I do see the same code that you posted above. Yet I still get the error when accessing
    http://computer:7001/em
    Also when trying to run emctl (I copied the perl directory from the database) and same error as Kenny. Any tips/clues?
    I'm running on Red Hat Enterprise Linux 5, Oracle 11g (database, Fusion Middleware).
    Thanks,
    Gio

  • Cannot start WebLogic Managed Server

    Hi,
    I have an weblogic domain on a physical machine with two servers (AdminServer and osb_server1 [Managed Server]). (Weblogic 10.3.6)
    I started nodeManager and enrolled the domain using nmEnroll command through WLST.
    I can start "AdminServer" thourgh nmStart('AdminServer') command. AdminServer starts successfully.
    However, when I want to start managed server (osb_server1):
    1. Through WebLogic administrator console it says:
    (Warning) The user is not authorized to perform lifecycle operations on server osb_server1.
    (Warning) All of the servers selected are currently in a state which is incompatible with this operation or are not associated with a running Node Manager or you are not authorized to perform the action requested. No action will be performed.
    2. Using startManagedWebLogic.cmd script after entering username/password, it returns authentication denied.
    Oct 22, 2012 10:31:21 AM EEST> <Critical> <Security> <BEA-090403> <Authentication for user weblogic denied>
    <Oct 22, 2012 10:31:21 AM EEST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:966)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1054)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    Truncated. see log file for complete stacktrace
    Caused By: javax.security.auth.login.FailedLoginException: [Security:090303]Authentication Failed: User weblogic weblogic.security.providers.authentication.LDAPAtnDelegateException: [Security:090295]caught unexpected exception
    at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:251)
    at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Truncated. see log file for complete stacktrace
    >
    3. Using nmStart command on nodeManager, it is complaining about boot.properties file.
    I can login AdminServer with same account without problems.
    Best Regards,
    Edited by: ToRRaDo on Oct 22, 2012 5:25 PM

    Copied boot.properties from AdminServer to osb_server1 and the error below occured. (I also with plain text passwords in boot.properties file but error did not change)
    <Oct 23, 2012 8:03:59 AM EEST> <Error> <Configuration Management> <BEA-150021> <The admin server failed to authenticate the identity of the user weblogic starting the managed server. The reason for the error is .>
    <Oct 23, 2012 8:03:59 AM EEST> <Emergency> <Management> <BEA-141151> <The admin server could not be reached at http://localhost:7001/.>
    <Oct 23, 2012 8:03:59 AM EEST> <Info> <Configuration Management> <BEA-150018> <This server is being started in managed server independence mode in the absence of the admin server.>
    <Oct 23, 2012 8:03:59 AM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Oct 23, 2012 8:03:59 AM EEST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Oct 23, 2012 8:04:00 AM EEST> <Notice> <Log Management> <BEA-170019> <The server log file C:\Oracle\Middleware\user_projects\domains\my_domain\servers\osb_server1\logs\osb_server1.log is opened. All server side log events will be written to this file.>
    <Oct 23, 2012 8:04:19 AM EEST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Oct 23, 2012 8:04:19 AM EEST> <Critical> <Security> <BEA-090402> <Authentication denied: Boot identity not valid;
    The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.>
    <Oct 23, 2012 8:04:20 AM EEST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password fromthe boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created.
    Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:960)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1054)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    Truncated. see log file for complete stacktrace
    Caused By: javax.security.auth.login.FailedLoginException: [Security:090303]Authentication Failed: User weblogic weblogic.security.providers.authentication.LDAPAtnDelegateException: [Security:090295]caught unexpected exception
    at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:251)
    at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Truncated. see log file for complete stacktrace>
    <Oct 23, 2012 8:04:20 AM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    Edited by: ToRRaDo on Oct 23, 2012 8:13 AM
    Edited by: ToRRaDo on Oct 23, 2012 8:14 AM

  • Cannot start enterprise manager - please help!

    Hello,
    I installed 11.2.0.1 on RHEL 5.6.2 64 bit. Before the installation I changed SELinux to permissive mode.
    After the installation, I set these variables in /home/oracle/.bash_profile:
    export ORACLE_HOME=/opt/app/oracle/product/11.2.0/dbhome_1
    export ORACLE_SID=testsid
    export ORACLE_HOME_LISTNER=$ORACLE_HOME
    export ORACLE_UNQNAME=testsid
    PATH=$PATH:$ORACLE_HOME/binHere is the tnsnames.ora file, that has been generated during install:
    TESTSID =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.170.76)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = testsid.mydomain.com)
      )I started the listener:
    $ lsnrctl status
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.170.76)(PORT=1521)))
    Services Summary...
    Service "testsid.mydomain.com" has 1 instance(s).
      Instance "testsid", status READY, has 1 handler(s) for this service...
    Service "testsidXDB.mydomain.com" has 1 instance(s).
      Instance "testsid", status READY, has 1 handler(s) for this service...
    The command completed successfullyAnd the database instance is running:
    $ sqlplus sys/sys@testsid as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Oct 11 16:55:52 2011
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select status from v$instance;
    STATUS
    OPEN
    SQL> select database_status from v$instance;
    DATABASE_STATUS
    ACTIVEAnd then, I just can't start the EM console!
    $ emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
    https://192.168.170.76:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ............................................................................................. failed.
    Logs are generated in directory /opt/app/oracle/product/11.2.0/dbhome_1/192.168.170.76_testsid/sysman/log What am I missing here? How is it possible to make a fresh install and not be able to start the EM?
    I'll appreciate any help!

    1. Ensure that the REPOSITORY_URL configured in the <AGENT_HOME>/sysman/config/emd.properties file has the correct hostname of the OMS machine.
    Refer Note 737373.1: Communication: Agent to OMS Communication Fails if the Agent's REPOSITORY_URL Parameter has Incorrect Value
    2. If the OMS is secured and locked (accepts uploads only in the https mode), then secure the Agent also.
    Refer:
    Note 428874.1: How to tell if the EM OMS is locked or unlocked?
    Note 283091.1: How To Secure / Unsecure The Grid Control Components (Agent / OMS) In 10g
    cd <AGENT_HOME>/bin
    emctl secure agent
    This will prompt you for the Agent Registration password, which is needed for secure operation to complete.
    If the Agent Registration password is not known, it can be re-set using the steps in
    Note.433828.1: How to secure an agent when the registration password is not known.

  • It's reasonable to start Operations Manager Console always with /ClearCache option?

    In the last month, sometimes i've the problem, that the operations manager console can't find objects; shows some alerts as acitve alerts, but they're closed.
    It could be solved by using the ClearCache argument, when i starts the console.
    It's reasonable to start the console always with ClearCache option? --or i've have some handicaps, when i do so?
    Thank you,
    Kind regards
    Wolfgang Winter

    Hi,
    Here is a discussion about this topic, please also go through it:
    console /ClearCache
    http://social.technet.microsoft.com/Forums/en-US/400a1856-bc9e-4cd1-879d-76c56b8dee88/console-clearcache?forum=operationsmanagergeneral
    Regards,
    Yan Li
    Regards, Yan Li

  • Error coming when starting SAP Management Console

    Hi
          Error is coming when trying to start the Server in Microsoft Management Console  . Well this has started coming just now , it was working fine except one point i want to highlight is that on the machine WAS620gui was installed and i upgraded to WAS640 gui , so is it related to with the upgradation of gui ?
    The error is :
    Snap in failed to initialize                 |
    Name : SAP system Manager                    |
    CLSID {633547EE-A302-11D1-AE59-0800009B07DBB}|

    Hi
    It seems that the registration of the sapmmc.dll failed.
    You can recover SAP Management Console again by manually registering the MMC snap-in. Do the following:
    Open a CMD.exe and walk through the directory containing the sapmmc.dll file (mostly is under %systemroot%\system32 directory) then execute the following command:
    Regsvr32 sapmmc.dll
    You should see a message confirmation that registration was successful.
    Then start mmc again...it should now work smoothly!
    Hope this helps!
    Best Regards,
    Federico G. Babelis
    http://www.gazum.com

  • Cannot start the managed servers because of this error.

    Hi,
    I installed weblogic 10.3.6 and created admin and managed servers and node manager. I am able to startup and shutdown the admin and managed servers using the node managers but when i try to start/shutdown the managed servers from the command prompt using startManagedWeblogic.cmd, i get this error:
    <Apr 27, 2012 3:42:57 PM EDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    java.net.UnknownHostException: XXXXXX.XXXX.XXXX : 7152
    at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
    at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:849)
    at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1202)
    at java.net.InetAddress.getAllByName0(InetAddress.java:1153)
    at java.net.InetAddress.getAllByName(InetAddress.java:1083)
    at java.net.InetAddress.getAllByName(InetAddress.java:1019)
    at java.net.InetAddress.getByName(InetAddress.java:969)
    at weblogic.rjvm.JVMID.setLocalID(JVMID.java:238)
    at weblogic.rjvm.RJVMService.setJVMID(RJVMService.java:48)
    at weblogic.rjvm.RJVMService.start(RJVMService.java:30)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    >
    The WebLogic Server encountered a critical failure
    Reason: Assertion violated
    Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize
    class weblogic.protocol.ServerIdentityManager$Initializer
    at weblogic.protocol.ServerIdentityManager.findServerIdentity(ServerIden
    tityManager.java:64)
    at weblogic.protocol.URLManager.findAdministrationURL(URLManager.java:173)
    at weblogic.server.ServerLifeCycleRuntime.getLifeCycleOperationsRemote(S
    erverLifeCycleRuntime.java:1078)
    at weblogic.t3.srvr.ServerRuntime.sendStateToAdminServer(ServerRuntime.java:429)
    at weblogic.t3.srvr.ServerRuntime.updateRunState(ServerRuntime.java:415)
    at weblogic.t3.srvr.T3Srvr.setState(T3Srvr.java:206)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:482)
    at weblogic.Server.main(Server.java:71)
    Can anybody help me out with this. I am stuck here.
    Thanks,
    Robert
    Edited by: Robert J on Apr 27, 2012 12:57 PM

    try using flag -Djava.net.preferIPv4Stack=true within the startManagedWeblogic.cmd file to start the managed server with the command prompt.
    Thanks,
    Sandeep

  • Cannot Launch BPC Management Console

    Hi all,
    I am unable to launch the BPC management console.  I have installed BPC 7.0 for MS and is running under Win server 2003 and SQL 2008.  I am able to launch to BPC home page and have installed admin and office clients already.
    Here is the error when launching BPC Managment Console:  http://localhost/ManagementConsole
    Parser Error Message: Unrecognized configuration section 'connectionStrings'
    Line 12:     <section name="dataConfiguration" type="Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DatabaseSettings, Microsoft.Practices.EnterpriseLibrary.Data, Version=3.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    Line 13:   </configSections>
    Line 14:   <connectionStrings>
    Line 15:     <add name="DBMain" connectionString="Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=AppServer;Data Source=SAPBPCDEV" providerName="System.Data.SqlClient" />
    Line 16:   </connectionStrings>
    Source File: D:\BPC\Websrvr\ManagementConsole\web.config    Line: 14
    Version Information: Microsoft .NET Framework Version:1.1.4322.2379; ASP.NET Version:1.1.4322.2379
    I have followed the How To Enable the BPC 7.0M Management Console Document already. still same error.
    Do i need to change something from the web.config file?
    Thanks!

    I think something was not right during the steps when you enabled Management Console.
    Any way I suggest you to check if you have the table tbllogs and tblBPClog into appserver database.
    It seems actually some components or some table required for Management COnsole are missing.
    Kind Regards
    Sorin Radulescu

  • Cannot start solaris after successful installation. Monitor Screen blinks

    After installing solaris 10 U 3 when it starts. The login prompt comes. Then it automatically tries to start X and the monitor starts blinking. Thereafter there is nothing i can do instead of restarting my computer.
    My concerns are as under.
    1. Is there a way to stop the solaris from automatically starting X.
    So that I can log on into console mode.(In linux i just have to add 3 to the kernel parameters in grub.)
    2. And, a procedure to change the graphics resolution that matches my HP5258 monitor.
    I tried to start the solaris in failsafe mode but then I was unable to run the kdmconfig or any other command searched from the internet.
    I am a newbie to Solaris.
    Any help will be appreciated.

    If no console is attached, you should be able to login via ttya.
    Default resolution for many slightly older Sun systems is a "weird" one. 1152x960x67hz IIRC? Causes some monitors to go goofy :)
    As far as setting the resolution, depends on your system. Older SPARC systems use m64config which is real easy to configure. If you've got an x86/x64 system, I think you're stuck using kdmconfig which can be a bit difficult to deal with at times...
    Message was edited by:
    DoxBrian

  • Ubable to start enterprise manager console via browser in Oracle 11gR2

    Dear Friends
    I have tried following. But i'm not able to get em console through my web browser.
    here i'm posting what i have done.i have started my database listner and database ,it found working properly. So please let me know what am i missing here.
    [oracle1@WBH-DB1 ~]$ echo $ORACLE_HOME
    /ora11gsoft/odb/OH1
    [oracle1@WBH-DB1 ~]$ echo $ORACLE_SID
    wbdata
    [oracle1@WBH-DB1 ~]$ echo $PATH
    /usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/ora11gsoft/odb/bin:/ora11gsoft/odb/OH1/jdk/bin:/ora11gsoft/odb/OH1/jdk/lib:/ora11gsoft/odb/OH1/bin
    [oracle1@WBH-DB1 ~]$ hostname
    WBH-DB1.wbtea.com
    [oracle1@WBH-DB1 ~]$ emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    https://WBH-DB1.wbtea.com:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ..... started.
    Logs are generated in directory /ora11gsoft/odb/OH1/WBH-DB1.wbtea.com_wbdata/sysman/log
    i try following url in firefox web-browser
    https://WBH-DB1.wbtea.com:1158/em
    and i got the following error
    Secure Connection Failed
    xxx.xx.xx.xx:1158 uses an invalid security certificate.
    The certificate is not trusted because the issuer certificate is not trusted.
    The certificate is not valid for any server names.
    (Error code: sec_error_untrusted_issuer)

    Hi,
    you are not missing anything.
    enterprise manager is working fine. Accept the certificate and press on continue button..
    Can you try running the same in internet explorer also.
    Regards
    Rajesh

  • Cannot start server from console

    It seems that this problem has been reported before but I have not found anybody posting a solution. I followed the instructions to install sp7 and am getting this error.
    Can anyone help out since we are also stuck on this one. An additional note is that the SYSTEM CLASSPATH to be
    appended from the registry does not show up in the console messages window. Any ideas?
    hi,,
    i tried to run weblogic console and i started weblogic server,,
    i got the error message
    Tue May 16 16:40:21 EDT 2000:<I> <EJB> 0 deployed, 0 failed to deploy.
    *************************************************************************** The WebLogic Server did
    not start up properly. Exception raised: java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException:
    java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not
    found at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:140) at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:112) at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:104) at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(RecursiveReloadOnModifyClassLoader.java:53) at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<init>(RecursiveReloadOnModifyClassLoader.java:149)
    at weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextImpl.java:1390) at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:513) at
    weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java, Compiled Code) at
    weblogic.t3.srvr.HttpServer.start(HttpServer.java:442) at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code) at
    weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825) at java.lang.reflect.Method.invoke(Native Method) at
    weblogic.Server.startServerDynamically(Server.java:99) at weblogic.Server.main(Server.java:65) at
    weblogic.Server.main(Server.java:55) java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:140) at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:112) at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:104) at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(RecursiveReloadOnModifyClassLoader.java:53) at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<init>(RecursiveReloadOnModifyClassLoader.java:149)
    at weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextImpl.java:1390) at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:513) at
    weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java, Compiled Code) at
    weblogic.t3.srvr.HttpServer.start(HttpServer.java:442) at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code) at
    weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825) at java.lang.reflect.Method.invoke(Native Method) at
    weblogic.Server.startServerDynamically(Server.java:99) at weblogic.Server.main(Server.java:65) at
    weblogic.Server.main(Server.java:55)
    can anybody help me ..
    thanks
    bye
    san

    Yep...just in case
    The weblogic classpath is as follows (obtained using wconfig)
    d:\weblogic\lib\weblogic510sp7.jar;d:\weblogic\license;d:\weblogic\classes;d:\weblogic\myserver\serverclasses;d:\weblogic\lib\weblogicaux.jar
    The system classpath is as follows
    d:\weblogic\lib\weblogic510sp7boot.jar;d:\weblogic\myserver\serverclasses;d:\weblogic\jre1_2\lib\tools.jar;d:\weblogic\jre1_2\jre\lib\rt.jar;d:\weblogic\jre1_2\jre\lib\i18n.jar;d:\weblogic\license;d:\weblogic\classes\boot;d:\weblogic\classes;d:\weblogic\lib\weblogicaux.jar;d:\weblogic\eval\cloudscape\lib\cloudscape.jar
    NOTE that we are able to start the server from the command prompt fine using startWebLogic.cmd
    /Deepak
    "Jim Clark" <[email protected]> wrote:
    I guess you are running NT. Did you log out and log back in after setting
    your CLASSPATH?
    Can you echo your CLASSPATH? What is your WEBLOGIC CLASSPATH?
    Jim
    "Deepak Srinivasan" <[email protected]> wrote in message
    news:[email protected]...
    It seems that this problem has been reported before but I have not foundanybody posting a solution. I followed the instructions to install sp7 and
    am getting this error.
    Can anyone help out since we are also stuck on this one. An additionalnote is that the SYSTEM CLASSPATH to be
    appended from the registry does not show up in the console messageswindow. Any ideas?
    hi,,
    i tried to run weblogic console and istarted weblogic server,,
    i got the error message
    Tue May 16 16:40:21 EDT 2000:<I> <EJB>0 deployed, 0 failed to deploy.
    >
    The WebLogic Server did
    not start up properly. Exceptionraised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException:
    java.lang.NoSuchMethodError:weblogic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not
    found atweblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:140) at
    >
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:112) at
    >
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:104) at
    >
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
    iveReloadOnModifyClassLoader.java:53) at
    >
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    atweblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1390) at
    >
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    513) at
    >
    weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java, Compiled
    Code) at
    >
    weblogic.t3.srvr.HttpServer.start(HttpServer.java:442) at
    weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code) at
    >
    weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825) at
    java.lang.reflect.Method.invoke(Native Method) at
    >
    weblogic.Server.startServerDynamically(Server.java:99) at
    weblogic.Server.main(Server.java:65) at
    weblogic.Server.main(Server.java:55)java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method
    >
    getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found at
    >
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:140) at
    >
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:112) at
    >
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.jav
    a:104) at
    >
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(Recurs
    iveReloadOnModifyClassLoader.java:53) at
    >
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<
    init>(RecursiveReloadOnModifyClassLoader.java:149)
    atweblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextIm
    pl.java:1390) at
    >
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:
    513) at
    >
    weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java, Compiled
    Code) at
    >
    weblogic.t3.srvr.HttpServer.start(HttpServer.java:442) at
    weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code) at
    >
    weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825) at
    java.lang.reflect.Method.invoke(Native Method) at
    >
    weblogic.Server.startServerDynamically(Server.java:99) at
    weblogic.Server.main(Server.java:65) at
    weblogic.Server.main(Server.java:55)
    can anybody help me ..
    thanks
    bye
    san

  • Cannot connect Enterprise manager console UNIX

    Hi guys,
    I try to execute the enterprise manager from the server (HP-UX), but when I try to run it:
    $oemapp console
    I got the following error:
    Exiting
    java.lang.NullPointerException
    at oracle.ewt.lwAWT.BufferedApplet.<init>(Unknown Source)
    at oracle.sysman.emSDK.client.appContainer.WebApplication.<init>(WebApplication.java:751)
    at oracle.sysman.vt.console.app.Console.<init>(Console.java:149)
    at oracle.sysman.emSDK.client.appContainer.WebApplication.main(WebApplication.java:3315)
    at oracle.sysman.vtx.vtxOemApp.OemJavaLauncher.executeClass(OemJavaLauncher.java:223)
    at oracle.sysman.vtx.vtxOemApp.OemJavaLauncher.launch(OemJavaLauncher.java:168)
    at oracle.sysman.vtx.vtxOemApp.OemApp.launch(OemApp.java:222)
    at oracle.sysman.vtx.vtxOemApp.OemApp.main(OemApp.java:80)
    What should I do/check in order to run the OEM.?
    TIA.

    I was logged in as root, I logged out and back in as user oracle, which has all the environment variables set. That seemed to do the trick.

  • Solaris 10 management console... login problem!

    Hi all!
    I have started correctly the solaris management console server using /etc/init.d/init.wbem start.
    I have launched the console correctly too (/usr/sbin/smc)
    But when I try to access some aministrative tool (such as user management or disk management), it prompts a message asking me for the root password, which I wrote correctly too... but it always returns a "login failed" message...
    Any idea??? Anyone else have the same problem???
    Thanks.

    Yes, I have the exact same problem. For me the problem is caused by the fact that solaris management console will not work with blowfish or md5 hashed passwords for root. Since I enabled and created a root password using md5, I cannot use the management console. This is what sun support wrote back to me about this:
    PROBLEM SUMMARY :
    as root. Root password is rejected. Even when run 'smc' as root user,
    asks for root password again and rejects it
    SOLUTION :
    have found many instances stating blowfish and SMC do not work..I did
    find one potential workaround, but it may or may not work.If you want
    totry it here is what they suggested..
    To use SMC, must disable non-default password algorithm,
    Set the CRYPT_DEFAULT line in /etc/security/policy.conf to:
    CRYPT_DEFAULT=__unix__
    Then delete the SMC users password with passwd -d, then set a new password:
    # passwd -d root
    passwd: password information changed for root
    # passwd root
    New Password:
    Re-enter new Password:
    passwd: password successfully changed for root
    Try it on as test box in case it messes up SMC
    Other than that it looks like it is not compatible
    Odd that the 'most advanced operating system' behaves in this manner.

  • Oracle Database 11gR1 Enterprise Manager Console Cannot Display in Browser

    Folks,
    Hello. I am running Oracle Database 11gR1 with Operaing System Oracle Linux 5. I have some issues regarding EM connects with the Database Server as below:
    First, the default listener is LISTENER with standard port number 1521 and protocol TCP/IP.
    Its corresponding service naming S1 is with port 1521 and protocol TCP/IP and hostname localhost.localdomain.
    I run this listener in the following way:
    Step 1: [user@localhost bin]./lsnrctl start LISTENER (This command runs sucessfully.)
    Step 2: [user@localhost bin] ./sqlplus SYS/SYS as sysdba (This command starts sqlplus sucessfully.)
    Step 3: [user@localhost sqldeveloper] ./sqldeveloper.sh (This command invokes SQL Developer sucessfully.)
    But when start Enterprise Manager Console, it cannot connect with the Database. I do it in this way:
    [user@localhost bin] ./emctl start dbconsole
    The above command's output is:
    https://localhost.localdomain:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ... ...
    When open the link https://localhost.localdomain:1158/em/console/aboutApplication in browser, this message comes up:
    The connection to localhost.localdomain: 1158 cannot be established.
    Thus, I add Port Number 1158 into both LISTENER and Service Naming S1. I run ./emctl start dbconsole again and get this message:
    The connection to localhost.localdomain:1158 was interrupted while the page was loading.
    In order to solve the above issue, I create another listener LISTENER2 and another Service Naming S2 with Port Number 1158 and protocol TCP/IP because
    in my point of view, each listener only can have one Port Number(1521 or 1158) and its corresponding Service Naming (S1 or S2) need to have the same Port Number and Protocol (TCP/IP).
    But when I run [user@localhost bin]./lsnrctl start LISTENER2, this message comes up: the listener supports no service.
    From the message, it seems that LISTENER2 cannot work with its corresponding Service Naming S2 with Port 1158.
    EM with Port 1158 cannot display in Browser.
    My questions are :
    First, Is there any relationship needed to be established between listener(LISTENER2) and Service Naming(S2) in order to display EM in Browser ?
    Second, how do folks display EM in browser ?
    Thanks.

    Folks,
    Hello. Thanks a lot for replying. I do the following command: [user@localhost bin]$ wget http://localhost.localdomain:1158/em
    The command returns the message:
    --11:36:33-- http://localhost.localdomain:1158/em
    Resolving localhost.localdomain... 127.0.0.1
    Connecting to localhost.localdomain|127.0.0.1|:1158... connected.
    HTTP request sent, awaiting response... 200 No headers, assuming HTTP/0.9
    Length: unspecified
    Saving to: `em'
    [ <=>                                                                                                              ] 7 --.-K/s in 0.002s
    11:36:33 (4.15 KB/s) - Read error at byte 7 (Connection reset by peer).Retrying.
    --11:36:34-- (try: 2) http://localhost.localdomain:1158/em
    Connecting to localhost.localdomain|127.0.0.1|:1158... connected.
    HTTP request sent, awaiting response... 200 No headers, assuming HTTP/0.9
    Length: unspecified
    Saving to: `em.1'
    100%[=================================================================================================================>] 7 --.-K/s in 0s
    11:36:34 (16.8 KB/s) - Read error at byte 7 (Connection reset by peer).Retrying.
    The above message repeats again and again until finally returns the following message:
    11:39:02 (40.2 KB/s) - Read error at byte 7 (Connection reset by peer).Giving up.
    In browser, http://localhost.localdomain:1158/em cannot display and pop up a Windows with the message: You have chosen to open whicn is BIN file from http://localhost.localdomain:1158 What sholud FireFox do with this file ? Save to Disk ?
    My question is:
    I don't know how to display http://localhost.localdomain:1158/em in Browser. How to solve the issue ?
    Thanks.

  • Starting Oracle Enterprise Management Console

    I have oracle11gR2 database instance up and running on RHEL and i am able to connect to this instance using sqldeveloper. I need to have access to enterprise manager console too.
    I tried to start enterprise manager using following command
    [ora112@localhost ~]$ emctl start dbconsole
    Environment variable ORACLE_UNQNAME not defined. Please set ORACLE_UNQNAME to database unique name.
    then it tells me that ORACLE_UNQNAME is not defined.
    the i set ORACLE_UNQNAME=JIP (JIP=ORACLE_SID), even after doing this , i get the same message when i try to start enterprise manager console.
    could anybody help me resolve this issue
    thanks in advance for any help

    Unset ORACLE_SID (i.e. only set ORACLE_UNQNAME instead of ORACLE_SID), then try again. Pl also post the output of command "env | sort" just before issuing the emctl command
    HTH
    Srini

Maybe you are looking for