Trigger compiles but errors out during execution

You guys wouldn't like this. Its about a trigger !
Below is a trigger i've found in OTN. I've a similair requirement. The below trigger will compile . But, during execution i get
ORA-00936: missing expression during executionI have this feeling that the last line in the INSERT statment is causing the issue.
create or replace trigger trg_test
before insert or update on central_dtls.emp_config
for each row
declare
v_schema varchar2(100);
v_sql_stat varchar2(32767);
begin
select schema_name into v_schema from central_dtls.master_config where company_id= :new.id;
                              v_sql := 'insert into ' ||v_schema||'..emp_config_local
                              company_id,
                              values
                               ||:new.col1||', '
                               ||:new.col2||', '
                               ||:new.lastcol||  ')';    ----- Potential issue in this line
exception
when others then ......;
end;
/I've tried the below things.
||:new.lastcol  ');';   --- Trigger Will not compile
||:new.lastcol||  ')';    --- Trigger Will compile , but, will get "ORA-00936: missing expression" during execution
||:new.lastcol|| ');';   --- Trigger Will compile , but, will get "ORA-00936: missing expression" during execution

You have:
                              v_sql := 'insert into ' ||v_schema||'..emp_config_local Try with:
                              v_sql := 'insert into ' ||v_schema||'.emp_config_local (only one dot between schema and table name :) )

