Delay in expanding Essbase server from EAS console

All,
Lately, we've been encountering the issue wherein when we click on any prod essbase server from prod eas console, there is an infinite delay but none when we do it from staging eas console. Any quick pointers here as to what might be wrong?
We are on 11.1.2.1.105 and installed Planning few days back.
Thank you!

My java version was 1.7.0_17 and I downgraded to 1.6.0_45 and was able to expand the essbase server. Only catch is that just before I connected, services were restarted by our admin.

Similar Messages

  • Unable to expand Essbase server in EAS console

    Hi All,
    I have recently installed and configured Oracle Hyperion EPM Essbase 11.1.2.2 in a distributed virtual environment (One Foundation/WLServer VM, One Essbase VM, One Oracle11g DB VM). Host OS: MS Win server 2008 x64 (SP1).
    I am using Native Directory for authentication.
    I am able to login and connect to the Essbase Administration server in the EAS console. But when I try to expand the Essbase server in the EAS console, the Hy9Seas.exe process gets crashed in the background (Hyperion Admin services - web application service stops).
    Here's the error log from the WebLogic EssbaseAdminServices server log:
    ####<Nov 26, 2013 8:43:44 PM IST> <Error> <ServletContext-/easconsole> <DEVHSS> <EssbaseAdminServices0> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0000KAKyI4M5yW^5xV^AyW1I_Awp00001b> <1385478824433> <BEA-000000> <Internal error:
    java.net.SocketException: socket write error: Connection aborted by peer
        at jrockit.net.SocketNativeIO.writeBytesPinned(Native Method)
        at jrockit.net.SocketNativeIO.socketWrite(SocketNativeIO.java:46)
        at java.net.SocketOutputStream.socketWrite0(SocketOutputStream.java)
        at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
        at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
        at weblogic.servlet.internal.ChunkOutput.writeChunkNoTransfer(ChunkOutput.java:591)
        at weblogic.servlet.internal.ChunkOutput.writeChunks(ChunkOutput.java:540)
        at weblogic.servlet.internal.ChunkOutput.flush(ChunkOutput.java:427)
        at weblogic.servlet.internal.ChunkOutput$2.checkForFlush(ChunkOutput.java:648)
        at weblogic.servlet.internal.ChunkOutput.write(ChunkOutput.java:333)
        at weblogic.servlet.internal.ChunkOutputWrapper.write(ChunkOutputWrapper.java:152)
        at weblogic.servlet.internal.ServletOutputStreamImpl.write(ServletOutputStreamImpl.java:148)
        at jnlp.sample.servlet.DownloadResponse$FileDownloadResponse.sendRespond(DownloadResponse.java:231)
        at jnlp.sample.servlet.JnlpDownloadServlet.handleRequest(JnlpDownloadServlet.java:178)
        at jnlp.sample.servlet.JnlpDownloadServlet.doGet(JnlpDownloadServlet.java:113)
        at com.essbase.eas.server.WebStartDownloadServelet.doGet(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
        at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
        at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
        at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
        at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
        at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
        at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
        at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
        at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    >
    ####<Nov 26, 2013 8:43:44 PM IST> <Error> <HTTP> <DEVHSS> <EssbaseAdminServices0> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KAKyI4M5yW^5xV^AyW1I_Awp00001b> <1385478824511> <BEA-101020> <[ServletContext@10109138[app:EAS module:easconsole path:/easconsole spec-version:2.5 version:11.1.2.0]] Servlet failed with Exception
    java.lang.IllegalStateException: Response already committed
        at weblogic.servlet.internal.ServletResponseImpl.objectIfCommitted(ServletResponseImpl.java:1629)
        at weblogic.servlet.internal.ServletResponseImpl.sendError(ServletResponseImpl.java:637)
        at weblogic.servlet.internal.ServletResponseImpl.sendError(ServletResponseImpl.java:602)
        at jnlp.sample.servlet.JnlpDownloadServlet.handleRequest(JnlpDownloadServlet.java:191)
        at jnlp.sample.servlet.JnlpDownloadServlet.doGet(JnlpDownloadServlet.java:113)
        at com.essbase.eas.server.WebStartDownloadServelet.doGet(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
        at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
        at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
        at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
        at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
        at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
        at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
        at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
        at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
        at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
        at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    >
    I am able to log into Essbase server via MaxL shell (essmsh.exe).I have checked out all the logs on Essbase server, they are fine. The Hyperion Shared Services console is working fine as well.
    I have tried to increase the Maximum message size & POST timeout to maximum in WLServer. I have also removed firewall from all the ports of the VMs. But nothing seems to work.
    I went through other such cases of this error on OTN, John Goodwin's blog and internet but I could not find a conclusive solution anywhere.
    Can some one please help me figure out where the problem might be? Point me to some logs?
    Thanks & Regards,
    Ishan

    The error "<Internal error: java.net.SocketException: socket write error: Connection aborted by peer...." can be ignored as it is common message.
    It might be worth checking out the EAS patches because I think some of them address problems with EAS crashing, also if you are using the web console make sure a supported java version is being used.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Cannot open/add essbase server in EAS console in SSL mode

    Hello Gurus,
    I have implemented SSL in EPM which terminates at the web server but it seems that there is some issue with the Essbase server.Whenever I try to add essbase server into EAS console in a secure mode it shows the following in the Message panel of EAS console
    Error: 1040142: NZERROR: nzos_Handshake failed(29024)
    Checked Essbase logs but it has the same error mentioned in it. I am not sure where to proceed from here.
    Any help will be appreciated. Thanks.

    I think I might have the answer, EAS will be using the essbase RTC which has its own wallet in <MIDDLEWARE_HOME>\EPMSystem11R1\common\EssbaseRTC-64\11.1.2.0\bin\wallet
    Now you can either update the cwallet.sso in that directory or add a essbase.cfg file in <MIDDLEWARE_HOME>\EPMSystem11R1\common\EssbaseRTC-64\11.1.2.0\bin
    wiith the location of the wallet using the config setting
    WalletPath <enter_full_path_to_wallet>
    I also added the certificate to the cacerts in <MIDDLEWARE_HOME>\jdk160_21\jre\lib\security
    Restart services and give it a go, works for me.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Unable to connect to the Essbase server from Admin console

    Hi,
    I have installed Essbase Server 9.3, Client 9.3 and Administration Server 9.3 in my laptop.
    The Essbase server is working fine. I am able to see all the sample applications from Excel add in. (This mean client is also working fine).
    But, the problem is when i try to connect to the Essbase server, its not allowing me by producing an error:
    "Unable to connect to the Essbase server please check the user name & password"
    username: admin
    password; password.
    i tried several times...but its not working.
    Please advise me.
    FYI, The admin server service is started already.

    Hi Subrahmanyam,
    Here , there are 2 things
    1. Check, your essbase server is up and running ,and your admin service is up. Now , when you open the 'essbase admin console ' , provide user name and password as
    admin
    password
    2. After you are connected to the console i.e admin console .
    You see
    enterprise view -> essbase analytic server -> under this , you might see your host name ( i.e of your laptop).
    This host is your essbase server , and if you want to connect to it .Provide 'username' and 'password' ,which you have give after your essbase installation
    So, conclusively, here we are dealing with 2 different sets of 'username' and 'passwords'
    In step 1-> to connect to console , use 'admin' 'password'
    In step 2-> to connect ot essbase server, use the credentials wchih you had given after installation of essbase server
    Hope this clarifies you, as this is a lil confusion to many
    Sandeep Reddy Enti
    HCC
    http://analytiks.blogspot.com

  • Starting Managed Server from Administration Console

    Hi
    I am new for SOA and fusion. Can anyone share the brief steps that are needed to start/stop a Managed Server from Admin Console.
    I did a fresh install on RHEL5 and configure a domain. i was able to start the services from script which are created when creating a domain.
    But when i assigned a Managed Server to a Node Manager and try starting the Managed server. It does not start and in the log i can see exceptions like below
    Failed to invoke startup class "JPS Startup Class", java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
    java.lang.ClassNotFoundException
    Failed to invoke startup class "ODL-Startup", java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
    java.lang.ClassNotFoundException
    I start the services in below order
    Weblogic Server
    node Manager
    and
    soa_server
    Thanks
    Hari

    you must set to true the StartScriptEnabled property in nodemanager.properties

  • Unable to connect to WSUS server from the console

    I am not able to connect to WSUS server from WSUS console any more suddenly! "please verify that IIS on the server is correctly configured and is running'. I find out that Windows Process Activation Service is stuck in starting.
    I killed it with taskkill command but I am not able to restart it. It gives 'Error 1053: the service did not respond to the start or control request in a timely fashion'.
    There are some suggestion online but I am not comfortable with those solutions, I prefer to be guided by Microsoft TechNet, thanks.
    Thang Mo

    Hi,
    are there any relevant entries in the system log viewer?
    If you find the answer of assistance please "Vote as Helpful"and/or "Mark as Answer" where applicable. This helps others to find solutions for there issues, and recognises contributions made to the community :)

  • Error while shutting down 'Admin Server' from administration console

    hi,
    When I try to shutdown admin server from administration console(Weblogic server>Control>Shut Down...) I get this error:
    No Machine associated with server AdminServer. Please associate a machine to this weblogic server using weblogic console first.
    Not able to understand what this means....
    thanks

    Read up on Node Manager - a outside-of-WLS-process that can start/stop WebLogic on your OS instance. Node Manager uses the "machine" concept.
    http://download.oracle.com/docs/cd/E12839_01/web.1111/e13740/overview.htm
    http://blogs.oracle.com/jamesbayer/2010/01/weblogic_nodemanager_quick_sta.html

  • Cannot Add Essbase Server From Admin Services Consol

    Hi
    I am trying to add a new essbase server to my Admin Services list. I get the following error message:
    Error: 1042006: Network error [145]: Unable to connect to [SERVERNAME:1423].
    The client timed out waiting to connect to Analytic Services Agent using TCP/IP.
    Check your network connections.
    Also make sure that server and port values are correct
    The essbase services are running on the other machine.. And I can communicate with the other box using FTP etc. So I think I need to get some ports opened between the source and target servers.
    Can anyone please tell me what ports should I try to get opened. I read the documentation from help menu and it talks about some server.xml file and also says that you need to specift the port names unless they are something other than defaults. But I am not very clear about this.
    Can anyone please help me to figure out what exactly is going wrong ?
    Thanks
    Mandar Joshi

    Review the essbase.cfg on the server machine and look at the SERVERPORTBEGIN and SERVERPORTEND entries. You would want those entries as well as 1423 opened.
    For default configurations ensure any firewall has the below ports opened from the client to the server:
    TCP/1423
    TCP/32768 through TCP/33768
    Regards,
    John

  • Locating Ip address of connected user from EAS Console.

    Hi All,
    We want to find out ip address of the user appearing in EAS console session screen. Is it possible ?
    Thanks in advance.

    Dear John,
    Thank you for advising.
    I have searched in the Essbase.log file. it do contain IP addresses but it always notify this Info "Received login request from [10.122.12.33]" Which is server's IP itself.
    Though the user logged in from any other ip address. It shows the same for all
    Searched on this path "D:\Oracle\Middleware\user_projects\epmsystem1\diagnostics\logs\essbase\essbase_0"

  • User and Group Externalization from EAS console Fails!!

    Hi All, I am trying to externalize users and groups from EAS and once its done, all the login Id's (including admin and essadmin) fail. We cant log in into the server anymore because the logins are disabled.
    The shared services is running fine and is talking pretty well with Essbase, but the externalization thing is not working.
    The Essbase is on Linux server and shared services is on windows server and all the products are 9.3.1.
    If any one faced a similar problem or have any idea regarding this issue, please let me know ASAP and would highly appreciate that as we will have to move to production soon.
    Message was edited by:
    user639077

    You might want to Try Re-run the Config utility from the Linux-Essbase server and Re-register the Essbase with HSS.
    Start the Essbase in Foreground and check if it is running
    Now log on to the EAS/AAS with default admin/password if you havent changed it :); add your Essbase server using the Super user/Owner of essbase i mean the id..if you are succesful; i would always create a Test user as before Externalisation i can create users at EAS/AAS and then using Admin id ; i will push the Users/groups to the HSS by Externalising.. let me know if that helped you. GUd Luck..
    Sriram

  • Error start managed server from admin console in SSL mode

    I have configured Admin server, managed servers and node manager on the same physical server and commonly using a single SSL sertificate.
    There is no problem to start node manager, admin server and managed server individually. But if I try to start managed server from the admin console then I am getting the following errors.
    <Feb 22, 2005 11:02:26 AM CST> <Info> <[email protected]:6666> <Starting Server peoplesoft::PIA1 ...>
    <Feb 22, 2005 11:02:26 AM CST> <Info> <NodeManager@xxxxxxxxxx:6666> <BaseProcessControl: saving process id of Weblogic Managed server 'PIA1', pid: 285390>
    <Feb 22, 2005 11:02:35 AM CST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Classic VM Version 1.4.1 from IBM Corporation>
    <Feb 22, 2005 11:02:36 AM CST> <Info> <Management> <BEA-141140> <The managed server is going to contact the admin server at http://xxxxxxxx:admin_server_portnumber to check if there exists a running admin server at this URL.>
    <Feb 22, 2005 11:02:36 AM CST> <Info> <Configuration Management> <BEA-150017> <This server is being started as a dependent managed server.>
    <Feb 22, 2005 11:02:36 AM CST> <Info> <Management> <BEA-141107> <Version: WebLogic Temporary Patch 8 CR174605 for PeopleSoft 09/09/2004 18:11:35
    WebLogic Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284
    WebLogic XMLX Module 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284 >
    <Feb 22, 2005 11:02:37 AM CST> <Info> <Configuration Management> <BEA-150015> <Connecting to the administration server http://xxxxxxxxx.org:Admin_server_portnumber to retrieve the initial configuration.>
    <Feb 22, 2005 11:02:45 AM CST> <Notice> <Log Management> <BEA-170019> <The server log file /home/xxxx/webserv/peoplesoft/PIA1/PIA1.log is opened. All server side log events will be written to this file.>
    <Feb 22, 2005 11:03:01 AM CST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Feb 22, 2005 11:03:01 AM CST> <Warning> <Security> <BEA-090066> <Problem handling boot identity. The following exception was generated: java.lang.NullPointerException>
    <Feb 22, 2005 11:03:10 AM CST> <Critical> <Security> <BEA-090174> <The trust keystore configuration specified on the command line or in boot.properties does not match the trust keystore configuration specified in config.xml.>
    <Feb 22, 2005 11:03:10 AM CST> <Warning> <NodeManager> <BEA-300038> <The node manager is unable to monitor this server. Could not create an SSL connection to the node manager. Reason : null>
    <Feb 22, 2005 11:03:10 AM CST> <Emergency> <WebLogicServer> <BEA-000342> <Unable to initialize the server: weblogic.management.configuration.ConfigurationException: Due to faulty SSL configuration, this server is unable to establish a connection to the node manager.>
    The WebLogic Server did not start up properly.
    Exception raised: 'weblogic.management.configuration.ConfigurationException: Due to faulty SSL configuration, this server is unable to establish a connection to the node manager.'
    Reason: weblogic.management.configuration.ConfigurationException: Due to faulty SSL configuration, this server is unable to establish a connection to the node manager.
    I am running everything on IBM UNIX server.
    I appriciate your help.
    Thanks & regards,
    Laxman.

    Hi
    From the admin console ... Are you able to check the status of Node Manager ?
    If yes ... please check the SSL configuration of managed servers ...
    Check the domain administration port also.
    Jin

  • DS XI3.2 SP1 - Problem when starting RFC server from management console

    Hi,
    We're using DataServices XI 3.2 SP1 FP1 on a windows 2008 server 64bits to load SAP BW. We have set up an external system in SAP BW called "DI_SOURCE" and then successfully created a RFC server interface (DI_SOURCE) within the management console.
    When we try to start this RFC server from the management console, we immediately get the following error message : "An internal error occurred in: server.start()::rfc_bad_connection".
    On the other hand, when we follow the "old method" (pre SP2) and start the RFC server from a command window, it works : we have "CONNECTION DI_SOURCE OK" in SAP BW.
    Any ideas how to solve this ?
    Thanks,
    Olivier

    Hi,
    We have tried your suggestions above.
    Instead of just crashing we now get an error from designer (before closing down). Seems as if our librfc32.dll has a problem.
    We have verified that the librfc32.dll from the Data Services package is the only one on the server.
    Problem signature:
      Problem Event Name:        BEX
      Application Name:        al_designer.exe
      Application Version:        12.2.2.0
      Application Timestamp:        4b99c5ef
      Fault Module Name:        LIBRFC32.DLL
      Fault Module Version:        7100.3.144.6097
      Fault Module Timestamp:        49bec8be
      Exception Offset:        000179a4
      Exception Code:        c0000409
      Exception Data:        00000000
      OS Version:        6.1.7600.2.0.0.272.7
      Locale ID:        1030
      Additional Information 1:        4b85
      Additional Information 2:        4b85a4b06dde50b4e092d24f447efca0
      Additional Information 3:        45fe
      Additional Information 4:        45feda9db76a48384005c14dafbddc29
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt

  • Unable to start Managed server from admin console using nodemanager

    I changed the ip address and hostname of the server on which Weblogic Server 10.3.5 is running. After that I am unable to start the managed servers using Admin console. Is there any changes in the nodemanager configuration files which need to be done to start the managed servers from admin console.

    Hi there,
    Can you check the following configuration in Weblogic admin console ?
    1- Check which listen address mentioned under the Machine configuration ( Environment > Machines > select appropriate nodemanager machine >Configuration > Node Manager ). If it is pointing to old host name, change it to new one.
    2- Once you done with Step 1. Check whether the machine is reachable or not. ( Machine > [Your Machine] > Monitoring > status.
    3- If still isuse persists.. Check the managed server startup log files ( for eg:- managedserver1.out under the path $DOMAIN_HOME\Servers\managedserver1\logs directory.
    Thanks
    Lakshman

  • How do I remove previous configuration of Essbase Server from Shared Services?

    Hi All,
    I'm trying to reinstall Essbase Server (on a new server; we've upgraded the Essbase Server hardware) and reload data but the current install believes I've already configured it despite removing EssbaseCluster-1 from Shared Services Application Groups.  Is there something else I have to do to get the new install of Essbase Server configured as a new Essbase instance?
    Thanks,
    Ryan

    I did the install as PTH0RC and my inventory.xml is configured correctly, but I get the following message trying to run a simple view
    C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\instance>epmsys_registry view
    com.hyperion.hit.registry.exceptions.RegistryException: reg.properties not configured.
            at com.hyperion.hit.registry.Registry.getInstance(Registry.java:338)
            at com.hyperion.hit.registry.regedit.RegEditUtility.main(RegEditUtility.java:101)
    An error occured during the operation. Detailed Message is - reg.properties notconfigured.

  • Problems starting managed server from admin console WL70 portal

    I get the following exception when I try to start the managed server from admin server console. Both Admin server and managed server are on the same machine.
              

    I get the following exception when I try to start the managed server from admin server console. Both Admin server and managed server are on the same machine.
              

Maybe you are looking for

  • Macook RAM 4 gigs

    Hi Posted previously about installing 2 x 2 gig RAM modules in to Macbook with Intel core2 duo. Opinion seems to be it would be able to use 3gig of the 4 gig RAM. I have two modules of 2gig 200 pin SODIMM 256MX64 DDR PC2-5300 Before I bust open the p

  • Error -3259....what do i do?

    Alright, so i buy a song and then when it attempts to download a pop up comes up stating There was a problem downloading (so and so song) The network connection timed out. I have tried numerous songs, my internet is running pretty fast, i have an upd

  • Permissions on /tmp?

    What should the permissions be on /tmp? i get : can't bind to /tmp/claws-mail-1000: Åtkomst nekas When i try to start claws-mail. If i start it as root it works.

  • Help with Citrix Receiver Freezes

    I have my first ever iMac, I have to use Citrix Receiver to access my work server. I keep getting screen freezes in Citrix and if in the Mac desktop and cannot get back to the desktop or be able to quit any applications or safely shut down so am havi

  • Why are the older ipods more expensive?

    Hello, I am trying to purchase another i-pod. The one I have is full. I do not need all the bells and whistles. I noticed the older i-pods that do not have so many options, but still have a fair amount of memory are discontinued or are very expensive