Hyperion Enterprise web error message

Hi,
I am using Hyperion Enterprise 6.5 version, When i tried to enable web version of Hyperion enterprise web by browsing http:\\localhost\Heweb from the server
Server Error in '/HEWeb' Application.
Module not found:he.hecontainer
Object variable or With block variable not set.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object variable or With block variable not set.
Source Error:
Line 338:     ' Get the application list
Line 339:
Line 340: vtStatusCode = Application("EntAppObject").EnumAppsForLogon(vtAppListXML, vtStatusDesc)
Line 341:
Line 342: Dim domXML
Source File: C:\Program Files (x86)\Hyperion Solutions\Hyperion Enterprise\HEWeb\LogonMain.aspx Line: 340
Stack Trace:
[NullReferenceException: Object variable or With block variable not set.]
Microsoft.VisualBasic.CompilerServices.Container..ctor(Object Instance) +765074
Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGet(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack) +538
ASP.logonmain_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in C:\Program Files (x86)\Hyperion Solutions\Hyperion Enterprise\HEWeb\LogonMain.aspx:340
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +115
System.Web.UI.Page.Render(HtmlTextWriter writer) +38
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4240
Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3601

Hi Rakesh,
1.) Please confirm you followed the steps below during your HEWEB initialization process? (The first time you enable HEWEB - the applications added need a long time to cache depending on their complexity.)
*How to Prevent Hyperion Entperise Web Components from Timing out and Dropping from Memory on HEWEB Server [ID 1134663.1]*
Modified 03-AUG-2010 Type HOWTO Status PUBLISHED
Applies to:
Hyperion Enterprise - Version: 6.5.0.0.00 and later [Release: 6.5 and later ]
Information in this document applies to any platform.
Goal:
What steps are required to prevent an application loaded into HEWEB from timing out and dropping from memory thus requiring users to wait for the application to re-load whilst the connect?
Solution:
In order to use Hyperion Enterprise Web (HEWEB) and Hyperion Smartview for Enterprise (HSE) the application you wish to connect to needs to be Enabled for HEWEB on the designated HEWEB server.
To enable an Application for HEWEB the designated HEWEB Server needs to have Microsoft Internet Information Server (MIIS) and ASP.NET installed.
If the HWEB component has never been installed, the Enterprise Installer needs to be run selecting the HEWEB option on the Install component list. Once selected and run the install. This will install the required version of HEWEB and ASP.NET.
If the HEWEB server has been installed, in order to Web Enable the application(s) required follow the steps below:
1.Login to Enterprise as a user with Admin Rights.
2. Enter the Application Module from the Enterprise Desktop.
3. Choose the Navigate menu followed by Server Administration.
4. In the Web Server pane select the Enabled check box.
Set the Web Server URL to read http://YOUR SERVERNAME.
Set the Session Manager, task Server and Web Application Controller to be just the server name.
Set the upload location to be a suitable folder on the server in which to store dataload files.
5. If using Hyperion Enterprise Reporting Web (HERW) as well as HEWEB:
Set the Server name for your HERW server in the Hyperion Enterprise Reporting Web Server.
6. Leave the number of connections set to 12.
7. Once these parameters are all set. Hit Apply.
Depending on your application size and complexity of your metadata, after a delay, three processes will start up and consume memory and CPU. These are HeAppController.EXE, HeDataController.EXE and HeAppMgr.EXE. The time taken is a function of application metadata complexity and NOT the amount of data within the application.
Once the HeAppController.EXE has settles to 0% CPU utilization and the process memory usage has stopped increasing the application has loaded into HEWEB and should be visible in the list of applications when you hit the link http://YOURSERVERNAME/HeWeb/default.asp from a browser.
If the application takes a very long time to load, the amount of time can be reduced with no adverse affect by editing the Applicationname.ini located in the application folder to include the line ENABLECACHEFORSMARTVIEW=”0” towards the end of the file.
After some time these 3 processes, HeAppController.EXE, HeDataController.EXE and HeAppMgr.EXE will drop from memory and if the line WEBAUTOSTART=1 is set in your server Hypent.ini file, these processes will re-load when a user hits the HEWEB server via a browser or makes a Smartview Connection attempt.
Note if the load process for your application takes a long time, the first users to hit the server will have to wait while the processes re-load.
This can cause user confusion and lead users to think the server is down!
To prevent these processes dropping from memory perform the following steps on your HEWEB server:
1. From the Start Run command run INETMGR to bring up Microsoft Internet Information Manager Console.
2. Identify the Default Application Pool in the left hand pane by drilling down into Application Pools.
3. Right Click on the Default Application Pool and select properties.
4. Find the re-cycling TAG and edit the value in Recycle work processes in minutes to a long period i.e. 28800 (20 days).
5. Find the Performance Tag.
6. DESELECT, Shutdown worker processes after being idle for (time in minutes).
7. Exit from the Web pools setting and close down INETMGR.
8. From the start button re-set IIS services by issuing the command IISRESET from the run box.
9. IIS will now re-start and then once initially called the process for HEWEB should not remain in memory for the duration of the period specified.
Note: Be wary of taking back-ups while the webserver connection are held open. It is advised that the internal Enterprise back-ups are used which will not be affected by the HEWEB process remaining active.
2.) In your previous post you mentioned that you followed all of the installation steps required for installing HE 6.5.1. Could you please confirm that this was a new installation? Or was this an upgrade from an older version?
Let me know how you get on.
G'Luck,
-David

