Problem with Management Console

This is not really an installation issue, but this seemed the most appropriate category.
Whenever I try to access any functions of the Users Tool in the Solaris Management Console (gui), such as viewing users, viewing roles, etc., an error msg pops up stating "CIM_ERR_FAILED" . This occurs whether I load locally or over network from another machine's Management Console.
The box is running Solaris 8 04/01 with several packages from the Sun companuon CD installed, as well as the latest Sun recommended patch cluster. Any help and/or suggestions would be greatly appreciated.

I think I temporarily fixed this problem I am not sure how this will affect the development.
But atleast I can start the J2EE/DB services so that I can start and stop services from the MMC
What was happening was that the services
SAPJ2E_00
SAPJ2E_01
were not starting up because of the logon problems, the default account that was created SAPService( something like that ) was not able to log on, I changed the logon permissions to "Local System" and started the service, this time atleast the service started.
I need to launch the Development Studio and see if I am able to work with the new account permissions on the J2EE server

Similar Messages

  • Problem with Management Console for Netweaver Development Studio

    I installed the  Netweaver Development Studio and all works fine
    Normally the MMC shows SAP Systems and a J2E instance below it which is used to start the services
    But when I shutdown my machine and restart it again the J2E item below the SAP Systems does not appear and  I cannot restart the J2E/SAP/DB/J2EE services
    Is there another way I could restart all the related services from a batch file or a utility that takes a config file
    because for the last few days I am having to re-install the Developer studio to get it to work
    Please help me on this because I am wasting atleast 2 hrs daily to reinstall so that I can control all my services
    thanks
    Tony

    I think I temporarily fixed this problem I am not sure how this will affect the development.
    But atleast I can start the J2EE/DB services so that I can start and stop services from the MMC
    What was happening was that the services
    SAPJ2E_00
    SAPJ2E_01
    were not starting up because of the logon problems, the default account that was created SAPService( something like that ) was not able to log on, I changed the logon permissions to "Local System" and started the service, this time atleast the service started.
    I need to launch the Development Studio and see if I am able to work with the new account permissions on the J2EE server

  • Problems with managed beans on included JSPs

    I've got a problem with managed beans within an included JSP
    The included page looks as follows:
    <f:subview id="includedPage" binding="#{testBean.component}">
         <h:outputText value="Hallo from the included page"/>
         <h:outputText value="#{testBean.msg}" />
    </f:subview>The including page is also very simple
    <f:view>
         <html>
              <head>
                   <title>Test include</title>
              </head>
              <body>
                   <h:outputText value="Hello from the including page"/>               
                   <jsp:include page="included.jsp"/>
              </body>
         </html>
    </f:view>The testBean is a managed bean with page scope and looks as follows:
    public class TestBean {
        public UIComponent fComponent;
        public TestBean() {
            System.out.println("TestBean Constructor called " + toString() );
        public String getMsg() {
            return "Component = " + fComponent ;
        public void setComponent(UIComponent component) {
            System.out.println("setComponent called " + component);       
            fComponent = component;
        public UIComponent getComponent() {
            System.out.println("getComponent called " + fComponent);
            return fComponent;
    }The output to the console is:
    TestBean Constructor called de.kvb.athena.web.beans.TestBean@1bc16f0
    getComponent called null
    TestBean Constructor called de.kvb.athena.web.beans.TestBean@18622f3
    setComponent called javax.faces.component.UINamingContainer@160877b
    TestBean Constructor called de.kvb.athena.web.beans.TestBean@5eb489
    and the page displays
    Hello from the include page
    Hello from the included page Component = null
    Can anyone explain this behavior ? What's the reason that the page displays
    Component = null
    and is it possible to display the parent naming container (subview) this way ?
    how ?
    Thanks

    By "page scope" I assume you mean "none"? If so JSF creates a new bean for each place it's referenced. The closest to the behavior you want, once per "page", is really request scope.
    (I'm not sure why the constructor is being called thrice, though. I should look into this.)
    I assume you want a bean-per-subview scenario. This should be doable, and one way that allows a dynamic number of subviews would be as follows:
    --create a "manager" bean in request scope
    --give it get/set methods that retrieves a Map of "TestBean" instances; the idea is that each subview use a different key "s1", "s2", etc
    back the manager method with Map implementation that checks if there's already a TestBean associated with the key returns it if yes, else null.
    If that seems messy, the component solution is hairy :-) See http://forum.java.sun.com/thread.jspa?threadID=568937&messageID=2812561
    --A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Problem with BPEL Console

    Hi all,
    We are facing a peculiar type of problem on BPEL Console.
    Scenario: I have created an empty BPEL process. That process gets initiated by a CSV file present in the specific folder (with the help of file adapter), and subsequently the values from that CSV file is used as an input parameter for calling a procedure (with the help of DB Adapter). The success or failure of the BPEL process is informed to particular set of people through Email. Everything is working perfectly fine including the process instance and the Email part.
    Problem: We are not able to see any instance created on BPEL console if we are passing more than 2000-3000 records in a CSV file. But the process is happening because procedure is doing its work and we are getting the success or failure Email also.
    Point to note, For less than 2000 its working perfectly fine.
    Any help in this case will be helpful for our team.
    Regards,
    Abhi...

    This sounds like a bug in the administrative console. It would be interesting to see what happens if you query the database directly:
    There is a whitepaper that discusses that:
    http://www.oracle.com/technology/pub/articles/bpel_cookbook/blanvalet.html
    The relevant code for you is:
    whereCondition where = whereConditionHelper.whereInstancesStale();
    IInstanceHandle[] instances = getLocator(domainId, domainPassword).listInstances(where);
    BPEL ProcessManager API documentation can be found in [bpelhome]\integration\orabpel\docs\apidocs\index.html
    If this returns all instances, even when there are more than 2000, you know you hit a bug in the management console.
    Hope this helps,
    Lonneke

  • Cannot start job with Management Console

    Hi,
    The Management Console displays the status of batch jobs started with DI Designer, but when attempting to run a  batch job via the Management Console nothing happens.
    The execute command displays "Job started successfully", but does nothing.
    Any ideas would be appreciated.
    Thanks in advance.
    Regards,
    Meet

    Hi Meet,
    Do execute the job again from Central Management Console and go to following path
    C:\ProgramData\SAP BusinessObjects\Data Services\log
    Here in the log folder you will find those many number of folders with job server names as there are job servers in your server.
    Go to the respective job server folder(which is used to run your particular job).
    In this folder you can find, all the repository folders associated with that job server.
    Go to the respective repository in which you have the job.
    Here comes the best part.In this repository folder Data services created 6 files for every job execution, which are
    ERROR_DATE_NUMBER(.txt,and .idx)
    MONITOR_DATE_NUMBER(.txt and .idx)
    TRACE_DATE_NUMBER(.txt and .idx)
    Open the trace.txt file which has been created recently.(check date and time after running your job).
    Now this file will tell you whether the job has been executed, started and stopped due to some error or never executed.
    Case1:
    If there's a trace.txt file then job had started
    Case2:
    If it executed successfully then you will find the start and end time stamps in the trace.txt file.
    Case3:
    If there's an error, open the recent error.txt file, you'll find the error log!!
    Hope this will help you. Do update the status of your issue!!
    Regards,
    Mubashir Hussain

  • Problem accessing management consol

    I lost my ability to access my management consol and now can't log into it.
    I can still access my StoreCenter px2-300d as a network drive, but when I put in the url 192.168.x.x(internal to my network) my web browser says it cannot find the device.  My router still sees the device and gives me the url#.  I did a reset.  I also downloaded the Lenovo software which supposedly allows me to access it and set it up.
    I don't know what happened.  Did a file become corrupt?
    How do I troubleshoot it?  
    Thanks in advance for any suggestions.

    Hi a2scotty,
    There could be many issues causing this to happen. I would recommend backing up your data from the device as soon as possible before proceeding to troubleshoot the device.
    Just to clarify, can you access the web management console from the Storage Manager software? Or do you not have access only from the web browser? You may need to update your web browser or try a different browser.
    Please reboot the device if you have not done so already. 
    How long did you hold the reset button for? First try holding the reset for four seconds. If it does not reboot, try 15 seconds. If it still does not respond try 30 seconds or longer until the device reboots.
    You could also try connecting the device directly to your computer with an ethernet crossover cable.
    Instructions to Direct Connect to NAS:
    Unplug the NAS from the router
    Unplug the pc from the router (if the pc is wireless, disable wireless)
    Using Ethernet Cable, plug the NAS directly into the pc with no other devices attached.
    Restart the NAS and wait for it to boot COMPLETELY 100%
    The NAS will request an address from the PC which will be an APIPA address (this is a 169. address)
    Open up your Start Menu and type in CMD in the search bar and select the CMD program.
    Type in "arp -a" in the cmd prompt
    The first time you use the arp -a in a cmd prompt, it gives you the 169.x.x.x address of "The PC"
    You may have to  arp -a  twice to get the NAS address.
    The second time you use the arp -a I will get another APIPA address in the 169.x.x.x address
    Take the new address and use it in the web browser just like normal to access the device.
    Have questions and need answers?
    Search the database for answers to FAQ's, software/driver downloads, tutorials, news, features and more!
    LenovoEMC Support & Downloads
    LenovoEMC North America Support Contact Page

  • Problem with admin console

    Hai Folks,
    I have installed Weblogic8.1 SP5.I have created mydomain with user name,password,and all other portdetails host.
    When I start server it is running properly with out any errors..the out put window shows the below message..
    Starting weblogicserver with Java HotSpot(TM) Client VM Version 1.4.2_0
    Inc.>
    2006 11:14:55 AM CDT> <Info> <Configuration Manageme
    r is being started as the administration server.>
    2006 11:14:55 AM CDT> <Info> <Management> <BEA-14110
    8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 6
    2006 11:14:56 AM CDT> <Notice> <Management> <BEA-140
    ration from configuration repository at C:\bea\user_
    config.xml.>
    2006 11:14:59 AM CDT> <Notice> <Log Management> <BEA
    e C:\bea\user_projects\domains\mydomain\myserver\mys
    ver side log events will be written to this file.>
    2006 11:15:02 AM CDT> <Notice> <Security> <BEA-09008
    ing security realm myrealm.>
    2006 11:15:03 AM CDT> <Notice> <WebLogicServer> <BEA
    Admin Server "myserver" for domain "mydomain">
    2006 11:15:11 AM CDT> <Notice> <WebLogicServer> <BEA
    dmin Server "myserver" for domain "mydomain" running
    2006 11:15:11 AM CDT> <Notice> <WebLogicServer> <BEA
    RUNNING mode>
    2006 11:15:11 AM CDT> <Notice> <WebLogicServer> <BEA
    ad.Default" listening on port 7001, ip address *.*>
    But when i try to open admin console through browser giving the url as
    http://localhost:7001/console the page is not displaying its giving page not found error.I tried it again by restarting the system,but again the same problem..Please help me regarding this problem.
    Thanks,
    Sai

    mmm, it could be CPU, it could be a network-related issue... are you using multicast or unicast?
    can you reproduce the issue?
    if yes, can you run "top" to verify the CPU usage,
    and do a thread dump on the admin server?
    or at that point the box is entirely unresponsive?
    in that case, running a scripts which periodically does a thread dump, and running top to sample every 10 seconds, could help...
    jm2c

  • [Help: Urgent] problems with accessing /console after apparent successful install of Portal server SP3.0sp3a

    Hi,
    HW: Sun Solaris 2.8
    I would really appreciate it you can cc: me if you can shed any light
    as
    to whats going wrong, and what I should do to fix the following
    problem.
    Portal server doesn't allow one to access /console (or /login) -
    0 length document is returned.
    We find the following in the enterprise server error log, when we
    attempt
    to access portal console (URI: http://....:8080/console)
    1) Installed SP3.0sp3a as Open Portal, i.e without the gateway and
    without
    SSL enabled.
    2) Our Unix users are served using YP
    ***From the server access logs : ***
    - - [16/Nov/2001:15:12:40 -0800] "GET /login HTTP/1.0" 503 0
    ***From the server error logs : ***
    [16/Nov/2001:14:11:27] info ( 4639): successful server startup
    [16/Nov/2001:14:11:27] info ( 4639): iPlanet-WebServer-Enterprise/4.1SP7
    BB1-04/05
    /2001 18:30
    [16/Nov/2001:14:11:28] info ( 4639): Loading Simple Session Manager by
    default. Sp
    ecify MMapSessionManager in servlets.properties to load persistent
    session manager
    [16/Nov/2001:14:11:28] info ( 4639): SimpleSessionManager: Default
    values for maxi
    mum number of sessions is 1000 with a time out value of 1800 seconds
    [16/Nov/2001:14:11:28] info ( 4639): SimpleSessionManager: Maximum
    number of sessi
    ons (1000) with a time out value of (1800) seconds
    [16/Nov/2001:14:12:40] info ( 4639): Internal Info: loading servlet
    login
    [16/Nov/2001:14:12:41] info ( 4639): Internal Info: loading servlet
    pllservice
    [16/Nov/2001:14:12:41] info ( 4639): pllservice: init
    [16/Nov/2001:14:12:42] failure ( 4639): Internal error: exception thrown
    from the
    servlet service function (uri=/login): java.lang.NullPointerException,
    stack: java
    ..lang.NullPointerException
    at
    com.iplanet.portalserver.auth.service.AuthD.printProfileAttrs(Compiled
    Code)
    at
    com.iplanet.portalserver.auth.service.AuthD.<init>(AuthD.java:160)
    at
    com.iplanet.portalserver.auth.service.AuthD.getAuth(AuthD.java:171)
    at
    com.iplanet.portalserver.auth.service.LoginServlet.doGetPost(Compiled C
    ode)
    at
    com.iplanet.portalserver.auth.service.LoginServlet.doGet(LoginServlet.j
    ava:990)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:701)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:826)
    at
    com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunne
    r.java:507)
    , root cause:
    Many thanks for your responses on this.
    Tarang Kumar Patel. WWW home:http://ic-www.arc.nasa.gov/ic/
    NASA Ames Research Center, MS 269-2, Moffett Field, CA 94035-1000
    Email: [email protected], Tel:(650) 604-4721 fax: (650) 604
    3594
    Stated views are my own IDEA, as I'm another I.D.E.A man "I Didn't
    Explain All"

    Just one more thing:
    I made the following setting in platform.conf
    ips.debug=on
    Now, the trace I see on the STDOUT/STDERR stream reveals :
    Received RequestSet XML : <?xml version="1.0" standalone="yes"?>
    <RequestSet vers="1.0" svcid="profile" reqid="2">
    <Request sid="qxcuekwwdrcfwubmmwuip82764q94o37r67n@[email protected]@8080@z
    repvc"><![CDATA[<ProfileService ver="1.0" reqid="0"><GetProfile  searchFlag="false"
    admin="false"><Profile profileName="mercip/authentication" profileType="9"><Priv p
    rivName="iwtSession-addSessionListenerOnAllSessions"/></Profile></GetProfile></Prof
    ileService>]]></Request>
    </RequestSet>
    ---->NEED TO FILL APPSHASH -----
    getProfile.walktree
    321^iwtSession-addSessionListenerOnAllSessions-pv
    com.iplanet.portalserver.profile.service.ProfileServiceException: 321^iwtSession-ad
    dSessionListenerOnAllSessions-pv
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Exception.java:42)
    at com.iplanet.portalserver.profile.service.ProfileServiceException.<init>(
    ProfileServiceException.java:47)
    at com.iplanet.portalserver.profile.service.ProfileService.walkTree(Compile
    d Code)
    at com.iplanet.portalserver.profile.service.ProfileService.getProfile(Compi
    led Code)
    at com.iplanet.portalserver.profile.service.ProfileService.processProfileRe
    quest(ProfileService.java:134)
    at com.iplanet.portalserver.profile.service.ProfileService.processRequest(P
    rofileService.java:123)
    at com.iplanet.portalserver.profile.service.ProfileService.process(Compiled
    Code)
    at com.iplanet.portalserver.pll.server.PLLRequestServlet.handleRequest(PLLR
    equestServlet.java:139)
    at com.iplanet.portalserver.pll.server.PLLRequestServlet.doPost(Compiled Co
    de)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:826)
    at com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner
    .java:507)
    ProfileResponse: exception key:321
    ProfileResponse: exception string:iwtSession-addSessionListenerOnAllSessions-pv
    ProfileResponse.toXMLString:method id is 0
    Sent ResponseSet XML : <?xml version="1.0" standalone="yes"?>
    <ResponseSet vers="1.0" svcid="profile" reqid="2">
    <Response><![CDATA[<ProfileService vers="1.0" reqid="0"><Exception>321^iwtSession-a
    ddSessionListenerOnAllSessions-pv</Exception></ProfileService>]]></Response>
    </ResponseSet>
    ProfileResponse: exception key:321
    ProfileResponse: exception string:iwtSession-addSessionListenerOnAllSessions-pv
    ProfileUtils.getProfileResponse: Response content <ProfileService vers="1.0" reqid=
    "0"><Exception>321^iwtSession-addSessionListenerOnAllSessions-pv</Exception></Profi
    leService>
    Profile Error:
    Invalid attribute or privilege name
    com.iplanet.portalserver.session.SessionException: Invalid attribute or privilege n
    ame
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at com.iplanet.portalserver.session.SessionException.<init>(SessionExceptio
    n.java:30)
    at com.iplanet.portalserver.session.Session.addSessionListenerOnAllSessions
    (Session.java:642)
    at com.iplanet.portalserver.session.Session.addSessionListenerOnAllSessions
    (Session.java:502)
    at com.iplanet.portalserver.auth.service.AuthD.<init>(AuthD.java:112)
    at com.iplanet.portalserver.auth.service.AuthD.getAuth(AuthD.java:171)
    at com.iplanet.portalserver.auth.service.LoginServlet.doGetPost(Compiled Co
    de)
    at com.iplanet.portalserver.auth.service.LoginServlet.doGet(LoginServlet.ja
    va:990)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:701)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:826)
    at com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner
    .java:507)
    Authd Profile Attributes
    cookieDomains
    cookieName->iPlanetPortalServer
    authHost:authPort->........:8080
    authProto->http
    authHostIP->.....
    authHostURL->http://.......:8080/login/default
    Lets hope this helps

  • OIM 9.1 Time-out problem with Design Console

    If I leave the design console running for any length of time, making updates result in the following error:
    17:36:52,578 ERROR [ACCOUNTMANAGEMENT] Class/Method: tcDataBase/getUser encounter some problems: Invalid user found: xelsysadm
    java.lang.RuntimeException: Invalid user found: xelsysadm
    at com.thortech.xl.server.tcDataBase.getUser(Unknown Source)
    at com.thortech.xl.dataobj.tcSVP.isOperationAllowed(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.isUpdatePermissible(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.eventPreUpdate(Unknown Source)
    at com.thortech.xl.dataobj.tcSVP.eventPreUpdate(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.update(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source) ...
    Closing the Design Console and re-launching produces similar errors. I must stop and restart the JBOSS server to get access again. My environment is Windows 2003 with JBOSS and an 11g database.
    Any help on what to look for would be appreciated.
    KC

    You are correct. If you pre-populate, it will be the requester. The requester would need to manually populate the field during the request with the requestee information. And there is only one form available. You can however, after submission of the request, get the request data, parse the Consolidated Request Data to determine the id's in the request field, and then return appropriate responses to trigger the tasks needed. This will still be a problem in the long run because you can't change the requestee information for each approval task. You're pretty much out of luck on this one.
    -Kevin

  • Problem with Managed Server pointing to a different JDK

    Hi,
    My Adminserver is pointing to JDK 1.7 which is shown in the startup, but my managed servers are pointing to a different 1.6_43 . We are running into Java version mismatch problem while deploying our application built with jdk 1.7 onto these managed servers . How do i change the version of my managed server ?
    Thanks
    Sam

    Hi Sam,
    You generally only have to change it in two places.
    DOMAIN_HOME/bin/setDomainEnv.sh and MW_HOME/wlserver_12.1/common/bin/commEnv.sh
    See examples below.
    If you are on Linux you can quickly fix it. For example:
    cd /u01/app/oracle/product/fmw
    find . -type f -exec sed -i "s/\/u01\/app\/oracle\/product\/jdk1.6.0_39/\/u01\/app\/oracle\/product\/java_current/g" {} \;
    It is a good idea to make a softlink to your Java installation, then you will not have this problem in the future. If you are on Windows you can use a symlink.
    Linux example:
    ln -s /u01/app/oracle/product/jdk1.7.0_25 /u01/app/oracle/product/java_current
    Windows example:
    mklink /d D:\oracle\product\java_current D:\oracle\product\jrockit-jdk1.6.0_26-R28.1.4-4.0.1
    setDomainEnv.sh
    /u01/app/oracle/domains/eksudv/bin/setDomainEnv.sh
    if [ "${JAVA_VENDOR}" = "Oracle" ] ; then
            JAVA_HOME="${BEA_JAVA_HOME}"
            export JAVA_HOME
    else
            if [ "${JAVA_VENDOR}" = "Sun" ] ; then
                    JAVA_HOME="${SUN_JAVA_HOME}"
                    export JAVA_HOME
            else
                    JAVA_VENDOR="Sun"
                    export JAVA_VENDOR
                    JAVA_HOME="/u01/app/oracle/product/java_current"
                    export JAVA_HOME
            fi
    fi
    commEnv.sh
    /u01/app/oracle/product/fmw/wlserver_12.1/common/bin/commEnv.sh
    # Reset JAVA_HOME, JAVA_VENDOR and PRODUCTION_MODE unless JAVA_HOME
    # and JAVA_VENDOR are pre-defined.
    if [ -z "${JAVA_HOME}" -o -z "${JAVA_VENDOR}" ]; then
      # Set up JAVA HOME
      JAVA_HOME="/u01/app/oracle/product/java_current"
      # Set up JAVA VENDOR, possible values are
      #Oracle, HP, IBM, Sun ...
      JAVA_VENDOR=Sun
      # PRODUCTION_MODE, default to the development mode
      PRODUCTION_MODE=""
    fi
    Regards Peter
    http://theheat.dk

  • Upgrading to PT 8.49.14 - PermGen problem with weblogic console

    All Peoplesoft domain Comes you fine in our env setup (Admin, PIA1, and PIA2).
    When we try to bring up the console, we're able to get the initial signon screen.
    We enter the account and password, hit the signon button, and it never comes back.
    The log ends up showing a PermGen error:
    hrdmo@peo1asdv-z1:/psa1asdv/apps/hrdmo/hr890/webserv/hrdmo/servers/WebLo
    gicAdmin/logs> more WebLogicAdmin_stderr.log
    Exception in thread "VDE Replication Thread" java.lang.OutOfMemoryError:
    PermGen space
    Exception in thread "[STANDBY] ExecuteThread: '6' for queue:
    'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError:
    PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '0' for queue:
    'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError:
    PermGen space
    Exception in thread "[ACTIVE] ExecuteThread: '7' for queue:
    'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError:
    PermGen space
    Changed Java heap from Solution:
    from:
    JAVA_OPTIONS_SOLARIS="-server -Xms512m -Xmx512m -XX:MaxPermSize=256m
    -Dtoplink.xml.platform=oracle.toplink.platform.xml.jaxp.JAXPPlatform"
    To:
    JAVA_OPTIONS_SOLARIS="-server -Xms1024m -Xmx1024m -XX:MaxPermSize=256m
    -Dtoplink.xml.platform=oracle.toplink.platform.xml.jaxp.JAXPPlatform"
    Changed the adminserver:
    from:
    JAVA_OPTIONS_ADMINSERVER="-Xms256m -Xmx1024m"
    to:
    JAVA_OPTIONS_ADMINSERVER="-Xms1024m -Xmx1024m"
    still getting PermGen space error, any thoughts?
    Env setup: Solaris 10, WLS 92 MP3 patch1, PTools 849.14
    Thanks

    Increasing PermGen size doesn't solve problem at all. Source of the problem is related with class loader. After you web app is undeployed class loader can not unload all classes from PermGen memory. This leads to extra memory consumption after every undeploy, deploy cycle. Make sure every class can be released and undeployed after undeploy.
    Regards
    Remis B
    Remigijus Bauzys
    Java EE freelancer
    IT Consultant.

  • Problems with administration console

    I try to launch the administration console by using this command.
    java -jar oc4j.jar -console
    It doesn't works
    The error message is :
    Exception in thread "main" java.lang.ExceptionInInitializerError
    at com.evermind.server.ApplicationServer.launchCommandline(ApplicationServer.java:837)
    at com.evermind.server.OC4JServer.launchOC4JCommandline(OC4JServer.java:194)
    at com.evermind.server.OC4JServer.main(OC4JServer.java:232)
    Caused by: java.util.MissingResourceException: Can't find bundle for base name com/evermind/client/assembler/Assembler, locale fr_FR
    at java.util.ResourceBundle.throwMissingResourceException(Unknown Source)
    at java.util.ResourceBundle.getBundleImpl(Unknown Source)
    at java.util.ResourceBundle.getBundle(Unknown Source)
    at com.evermind.util.FallbackResourceBundle.getBundle(FallbackResourceBundle.java:81)
    at com.evermind.util.FallbackResourceBundle.getBundle(FallbackResourceBundle.java:76)
    at com.evermind.client.assembler.Assembler.<clinit>(Assembler.java:24)
    ... 3 more
    I use oc4j standalone version 9.0.0.3
    and the jdk 1.4
    on a w2000 in console mode
    thanks

    Hi S B
    I agree with the rest of the complainers:
    Orion seem frozen in its tracks for more than a year
    now since Oracle took it over.
    I'm not sure if you're saying that OC4J hasn't developed or Orion hasn't developed in the last year.
    I know we've been working hard on OC4J. OC4J now leads the SpecjAppserver benchmarks for some categories in both the 2001 and 2002 editions -- big deal you may say -- but that shows OC4J can run complex apps at high workloads and achieve good performance levels. OC4J is J2EE 1.3 compatible and we have an preview release which exposes some J2EE 1.4 functionality in which which we have also integrated TopLink as the CMP provider and provided Web Services capabilities which use JAX-RPC and support for WS-I.
    > The barrier to entry for developers are as follows:
    >
    1) The documentation is all over the place on
    technet. They need to consolidate the docs into one
    big manual like all the other J2EE vendors.
    All the official product documentation for each production releaseis available from one place on OTN.
    http://otn.oracle.com/documentation/ias.html
    This is accessible from the doc tab on the top of the OTN page.
    The early doc we put out for the preview releases is usually linked off of the OC4J specific area -- is this what is hard to find? I'd appreciate any comments on specific doc you found hard to find so we can try and fix it.
    2) No administrative console except that bulky
    enterprise manager
    Enterprise Manager is being slimmed down (and quickened!) for the 904 release.
    We're aware that we need an alternative solution for management for the standalone distribution. We have implemented a JMX server and requisite MBeans/APIs per JSR77/88 and this will be available in the OC4J 10.0.3 release. A preview of this is available today. We are also shipping a demo console with the preview which uses the JMX capabilities to do deployment and management of the server.
    3) Lots of undocumented features you need like
    dmsoc4j/Spy that it seems only oracle internal people
    and people that troll forums can find
    We have a lot of capabilities in the product, so it's likely there are some pieces that are not covered in each piece of documentation. The DMS spy utility is described in the performance documentation book for the product. The concepts guide does try to present a relatively high level description of all the components of OracleAS and is worth a quick read to get across all the moving parts.
    4) (most of) the examples are all written by
    inexperienced hacks who make them so overly
    complicated that the are impossible to use for
    learning. The ant scripts for them are terrible
    Can you point to which specific examples you are referring to here so we can get it looked at and addressed.
    Please OC4J team, put some work into making the
    product more useable, clean up the docs and examples,
    and for godsakes rename the classes to
    com.oracle.oc4j. That's the first sign that you guys
    doing a sloppy job of taking it over. And not the
    only. Can I ask why do you need the packages renamed? How does that have any effect on you as a developer?
    I look forward to your improvements and would offer
    to help if it was at all pluggable. Too bad, my
    efforts will go to jboss instead.Thanks for the time you put into the feedback.
    -steve-

  • Problem with Manage link on Creative Cloud Files page

    When I click the Manage link from https://creative.adobe.com/files it just opens up another Files page. The View link works fine. Is this a known problem at the moment? It was working fine until a couple of days ago. I can still access these pages from links elsewhere, but it was useful at times to just use the links from the Files page.
    I've tried from all three of my Macs and my iPad and it's the same every time.
    Safari 5.1.7, Mac OS X 10.7.4, Creative Cloud subscription

    It seems to be a compatability issue with the Safari browser platform. I'm encountering the same issue using Safari (same version - 5.1.7), but the link works fine using Google Chrome. I'm going to go ahead and submit a bug report regarding the issue, so hopefully this will get cleared up soon.
    For now, if you have Chrome (I haven't tested this on Firefox), the Manage link should work fine.
    Thanks for posting!

  • Problems with admin console in firefox 4 and chrome 10

    I am experiencing problems when accessing the admin console with firefox 4.0 or chrome.
    Apparently this came up after i switched to firefox 4.0.
    Symptoms:
    In many admin screens the detailed information is missing. e.g. the list of SGD servers is not visible at all.
    Sometimes it flashes briefly, as if it were created but deleted immediately afterwards....
    Has anybody seen this?
    The same does not occur with Internet Explorer.
    Edited by: user3336194 on 26.04.2011 03:42
    Edited by: user3336194 on 26.04.2011 03:43

    You can use a userscript like this one to make it work in Chrome and Firefox:
    // ==UserScript==
    // @match https://*/sgdadmin/*
    // ==/UserScript==
    var a = document.all;
    for (var i = 0; i < a.length; i++) {
    var e = a;
    if(e.id.match("Form:")) {
    e.hidden = false;
    https://gist.github.com/raw/1818005/sgdadmin.user.js
    (Requires Greasemonkey on Firefox: https://addons.mozilla.org/de/firefox/addon/greasemonkey/)
    Cheers, Daniel

  • Using IBM SVC console with firefox 4 does not display the last row of data correctly, also see same the problem with HMC console as well.

    Using Firefox 4.0.1, the IBM SVC console and the IBM HMC console both have the last line of selectable items either cut off, or overlaying the prior row of displayed items. Junked version 4 and reverted back to 3.6.17.

    Seeing the same problem using the HMC with FF7 beta.

Maybe you are looking for