Similar Messages

  • BI 7.0 Installed but errored out during DDIC password check !!!!!!!

    Guyz,
    i installed nw04s system with AS ABAPBI JAVAEP+EPC on MS SQL server ....its IDES software btw...
    everything went fine till 'Import ABAP' and even 'Running ABAP Reports' proces.... but while running the process 'Check DDIC Password', it popped a window with OK and Cancel saying that
    test logon to SAP system SID failed .Make sure that the system is started that the user DDIC exists and the password of user DDCI is correct
    I dont udnerstand why it would fail to logon to DDIC on client 000.... becoz i set the master password and SAPInst should remember the password in some encrypted form and use the same for logging .!!!!
    anyways after this error, i started SAPMMC and logged into the system and tried DDIC in 000, 001 with master password and default password (19920706) as well with no luck...but worked fine in client 800 with my master password....
    What should i do now ? any suggestions would be highly appreciated....
    Thanks

    Actually SAPInst is trying to connect to client 001 with DDIC...so I deleted SAP* from 001 client in sqlplus and restarted the server and tried logging with ddic in 001 with my master password, PASS, pass, and even with 06071992 with no luck...
    any other suggestions ?
    Edited by: Kasu on Mar 27, 2008 5:18 PM

  • VI Metric.Dat​aSize Property Error 1000 during execution

    OK, maybe this will be an easy one for someone.  Today I'm attempting to detect an apparent memory leak in a Windows executable on 8.6.1 that, despite my best efforts, is still causing the painfully ambiguous "Not enough memory to complete this operation" dialog to appear.
    This is within an executable, so I thought the best way to tackle this would be to read the "Metric.DataSize" property off of suspect VIs during execution.  I'm getting error 1000, which leads me to believe that I can't read the property while the VI in question is running.  Is there some way around this?  Is there an easier way that I've forgotten?
    I saw a rather old post of a similar nature relating to 7.1, but the recommendation was to use the memory monitor example.  I took a look at that example's code, but they're calling the same property without error handling.
    Thanks a lot,
    Jim

    Hello Marti,
    First of all, thanks for getting back to me.  I did manage to track down the memory leak -- more on that soon enough -- but here are some answers to your questions:
    First, I'd recommend trying to tackle this issue in the original VI.  When you run the VI, do you get the same error?
    If you're asking whether I see the error in the development environment, I haven't, unfortunately.  However, I haven't run the VI for any extended period of time, either.  Also, I don't know if I was clear on this: it's not really an error message in the traditional sense of a code and description.  It's just a plain dialog that appears to be thrown by the runtime engine.
     If not, can you monitor LabVIEW's usage in the Windows Task Manager, and see if it creeps up continuously?
     I hadn't resorted to trying that just yet because I was hoping there was an easier (and more specific) way.  The dialog I had seen was the plain one that the runtime engine seemed to have launched, so I figured it was a pretty safe bet that it was a memory leak.  I could confirm this with task manager, though, if it's helpful.
    If it does not, then you may not have a memory leak but be performing operations or copying large data arrays inadvertently. What is your VI doing?  Are you ensuring to close all references at the end of your code?
    In this case it's a "web viewer" application that receives data from a parent VI via a notifier and displays it for connected browsers.  I'm also scanning some status strings and parsing out relevant information.  I know it's within the web viewer VI because the parent VI hasn't changed and has run for weeks without any issue.  (I only recently added the web viewer)  I am downright paranoid about memory!   I close every reference every time and even use the "in place" structure every time I can.
    Does the VI run for a bit or error out with the memory issue immediately?
    It takes a while; usually an hour or two.
    Please investigate into the original VI so we can continue troubleshooting.  If this is isolated to the executable, it will be a little tougher to debug.  Additionally, if you don't have the original VI, you will need to get it either way so that we can investigate the source of this issue.
    Okay, as I said earlier, I think I've figured it out.  I have a VI that writes to a string indicator by reference.  I had a circular buffer for messages (it used the in place structure, too!) and I was updating the string indicator with the buffer contents.  I'm almost certain that the circular buffer works properly because I've used it before without any issue.  However, I think it had something to do with the manner in which I was updating that string by reference over and over again.  I know, it sounds crazy because I've updated indicators by reference continuously before and had never had an issue.  It's possible that I was also using my circular buffer in a different way than I was before.  I could explain what I did differently to fix the issue, but it would be a couple more paragraphs. (I will if you want!)  For the record, I was definitely closing the reference every time, too.  In any case, I think the issue is solved, but if you're interested in additional information I'll try my best.
    By the way, here's my circular buffer VI.
    Again, Marti, thanks very much for your assistance.
    Regards,
    Jim
    Attachments:
    Circular Buffer (Strings).vi ‏14 KB

  • Errors out during Install

    Hello:
    I am trying to install 10g on a W-XP Professional. I chose basic enterprise install. After copying the files, it comes up with an error. When I said "Ignore" it came back after a while and said that "Oraclient10.dll" was missing and that it could be rectified by re-installing. Which I did and it errors out at the same stage of installation.
    The first error occurs when it is trying to install Oracle Services for .Net.
    Help!
    venkat

    Could you post the error that you initially encountered? The one that you told it to ignore.
    Kind regards,
    Russ Cannon

  • Error encountered during execution of procedure....

    Hi,
    Im new to Oracle..just started with working with Oracle 10g in my company.Im trying to execute a procedure in SQL Developer 1.5.1 but getting this error as shown below.It would be great if anyone could help me out in it.
    Error starting at line 3 in command:
    EXECUTE EMP_PROC;
    Error report:
    ORA-06550: line 1, column 7:
    PLS-00905: object SYSTEM.EMP_PROC is invalid
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    06550. 00000 - "line %s, column %s:\n%s"
    *Cause:    Usually a PL/SQL compilation error.
    *Action:
    EMP_PROC is the Procedure im trying to execute.
    **I have 2 tables namely Emp_INFO(emp_name,emp_id,dept_id,salary) and DEPT_INFO(dept_name,dept_id)...Im trying to display names of employess based on the range of salaries(low,mid,high)..
    The code for this procedure is given below which also contains 3 functions...
    /*Procedure EMP_PROC*/
    CREATE OR REPLACE PROCEDURE EMP_PROC (sal_low IN NUMBER,
    sal_mid IN NUMBER,
    sal_high IN NUMBER) AS
    /*Declaring variables to be used inside the Procedure*/
    sal_low NUMBER(10,2) := 80000;
    sal_mid NUMBER(10,2) := 300000;
    sal_high NUMBER(10,2) := 500000;
    s_low VARCHAR2(25);
    s_mid VARCHAR2(25);
    s_high VARCHAR2(25);
    sal_range VARCHAR2(20);
    /*Declaring User Defined Exception*/
    usr_excp EXCEPTION;
    /*Cursor for retrieving Low Salary Employees */
    CURSOR cursor_lowSal IS
    SELECT Emp_Name ,Emp_ID ,Dept_ID ,Dept_Name
    FROM EMP_INFO,DEPT_INFO
    WHERE Salary <= 80000;
    /*Cursor for retrieving Mid Salary Employees */
    CURSOR cursor_midSal IS
    SELECT Emp_Name ,Emp_ID ,Dept_ID ,Dept_Name
    FROM EMP_INFO,DEPT_INFO
    WHERE Salary > 80000 OR Salary < 500000;
    /*Cursor for retrieving High Salary Employees */
    CURSOR cursor_highSal IS
    SELECT Emp_Name ,Emp_ID ,Dept_ID ,Dept_Name
    FROM EMP_INFO,DEPT_INFO
    WHERE Salary > 500000;
    /*Declaring variables that will hold values*/
    e_name EMP_INFO.Emp_Name%TYPE;
    e_id EMP_INFO.Emp_ID%TYPE;
    d_name DEPT_INFO.Dept_Name%TYPE;
    d_id EMP_INFO.Dept_ID%TYPE;
    BEGIN
    /*Enter the Salary range*/
    sal_range := &sal_range;
    /*Checking for Salary Range*/
    IF sal_range == sal_low THEN
    OPEN cursor_lowSal;
    FETCH cursor_lowSal INTO e_name ,e_id ,d_name ,d_id;
    /*Calling Function Low_Sal*/
    s_low := funcLow_sal();
    /*Displaying Output*/
    dbms_output.put_line(s_low||'::'||e_name||','||e_id||','||d_name||','||d_id);
    ELSIF sal_range == mid_sal THEN
    OPEN cursor_midSal;
    FETCH cursor_lowSal INTO e_name ,e_id ,d_name ,d_id;
    /*Calling Function Mid_Sal*/
    s_mid := funcMid_sal();
    /*Displaying Output*/
    dbms_output.put_line(s_mid||'::'||e_name||','||e_id||','||d_name||','||d_id);
    ELSIF sal_range == sal_high THEN
    OPEN cursor_highSal;
    FETCH cursor_lowSal INTO e_name ,e_id ,d_name ,d_id;
    /*Calling Function High_Sal*/
    s_high := funcHigh_sal();
    /*Displaying Output*/
    dbms_output.put_line(s_high||'::'||e_name||','||e_id||','||d_name||','||d_id);
    ELSE
    /*Calling user defined Exception*/
    RAISE usr_excp;
    END IF;
    /*Handling Exceptions*/
    EXCEPTION
    WHEN usr_excp THEN
    dbms_output.put_line('Not in range,please try again!!');
    WHEN OTHERS THEN
    dbms_output.put_line('Exception');
    /*Closing the cursor_lowSal*/
    CLOSE cursor_lowSal;
    /*Closing the cursor_midSal*/
    CLOSE cursor_midSal;
    /*Closing the cursor_highSal*/
    CLOSE cursor_highSal;
    END;
    /*Function funcLow_sal*/
    CREATE OR REPLACE FUNCTION funcLow_sal RETURN VARCHAR2 AS
    BEGIN
    return 'Employees with salary less than 80000'
    END;
    /*Function funcMid_sal*/
    CREATE OR REPLACE FUNCTION funcMid_sal RETURN VARCHAR2 AS
    BEGIN
    return 'Employees with salary within 80000 and 500000'
    END;
    /*Function funcHigh_sal*/
    CREATE OR REPLACE FUNCTION funcHigh_sal RETURN VARCHAR2 AS
    BEGIN
    return 'Employees with salary more than 500000'
    END;
    /*Executing the Procedure*/
    SET SERVEROUTPUT ON
    EXECUTE EMP_PROC;
    Cheers...(')
    Edited by: user10553245 on Nov 7, 2008 3:49 AM

    The current version of code is given below.The 2 compliation errors i mentioned above are coming in the very First line of the procedure..the whole is highlited in red..
    ::Error(1): PL/SQL: Compilation unit analysis terminated
    ::Error(2,1): PLS-00410: duplicate fields in RECORD,TABLE or argument list are not permitted
    create or replace PROCEDURE EMP_PROC (sal_low IN NUMBER , sal_mid  IN NUMBER , sal_high IN NUMBER) AS
    /*Declaring variables to be used inside the Procedure*/
    sal_low NUMBER(10,2) := 80000;
    sal_mid NUMBER(10,2) := 300000;
    sal_high NUMBER(10,2) := 500000;
    s_low VARCHAR2(25);
    s_mid VARCHAR2(25);
    s_high VARCHAR2(25);
    sal_range VARCHAR2(20);
    /*Declaring User Defined Exception*/
    usr_excp EXCEPTION;
    /*Cursor for retrieving Low Salary Employees */
    CURSOR cursor_lowSal IS
    SELECT Emp_Name ,Emp_ID ,Dept_ID ,Dept_Name
    FROM EMP_INFO,DEPT_INFO
    WHERE Salary <= 80000;
    /*Cursor for retrieving Mid Salary Employees */
    CURSOR cursor_midSal IS
    SELECT Emp_Name ,Emp_ID ,Dept_ID ,Dept_Name
    FROM EMP_INFO,DEPT_INFO
    WHERE Salary > 80000 OR Salary < 500000;
    /*Cursor for retrieving High Salary Employees */
    CURSOR cursor_highSal IS
    SELECT Emp_Name ,Emp_ID ,Dept_ID ,Dept_Name
    FROM EMP_INFO,DEPT_INFO
    WHERE Salary > 500000;
    /*Declaring variables that will hold values*/
    e_name EMP_INFO.Emp_Name%TYPE;
    e_id EMP_INFO.Emp_ID%TYPE;
    d_name DEPT_INFO.Dept_Name%TYPE;
    d_id EMP_INFO.Dept_ID%TYPE;
    BEGIN
    /*Enter the Salary range*/
    sal_range := '&sal_range';
    /*Checking for Salary Range*/
    IF sal_range = sal_low THEN
    OPEN cursor_lowSal;
    FETCH cursor_lowSal INTO e_name ,e_id ,d_name ,d_id;
    /*Calling Function Low_Sal*/
    s_low := funcLow_sal();
    /*Displaying Output*/
    dbms_output.put_line(s_low||'::'||e_name||','||e_id||','||d_name||','||d_id);
    ELSIF sal_range = mid_sal THEN
    OPEN cursor_midSal;
    FETCH cursor_lowSal INTO e_name ,e_id ,d_name ,d_id;
    /*Calling Function Mid_Sal*/
    s_mid := funcMid_sal();
    dbms_output.put_line(s_mid||'::'||e_name||','||e_id||','||d_name||','||d_id);
    ELSIF sal_range = sal_high THEN
    OPEN cursor_highSal;
    FETCH cursor_lowSal INTO e_name ,e_id ,d_name ,d_id;
    /*Calling Function High_Sal*/
    s_high := funcHigh_sal();
    dbms_output.put_line(s_high||'::'||e_name||','||e_id||','||d_name||','||d_id);
    ELSE
    /*Calling user defined Exception*/
    RAISE usr_excp;
    END IF;
    EXCEPTION
    WHEN usr_excp THEN
    dbms_output.put_line('Not in range,please try again!!');
    /*Closing the cursor_lowSal*/
    CLOSE cursor_lowSal;
    /*Closing the cursor_midSal*/
    CLOSE cursor_midSal;
    /*Closing the cursor_highSal*/
    CLOSE cursor_highSal;
    END EMP_PROC;
    The 3 functions are just being used to display messages...
    /*Function funcLow_sal*/
    CREATE OR REPLACE FUNCTION funcLow_sal RETURN VARCHAR2 AS
    BEGIN
    return 'Employees with salary less than 80000'
    END;
    /*Function funcMid_sal*/
    CREATE OR REPLACE FUNCTION funcMid_sal RETURN VARCHAR2 AS
    BEGIN
    return 'Employees with salary within 80000 and 500000'
    END;
    /*Function funcHigh_sal*/
    CREATE OR REPLACE FUNCTION funcHigh_sal RETURN VARCHAR2 AS
    BEGIN
    return 'Employees with salary more than 500000'
    END;
    /

  • Workbook funs from Disco Desktop but errors out in PLUS

    Hi,
    Let me start by saying that I read the previous thread on this topic from September 2008 but have not yet found a solution.
    There is an existing report of Unpaid Invoices that uses folders from Accounts Payable (AP Payment Schedules, Invoices, Suppliers, Supplier Sites) and another custom folder to get another field.
    I was asked to add another worksheet that has several of the fields from the first worksheet, and in addition, to add bank information.
    I did not have the Bank Branches folder available, but I found that when I added the Bank Code from the Bank Accounts folder, I can then access fields from Bank Branches. This is what I did and it all works in DESKTOP.
    When I went to check the report in PLUS (from where the users will be working) I could not open the report (in either worksheet) but got an error "Join configuration cannot be resolved. Reason: more than 1 of the detail folders uses non-aggregated items so attempt to open workbook failed."
    In reference to the previous thread, both AggregationBehavior in DESKTOP and PLUS is defined as 1.
    As to fan trap, I can check it in DESKTOP (disabled) , but I don't know how I can check it in PLUS because I can't get into the report.
    Any help would be appreciated.
    Thanks.
    Leah

    Hi Tamir,
    Okay. Things are working now. When you had mentioned that a custom folder defined with a 1-1 join was a possible solution, I, once again, checked out what existed.
    In Accounts Payable there exists a join between Bank Accounts and Bank Branches that is 1-1.
    In our company's BA, there also exists a folder based on Bank Accounts and another one based on Bank Branches. The join is also 1-1 BUT the master is the Bank Branches rather than the Bank Accounts (which actually seems more logical to me).
    What I did was to join our company's Bank Branches (as Master) with Accounts Payable's Bank Accounts (as Detail) and everything works.
    Of course I would never change the already existing join in Accounts Payable although I don't really understand the choice of master-detail. I'm sure there was a reason for the decision at the time.
    Thank you very, very much.
    Leah

  • Canon printer randomly erroring out during printing.

    A few weeks ago I bought a new AEBS and hooked up my Canon MP530 printer to it. I printed out a few things from my Mac. My wife printed out a few things from her PC. Everything seemed fine.
    Today I go to print out a simple two page pdf and about 75% of the way through page 1, the printer stops. I look in the print queue and it is just sitting there saying it is printing, but nothing is happening. I click the pause button in the print queue, and the printer spits out the paper and essentially cancels the job.
    I try reprinting several times, but every time it does the exact same thing at a random point. Sometimes it almost completes, sometimes it errors after 1/4 of a page.
    I clicked the "reset all printer functions" or whatever it is called in the print queue and that didn't help.
    I was using the default Leopard Canon printers, which are the exact same version number as what Canon has on their site. I have never had a problem in the past 6 months using a direct USB connection, but I figure I would try reinstalling the drivers. I follow the instructions given by Canon to remove the old drivers and install the new ones. Of course, there is no change.
    I connect the printer via USB and print the document no problem without changing a single setting.
    I look in the error log and this is what I see (I set a marker before I tried printing, so this is the exact point that I clicked print):
    I [03/Jun/2008:18:55:15 -0400] [Job 4] Adding start banner page "none".
    I [03/Jun/2008:18:55:15 -0400] [Job 4] Adding job file of type application/pdf.
    I [03/Jun/2008:18:55:15 -0400] [Job 4] Queued on "Canon_MP530" by "dcorban".
    I [03/Jun/2008:18:55:15 -0400] [Job 4] Started filter /System/Library/Printers/Libraries/PrintJobMgr/Contents/MacOS/PrintJobMgr (PID 313)
    E [03/Jun/2008:18:58:55 -0400] Pause-Printer: Unauthorized
    I [03/Jun/2008:18:58:55 -0400] Saving printers.conf...
    I [03/Jun/2008:18:58:55 -0400] Printer "Canon_MP530" stopped by "dcorban".
    I [03/Jun/2008:18:59:02 -0400] Saving printers.conf...
    I [03/Jun/2008:18:59:02 -0400] Printer "Canon_MP530" started by "dcorban".
    I [03/Jun/2008:18:59:02 -0400] [Job 4] Started filter /System/Library/Printers/Libraries/PrintJobMgr/Contents/MacOS/PrintJobMgr (PID 322)
    E [03/Jun/2008:18:59:10 -0400] PID 313 (/System/Library/Printers/Libraries/PrintJobMgr/Contents/MacOS/PrintJobMgr) crashed on signal 14!
    I [03/Jun/2008:18:59:10 -0400] Hint: Try setting the LogLevel to "debug" to find out more.
    The first line that starts with "E" is after 3 minutes of the printer sitting there doing nothing. I clicked the pause button. This caused the printer to eject the paper. A couple seconds later I clicked resume and nothing happened. About 10 seconds later I click the delete job button (the second "E" line mentioning signal 14).
    This "crash on signal 14" is the error message every single time. I did a google search and only came up with one other mention of this and it was another user asking *** was going on.
    Since it works via USB, I can only assume that it is a problem with the base station or the printer drivers. Has anyone had this error before and what did you do to fix it?

    You can check the cartridge warranty as shown here.  The warranty for cartridges is separate from the printer warranty and is generally two years from the date of manufacture. 
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Error occurred during execution of java concurrent program in R12.2 instance

    Hi All,
    The R12.2 instance is a cloned instance. I am getting the below error while compiling the java concurrent program in R12.2 instance.
    Has anybody had this error before?
    Any help or advice will be really appreciated.
    Thanks in advance.
    Kind regards,
    Ranjan

    Hi,
    The error could be because of the XSD attributes.
    In the Source message CustomerDetails, check the XSD attributes of the DataType CustNumber in the 'Detail' column in the IR. For example, it may have a pattern or whiteSpace or some other attribute.
    Then check the input file contents for the CustNumber node. One of those values may not match these attributes.
    Hope this helps,
    Bhanu

  • Webutil runs in my Dev env but errors out in my Prod env

    I have the Webutil demo working fine in my Dev environment, but I keep getting errors in my production environment. Here is the output from the java console.
    java.io.IOException: javax.net.ssl.SSLException: SSL handshake failed: X509CertChainInvalidErr
         at oracle.security.ssl.OracleSSLSocketImpl.startHandshake(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.plugin.protocol.jdk12.http.HttpClient.<init>(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.<init>(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.New(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsURLConnection$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.jinitiator.protocol.https.HttpsURLConnection.connect(Unknown Source)
         at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
         at oracle.jre.protocol.jar.HttpUtils.followRedirects(Unknown Source)
         at oracle.jre.protocol.jar.JarCache$CachedJarLoader.download(Unknown Source)
         at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)
         at oracle.jre.protocol.jar.JarCache.get(Unknown Source)
         at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
         at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
         at sun.misc.URLClassPath$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getResource(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    WARNING: Unable to cache https://NHR.sec.navy.mil/forms/java/frmwebutil.jar
    java.io.IOException: javax.net.ssl.SSLException: SSL handshake failed: X509CertChainInvalidErr
         at oracle.security.ssl.OracleSSLSocketImpl.startHandshake(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.plugin.protocol.jdk12.http.HttpClient.<init>(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.<init>(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.New(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsURLConnection$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.jinitiator.protocol.https.HttpsURLConnection.connect(Unknown Source)
         at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
         at oracle.jre.protocol.jar.HttpUtils.followRedirects(Unknown Source)
         at oracle.jre.protocol.jar.JarCache$CachedJarLoader.download(Unknown Source)
         at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)
         at oracle.jre.protocol.jar.JarCache.get(Unknown Source)
         at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
         at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
         at sun.misc.URLClassPath$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getResource(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    WARNING: Unable to cache https://NHR.sec.navy.mil/forms/java/frmall_jinit.jar
    java.io.IOException: javax.net.ssl.SSLException: SSL handshake failed: X509CertChainInvalidErr
         at oracle.security.ssl.OracleSSLSocketImpl.startHandshake(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.plugin.protocol.jdk12.http.HttpClient.<init>(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.<init>(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.New(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsURLConnection$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.jinitiator.protocol.https.HttpsURLConnection.connect(Unknown Source)
         at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
         at oracle.jre.protocol.jar.HttpUtils.followRedirects(Unknown Source)
         at oracle.jre.protocol.jar.JarCache$CachedJarLoader.download(Unknown Source)
         at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)
         at oracle.jre.protocol.jar.JarCache.get(Unknown Source)
         at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
         at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
         at sun.misc.URLClassPath$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getResource(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    WARNING: Unable to cache https://NHR.sec.navy.mil/forms/java/jacob.jar
    load: class oracle.forms.webutil.common.RegisterWebUtil not found.
    java.lang.ClassNotFoundException: java.io.IOException: javax.net.ssl.SSLException: SSL handshake failed: X509CertChainInvalidErr
         at oracle.security.ssl.OracleSSLSocketImpl.startHandshake(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.plugin.protocol.jdk12.http.HttpClient.<init>(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.<init>(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.New(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsURLConnection$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.jinitiator.protocol.https.HttpsURLConnection.connect(Unknown Source)
         at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
         at java.net.HttpURLConnection.getResponseCode(Unknown Source)
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    load: class oracle.forms.engine.Main not found.
    java.lang.ClassNotFoundException: java.io.IOException: javax.net.ssl.SSLException: SSL handshake failed: X509CertChainInvalidErr
         at oracle.security.ssl.OracleSSLSocketImpl.startHandshake(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.plugin.protocol.jdk12.http.HttpClient.<init>(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.<init>(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.New(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsURLConnection$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.jinitiator.protocol.https.HttpsURLConnection.connect(Unknown Source)
         at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
         at java.net.HttpURLConnection.getResponseCode(Unknown Source)
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    You get the same error for all jar-files, not only for the ones regarding WEBUTIL. Does any form run with the specified config-section you use for webutil?

  • Dowloading 2.0.2 update but errors out about netwok timeout

    This has me frustrated tried several times but cant get 2.0.2 down at all, so i downloaded from server, installed through Itunes using shift restore pointed to version 2.0.2 and it killed my phone, had to restore back to 2.0.1, after reading the glowing reports about 2.0.2 I don't think I will bother, apple must get there finger out and do it right, paying top dollar for 3G and GPS and it doesn't work properly, failing that the phone goes back.

    Pirrett,
    It sounds like your connection to the server had gone out while trying to download the update. With a lot of apple updates, there are a ton of people trying to access the same server, and it might cause issues like you had. I would try it again now, or perhaps soon, as it may fully work this time. If you're still not able to download, you might want to reset your network, or see if you can download it from another network, to make sure that is not the problem
    Hope you get it figured out!
    -cody

  • Repository Errors out during install

    I'm trying to install owb 10.2 on oracle 10.2 database and i'm getting the following error.
    main.main[5]20071207@15:28:06.006: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): Before processing SQL Token
    main.main[5]20071207@15:28:06.006: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): Connection: host/port/serice_name = LOCALHOST/1521/CSLMOT
    main.main[5]20071207@15:28:06.006: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): url = (DESCRIPTION=(ADDRESS=(HOST=LOCALHOST)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=CSLMOT)))
    main.main[5]20071207@15:28:06.006: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getConnection]....
    main.main[5]20071207@15:28:06.006: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.display(RuntimeInstaller.java:816): parseSqlFile() ======= enter file: ../../rtasst/wb_rt_seed_service_nodes.sql
    main.main[5]20071207@15:28:06.006: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): fileName =../../rtasst/wb_rt_seed_service_nodes.sql
    main.main[5]20071207@15:28:06.006: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): After processing SQL token
    main.main[5]20071207@15:28:06.006: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): % = 88.04159445407281
    main.main[5]20071207@15:28:06.006: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): -token name = LOADJAVA; -token type = 16
    main.main[5]20071207@15:28:06.006: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): Before processing LOADJAVA Token
    main.main[5]20071207@15:28:06.006: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): ... I am in processLoadJavaToken ...
    main.main[5]20071207@15:28:06.006: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): After processing LOADJAVA Token
    main.main[5]20071207@15:28:06.006: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): % = 88.90814558058928
    main.main[5]20071207@15:28:06.006: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): -token name = LOADJAVA; -token type = 16
    main.main[5]20071207@15:28:06.006: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): Before processing LOADJAVA Token
    main.main[5]20071207@15:28:06.006: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): ... I am in processLoadJavaToken ...

    I have the same error. and I cannot make it work :(
    Would you please help us? Which tables or columns names do we need to alter?
    I research for "processLoadJavaToken" on Metalink and found 3 document with possible solutions for this error. I tried them all 3 and it still not working.
    I appreciate your help.
    Thank you very much,
    Gabriela

  • ITunes 11.1.1.11 errors out During SYNC with iPod Touch

    I have an issue with iTunes 11.1.1.11 on my Windows 7 computer. When my iPod Touch, Generation 4 is connected and trying to select the Podcasts Tab in the iPod window with my iPod connected, iTunes locks up and freezes. The only way to get iTunes to do anything is to open Task Manager and end task for iTunes as it shows it as not responding.
    I have tried to remove and clean install iTunes again and it does the same thing.

    I'm having this issue on the following computers and devices:
    2011 15" MacBook Pro running Mountain Lion with these devices: an iPad 2 running 7.0.3 and a 4G iPod Touch running 6.1.3.
    2010 13" MacBook Pro running Lion with a 3G iPod Touch running 5.1.1.
    The problem started when I upgraded to iTunes 11.1.2. So, at least for me the culprit seems to be iTunes.
    gearmaster wrote:
    Same thing has been happening to me after updating both iTunes and my iPhone today... keeps getting stuck at "Finishing Sync."  I managed to fix it though... when it's stuck on "Finishing Sync", find your device in iTunes (if you have the preview pane open on the left side, you'll see it under 'devices').  Then click the 'Sync" button on the bottom right.  It'll do a sync to your device again, but it won't hang on the last step anymore (at least it didn't for me).  I hope that helps anyone else with the same problem!
    Thanks! That fixed it.

  • My appleTV restore does not work. When I connect it to i-Tunes and start the restore process, it always errors out during the software update/install/verification process.

    Has anyone else experienced this?

    Ok. Have you tried a different micro usb cable? If possible try another computer. Or take the unit to Apple. It could be a hardware issue and you can see about a replacement.

  • Embedding a report designer query into a template - errors out

    In a template i want to include the report designer query, with the web item type - report, when i drag the report item into the template and try to edit it, it takes me to the report designer, there I'm able to open my report designer query - then when i go to - menu - transfer to web apllication designer - it takes me back to WAD but errors out saying it encountered a problem. Did anyone come across this issue? And how did you overcoem this? Any help or pointer would be appreciated and rewarded.
    Please find the error log below:
    3:45:25 PM.686 ########## END  ##########
    3:45:25 PM.686 ########## --> com.sap.bi.et.wad.BexWebApplicationDesigner.Launch.Main ##########
    3:45:25 PM.686: For Info: WAD Start. Revision: 7005.5.1100.277
    GetSystemInformation
    SUNI Const: 1.602272
    CommunicationFactory.GetSystemInformation (Setting Conn 1)): 1.602272
    CommunicationFactory.GetSystemInformation (Setting Conn 2)): 7.110082
    CommunicationFactory.GetSystemInformation (Setting init Propties)): 7.110082
    CommunicationFactory.GetSystemInformation (SUNI.FUNCTION_EXISTS)): 7.710934
    RSR_XLS_RFCtrc: 8.51207
    CommunicationFactory.GetSystemInformation (RSR_XLS_NET_INTERFACE)): 18.02556
    CommunicationFactory.GetSystemInformation (XML Stuff)): 20.0284
    CommunicationFactory.GetSystemInformation (Prop Stuff)): 20.0284
    CommunicationFactory.GetSystemInformation (Version)): 20.0284
    CommunicationFactory.ObtainSystemInformationandCheckVersion (GetSysInfo)): 20.128542
    BExTextPool.New1: 0.300426
    BExTextPool.New2: 0.400568
    BExTextPool.New3: 0.400568
    BExTextPool.New2: 0.400568
    CommunicationFactory.ObtainSystemInformationandCheckVersion (CheckAfterLogin)): 1.00142
    CommunicationFactory.LogOnUsingComConnection (ObtainSystemInfo)): 21.129962
    CommunicationFactory.LogOnUsingComConnection (MainConnectionChangedEvent)): 0
    CommunicationFactory.LogOn: 21.730814
    3:45:41 PM.458: Connected. System: BID
    <?xml version="1.0" encoding="utf-16"?>
    <I_T_SEARCH_ATTR xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />
    <?xml version="1.0" encoding="utf-16"?>
    <I_T_SEARCH_ATTR xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />
    RSR_XLS_RFCtrc: 0.700994
    BExThemes.LoadFromBackend: 2.50355
    BExThemes.LoadFromBackend: 0
    BExThemes.LoadFromBackend: 0
    Vert
    BExThemes.LoadFromBackend: 0
    <?xml version="1.0" encoding="utf-16"?>
    <I_T_SEARCH_ATTR xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />
    BExThemes.LoadFromBackend: 0
    Vert
    BExThemes.LoadFromBackend: 0
    3:47:41 PM.198 ########## END com.sap.bi.et.wad.BexWebApplicationDesigner.Launch.Main ##########
    3:47:41 PM.198 ########## --> com.sap.bi.et.wad.RDHost.WADRDHostFactory.MaintainItem ##########
    -EXCEPTION-START- 3:47:41 PM.198: External exception in Report Designer (execution) ---
    Exception Message: Specified cast is not valid.
    Exception    at com.sap.bi.et.ReportDesigner.RDbReportDesigner.getCookies()
       at com.sap.bi.et.ReportDesigner.RDbReportDesigner.RunFromWAD()
       at com.sap.bi.et.wad.RDHost.WADRDHostFactory.MaintainItem(XmlElement iItemTagNode, XmlElement iLibItemTagNode, IWADHostServicesProvider iServicesProvider, Boolean iIsLibItem)
    Full Stack:
         at com.sap.bi.et.wad.Debug.WriteTraceToFile(Level, String, Exception)
         at com.sap.bi.et.wad.Trace.Exception(Exception, String)
         at com.sap.bi.et.wad.RDHost.WADRDHostFactory.MaintainItem(XmlElement, XmlElement, IWADHostServicesProvider, Boolean)
         at com.sap.bi.et.wad.rdcontrolhost.WADHostFactory.MaintainItem(XmlElement, XmlElement, IWADHostServicesProvider, Boolean)
         at com.sap.bi.et.wad.wiz.WADsF4GUIServices.CallCustomItemDialog(XmlElement, Form)
         at com.sap.bi.et.wad.man.WADfrmMainWindow.mnuCTXTEditTagCustom_Click(Object, EventArgs)
         at System.Windows.Forms.MenuItem.OnClick(EventArgs)
         at System.Windows.Forms.MenuItemData.Execute()
         at System.Windows.Forms.Command.Invoke()
         at System.Windows.Forms.Control.WmCommand(Message&)
         at System.Windows.Forms.Control.WndProc(Message&)
         at System.Windows.Forms.ScrollableControl.WndProc(Message&)
         at System.Windows.Forms.ContainerControl.WndProc(Message&)
         at System.Windows.Forms.Form.WndProc(Message&)
         at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&)
         at System.Windows.Forms.ControlNativeWindow.WndProc(Message&)
         at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr)
         at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&)
         at System.Windows.Forms.ComponentManager.System.Windows.Forms.UnsafeNativeMethods+IMsoComponentManager.FPushMessageLoop(Int32, Int32, Int32)
         at System.Windows.Forms.ThreadContext.RunMessageLoopInner(Int32, ApplicationContext)
         at System.Windows.Forms.ThreadContext.RunMessageLoop(Int32, ApplicationContext)
         at System.Windows.Forms.Application.Run(Form)
         at com.sap.bi.et.wad.BexWebApplicationDesigner.Launch.Main()
    -EXCEPTION-END----

    Hi Voodi,
    I have the same problem too. Worked  fine in SP 9 . Now we are in SP11 with FEP also in SP11 revision 277.Did you resolve the issue if so how?
    Thanks,
    Karthik

  • Error occurs during the rendering of jsp component

    Hi everyone,
       I have writting a webdynpro java program and it run well in j2ee engine. I wanted to display it in my portal, so I use sap webdynpro iview to integrate it.But when I preview it ,the following error occured.
    [code]
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/APPChina/HQ/mbos/iviews/com.app.hq.mbos.doctree
    Component Name : com.sap.portal.appintegrator.sap.WebDynpro
    Error occurs during the rendering of jsp component.
    Exception id: 02:52_28/09/07_2636_803509951
    See the details for the exception ID in the log file
    [/code]
    The detail error information in defaulttrace is below:
    [code]
    Exception ID:02:52_28/09/07_2636_803509951
    [EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Resource
    Component : pcd:portal_content/APPChina/HQ/mbos/iviews/com.app.hq.mbos.doctree
    Component class : com.sapportals.portal.sapapplication.SAPApplicationIntegratorComponent
    User : Administrator
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:444)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
         at com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:89)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:232)
         at com.sapportals.portal.appintegrator.Utils.includeJSP(Utils.java:199)
         at com.sapportals.portal.appintegrator.layer.PSIDLayer.render(PSIDLayer.java:58)
         at com.sapportals.portal.appintegrator.LayerProcessor.processContentPass(LayerProcessor.java:226)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:100)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:545)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Error occurs during the compilation of java generated from the jsp
         at com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:116)
         at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:355)
         at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
         ... 39 more
    Caused by: com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException: Error occurs during the rendering of jsp component
         at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:2189)
         at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.compile(JSPCompiler.java:81)
         at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.run(JSPCompiler.java:140)
         at com.sapportals.portal.prt.core.broker.JSPComponentItem.compileJSP(JSPComponentItem.java:291)
         at com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:141)
         ... 42 more
    [/code]

    Hi,
    Please look at the file
    C:\usr\sap\<sid>\JC<instance>\j2ee\cluster\server0\log\default.x.trc
    for more details of the exception.
    There will be a stack trace here which is essential in order to resolve the problem. Please post the stack trace here.
    Dagfinn

Maybe you are looking for

  • Declaring a message in abap and looping at a table

    Greetings all I would like to display an error message once some sort of validation is done. The code for my method is as follows: method if_ex_hrbas00infty~before_output. *Data declaration data: lt_hrp1001 type table of hrp1001, lv_sobid type sobid,

  • Org Unit not defaulting in 0001 after running RHINTE 30

    Dear SAP Gurus, We are facing a problem where in Org Units in Infotype 0001 are not getting defaulted after running the RHINTE reports. We have done the integration between OM <--> PA, however after running the RHINTE reports the org unit is shown as

  • Adding resource-ref  in web.xml

    dos it make any difference adding      <resource-ref>            <description>Application Datasource </description>            <res-ref-name>jdbc/myDataSource</res-ref-name>            <res-type>javax.sql.DataSource</res-type>            <res-auth>Co

  • Cannot find the purchases the rest of this album on the new Brad Paisley Album?

    I just want to purchases the rest of the album since I have purchesed alot of the songs already on the album...

  • External PopupWindow

    Hai friends, I want to create an external popup window with a view in another window.How can i do this Please help me on this issue. Regards, krish.