Report printing failed with "Servlet error: An exception occurred. "

Hi,
I use Apex 3.1 in Oracle Express edition develop few applications. In one of the application, when I enable report printing in stardard reports and try to print to PDF/Excel, the servlet error occur.
I had configured FOP in my server and I can download PDF in "interative report", but for stardard report, the report printing failed.
I can successfully print the reports in my others applications. Anyone know what could be the reason which cause an application failed to print the report.
Thanks
Vincent

Does your application name have special characters? I heard that the app name has to be just letters and numbers for this to work...actually testing right now.

Similar Messages

  • [URGENT] 500 Internal Server Error  Servlet error: An exception occurred

    I have Oracle ebs 12 running on unix , and i do clone from production to Development ,
    after execute adstrtal.sh , i do check with adapcctl.sh status
    and the result is :
    Checking status of OPMN managed Oracle HTTP Server (OHS) instance ...
    /oracle/UATGG/inst/apps/UATGG_smjkt-tsfn01/ora/10.1.3/opmn/bin/opmnctl[31]: unlimited: 0403-009 The specified number is not valid for this command.
    Processes in Instance: UATGG_smjkt-tsfn01.smjkt-tsfn01.corp.sm.co.id
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    OC4JGroup:default_group | OC4J:oafm | 285084~ | Alive
    OC4JGroup:default_group | OC4J:forms | 224143~ | Alive
    OC4JGroup:default_group | OC4J:oacore | 124518~ | Alive
    HTTP_Server | HTTP_Server | 167123~ | Alive
    but when im open the url , i have face with error : "500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details "
    I check the apche log and have error= "
    [Tue Apr 24 15:42:22 2012] [error] [client 172.16.101.37] [ecid: 1335300142:172.16.4.167:20841248:0:1,0] mod_oc4j: Failed to find a failover oc4j process for session request for
    destination: application://oacore (no island or jgroup).
    [Tue Apr 24 15:42:48 2012] [error] [client 172.16.101.37] [ecid: 1335300168:172.16.4.167:20841248:0:2,0] File does not exist: /oracle/UATGG/inst/apps/UATGG_smjkt-tsfn01/portal/f
    avicon.ico
    and then im do shutdown application and running autoconfig in DB tier dan APPS tier , and the result is succesfully,
    i meet with noted "R12: Resolving error mod_oc4j Failed To find A Failover OC4J Process For Session Request For Destination [ID 785296.1] " and do all step with autoconfig again , and autoconfig run sucessfully , and then im start apps and check adapcctl.sh status , running well
    but when im open URL login , i have same problem with before is "500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details "
    can u help me :(

    Did AutoConfig complete successfully?
    Please see these docs.
    What is the Significance of Error Message Opmnctl[20]: Unlimited: 0403-009? [ID 555406.1]
    Unlimited: The Specified Number Is Not Valid For This Command [ID 224223.1]
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 [ID 761566.1]
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86 [ID 761564.1]
    Thanks,
    Hussein

  • 500 Internal Server Error  Servlet error: An exception occurred.

    Hi All,
    I was trying to access oracle applications. I installated R12 on Linux through VM Ware. I started Database Listener , Database and Finally Application Tier using adstrtal.sh. Every thing went fine with exit status as zero. I installed mozillla firefox and jre 1.6.0_07 but when I gave URL and tried to access applications i was getting 500 Internal server error.
    Below is the error
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.

    I've a situation that, we have to add some pages into the APPS environment. For that, what we generally do is,
    1. Stop the Apache server.
    2. Add the pages.
    3. Start the Apache server again
    And it should start.
    But, In our case it's giving an internal server error.
    And as we run autoconfig its working fine.But as it is a test server, we've got to add the pages several times. Each and every time we add pages we have to run autoconfig.
    our environment is
    OS: IBM AIX 6
    APPS: release 11.5.10.2
    we can't understand what the problem is!!!
    Is the there any solution for that?
    Please do suggest, if any one experienced the same...
    Edited by: badri on Nov 9, 2011 6:17 PM

  • Reports Service Fails with 186 error after Disocverer4i Admin Install

    DB = 8.1.7
    9iAS 1.0.2.1
    Everything was working fine until the install of Disco4i Admin. I've performed a TNSPING80.EXE myserver & verified the TNSNames.ora configuration. Everything looks ok.

    Verify the entry in the tnsnames.ora for the Reports Server. The string
    should look something like this:
    Rep60,Rep60.world=(ADDRESS=(PROTOCOL=tcp)(HOST=<serverdnsname>)(PORT=1949))
    Here is a cut from Doc ID 122038.1 on Metalink:
    PROBLEM DESCRIPTION:
    ====================
    After installing IAS Enterprise Edition, you attempt to start the Reports
    Server Service (see below) and get the error:
    REP-0186 - Daemon failed to listen to port.
    For Windows NT:
    Start-->Settings-->Control Panel-->Services-->Start Oracle Reports Server.
    Get REP-186 error.
    For UNIX:
    Run the following Script:
    $ORACLE_HOME/developer6i/reports60_server start.
    SOLUTION DESCRIPTION:
    =====================
    WINDOWS NT 4.0 Server:
    The primary cause for this error is that the Reports Server Service cannot
    find a valid entry in the tnsnames.ora file. When the MTS starts, it tries
    to read the entry in the $ORACLE_HOME\net80\admin\tnsnames.ora file. There
    may be multiple files called tnsnames.ora on the machine. The following hint
    may help in setting the default location for this file on the Windows NT
    platform:
    1. Click Start-->Run and type in REGEDIT; press enter; click OK.
    2. Navigate to HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE folder.
    3. With this folder open, right-click in the right-hand pane and select New-->
    String.
    4. Enter "TNS_ADMIN" (w/o the quotes) for the new string.
    5. Double-click on the new string, and enter the <drive>:\<path> to where your
    centralized tnsnames.ora file is stored for string's value. This setting to
    the registry will define a common TNS_ADMIN directory, allowing for a
    central file to be managed.
    6. Verify the entry in the tnsnames.ora for the Reports Server. The string
    should look something like this:
    Rep60,Rep60.world=(ADDRESS=(PROTOCOL=tcp)(HOST=<serverdnsname>)(PORT=1949))
    Where <serverdnsname> is the name of the DNS name of the server
    (the server's IP address may also be used instead. "World"
    is the name of the default domain in the sqlnet.ora file.
    7. Navigate to Start-->Settings-->Control Panel-->Services, find the Oracle
    Reports Server [<RepServerName>] and start the service.
    a) If the Service still fails to start, ensure that there is a printer
    (local or network) installed, and in the Control Panel-->Services, click
    the Oracle Reports Server [<RepServerName>], and click the Startup
    button.
    b) Under the "Log on As" section, select "This Account", then click the
    ellipsis (...) button. In the dialogue box that comes up, select a user
    that has access to the system's printer, and type in the user's password,
    (do this even if the asterisks (*) appear), and click OK. Legacy
    versions required a printer driver be installed on the Server in order
    to format document output, even when creating cached documents for the
    web.
    c) Restart the Reports Server Service.
    UNIX:
    The following examples assume that IAS is installed in:
    /u01/app/oracle/product/ias
    and the $ORACLE_HOME is defined as the same.
    1. Edit the $ORACLE_HOME/developer6i/reports60_server script file, noting the
    following (example) settings:
    csh:
    setenv TNS_ADMIN $ORACLE_HOME/network/admin
    bsh/ksh:
    export TNS_ADMIN=$ORACLE_HOME/network/admin
    2. Define a printer per NOTE:74872.1 and set the PRINTER environment to match:
    csh:
    setenv PRINTER <queuename>
    bsh/ksh:
    export PRINTER=<queuename>
    3. Verify the entry in the tnsnames.ora for the Reports Server. The string
    should look something like this:
    Rep60,Rep60.world=(ADDRESS=(PROTOCOL=tcp)(HOST=<serverdnsname>)(PORT=1949))
    Where <serverdnsname> is the name of the DNS name of the server
    (the server's IP address may also be used instead). "World" is
    the name of default domain in the sqlnet.ora file.
    4. Now start the $ORACLE_HOME/developer6i/reports60_server script file.
    EXPLANATION:
    ============
    The IAS installation creates a TN S_ADMIN in the $ORACLE_HOME/developer6i
    directory, but the Reports Server is not able to find it, due to the defaults
    setup by the installer.
    REFERENCES:
    ===========
    Bug:1327922, SERVER SPECIFIC ERROR 186 STARTING REPORTS SERVER
    Bug:1092182, REPORTS SERVER CAN NOT LAUNCH WITH THE ERROR 186
    Note:74872.1, How to Configure Report Server 6.0 and Cartridge on Unix
    Oracle Information Navigator (IAS Online Documents CD),
    article:<CDROMDRIVE>:\doc\forms.6i\a83592\pbr_case.htm ,
    "Configuring the OracleReports Server on Windows NT and UNIX
    null

  • Report generation fails with below error

    Hi Friends,
    This is an extarct from "ccat /var/opt/SUNWsymon/PRM/log/prm.log"
    Report generation fails for individual host but succeeds for all hosts.
    prmlog September 13, 2010 12:52:14 PM Thread-287: Begin loading files
    prmlog September 13, 2010 12:53:51 PM HandlerThread-0: Got trap: 2
    prmlog September 13, 2010 12:53:51 PM HandlerThread-2: Got trap: 2
    prmlog September 13, 2010 12:54:51 PM HandlerThread-1: Got trap: 2
    prmlog September 13, 2010 12:54:51 PM HandlerThread-2: Got trap: 2
    prmlog September 13, 2010 12:56:01 PM HandlerThread-0: Got trap: 2
    prmlog September 13, 2010 12:58:51 PM HandlerThread-0: Got trap: 2
    prmlog September 13, 2010 12:58:51 PM HandlerThread-2: Got trap: 2
    prmlog September 13, 2010 12:59:51 PM HandlerThread-1: Got trap: 2
    prmlog September 13, 2010 12:59:51 PM HandlerThread-2: Got trap: 2
    prmlog September 13, 2010 1:00:00 PM Parallel:0: Call CrScheduledRequestBroker.
    prmlog September 13, 2010 1:00:00 PM Parallel:0: Call CrScheduledRequestBroker.
    prmlog September 13, 2010 1:00:00 PM Parallel:0: Call CrScheduledRequestBroker.
    prmlog September 13, 2010 1:00:00 PM Parallel:0: Call CrScheduledRequestBroker.
    prmlog September 13, 2010 1:00:00 PM Parallel:0: Call CrScheduledRequestBroker.
    prmlog September 13, 2010 1:00:00 PM Parallel:0: Database Error occurs!
    prmlog September 13, 2010 1:00:00 PM Parallel:0: ERROR: relation "detail_temp_host" does not exist
    prmlog September 13, 2010 1:00:00 PM Parallel:0: SchedOP: Exception: scp-2: Report request generation failed.
    prmlog September 13, 2010 1:00:00 PM Parallel:0: Call CrScheduledRequestBroker.
    prmlog September 13, 2010 1:00:00 PM Parallel:0: Database Error occurs!
    prmlog September 13, 2010 1:00:00 PM Parallel:0: ERROR: relation "detail_temp_host" does not exist
    prmlog September 13, 2010 1:00:00 PM Parallel:0: SchedOP: Exception: creature-t1000-08: Report request generation failed.
    prmlog September 13, 2010 1:00:00 PM Parallel:0: Database Error occurs!
    prmlog September 13, 2010 1:00:00 PM Parallel:0: ERROR: relation "detail_temp_host" does not exist
    prmlog September 13, 2010 1:00:00 PM Parallel:0: SchedOP: Exception: sdp-1-region2: Report request generation failed.
    prmlog September 13, 2010 1:00:00 PM Parallel:0: Database Error occurs!
    prmlog September 13, 2010 1:00:00 PM Parallel:0: ERROR: relation "detail_temp_host" does not exist
    prmlog September 13, 2010 1:00:00 PM Parallel:0: SchedOP: Exception: psp-1-region2: Report request generation failed.
    prmlog September 13, 2010 1:00:00 PM Parallel:0: Database Error occurs!
    prmlog September 13, 2010 1:00:00 PM Parallel:0: ERROR: relation "detail_temp_host" does not exist
    prmlog September 13, 2010 1:00:00 PM Parallel:0: SchedOP: Exception: shissun1: Report request generation failed.
    prmlog September 13, 2010 1:00:05 PM Thread-294: Report successfully posted to web server.
    prmlog September 13, 2010 1:01:01 PM HandlerThread-0: Got trap: 2
    prmlog September 13, 2010 1:03:54 PM HandlerThread-0: Got trap: 2
    In /tmp directory I could see database logs directory (/tmp/SunMCDBLogFiles)
    Below is an extarct from "db-start-sql.log"
    ERROR: table "summ_temp_events" does not exist
    LOG: autovacuum: processing database "postgres"
    LOG: autovacuum: processing database "sunmc"
    LOG: autovacuum: processing database "postgres"
    LOG: autovacuum: processing database "sunmc"
    LOG: autovacuum: processing database "postgres"
    LOG: autovacuum: processing database "sunmc"
    LOG: autovacuum: processing database "postgres"
    LOG: autovacuum: processing database "sunmc"
    LOG: autovacuum: processing database "postgres"
    LOG: autovacuum: processing database "sunmc"
    LOG: autovacuum: processing database "postgres"
    LOG: autovacuum: processing database "sunmc"
    LOG: autovacuum: processing database "postgres"
    LOG: autovacuum: processing database "sunmc"
    WARNING: there is already a transaction in progress
    ERROR: relation "detail_temp_host" does not exist
    CONTEXT: SQL statement "INSERT INTO detail_temp_host (host_id) VALUES (21)"
    PL/pgSQL function "get_alarm_data_ids" line 203 at execute statement
    PL/pgSQL function "sp_get_nonperf_summary_data" line 92 at assignment
    WARNING: there is already a transaction in progress
    WARNING: there is already a transaction in progress
    ERROR: table "summ_temp_events" does not exist
    ERROR: relation "detail_temp_host" does not exist
    CONTEXT: SQL statement "INSERT INTO detail_temp_host (host_id) VALUES (26)"
    PL/pgSQL function "get_alarm_data_ids" line 203 at execute statement
    PL/pgSQL function "sp_get_nonperf_summary_data" line 92 at assignment
    ERROR: relation "detail_temp_host" does not exist
    CONTEXT: SQL statement "INSERT INTO detail_temp_host (host_id) VALUES (25)"
    PL/pgSQL function "get_alarm_data_ids" line 203 at execute statement
    PL/pgSQL function "sp_get_nonperf_summary_data" line 92 at assignment
    WARNING: there is already a transaction in progress
    ERROR: table "summ_temp_events" does not exist
    WARNING: there is already a transaction in progress
    ERROR: table "summ_temp_events" does not exist
    ERROR: relation "detail_temp_host" does not exist
    CONTEXT: SQL statement "INSERT INTO detail_temp_host (host_id) VALUES (42)"
    PL/pgSQL function "get_alarm_data_ids" line 203 at execute statement
    PL/pgSQL function "sp_get_nonperf_summary_data" line 92 at assignment
    ERROR: relation "detail_temp_host" does not exist
    CONTEXT: SQL statement "INSERT INTO detail_temp_host (host_id) VALUES (1)"
    PL/pgSQL function "get_alarm_data_ids" line 203 at execute statement
    Kindly suggest me.. This SUNMC is doing more than killing.
    Thanks
    Srini

    I just received instructions from the TMG software company to uninstall and install the PDF driver they use. This fixed the problem. Apparently upgrading to v7.01 damages the driver but reinstalling it corrects the problem.
    Thanks for the advice.
    Mike

  • Reports Service failes with 186 error after Disco4i Admin install.

    OS NT 2000
    DB 8.1.7
    9iAS 1.0.2.1
    Disco Admin 4.1.33e
    Everthing was working fine until the install of Disco4i Admin. It would error on the install until I stopped the Reports Service. Post install - The reports service failed to start. NT specific error 186.
    I've performed a TNSPING80.EXE myserver & verified the TNSNames.ora configuration in 806, iSuites, and 8.1.7. Everything looks ok.

    If you have set the TNS_ADMIN environment variable or registry key to an alternate value, Oracle9iAS Reports Services may fail to start with an error 186 or REP-0186. In such a case, you can start Oracle9iAS Reports Services from an MS-DOS command prompt as follows:
    prompt> setenv TNS_ADMIN <IAS_HOME>/6iserver/network/admin
    prompt> <IAS_HOME>/6iserver/reports60_server start
    replacing <IAS_HOME> with the directory where you installed Oracle9i Application Server. This will force Oracle9iAS Reports Services to use the tnsnames.ora file at <IAS_HOME>/6iserver/network/admin.
    Hope this will help
    null

  • FOP PDF Printing Fails with 500 Internal Server Error in APEX 4.1

    Hi,
    We have Oracle Application Server 10.1.3.5 (Apache + J2ee) installation in our environment. I configured Apache FOP for Apex 4.1 running on Oracle 11.2.0.1 database using" Section 5 - Installing and Configuring Apache FOP - http://www.oracle.com/technetwork/developer-tools/apex/application-express/configure-printing-093060.html document". I am getting "500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details."
    Do I need to configure Apache FOP only using Standalone OC4J containers as mentioned in the document instead of using j2ee containers installed as part of OAS 10.1.3.5 install? If so, any idea why this restriction?
    Thanks in advance for your help.
    Regards,
    Lavanya

    Thanks Hussein for your response.
    Do you have proper entry in the hosts file?I do have the correct entries in both host and guest OS. As I mentioned, I'm able to ping in command prompt both linux guest (DNS) name and ip address. It is just the login page load. It could be not just R12...may be any other web page as well...
    I don;t know how these DNS Server name is resolved and so on..this networking stuff in windows 7...it may be irrelevant to this forum...but chancing my luck if someone had this issue in the past.
    I believe the main issue with the ping, so once this is fixed you should be able to access the application (assuming it is up and you can access from other machine -- If I understand you correctly, I believe you did from XP).Yes..the same config works fine in XP.

  • Partition Failed Partition failed with the error: POSIX reports: The operation couldn't be completed. CAN NOT ALLOCATE MEMORY

    I plug usb mass storage device to my macbook pro i7 than every thing is stack and i reinforce to shutdown and than I start again but mac fail to boot again.
    I tried different optiones in disk utility in mac os startup disk. but still fail to repair, erase and partition. I try to fix with the steps listed in
    https://discussions.apple.com/message/13288923#13288923
    but it fail to partition with the msg:
    Partition Failed
         Partition failed with the error: POSIX reports: The operation couldn’t be completed.cannot allocate memory
    pls pls pls help urgentely on this matter I stop working.
    Kind Regards,
    pe

    Hi again OGELTHORPE.
    I've already run two hardware tests. One quick one and one extended one. It was unable to pick anything up.
    It's like everything is running perfectly, but when I go to erase the HDD or partition it, it pops up with the error message. Even when I try to erase and partition using "Terminal", I received the same error message.
    It's beginning to do my head in, but will see if replacing the SATA cable will make any difference. If it doesn't, I'll hazard a guess it could be the Logic Board.
    Thanks again for your suggestions!
    L.

  • Need help with error: XML parser failed: Error An exception occurred! Type:......

    <p>Need help with the following error.....what does it mean....</p><p>28943 3086739136 XML-240304 3/7/07 7:13:23 PM |SessionNew_Job1<br /><font color="#ff0000">28943 3086739136 XML-240304 3/7/07 7:13:23 PM XML parser failed: Error <An exception occurred! Type:UnexpectedEOFException, Message:The end of input was not expected> at</font><br />28943 3086739136 XML-240304 3/7/07 7:13:23 PM line <7>, char <8> in <<?xml version="1.0" encoding="WINDOWS-1252" ?><br />28943 3086739136 XML-240304 3/7/07 7:13:23 PM <DSConfigurations><br />28943 3086739136 XML-240304 3/7/07 7:13:23 PM <DSConfiguration default="true" name="Configuration1"><br />28943 3086739136 XML-240304 3/7/07 7:13:23 PM <case_sensitive>no</case_sensitive><br />28943 3086739136 XML-240304 3/7/07 7:13:23 PM <database_type>Oracle</database_type><br />28943 3086739136 XML-240304 3/7/07 7:13:23 PM <db_alias_name1>ODS_OWNER</db_alias_name1><br />28943 3086739136 XML-240304 3/7/07 7:13:23 PM <db_ali>, file <>.<br />28943 3086739136 XML-240307 3/7/07 7:13:23 PM |SessionNew_Job1<br />28943 3086739136 XML-240307 3/7/07 7:13:23 PM XML parser failed: See previously displayed error message.</p><p>Any help would be greatly appreciated.  It&#39;s something to do with my datasource and possibly the codepage but I&#39;m really not sure.</p><p>-m<br /></p>

    please export your datastore as ATL and send it to support. Somehow the internal language around configurations got corrupted - never seen before.

  • I get the following error when formatting a external hard drive. Partition failed with the error:  POSIX reports: The operation couldn't be completed. Cannot allocate memory

    I get the following error when formatting a external hard drive.
    Partition failed with the error: 
    POSIX reports: The operation couldn’t be completed. Cannot allocate memory
    I have a Macbook pro 13" A1278. I purchased it around december 2010. I have a HHD 3.5" drive desktop select II 1.5TB. I purchased it around Febuary/March 2011 to use with my Macbook pro. I formatted it and moved all my files to there, I got it so my macbook's hard drive wouldn't brake and I lose everything on my macbook.
    Is there any fixes?

    First, try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until the screen blacks out or you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."

  • After downloading and creating the MSI for Lightroom, the install fails with no errors reported. Checking compatability, windows comes back with   not compatible on both win 7 and 8.1.

    Installer MSI fails with no error or message of any kind. Tested compatability with the windows compatability check and it comes back as not compatible. What now?

    Hans,
    It is a known problem on Windows 98, Windows and Windows 2000 if you are using Intel Pentium 4 processor with Sun JRE and Symantec JIT. I had the same problem with Windows 98. Oracle has a patch. Please see Note:131299.1 on metalink for details.

  • Cube refresh fails with an error below

    Hi,
    We are experiencing this problem below during planning application database refresh. We have been refreshing the database everyday, but all of a sudden the below error is appearing in log. The error is something like below:
    Cube refresh failed with error: java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
    java.io.EOFException
    When the database refresh is done from workspace manually, the database refresh is happening successfully. But when triggered from unix script, its throwing the above error.
    Is it related to some provisioning related issue for which user has been removed from MSAD?? Please help me out on this.
    Thanks,
    mani
    Edited by: sdid on Jul 29, 2012 11:16 PM

    I work with 'sdid' and here is a better explaination of what exactly is going on -
    As part of our nightly schedule we have a unix shell script that executes refresh of essbase cubes from planning using the 'CubeRefresh.sh' shell script.
    Here is how our shell looks like -
    /opt/hyperion/Planning/bin/CubeRefresh.sh /A:<cube name> /U:<user id> /P:<password> /R /D /FS
    Here is what 'CubeRefresh.sh' looks like -
    PLN_JAR_PATH=/opt/hyperion/Planning/bin
    export PLN_JAR_PATH
    . "${PLN_JAR_PATH}/setHPenv.sh"
    "${HS_JAVA_HOME}/bin/java" -classpath ${CLASSPATH} com.hyperion.planning.HspCubeRefreshCmd $1 $2 $3 $4 $5 $6 $7
    And here is what 'setHPenv.sh' looks like -
    HS_JAVA_HOME=/opt/hyperion/common/JRE/Sun/1.5.0
    export HS_JAVA_HOME
    HYPERION_HOME=/opt/hyperion
    export HYPERION_HOME
    PLN_JAR_PATH=/opt/hyperion/Planning/lib
    export PLN_JAR_PATH
    PLN_PROPERTIES_PATH=/opt/hyperion/deployments/Tomcat5/HyperionPlanning/webapps/HyperionPlanning/WEB-INF/classes
    export PLN_PROPERTIES_PATH
    CLASSPATH=${PLN_JAR_PATH}/HspJS.jar:${PLN_PROPERTIES_PATH}:${PLN_JAR_PATH}/hbrhppluginjar:${PLN_JAR_PATH}/jakarta-regexp-1.4.
    jar:${PLN_JAR_PATH}/hyjdbc.jar:${PLN_JAR_PATH}/iText.jar:${PLN_JAR_PATH}/iTextAsian.jar:${PLN_JAR_PATH}/mail.jar:${PLN_JAR_PA
    TH}/jdom.jar:${PLN_JAR_PATH}/dom.jar:${PLN_JAR_PATH}/sax.jar:${PLN_JAR_PATH}/xercesImpl.jar:${PLN_JAR_PATH}/jaxp-api.jar:${PL
    N_JAR_PATH}/classes12.zip:${PLN_JAR_PATH}/db2java.zip:${PLN_JAR_PATH}/db2jcc.jar:${HYPERION_HOME}/common/CSS/9.3.1/lib/css-9_
    3_1.jar:${HYPERION_HOME}/common/CSS/9.3.1/lib/ldapbp.jar:${PLN_JAR_PATH}/log4j.jar:${PLN_JAR_PATH}/log4j-1.2.8.jar:${PLN_JAR_
    PATH}/hbrhppluginjar.jar:${PLN_JAR_PATH}/ess_japi.jar:${PLN_JAR_PATH}/ess_es_server.jar:${PLN_JAR_PATH}/commons-httpclient-3.
    0.jar:${PLN_JAR_PATH}/commons-codec-1.3.jar:${PLN_JAR_PATH}/jakarta-slide-webdavlib.jar:${PLN_JAR_PATH}/ognl-2.6.7.jar:${HYPE
    RION_HOME}/common/CLS/9.3.1/lib/cls-9_3_1.jar:${HYPERION_HOME}/common/CLS/9.3.1/lib/EccpressoAll.jar:${HYPERION_HOME}/common/
    CLS/9.3.1/lib/flexlm.jar:${HYPERION_HOME}/common/CLS/9.3.1/lib/flexlmutil.jar:${HYPERION_HOME}/AdminServices/server/lib/easse
    rverplugin.jar:${PLN_JAR_PATH}/interop-sdk.jar:${PLN_JAR_PATH}/HspCopyApp.jar:${PLN_JAR_PATH}/commons-logging.jar:${CLASSPATH
    export CLASSPATH
    case $OS in
    HP-UX)
    SHLIB_PATH=${HYPERION_HOME}/common/EssbaseRTC/9.3.1/bin:${HYPERION_HOME}/Planning/lib:${SHLIB_PATH:-}
    export SHLIB_PATH
    SunOS)
    LD_LIBRARY_PATH=${HYPERION_HOME}/common/EssbaseRTC/9.3.1/bin:${HYPERION_HOME}/Planning/lib:${LD_LIBRARY_PATH:-}
    export LD_LIBRARY_PATH
    AIX)
    LIBPATH=${HYPERION_HOME}/common/EssbaseRTC/9.3.1/bin:${HYPERION_HOME}/Planning/lib:${LIBPATH:-}
    export LIBPATH
    echo "$OS is not supported"
    esac
    We have not made any changes to either the shell or 'CubeRefresh.sh' or 'setHPenv.sh'
    From the past couple of days the shell that executes 'CubeRefresh.sh' has been failing with the error message below.
    Cube refresh failed with error: java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
    java.io.EOFException
    This error is causing our Essbase cubes to not get refreshed from Planning cubes through these batch jobs.
    On the other hand the manual refesh from within Planning works.
    We are on Hyperion® Planning – System 9 - Version : 9.3.1.1.10
    Any help on this would be greatly appreciated.
    Thanks
    Andy
    Edited by: Andy_D on Jul 30, 2012 9:04 AM

  • Is my HD Dead? Reformat Disk Utility Error: secure disk erase failed with the error could not open disk.

    Hi,
    Fed up with seeing the spinning beach ball I decided to reformat my MacBook Pro...
    After backing up everything on an external hard drive I put in the OSX install DVD, restarted the machine and held down 'C'.
    I followed the install prcedure, clicking next a few times etc...
    I then went into Utilities > Disk Utility. I chose 7-Pass to erase the Macintosh HD and set it off erasing.
    I checked the process an hour in and message on screen read:
    Secure disk erase failed with the error:
    could not open disk
    The internal hard drive no longer exists in the disk utility so I cant retry erasing it.
    The only thing that appears in disk utility is the OSX install DVD.
    I can't even shut down the mac as everything under the apple tab is greyed out!
    I'm guessing this means my hard drive is broken right?
    If anyone has any other ideas of what to try I'd really appreciate that.
    How do I turn the machine off?
    If my hard drive is gone then should I consider getting an SSD drive?
    Any recommendations for such a drive would be great.
    Hope you can help!

    Did you partition the drive?
    Extended Hard Drive Preparation
    1. Open Disk Utility in your Utilities folder. If you need to reformat your startup volume, then you must boot from your OS X Installer Disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger or Leopard.)
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area. If it does not say "Verified" then the drive is failing or has failed and will need replacing. SMART info will not be reported on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Click on the Options button, set the partition scheme to GUID (only required for Intel Macs) then click on the OK button. Set the number of partitions from the dropdown menu (use 1 partition unless you wish to make more.) Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the volume(s) mount on the Desktop.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.
    Steps 4-6 are optional but should be used on a drive that has never been formatted before, if the format type is not Mac OS Extended, if the partition scheme has been changed, or if a different operating system (not OS X) has been installed on the drive.

  • CRM 2015 Update 0.1 Install Fails with SQL Error

    Hi, anyone managed to install CRM 2015 Update 0.1?
    The software installed fine but the DB updates fail with a SQL error. Just want to know if this is just my issue or if MS have a bug in the update. This is the SQL error:
    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Data.SqlClient.SqlException: The current transaction cannot be committed and cannot support operations that write to the log file. Roll
    back the transaction.
    Uncommittable transaction is detected at the end of the batch. The transaction is rolled back.
    All of the ORGs fail with this error, even when I try to apply the DB update via Deployment manager. I've had to back out the rollup.

    The issue appears when the update process creates the index cndx_BusinessDataLocalizedLabel. This is a known cause which is under investigation internally. Currently it seems to plan to release in CRM 2015 SP1

  • Synthetic Transactions Fail with TLS error

    Hi,
    Most of the test-cs cmdlets fail with the error: The operation failed due to issues with Tls. See the exception for more information.
    Inner Exception:CertificateInfoNative::AcquireCredentialsHandle() failed; HRESULT=-2146893043.
    Lync itself is working fine. 
    Any thoughts?

    Hi,
    Are you trying this command via remote power shell which is not exactly the lync server, if this is the case then with which user are you logged in, does this user have required permissions. also have a look in to this.
    http://social.msdn.microsoft.com/Forums/en-US/ucmanagedsdk/thread/ca0d7758-d51b-4728-be0f-ae2c222546eb and
    http://blog.greenl.ee/2009/03/25/troubleshooting-tlsexception-in-ucma-2-0-applications/
    If answer is helpful, please hit the green arrow on the left, or mark as answer. Salahuddin | Blogs:http://salahuddinkhatri.wordpress.com | MCITP Microsoft Lync

Maybe you are looking for

  • Installing EPM Architect on windows XP

    Hi all. Can anyone tell me if it's possible to install EPM Architect (11.1.1.3) on Windows XP SP 3 with IIS 5.1 or some other web server? Maybe with Oracle http server? thanks in advance

  • Dynamic Header (OBI report)

    Hi I have just started working on OBIE. Need some suggestions. Is there a way to put a dynamic header in the report. Eg: I want to display a text in the header as "Sales Report for Alabama" where Alabama is the state coming from the State prompt. I d

  • Delete statement with where clause

    Please tell me delete statement for deleting database records from a table with a where clause comprising on composit primary key. Eg:- How to delete from employee where a=1, b=1, c=1. Employee also have other columns like name,address etc. Kindly re

  • Processing material refurbishment without serial numbers

    I have some doubts related to refurbishment process.I have set my valuation types as new ,refurb and faulty. And I have maintained the moving average price for the as new=1500 faulty 1500 refurb=1200. (I know the faulty should have a lower price but

  • HT4539 where is the store tab in i tunes

    Hi i have just purchased a Ipad yesterday and would like to use the cloud to access my itunes data on my iphone and i pad but i cannot seem to transfeer the data from my i tunes to the cloud and then to the i pad and i phone - could you help at all?