Similar Messages

  • Hyperion Enterprise Web error when trying to do application setup

    Hi David,
    Thanks a lot on helping me in resolving one issue, "Hyperion Enterprise Error: Module not Found He.hecontainer". But when I click on application setup I am getting the following error message.
    Server Error in '/HEWeb' Application.
    Source File: C:\Program Files (x86)\Hyperion Solutions\Hyperion Enterprise\HEWeb\StartupAdminMain.aspx Line: 795
    Object variable or With block variable not set.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.NullReferenceException: Object variable or With block variable not set.
    Source Error:
    Line 793:
    Line 794: ' Get the application list
    Line 795: vtStatusCode = Application("EntAppObject").EnumApps(vtAppListXML, vtStatusDesc)
    Line 796:if vtStatusCode 0 or vtAppListXML = "" then
    Line 797: ' To display the localized string for Errorloading application list problem
    Source File: C:\Program Files (x86)\Hyperion Solutions\Hyperion Enterprise\HEWeb\StartupAdminMain.aspx Line: 795
    Stack Trace:
    [NullReferenceException: Object variable or With block variable not set.]
    Microsoft.VisualBasic.CompilerServices.Container..ctor(Object Instance) +765074
    Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGet(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack) +538
    ASP.startupadminmain_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in C:\Program Files (x86)\Hyperion Solutions\Hyperion Enterprise\HEWeb\StartupAdminMain.aspx:795
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +115
    System.Web.UI.Page.Render(HtmlTextWriter writer) +38
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint
    Thanks,
    Rakesh

    Hello,
    I believe you posted your query to the wrong forum. I would suggest you review the classifications for which forum to post the query. This assist other users by following the guidelines:
    Financial Consolidation
    Covers Hyperion Financial Management, Hyperion Enterprise, and respective administration/development topics
    Financial Data Management
    Covers Hyperion Financial Data Quality Management, Hyperion Data Relationship Management (formerly Hyperion MDM), and respective administration/development topics
    So in essence; please repost your query to Financial Consolidation.
    Thank you,

  • Hyperion Enterprise web error

    Hi ,
    Thanks a lot on helping me in resolving one issue, "Hyperion Enterprise Error: Module not Found He.hecontainer". But when I click on application setup I am getting the following error message.
    Server Error in '/HEWeb' Application.
    Source File: C:\Program Files (x86)\Hyperion Solutions\Hyperion Enterprise\HEWeb\StartupAdminMain.aspx Line: 795
    Object variable or With block variable not set.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.NullReferenceException: Object variable or With block variable not set.
    Source Error:
    Line 793:
    Line 794: ' Get the application list
    Line 795: vtStatusCode = Application("EntAppObject").EnumApps(vtAppListXML, vtStatusDesc)
    Line 796:if vtStatusCode 0 or vtAppListXML = "" then
    Line 797: ' To display the localized string for Errorloading application list problem
    Source File: C:\Program Files (x86)\Hyperion Solutions\Hyperion Enterprise\HEWeb\StartupAdminMain.aspx Line: 795
    Stack Trace:
    [NullReferenceException: Object variable or With block variable not set.]
    Microsoft.VisualBasic.CompilerServices.Container..ctor(Object Instance) +765074
    Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGet(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack) +538
    ASP.startupadminmain_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in C:\Program Files (x86)\Hyperion Solutions\Hyperion Enterprise\HEWeb\StartupAdminMain.aspx:795
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +115
    System.Web.UI.Page.Render(HtmlTextWriter writer) +38
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint
    Thanks,
    Rakesh

    Hi Rakesh - looks like you opened a new thread. (not sure which one is active so I've posted to both. I'll look for a reply on both. Cheers. -David),
    Hyperion Enterprise Reporting 6.5 is NOT supported on MS Windows 2008 server.
    Hyperion Enterprise Reporting 6.5.1 is supported.
    Could you please verify your version of Hyperion Enterprise Reporting (again)?
    Please also verify the other components of your build against your version at the following link:
    http://www.oracle.com/technetwork/middleware/bi-foundation/hyperion-supported-platforms-085957.html
    (See Hyperion Enterprise 6.5.1 (XLS) or Hyperion Enterprise 6.5 (XLS) depending on your version)
    Also can you confirm you performed the following steps during your installation of Hyperion Enterprise Reporting?:
    Applies to:
    Hyperion Enterprise Reporting - Version: 6.3.1.0.00 to 6.5.1.0.00 - Release: 6.3 to 6.5
    Information in this document applies to any platform.
    Purpose:
    Configuring Hyperion Enterprise Reporting Web.
    Questions and Answers
    How to Configure Hyperion Enterprise Reporting Web?
    1. Create LOCAL username and password with Administrator rights. This is your impersonation account.
    You may use the local administrator as your impersonation account, but it MUST be local, not a domain admin.
    2. Users IWAM..., IUSER... SYSTEM, INTERACTIVE, Administrator and Everyone are automatically created users/groups.
    In Local Security Settings -> Local Policies -> User Rights Assignment.
    Add the add IUSR, IWAM, SYSTEM, INTERACTIVE, Administrator, Impersonation account and Everyone to:
    a) Act as part of the Operating System.
    b) Log on locally (or Allow log on locally).
    c) Log on as a service.
    d) Log on as a batch job.
    3. In IIS services <server>
    Web Sites -> Default Web Site -> Right click on HSpider -> properties
    Virtual Directory tab.
    Select only Log visits and Index this resource.
    Application name: HER.
    Execute Permissions: Scripts and Executables .
    Application Protection: High.
    Directory Security tab.
    Deselect all except Basic Authentication .
    (Windows 2003) Web Service Extension .
    Select All Unknown ISAPI Extensions.
    Click the Allow button.
    Repeat with all other items starting with HER and Active Server Pages.
    4. In Component Services -> Computer ->
    a) Right click on My Computer -> Properties.
    b) Default security tab (COM security tab).
    c) Access Permissions Edit Default button.
    d) Add IUSR, IWAM, SYSTEM, INTERACTIVE, Administrator, and Impersonation account.
    e) Launch and Activate permissions Edit Default button.
    f) Add IUSR, IWAM, SYSTEM, INTERACTIVE, Administrator, and Impersonation account.
    5. My Computer -> Com+
    a) IIS... HSpider properties -> Identity tab.
    b) Browse to impersonation account and add password.
    6. My Computer ->DCOM Config (or Start-> Run -> DCOMCNFG).
    a) Right click HypPkgrH_Pooler -> Properties -> Identity tab.
    b) Browse to impersonation account and add password.
    c) Repeat with Spider_Pooler.
    7. Internet services must be reset (Start -> Run -> iisreset).
    8. In the Hyperion Enterprise Reporting folder of the Start menu, select Web Server administration
    Program.
    Options button.
    Network tab.
    Select Allow Hyperion Enterprise Reporting Web Server to access other network devices.
    Add the impersonation account and password.
    If desired, select the Preload tab and add your application.
    System is Enterprise6 as found in the repeng.ini.
    If using Distributed Retrieve or Schedules
    9. In the Hyperion Enterprise Reporting folder of the Start menu, select Distributed Server Manager
    a) Network tab
    b) Select Allow client to access other network devices
    c) Add the impersonation user and password
    If you have any questions about these steps please don't hesitate to drop me a note and I'll do my best to explain what is required.
    G'Luck,
    -David

  • Hyperion Enterprise Web Server  - Error 406

    Hi,
    The problem occurs when trying to activate the Hyperion Enterprise webserver from the Server Administration. The error message displays "HTTP 406 error".
    We have tried many things including a full reinstall but have not managed to find a solution or pin point what's causing the problem.
    Has anybody experienced this issue before or have any suggestions as to why this is happening.
    Thanks

    Does anyone have a solution to this error? We are seeing the same.
    The Web service is running fine and we can try to enable the application from either Server Administration application or selecting application setup from the web login screen.
    The Server Admin application returns the error HTTP 406 : The resource cannot be displayed. When trying to enable the application for web access.
    The Web server application setup shows no applications within the application dropdown selection control.
    Tried using alternative applications, all of which appear to working perfectly OK other than not being web enabled.

  • BPC 5.0.502  BPC Web Error Message: Exxception of Type System out of memory

    In the process of updating a web page in the content library, page crashed received an error message of "Exception of type System out of memory.  Exception was throw".  What does this mean?  We are now unable to open this sheet without receiving the prior message.  Any remadies would be appreciated.

    Hello,
        Did you receive this specific error message only managing that web page or for all pages?
        Did you try to stop all COM+ components on the application servers(on each if you are using more). It looks to be related to some memory problems.
        If the problem is related to a specific web page, the problem can be related to the content of that web page.
    Best regards,
    Mihaela

  • Hyperion Enterprise Reporting Error

    I'm new to Hyperion Enterprise and Hypeion Enterprise Reporting. While exploring the reporting portion of it in Hyperion Enterprise reporting" I unintentionally made some setting change which has resulted in period dimension in POV showing *error*. Rest of the dimensions are displaying properly but this has resulted in reports not displaying anything. Can anyone guide me on how to undo this. Thanks in advance for your help.

    Hi Jay,
    This is basically due to a Proper Frequency is not set in the POV.
    And easy way would be to log in to Enterprise and click on Reports module and open the report and check if you are able to view the data.
    If so make a note of the POV and making a note of the POV should be done in the Enterprise Reports module, the reason why is when you open the POV in the Enterprise reports module it would open the POV the similar way it opens in the Hyperion Enterprise reporting.
    Make a note and write it down exactly as it is being displayed in the Enterprise > Reports module POV.
    Hope this helps,
    Thank you,
    Charles Babu J

  • Help! I-Web error message

    I am trying to save my draft web pages in i-Web and an error message keeps appearing:
    "The document i-Web could not be saved."
    I have done everything else I am supposd to do, as far as can tel.
    P. Andrew Sandlin
    MacBook Pro   Mac OS X (10.4.9)  

    Thanks.
    "Can you right-click, save the pdf file to your desktop (or wherever) then open it using File>Open in Reader?" I tried and was not successful.
    I do not know ow to access the PDF viewer of Safari, and BTW the problem may lie in the fact that i have not upgraded from 10.8.5.
    And I do not know where the "open with" box might be or if it is a global or app-attached box.

  • Web error message

    Hi all,
    I have adjusted one of the pages on my website using the new
    adobe flash cs3, I used exactly the same publish settings as before
    (in flash 8) and when I upload the page to the net, and try it I
    get the following error message:
    This page requires AC_RunActiveContent.js
    Does anyone know how to deal with this problem, I've already
    downloaded the flash 8 updated active content 15kb file, but it
    still happens.
    Any help would be appreciated
    Sonder!!

    sond007 wrote:
    > Hi all,
    >
    > I have adjusted one of the pages on my website using the
    new adobe flash cs3,
    > I used exactly the same publish settings as before (in
    flash 8) and when I
    > upload the page to the net, and try it I get the
    following error message:
    >
    > This page requires AC_RunActiveContent.js
    >
    > Does anyone know how to deal with this problem, I've
    already downloaded the
    > flash 8 updated active content 15kb file, but it still
    happens.
    >
    > Any help would be appreciated
    >
    > Sonder!!
    Did you upload the JavaScript file to your server along with
    the flash movie?
    Best Regards
    Urami
    "Eat one live toad in the morning and nothing worse will
    happen to you for the rest of the day."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Enterprise manager error messages

    I set up the OMS and I'm not able to get the ERRORs ORA- message from
    the targets.
    The message I can get is " 1 distinct types of ORA- errors have been
    found in the alert log"
    I want the ORA- to be specified in the mpessage
    How can I get this?
    Any one can respond please.

    Hi,
    You need to configure the metric "Generic Alert Log Error" .
    You can set it as when it matches different errors send an alert, for eg: if you enter -->ORA-0*(600?|7445|4[0-9][0-9][0-9])[^0-9] in warning field.
    Then it will send a warning alert when one of these errors are reported.

  • Hyperion Enterprise 6.5.1 Web Communication Error

    OS Environment : Window Server 2003
    Hyperion Enterprise Version: 6.5.1
    I am having receiving the following error while opening Hyperion Enterprise thru Web:
    Error:
    There was some communication error while loading the tree. HTTP Status: 500
    Object reference not set to an instance of an object.
    Line 35: strlang = Request.Cookies.Get("Displaylanguage").Value 'II
    If you have encountered this problem or have an answer to this problem, I would really appreciate your help.
    Thanks

    Hi,
    I got this problem in January 2010.
    This problem is concerned about cookie validation date for HPE651 web, also HPE6500.
    Please see the Pacth p9544446_65100_WINNT.
    Thanks,
    Hisahiko Shimura

  • Hacces32.dll error when testing FDM integration with Hyperion Enterprise

    I recently installed FDM and I am having difficulty figuring out the cause of an error I am getting when I test the integration settings for FDM and Enterprise. I am receiving the following error message when I click "Browse for Target Value" in the FDM Web Client > Activities > Maps section:
    "Error: File not found: hacces32.dll
    At Line: 190
    Detail: InnerException1: File not found: hacces32.dll
    At Line:190
    Any suggestions?
    Thanks

    I would suggest performing the following:
    a) Logon to the FDm application server as the FDM service account that was used to configure the App server, load balance server, web server
    b) Launch the Hyperion Enterprise win32 client on the server and verify the ability to login to the application that FDM is configured to integrate with.
    c) Verify that the Target Machine field of the machine profile is populated with the FDM application server as this is where the connection is established.

  • Error message while connecting to Planning Web 9.2.1

    Hello,
    While creating the database in Desktop Planning, I have the following error message:
    "Application is not registered in HUB. Can not synchronize users with Essbase in CAS mode."
    However, the database is created in Essbase. But when I try to connect to Planning web, it says:
    "An error occurred."
    I'm using SQL server 2005 as relationnal database.
    Current OS: Windows Server 2003
    When do I actually launch the configuration utility for regenerating the Planning properties file ? Once, the database is created via Desktop Planning.
    Thanks for your help.

    Hello John,
    I don't have the error message with Planning Desktop, "Security filters" should not have been ticked. But now, I still have the problem with Planning Web => Blank page although the service is running.
    http://localhost:8300/HyperionPlanning/
    Here the HspEventLog contents:
    =======================
    Information*16*hpadmin*01/25/08 17:25:10*CHspDataSourceImp.cpp*Line 420*Entering CreateApplication: A_HPAPP1*
    Error*16*hpadmin*01/25/08 17:25:16*CHspDataSourceImp.cpp*Line 19314*InitializeSQL failed*
    Error*16*hpadmin*01/25/08 17:25:16*CHspDataSourceImp.cpp*Line 19330*InitializeDSMD failed*
    Error*16*hpadmin*01/25/08 17:25:16*CHspDataSourceImp.cpp*Line 431*CreateApplication failed in Initialize*
    Information*16*hpadmin*01/25/08 17:32:00*CHspDataSourceImp.cpp*Line 420*Entering CreateApplication: A_APP1*
    Information*16*hpadmin*01/25/08 17:32:02*CHspDSSQL.cpp*Line 3255*Could not retrieve planning version*
    Information*16*hpadmin*01/25/08 17:32:02*CHspDSSQL.cpp*Line 3326*Could not retrieve product release*
    Information*16*hpadmin*01/25/08 17:32:02*CHspDSSQL.cpp*Line 3397*Could not retrieve product CSS Version*
    Error*16*hpadmin*01/25/08 17:32:02*CHspDSSQL.cpp*Line 217*Version & Release not found*
    Information*16*hpadmin*01/25/08 17:32:04*CHspDataSourceImp.cpp*Line 436*CreateApplication: Deleting old schema*
    Information*16*hpadmin*01/25/08 17:32:04*CHspDataSourceImp.cpp*Line 450*CreateApplication: Recreating security tables*
    Information*16*hpadmin*01/25/08 17:32:04*CHspDataSourceImp.cpp*Line 479*CreateApplication: Creating Essbase application*
    Information*16*hpadmin*01/25/08 17:32:19*CHspDataSourceImp.cpp*Line 537*CreateApplication: Creating new schema*
    Information*16*hpadmin*01/25/08 17:32:20*CHspDataSourceImp.cpp*Line 616*CreateApplication: Initializing schema*
    Information*16*hpadmin*01/25/08 17:32:20*CHspDataSourceImp.cpp*Line 684*CreateApplication: Creating plantypes*
    Information*16*hpadmin*01/25/08 17:32:20*CHspDataSourceImp.cpp*Line 796*CreateApplication: Creating application owner user*
    Information*16*hpadmin*01/25/08 17:32:21*CHspDataSourceImp.cpp*Line 897*CreateApplication: Setting system config info*
    Information*16*hpadmin*01/25/08 17:32:21*CHspDataSourceImp.cpp*Line 929*Exiting CreateApplication: A_APP1*
    Information*16*RNARRAINSAMY*01/25/08 17:32:21*Hyperion Planning*SaveAppAssistant*Created application...now opening application...*
    Information*16*RNARRAINSAMY*01/25/08 17:32:25*Hyperion Planning*SaveAppAssistant*Setting calendar...*
    Information*16*RNARRAINSAMY*01/25/08 17:32:25*Hyperion Planning*SaveAppAssistant*Creating a scenario...*
    Information*16*RNARRAINSAMY*01/25/08 17:32:25*Hyperion Planning*SaveAppAssistant*Done with everything!*
    Regards,
    Andy

  • Error while starting Hyperion Planning Web in 9.2 version

    Hi,
    When I am launching Hyperion Planning web it is giving the following error:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException
         org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:825)
         org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:758)
         org.apache.jsp.LogOn_jsp._jspService(LogOn_jsp.java:2763)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    java.lang.NoClassDefFoundError
         org.apache.jsp.LogOn_jsp._jspService(LogOn_jsp.java:81)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.0.28 logs.
    After going throgh Google search i came to know that it problem with Tomcat CLASS PATH.
    I checked C:\Hyperion\HyperionPlanning\AppServer\InstalledApps\Tomcat\5.0.28\HyperionPlanning\bin\startHyperionPlanning.bat.
    It says
    " REM Hyperion Workspace startup script for tomcat server
    REM Check HYPERION_HOME
    if "%HYPERION_HOME%" == "" set HYPERION_HOME=C:\Hyperion
    SET CATALINA_HOME=%HYPERION_HOME%\common\appServers\Tomcat\5.0.28
    SET CATALINA_BASE=C:\Hyperion\HyperionPlanning\AppServer\InstalledApps\Tomcat\5.0.28\HyperionPlanning
    CALL %CATALINA_BASE%\bin\setSAPEnv.bat
    CALL %HYPERION_HOME%\common\config\setJAVA_HOME.bat
    REM Setting custom parameters
    SET SETPARAM_SCRIPTNAME="%CATALINA_BASE%\bin\setCustomParams.bat"
    if exist %SETPARAM_SCRIPTNAME% (
    call %SETPARAM_SCRIPTNAME%
    call "%HYPERION_HOME%\common\appServers\Tomcat\5.0.28\bin\startup.bat"
    I checked my environment variables every thing is fine.
    Where should i set the Tomcat class path to web client. or
    it is due to another reason, if so what could be the solution.
    Thanks in advacnce

    Hello,
    JohnGoodwin is correct you will need to create a Planning application and also generate your HspJSHome.properties and make sure it is in the right location to be picked up by the start up which should be something like:
    C:\Hyperion\HyperionPlanning\AppServer\InstalledApps\Tomcat\5.0.28\HyperionPlanning\webapps\HyperionPlanning\WEB-INF\classes
    Also if you are starting the JVM as a service it might not have all the correct CLASSPATH information and if you have not already you might try starting the JVM using the startHyperionPlanning.bat file from the command line. Many times you will get better output from that when troubleshooting.
    Regards,

  • Error message while installing "FDM Web Application" on windows 64-bit

    I am unable to install "FDM Web Application" on a 64-bit windows platform. I have an error message indicating that 64-bit components for HFM & EPMA cannot co-exist with 32-bit components for HSF/FDM. Is there a way to install it? From the packages I downloaded, I have installed EPMA 64-bit. So I presume I'll have to uninstall EPMA 64-bit and re-install EPMA 32-bit?
    OS: Windows Server 2003 R2 Enterprise x64 Edition SP2
    Oracle WebLogic 9.2 MP3 32-bit
    Thanks in advance.
    Kind regards,
    Andy

    Hi,
    What version are you trying to install, as the latest release 11.1.1.3 should now support it.
    In the 11.1.1.3 Readme - http://download.oracle.com/docs/cd/E12825_01/epm.111/readme/epm_1111300_readme.html
    FDM now provides support for 32-bit binaries in a 64-bit environment. (though that was from version 11.1.1.1)
    Though saying that FDM can only run in IIS32bit mode, if you have installed EPMA 64bit it will have set IIS to 64 bit, so uninstall 64bit and use 32bit.
    FDM supports 64-bit servers running in 32-bit emulation mode only. Because IIS cannot run under 32-bit and 64-bit mode simultaneously on the same server, Financial Management and FDM Web components cannot be deployed on the same 64-bit server. All other components can be deployed together.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Could not start the hyperion workspace-web application Error 1067

    Hi,
    I have installed hyperion from scratch in a distributed environment...everything was working fine.......i.e. shared services, workspace, essbase, sql server, and hfm. I was able to logon and navigate different options in the hyperion products...but essbase stopped working when I re-started all four servers ....?
    (1) When I restarted all four servers and stopped and restarted all hyperion services as per giving sequence then everything works fine but essbase EAS console and workspace web console...i was getting error message " could not connect to administration server" whenever i try to connect EAS console to essbase then I went to services there I saw workspace agent and workspace web application service is down.
    (2) as soon as I started those both services then my shared services automatically stopped but I was able to logon in Essbase console and workspace console but my shared services are down...
    (3) as soon as I start shared service they started but my workspace agent and workspace web application automatically stopped...and when I try to start again workspace web application then I get this error "[ Could not start the hyperion workspace-web application services on local computer. Error 1067: the process terminated unexpectedly]"
    I have been searching online and googling but have a hard luck to get some best solution for this...can some one help me or guide me to walk through with this issue...
    Thank you very much in advance ...
    Regards,
    Safi

    I solved this issue...It was with Hyperion Services those were stop responding some how.....but I stopped each service and restarted then those started working again...
    Regards,
    Safi

Maybe you are looking for

  • How to store pdf files in application layer

    Hi friends, Can any body tell me how to this.when ever we give a print a spool number will be created.we can give this spool number to rstxpdft4 program and we can convert it into pdf. how to put this pdf into application layer as a unix file.is it p

  • GUI --- Ball is not coming back..!!

    import javax.swing.*; import java.awt.*; public class Ball extends JPanel { JFrame fr; private int x =-100; Ball() { fr =new JFrame(); fr.getContentPane().add(this); fr.setDefaultCloseOperation (JFrame.EXIT_ON_CLOSE); fr.setExtendedState(JFrame.MAXIM

  • F4 Help in ABAP QUERY

    Hi, Can we provide F4 help to  fields in Dynamic selections in an ABAP Query? Thanks Chandra

  • PSE 12 - Can't open catalog - some internal programming error. Can NOT open PSE 12 organizer

    Can not pass Catalog manager - Can't open catalog - sez an internal programming error occurred?????

  • Implementation tab in IDE not seen

    Hi Colleagues. I used to work with NW2004s Version IDE to work with java webdynpro. To implement a logic in the view/controller I used to do by using Implementation tab. Now I installed the IDE for NW CE. I could not see the Implementation tab in eit