Problem installing StorADE 2.4 in Oracle Java Web Console 3.1 with CAM 6.6.

Hi Guys,
I am having problem installing StorADE 2.4 in Oracle Java Web Console 3.1 with CAM 6.6.
I am sure I have seen them together in Web Console but doesn't seems to be working... I am getting all sort of javv exception errors...
Also the installation of StorADE wasn't trivial, I had to create following link for the installation to succeed... and no errors during the installation btw.
- linked /usr/sbin/smcwebserver -> /usr/sadm/bin/smcwebserver
- linked /usr/sbin/smreg -> /usr/sadm/bin/smreg
root # grep -i error /var/sadm/install/Storage_ADE/Install.log
root #
last few logs....
SUNWstadm: Checking the status of the Java Web Console.
SUNWstadm: Stopping the Java Web Console to register.
Shutting down Oracle Java(TM) Web Console Version 3.1 ...
The console is stopped
SUNWstadm: Registering Storage_A.D.E_2.4 with the Java Web Console.
Warning: smreg is obsolete and is preserved only for
compatibility with legacy console applications. Use wcadmin instead.
Type "man wcadmin" or "wcadmin --help" for more information.
Registering Storage_A.D.E_2.4.
SUNWstadm: Enabling the Java Web Console console_debug_log file
to automatically grow and rollover using the default settings.
Warning: smreg is obsolete and is preserved only for
compatibility with legacy console applications. Use wcadmin instead.
Type "man wcadmin" or "wcadmin --help" for more information.
SUNWstadm: Enabling the Java Web Console to startup automatically
during subsequent system boot and gracefully stop during system
shutdown. If you do not want this capability please execute the
following command: /usr/sadm/bin/smcwebserver disable
SUNWstadm: Starting the Java Web Console after registration.
Starting Oracle Java(TM) Web Console Version 3.1 ...
The console is running
To complete the configuration, point your browser to:
https://<hostname>:6789
Please refer to the SUNWstadm release notes for additional
installation, configuration, and usage information.
Installation of <SUNWstadm> was successful.
SUNWstazt is already installed
SUNWstazh is already installed
SUNWstako is already installed
SUNWstaja is already installed
SUNWstafr is already installed
Installation successful
| You have installed the following: |
| |
| o Storage A.D.E. 2.4 - Enterprise Edition - Success |
| o Storage A.D.E. 2.4 - Management Station UI - Success |
| |
| The UI can be accessed at the URL : https://<hostname>:6789/ |
Finished at: Friday, 20 August 2010 11:14:55 AM EST
Note: A log has been saved to: /var/sadm/install/Storage_ADE/Install.log
Any pointers will be appreciated....
Thanks,
Nitin

Hi Guys,
I am having problem installing StorADE 2.4 in Oracle Java Web Console 3.1 with CAM 6.6.
I am sure I have seen them together in Web Console but doesn't seems to be working... I am getting all sort of javv exception errors...
Also the installation of StorADE wasn't trivial, I had to create following link for the installation to succeed... and no errors during the installation btw.
- linked /usr/sbin/smcwebserver -> /usr/sadm/bin/smcwebserver
- linked /usr/sbin/smreg -> /usr/sadm/bin/smreg
root # grep -i error /var/sadm/install/Storage_ADE/Install.log
root #
last few logs....
SUNWstadm: Checking the status of the Java Web Console.
SUNWstadm: Stopping the Java Web Console to register.
Shutting down Oracle Java(TM) Web Console Version 3.1 ...
The console is stopped
SUNWstadm: Registering Storage_A.D.E_2.4 with the Java Web Console.
Warning: smreg is obsolete and is preserved only for
compatibility with legacy console applications. Use wcadmin instead.
Type "man wcadmin" or "wcadmin --help" for more information.
Registering Storage_A.D.E_2.4.
SUNWstadm: Enabling the Java Web Console console_debug_log file
to automatically grow and rollover using the default settings.
Warning: smreg is obsolete and is preserved only for
compatibility with legacy console applications. Use wcadmin instead.
Type "man wcadmin" or "wcadmin --help" for more information.
SUNWstadm: Enabling the Java Web Console to startup automatically
during subsequent system boot and gracefully stop during system
shutdown. If you do not want this capability please execute the
following command: /usr/sadm/bin/smcwebserver disable
SUNWstadm: Starting the Java Web Console after registration.
Starting Oracle Java(TM) Web Console Version 3.1 ...
The console is running
To complete the configuration, point your browser to:
https://<hostname>:6789
Please refer to the SUNWstadm release notes for additional
installation, configuration, and usage information.
Installation of <SUNWstadm> was successful.
SUNWstazt is already installed
SUNWstazh is already installed
SUNWstako is already installed
SUNWstaja is already installed
SUNWstafr is already installed
Installation successful
| You have installed the following: |
| |
| o Storage A.D.E. 2.4 - Enterprise Edition - Success |
| o Storage A.D.E. 2.4 - Management Station UI - Success |
| |
| The UI can be accessed at the URL : https://<hostname>:6789/ |
Finished at: Friday, 20 August 2010 11:14:55 AM EST
Note: A log has been saved to: /var/sadm/install/Storage_ADE/Install.log
Any pointers will be appreciated....
Thanks,
Nitin

Similar Messages

  • Problems Installing Designer 6.0 over Oracle 8i (Linux SUSE 8.0)

    I have problems installing Designer 6.0 over Oracle 8i (Linux SUSE 8.0). When I try to create the repository the installation hang up. I try over Oracle 8i (WIndows 2000) and the problems remain.
    Please any body can help?
    Is it possible to install Designer 6i and generate forms 6.0 (I mean for using Developer 6.0 (NOT 6i))?
    Best regards,
    JAGC

    Marcel,
    I had the same problem. Oracle gives as an answer that Designer 6.0 is not supported against 8.1.7. In the specified package a statement is issued which is a problem for 8.1.7. I changed that package and now it works fine.
    Comment as below and replace with the delete statement, then it compiles fines.
    I don't know if any problem can occur after that, but a Migration from a 1.3.2 repository to 6i works fine through this repository. Hope this helps.
    Kind Regards
    Jan Boersma
    Email: [email protected]
    see here:
    -- Remove Reserved Names entry and comment
    -- delete from sdd_reserved_names
    -- where (rn_res_name, rn_type) in ((upper(view_name), 'VIEW')
    -- ,(upper(pack_name), 'PACKAGE')
    -- ,(upper(pack_name), 'PACKAGE BODY')
    -- ,(upper(app_view_name), 'VIEW BODY'));
    delete from sdd_reserved_names
    where ((rn_res_name = UPPER(view_name) AND rn_type = 'VIEW') OR
    (rn_res_name = UPPER(pack_name) AND rn_type = 'PACKAGE') OR
    (rn_res_name = UPPER(pack_name) AND rn_type = 'PACKAGE BODY') OR
    (rn_res_name = UPPER(app_view_name) AND rn_type = 'VIEW BODY'));
    null

  • Problem with JAVA Web Console

    Hello friends:
    trying to use Java Web Console under Sol10 / Sparc:
    Please...any help?
    root@uben:/$ smcwebserver start
    Registering com.sun.web.console_2.2.2.
    Registering com.sun.web.ui_2.2.2.
    Registering /usr/share/webconsole/lib/serviceapi.jar
    as com_sun_management_services_api.jar for scope ALL
    Registering /usr/share/webconsole/lib/serviceimpl.jar
    as com_sun_management_services_impl.jar for scope ALL
    Registering /usr/share/webconsole/lib/consoleimpl.jar
    as com_sun_management_console_impl.jar for scope ALL
    Registering /usr/share/webconsole/lib/cc.jar
    as com_sun_management_cc.jar for scope ALL
    Registering /usr/share/webconsole/lib/SMIWebCommon.jar
    as com_sun_management_webcommon.jar for scope ALL
    Registering /usr/share/lib/jato/jato.jar
    as com_iplanet_jato_jato.jar for scope ALL
    Registering /usr/share/webconsole/lib/serviceimpl_es.jar
    as com_sun_management_services_impl_2.2_es.jar for scope ALL
    Registering /usr/share/webconsole/lib/cc_es.jar
    as com_sun_management_cc_2.2_es.jar for scope ALL
    Registering /usr/share/webconsole/lib/solaris_impl.jar
    as com_sun_management_solaris_impl.jar for scope ALL
    Registering login module com.sun.management.services.authentication.PamLogin Module
    Registering login module com.sun.management.services.authentication.RbacRole LoginModule
    Registering /usr/share/webconsole/lib/solaris_implx.jar
    as com_sun_management_solaris_implx.jar for scope ALL
    Server not started! No management applications registered.
    root@uben:/$ smcwebserver start
    Server not started! No management applications registered.
    root@uben:/$

    Thanks Tim for the info, and thank you all too.
    The issue here is not only if Essbase is fully supported or not by the new java version (or the other way around).  A patch later on will solve the compatibility problem.
    But the major problems here are two: 
    1. Oracle publishes java versions prematurely without warning the public for the compatibility issues, or at least to say that "we haven't checked everything yet".
    2. The end users get pop ups (unless disabled) that their (older) java version is not secure anymore. That scares the users and drives them to update their JRE or JDK prematurely without telling that to anyone.
    Cheers
    George

  • N1 system manager installation faied (newer version of Java web console)

    Hi,
    I am trying to install Sun N1 system manager on Solaris x86 U3 + all patches. Once I run the installer I got:
    N1SM Installer (version 1.3.2 on SunOS)
    1. Install OS packages. [Completed]
    2. Install Expect. [Completed]
    3. Install IPMI tool. [Completed]
    4. Install JDK 1.5. [Completed]
    5. Install service provisioning components. [Completed]
    6. Install OS provisioning components. [Completed]
    7. Copy DHCP configuration file. [Completed]
    8. Install user interface components. [Partially Run]
    9. Install service container components. [Not Completed]
    10. Install N1 System Manager. [Not Completed]
    Failed Step: Install user interface components.
    The following is a portion of the installer
    log which may indicate the cause of the error.
    If this does not indicate the cause of the
    error, you will need to view the full log
    file. More information on how to do that is
    available below.
    The Sun Java(TM) Web Console software already installed (version 3.0.2)
    is newer than the version (3.0) you are attempting to install.
    Downgrading is not supported. If you wish to run the older version,
    you can install it after unintalling the currently installed version.
    Error running lockhart setup: 1792
    Please fix the problem and then try this step again.
    For a full log of the failed install see the file: /var/tmp/installer.log.9327.
    t. Try this step again (correct the failure before proceeding)
    x. Exit
    Enter selection: (t/x) x
    Is there any way to continue my installation and using currently installed version of Java Web Console?

    Tried removing the currently installed Java Web Console as described at http://docs.sun.com/app/docs/doc/817-1985/6mhm8o5l4?a=view
    It says to simply run /usr/share/webconsole/bin/setup -u, however there is no setup binary in the listed dir.
    # ls -l /usr/share/webconsole/bin/
    total 396
    -r-xr-xr-x 1 root sys 9995 Oct 9 08:18 smcwebserver
    -r-xr-xr-x 1 root sys 6571 Oct 9 08:17 smloginmodule
    -r-xr-xr-x 1 root sys 171907 Oct 9 08:17 smreg
    -r-xr-xr-x 1 root sys 1456 Oct 9 08:17 smwebapp
    -r-xr-xr-x 1 root sys 2917 Oct 9 08:17 wcadmin
    # uname -a
    SunOS host 5.10 Generic_118855-33 i86pc i386 i86pc
    It seems the docs are wrong?

  • Java web start security dialog with Java 7 update 51

    I build a Java Web Start application signed with a valid certificate.
    When I star the application the security dialog appear correctly as show in this figure
    http://www.java.com/en/img/download/trusted_signed.jpg
    My issue is about the "do not show again" checkbox.
    If the attributes href are present in the jnlp tag of the jnlp file the checkbox appear.
    If the attribute are not present, the checkbox doesn't appear and the run needs to be confirmed every time.
    (Example:
    <jnlp spec="1.0+" codebase=
    "http://docs.oracle.com/javase/tutorialJWS/samples/deployment/webstart_ComponentArch_DynamicTreeDemo"
    href="dynamictree_webstart.jnlp">
    This is a problem because my jnlp file is under a password protected directory and if href is specifed, the Java Web Start application try to retrieve it as the other resources. ( result in access denied because only the browser session is authenticated and the run fails)
    The documentation at Deploying a Java Web Start Application said:
    The codebase and href attributes are optional when deploying Java Web Start applications that will run on at least the Java SE 6 update 18 release or later. You must specify the codebase and href attributes when deploying Java Web Start applications that will run with previous releases of the Java Runtime Environment software.
    What is the right code? With href or without?
    Is this a BUG or a feature?
    How can I show the "don't show again" checkbox without having to specify the href attribute?

    From the documentation at JAR File Manifest Attributes for Security
    If the Application-Library-Allowable-Codebase attribute is present and matches the location from which the RIA is started, then a single host is listed in the Location field for the prompt and the option to hide future prompts is provided.
    This issue is also discussed here: Java Web Start security dialogs with Java 7 update 51 - Stack Overflow

  • Sun Java Web Console can not be connected over a browser through port 6789

    Symptom:
    If i want to connect the Sun Java Web Console with a Browser (Tried: Firefox and IE) over https://x6220:6789 the browser connects to the server but nothing more occures. Important: It is not a connection error!
    What is the Problem:
    I now cannot access the Sun web console server through a browser over port 6789. Before the installation of the Sun Management Center 4.0 it worked.
    System Overview:
    I have a Sun Blade x6220 with Solaris 10 8/07 witch is member of a two node sun cluster 3.2.
    Some Troubleshooting information:
    *# netstat -an | grep 6789*
    *.6789 *.* 0 0 49152 0 LISTEN
    127.0.0.1.6789 127.0.0.1.32852 49152 0 49152 0 CLOSE_WAIT
    172.16.18.66.6789 172.16.18.67.32856 49640 0 49529 0 CLOSE_WAIT
    172.16.18.66.6789 172.16.18.67.32858 49640 0 49529 0 CLOSE_WAIT
    172.16.18.66.6789 172.16.18.67.32865 49640 0 49472 0 CLOSE_WAIT
    172.16.18.66.6789 172.16.18.67.32866 49640 0 49529 0 ESTABLISHED
    127.0.0.1.32916 127.0.0.1.6789 49152 0 49152 0 FIN_WAIT_2
    127.0.0.1.6789 127.0.0.1.32916 49152 0 49152 0 CLOSE_WAIT
    Who is listen on port 6789:
    12930: /usr/java/bin/java -server -Xmx128m -XX:+BackgroundCompilation -XX:Per
    *# svcs |grep webconsole*
    online 10:10:01 svc:/system/webconsole:console
    *# smcwebserver status*
    Sun Java(TM) Web Console is running
    *# svccfg -s svc:/system/webconsole listprop*
    options application
    options/stability astring Evolving
    options/tcp_listen boolean true
    console-multi-user dependency
    console-multi-user/entities fmri svc:/milestone/multi-user
    console-multi-user/grouping astring require_all
    console-multi-user/restart_on astring none
    console-multi-user/type astring service
    general framework
    general/entity_stability astring Unstable
    *# cat /usr/share/webconsole/webapps/console/WEB-INF/app.xml*
    <!--Tags used to determine a user's access to this app. Leave empty to indicate no auths required-->
    <authTypes>
    <authType name="">
    <classType></classType>
    <permissionParam name=""></permissionParam>
    </authType>
    </authTypes>
    But now:
    *# wcadmin list*
    I'm waiting for some output till today but nothing...nothing---nothing!
    Question:
    What else could not work probably? Thank you for help.

    I also couldn't attach to port 6789
    +21:38:33:helaman:root>svcadm enable webconsole+
    +21:38:58:helaman.:root>svcs webconsole+
    STATE          STIME    FMRI
    offline*       21:53:17 svc:/system/webconsole:console
    +21:54:02:helaman:root>+
    Looking at the log didn't help
    +21:55:26:helaman:root>cat /var/svc/log/system-webconsole:console.log+
    +[ Aug 24 21:54:06 Executing start method ("/lib/svc/method/svc-webconsole start") ]+
    Starting Sun Java(TM) Web Console Version 3.1 ...
    Cannot determine if console started successfully
    +[ Aug 24 21:54:55 Method "start" exited with status 0 ]+
    +[ Aug 24 21:54:55 Stopping because all processes in service exited. ]+
    +[ Aug 24 21:54:55 Executing stop method ("/lib/svc/method/svc-webconsole stop") ]+
    The console is stopped.
    +[ Aug 24 21:54:56 Method "stop" exited with status 0+ ]
    The service started and stopped ....
    so I looked at the debug file in */var/log/webconsole/console/console_debug_log*
    +==============================================================+
    Java Web Console Version 3.1 started on Sun Aug 24 21:54:54 PDT 2008
    +==============================================================+
    java.lang.ClassNotFoundException: org.apache.catalina.core.ApplicationContextFacade$1
    + at java.net.URLClassLoader$1.run(URLClassLoader.java:200)+
    + at java.security.AccessController.doPrivileged(Native Method)+
    + at java.net.URLClassLoader.findClass(URLClassLoader.java:188)+
    + at java.lang.ClassLoader.loadClass(ClassLoader.java:306)+
    + at java.lang.ClassLoader.loadClass(ClassLoader.java:251)+
    + at org.apache.catalina.security.SecurityClassLoad.loadCorePackage(SecurityClassLoad.java:53)+
    + at org.apache.catalina.security.SecurityClassLoad.securityClassLoad(SecurityClassLoad.java:40)+
    + at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:210)+
    + at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:390)+
    Looks like the updates that I did lost a jar file ... Does anyone know what JDK I should use ... I have the following
    +22:03:21:helaman:root>uname -a+
    SunOS helaman 5.10 Generic_137112-05 i86pc i386 i86pc
    +22:03:26:helaman:root>cat /etc/release+
    + Solaris 10 5/08 s10x_u5wos_10 X86+
    + Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.+
    + Use is subject to license terms.+
    + Assembled 24 March 2008+
    +22:03:32:helaman:root>java -version+
    java version "1.6.0_07"
    Java(TM) Platform, Standard Edition for Business (build 1.6.0_07-b06)
    Java HotSpot(TM) Server VM (build 10.0-b23, mixed mode)
    +22:03:36:helaman:root>env | grep JAVA+
    JAVA_HOME=/usr/java
    +22:03:41:helaman:root>ls -dall /usr/java+
    lrwxrwxrwx   1 root     root          10 Aug 24 21:45 /usr/java -> jdk/latest
    +22:03:53:helaman:root> smpatch analyze+
    + You have new messages. To retrieve: smpatch messages [-a]+
    No patches required.
    +22:06:06:helaman:root>+
    Any insight on this would be much appreciated.

  • How do I change the default certificate in Java Web Console?

    I have a 3rd party issued server keystore & truststore ready to go in both jks and p12 file formats. I wish to use this in the Sun Java Web Console instead of the self signed certificate. I cannot find any documentation as to changing the certificate. I did find commands to change the keystore and truststore passwords, but I want to change the entire certificate.
    I tried manually messing with the /var/webconsole/domains/console/conf/server.xml configuration file but realized it was more complex than that. Is there a documented procedure for changing the default certifcate?
    Thanks

    Siri will use the default calendar specified in the Mail, Contacts, Calendars setting.
    Go to Settings/Mail,Contacts,Calendars, then scroll down, and change the default in the Calendars section to your the one you prefer.
    hope this helps.

  • I've just installed CS6 creative suite mainly for photoshop CS6. It comes with camera raw 7.0.something, but need something newer to use my canon 6d. When I download camera raw 8.5 and install the raw converter doesnt work anymore, wont even open or isnt

    I've just installed CS6 creative suite mainly for photoshop CS6. It comes with camera raw 7.0.something, but need something newer to use my canon 6d. When I download camera raw 8.5 and install the raw converter doesnt work anymore, wont even open or isnt available anymore in the plugin list. Tried to reinstall everything for a few times, but nothing helps.

    When I search for updates the raw converter doesnt get update automaticly. Frustrating, is costing me the whole morning.

  • Sun Java Web Console certificate based authentication ?

    I'd like the Web Console to authenticate users thanks to their (x509) certificate. The certificate would be stored on the client side,
    in the browser's certificate store.
    I read that the console could use PAM, but the only PAM pkcs#11 module I found requires a smart card reader on the console host,
    while I'd like to be able to use the user's certificate in the browser, thus possibly on a remote host.
    Any idea ?

    Make sure JAVA_HOME is set (+echo $JAVA_HOME+)
    BTW, Sun Java Web Console is not the same thing as Sun Management Center

  • JAVA WEB Console upgrade?

    Hi
    We can not apply patches to Solaris 10 host for Java Web Console because the patches are for version 3.1.x, the JWC in our server is 2.2.4.
    I have been looking the path to upgrade to 3.1.x from 2.2.4, but it seems no way to upgrade in Solaris 10.
    Thank you for your help.

    If anyone ever needs this, the service name is 'smcconsole'.
    And if you're curious as to how I found this out, it was mostly guesswork. By looking at logs from debugging the `other` sections of pam.conf, I saw that `pamverifier` was the process actually invoking the PAM calls (which is located at /usr/lib/webconsole/pamverifier). Then I just tried using the names output by running `strings` on that, and smcconsole worked.
    I don't even know if that is the actual string that is used in the PAM invocation, or if it's just a coincidence. To my knowledge, this is not documented anywhere, just like most things with the web console dealing with PAM.

  • Where is the Java Web Console

    Hi,
    Please could someone help me out, I'm new to Solaris, I have a requirement to remotely access our development server, I understand there is a Java Web Console, however browsing to https://localhost:6789 locally doesn't work.
    I've tried running the following:
    smcwebserver -V
    It results in:
    Could not find command smcwebserver
    Any assistence would be greatly appreciated.
    Jana

    "search" without "-r" will look on your local system for the keyword. Use "-r" to search the repository.
    pkg search -r console gives some output.
    For example:
    pkg:/system/[email protected] pkg.summary set The Console Manager
    Not sure if that is what you are looking for, or another package that is output from "search -r".
    -- Alan

  • Problems installing TCL 7.5 and Oracle Intelligent Agent

    All
    Has anyone had any success in installing TCL 7.5 and Oracle
    Intelligent Agent? If so could you please provide a step by step
    summary of the installation process. I keep getting error
    messages when I run gmake for TCL. I commented out the lines
    specified in the instructions. Does one have to use TCL 7.5? I
    even tried to run version 8.2 and it restarted my machine while
    running gmake test. Maybe it is how I commented the lines. I
    used the # character to comment out the lines. Please help. IFve
    got everything else running I can even use Net8 and SQL plus
    from my Windows NT Client. I now need to be able to use Oracle
    Enterprise Manager, which requires TCL 7.5 and Oracle
    Intelligent Agent.
    Many thanks
    null

    Thor Erik Jelstad (guest) wrote:
    : I am using Oracle 8.0.5.0 and Red Hat 5.2/i386
    : When I try to start Oracle Intelligent Agent I receive the
    : following error message:
    : "DBSNMP: error in loading shared libraries /usr/lib/libtcl.so:
    : undefined symbol: stat"
    : I have installed TCL package 8.0.3-20.
    : Thor Erik Jelstad
    I ran into "stat" symbol issues during some builds. I don't
    recall if the subject program had to be built, but if so, adding
    "-shared" to the cc (for linking) command helps. I think the make
    variable is LDCCOM.
    -Later.
    null

  • Oracle Java Web Server 6.1 / 7.0 Reverse Proxy

    Hello everyone,
    I have just installed both Sun Java Web Server versions 6.1 and 7.0 on Windows x86, trying to configure the Reverse Proxy Plugin, but none of the installations came with the libpassthrough.dll file mentioned in several documentations.
    I have searched both Google and Oracle websites but links on Google point to the former sun.com website and Oracle gives nothing :(
    update: I've installed Oracle iPlanet Web Server 7.0.15 and got only digest, fastcgi, htaccess and loadbal in the plugins folder, no libpassthrough :( Help!
    Does anybody know where can i get the Reverse Proxy Plugin for Windows ?
    Thank you very much,
    Daniel.
    Edited by: user2579623 on 07/08/2012 13:19

    In 6.1, the libpassthrough library comes in a separate download, usually with the application server, ie glassfish. In 7.x it is build in so there is no separate library to add, the functionality is just there and can even be configured from the web admin interface. Just use web server 7 and have a look at the admin console.

  • HT202447 What kind of performance or problems can i expect if I disable Java web plug-in on my macbook?

    How will disabling the java web plug-in affect my computer performance?  The flashback trojan horse virus recently infected my laptop.  Apple website suggested disabling the plug-in.  I was wondering if anyone has attempted this and what were the results?  Thanks for any help on the matter.
    C.C.

    Disabling the plugin will have no effect at all unless you visit one of the few remaining websites with Java content. In that case, you won't be able to access the content until you re-enable the plugin.

  • Java Web Console CAM 6.7.0.12  - Unable to login

    I've installed the CAM version 6.7.0.12 installation on a Redhat 5.5 system. The installation went smoothly and I'm able to hit the login page at https://localhost:6789.
    I'm attempting to login with the system root account and am having no luck.
    I see the following in the systems message log: Oracle Java(TM) Web Console[31794]: Authentication of user root failed
    Thanks for any help

    CAM 6.7.0 bug fixes. (Windows OS)
    Status: RELEASEDPatch Id: 144861-01***********************************************************************
    READ THE TERMS OF THE AGREEMENT ("AGREEMENT") IN THE LEGAL_LICENSE.TXT
    FILE CAREFULLY BEFORE USING THIS SOFTWARE. BY USING THE SOFTWARE, YOU
    AGREE TO THE TERMS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE
    TERMS, PROMPTLY DESTROY THE UNUSED SOFTWARE.
    For further information on patching best practices and resources, please
    see the Big Admin Patching Center:
    http://www.oracle.com/technetwork/systems/patches
    ***********************************************************************Summary: CAM 6.7.0 bug fixes.Date: Nov/16/2010Installation Requirements:Additional instructions may be listed belowSolaris Release: Note: Microsoft WindowsSun OS Release: Note: WindowsUnbundled Product: Sun StorageTek Common Array Mgr Firmware UpdatesUnbundled Release: 6.7.0Xref: Topic: Relevant Architecture: i386BugId's fixed with this patch:6968739 6972298
    Changes incorporated in this version:6968739 6972298
    Patches accumulated and obsoleted by this patch:
    Patches which conflict with this patch:
    Required Patches:
    Obsoleted by:
    Files Included in this Patch: Note:
    sun-cam-scsi.msi
    SUNWsefms.msi
    SUNWstkcamcd.msi
    SUNWstkcamui.msiProblem Description: 6968739 J4410 reporting incorrect chassis serial number.
    6972298 Win2k8: Constant errors: libses Property (sun-expander-product-identification) is not defined
    Revision History:
    141581-01:
    Initial Windows patch for CAM 6.7.0 containing Fishwrap 3.7.2-1 bug fixes.
    Special Notes:
    This patch supplies bug fixes for CAM 6.7.0 Typical 'Full Installation' or Custom
    'Management Host' or 'Data Host Proxy Agent' installations. It is not intended to
    be used or is it required for 'Administrator Host CLI Client' installations.
    Linux RHEL SuSE CAM 6.7.0 Firmware Release for F5100 (LINUX OS)
    Status: RELEASEDPatch Id: 145967-01***********************************************************************
    READ THE TERMS OF THE AGREEMENT ("AGREEMENT") IN THE LEGAL_LICENSE.TXT
    FILE CAREFULLY BEFORE USING THIS SOFTWARE. BY USING THE SOFTWARE, YOU
    AGREE TO THE TERMS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE
    TERMS, PROMPTLY DESTROY THE UNUSED SOFTWARE.
    For further information on patching best practices and resources, please
    see the Big Admin Patching Center:
    http://www.oracle.com/technetwork/systems/patches
    ***********************************************************************Summary: Linux RHEL SuSE CAM 6.7.0 Firmware Release for F5100Date: Nov/17/2010Installation Requirements:Additional instructions may be listed belowSolaris Release: Note: Redhat SuSESun OS Release: Note: RHEL SuSEUnbundled Product: Sun StorageTek Common Array Mgr Firmware UpdatesUnbundled Release: 6.7.0Xref: Topic: Relevant Architecture: i386BugId's fixed with this patch:6961484 6969860
    Changes incorporated in this version:6969860 6961484
    Patches accumulated and obsoleted by this patch:
    Patches which conflict with this patch:
    Required Patches:
    Obsoleted by:
    Files Included in this Patch: Note:
    sun-cam-fw-j4000-6.7.0-11.i386.rpmProblem Description: 6969860 LF1.0-ERIE: Win2k8 SP2 driver loses SCSI enclosure several times per second
    6961484 LF1.0 Erie - Driver does not connect to devices after power-cycle
    Revision History:
    145967-01:
    F5100 Firmware
    SAS Expander:
    sasxfwmo.5.04.05.fw

Maybe you are looking for