Errors occured during runtime in tomcat webserver

sir,
when running a jsp program by using multiple clients ie nearly 60 clients.I got the error:TOO MANY CLIENT TASKS.I used msaccess as rhe backend.when I submit a form I implement two tasks ie to submit the form to database and another one to retrieve another datas from database and to present on the screen.when we run with multiple clients nearly 50clients got submitted and entered the new screen while another 10 is left out with null values.here i used two connection objects for the two tasks to perform simultaneously
I will attached the code with it.please suggest me a valid answer,I also incresed the buffer size of Odbc driver to 5012
Connection theConnection,conn;
while(request.getParameter("h5"+k)!=null)
ATTCODE[k-1]=request.getParameter("h5"+k);
for(m=1;m<x;m++)
S[k-1][m-1]="null";
//S[k-1][m-1]="z";
S[k-1][m-1]=request.getParameter("S"+k+m);
/*if((request.getParameter("S"+k+m)).equals(null))
S[k-1][m-1]=z;
out.println(S[k-1][m-1]);
k++;
%>
<%
try{
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
conn = DriverManager.getConnection("jdbc:odbc:project");
Statement theStatement = conn.createStatement();
          conn.setAutoCommit(false);
for(n=0;n<k-1;n++)
PreparedStatement ps=conn.prepareStatement("insert into TIPS22 values(?,?,?,?,?,?,?,?,?,?,?,?,?,?)");
ps.clearParameters();
ps.setString(1,ATTCODE[n]);
for(r=0;r<m-1;r++)
ps.setString(r+2,(S[n][r]));
ps.setString(11, DEPT);
ps.setString(12, SEM);
ps.setString(13,YEAR);
ps.setString(14,REV);
ps.executeUpdate();
conn.commit();
conn.setAutoCommit(true);
conn.close();
%>
<%
catch(Exception ce)
out.println("ERROR "+ce);
ce.printStackTrace();

sir,
when running a jsp program by using multiple
ultiple clients ie nearly 60 clients.I got the
error:TOO MANY CLIENT TASKS.I used msaccess as rhe
backend.when I submit a form I implement two tasks ie
to submit the form to database and another one to
retrieve another datas from database and to present
on the screen.when we run with multiple clients
nearly 50clients got submitted and entered the new
screen while another 10 is left out with null
values.here i used two connection objects for the
two tasks to perform simultaneously
I will attached the code with it.please suggest me a
valid answer,I also incresed the buffer size of Odbc
driver to 5012I am not sure whether this is a valid answer, but maybe it's because msaccess does not accept more simultanuous connections?
Also, accessing a database from within jsp is not really nice.

Similar Messages

  • Acrobat PDFMaker Office COM Addin for Microsoft Office 365 does not work. When I check the cox for COM Add-ins, it unchecks it. "A runtime error occurred during the loading of the COM Add-in." I use Adobe X Professional. The Add-in worked fine in Office 2

    I recently upgraded to Microsoft 365 Home and use Outlook 2013. The Acrobat PDFMaker Addin worked fine in Office 2010. Now, I get an error message: Not loaded. A runtime error occurred during the loading of the COM Add-in.
    I use Adobe Acrobat X Professional.
    I have restarted Outlook, restarted my computer, and nothing changes.
    Does anyone have a solution?
    Steve

    I do not think that AA X is compatible with the newest versions of OFFICE and such. Your only choice is to print to the Adobe PDF printer or use the MS plugins to create PDFs.

  • Not Loaded. A runtime error occurred during the load of the COM add-in.

    Hey All!
    I am relatively new to Hyperion, and need some help. I recently purchased a new laptop, and I am trying to reinstall Smart View 11.1.2.1 on my home system, but I continue to run into difficulties. I launch the Smart View installer by right-clicking and selecting "Run as Administrator," and everything seems to install successfully. However, when I open Excel or any Microsoft Office product, the Smart View tab is unavailable, and when I Manage my COM add-ins, the pop-up box reads "Load Behavior: A runtime error occurred during the loading of the COM add-in."
    I have looked into my registries, and everything seems to be in order. I have changed my load behavior back to 3 as well. Any ideas? Are there any compatibility issues I need to consider? Thanks for your help!
    Craig

    PLEASE do not do this! You are storing up trouble for the future that will be so much harder to unpick.
    1. It does not solve the problem. Whatever the problem was, this is not the solution! If the issue is multiple DLLs, you need to delete the duplicates and register the correct ones, not make even more copies. If the problem is permissions, you need to sort that one out.
    2. If it appears to solve the problem, then the problem (something to do with permissions) needs to be solved at source, not kludged round like this.
    3. If there is an unresolved problem on the system, it is more likely that the next upgrade will not go well.
    4. Uninstaller cannot remove the copies you made manually. The same thing applies to upgrades! You risk getting mixed versions afterwards.
    My first steps to resolve this problem would be:
    1. Uninstall the SmartView client. You must be an administrator to do this -- try to be the same administrator that installed it.
    2. Clean up. Make sure the files are all deleted. Search the whole box for old files (HsTBar.xla, HsAddin.dll etc.) possibly left over from an old installation -- you might have upgraded into a different location at some time in the past and left orphaned files hanging around. Get rid.
    3. Reboot. Log in as a local administrator.
    4. Open Excel and visit the Add-Ins dialog and remove any entries for SmartView.
    5. Install SmartView client from a local copy of SmartView.exe -- make sure you have the correct version.
    That solves 99% of problems like this. If you have to register the DLLs manually, it suggests that your 'administrator' account doesn't have the full rights you think it has. DON'T kludge it by copying DLLs into your profile!
    Thanks.

  • Errors occurred during call of function module BUPR_EMPLO_DELETE

    when distributing employee data from (HCM) to (CRM) there is an error that appears in relation with the settings for the Business Parner:
    "Errors occurred during call of function module BUPR_EMPLO_DELETE
    Message no. R11335
    Diagnosis
    The business partner BAPIs were called up incorrectly. The indicator IV_X_SAVE was given differing settings when the modules were called.
    Within a LUW, the indicator must be consistently set or not set.
    System Response
    The indicator IV_X_SAVE should be set or not set once off. Up to COMMIT WORK the content of the field may not be changed, as problems will otherwise occur with the internal memory, thus leading to runtime errors."
    This prevents CRM to be updated with the changes. Kindly help me on the same.

    Hi Sai,
    This is too late to reply this post, but to let everyone know about the issue I am posting here.
    Start new UI session and put breakpoint at BUPR_EMPLO_DELETE and check parameter IV_X_SAVE everytime, till you get the error message. The parameter IV_X_SAVE should be same/consistent (either ' ' or 'X') in whole Logical Unit of Work. It should not change in between.
    I faced the same kind of problem and found that standard was passing IV_X_SAVE = ' ' and in our custom code we were passing IV_X_SAVE = 'X'. I changed it to IV_X_SAVE = ' ' and my problem got resolved.
    You can try the same. Please post the alternate solution if you find it.
    Best Regards,
    Rahul Koshti

  • Error occurred during HTTP communication

    I'm trying to launch ICWC from gui and here's the message that comes up in the web page :
    The runtime repository could not be interpreted
    An exception has occurredException Class CX_BSP_WD_HTTP_COMM_ERROR
    Text: Error occurred during HTTP communication
    Program: CL_BSP_WD_STREAM_LOADER=======CP
    Include: CL_BSP_WD_STREAM_LOADER=======CM002
    Source Text Row: 10
    URL is: https://<servername>.<clientname>.edu:8253/sap(bD1lbiZjPTY1MiZkPW1pbiZpPTEmcz1TSUQlM2FBTk9OJTNhcXVha2VfRFIyXzUzJTNhekxVMEJ5V0lJeWVTXzFsTEtnb1JjVVZqZXJXVldUUzF6bVdlM210Ti1BVFQ=)/bc/bsp/sap/ic_base/default.htm
    We run CRM 5.0 Support Pack 8.
    Appreciate any ideas on how to correct this.
    Thanks,
    Naga.

    Hi Naga,
    I have exactly the same issue...how did you resolve this?
    If it was the services in SICF, which ones did you need to activate?
    Thanks,
    Alan

  • Error occurred during initialization of VM Using Whs

    RDBMS Version: 9i
    Operating System and Version: Microsoft Windows 2000 server Service pack 4
    Product: Oracle Lite, 9i
    AS: 9.0.2.3
    When I use the wsh.exe in cmd.exe I have the error:
    D:\oracle\prodotti\Ora9iasfe\Mobile\Server\bin>wsh
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Environment info:
    D:\Documents and Settings\Administrator>java -version
    java version "1.3.1_03"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_03-b03)
    Java HotSpot(TM) Client VM (build 1.3.1_03-b03, mixed mode)
    D:\Documents and Settings\Administrator>set classpath
    CLASSPATH=D:\MOBILECLIENT\Mobile\bin\olite40.JAR;D:\Programmi\JavaSoft\JRE\1.3.1_03\bin;d:\oracle\pr
    odotti\Ora9iasfe\MOBILE\CLASSES\OLITE40.JAR;d:\oracle\prodotti\Ora9iasfe\j2ee\home\oc4j.jar;d:\oracl
    e\prodotti\Ora9iasfe\j2ee\home\lib\ojsp.jar;d:\oracle\prodotti\Ora9iasfe\jlib\zrclient.jar;d:\oracle
    \prodotti\Ora9iasfe\reports\jlib\rwrun.jar;d:\oracle\prodotti\Ora9iasfe\jlib\bigraphbean.jar;d:\orac
    le\prodotti\Ora9iasfe\jlib\LW_PfjBean.jar;d:\oracle\prodotti\Ora9iasfe\jlib\bigraphbean-nls.zip;d:\o
    racle\prodotti\Ora9iasfe\Mobile\Server\bin\webtogo.jar;
    D:\Documents and Settings\Administrator>set path
    Path=D:\Programmi\JavaSoft\JRE\1.3.1_03\bin;d:\oracle\prodotti\Ora9iasfe\bin;d:\oracle\prodotti\Ora9
    iasfe\Mobile\Server\bin;d:\oracle\prodotti\Ora9iasbe\bin;d:\oracle\prodotti\Ora9iasfe\bin;d:\oracle\
    prodotti\Ora9iasfe\jdk\jre\bin\classic;d:\oracle\prodotti\Ora9iasfe\jdk\jre\bin;d:\oracle\prodotti\O
    ra9iasfe\jlib;d:\oracle\prodotti\Ora9iasbe\jlib;D:\Programmi\Oracle\jre\1.3.1\bin;D:\Programmi\Oracl
    e\jre\1.1.8\bin;D:\WINNT\system32;D:\WINNT;D:\WINNT\System32\Wbem;d:\oracle\prodotti\Ora9iasfe\bin\;
    D:\PROGRA~1\ULTRAE~1;d:\oracle\prodotti\Ora9iasfe\MOBILE\sdk\bin
    Thanks
    Rino

    RDBMS Version: 9i
    Operating System and Version: Microsoft Windows 2000 server Service pack 4
    Product: Oracle Lite, 9i
    AS: 9.0.2.3
    When I use the wsh.exe in cmd.exe I have the error:
    D:\oracle\prodotti\Ora9iasfe\Mobile\Server\bin>wsh
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Environment info:
    D:\Documents and Settings\Administrator>java -version
    java version "1.3.1_03"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_03-b03)
    Java HotSpot(TM) Client VM (build 1.3.1_03-b03, mixed mode)
    D:\Documents and Settings\Administrator>set classpath
    CLASSPATH=D:\MOBILECLIENT\Mobile\bin\olite40.JAR;D:\Programmi\JavaSoft\JRE\1.3.1_03\bin;d:\oracle\pr
    odotti\Ora9iasfe\MOBILE\CLASSES\OLITE40.JAR;d:\oracle\prodotti\Ora9iasfe\j2ee\home\oc4j.jar;d:\oracl
    e\prodotti\Ora9iasfe\j2ee\home\lib\ojsp.jar;d:\oracle\prodotti\Ora9iasfe\jlib\zrclient.jar;d:\oracle
    \prodotti\Ora9iasfe\reports\jlib\rwrun.jar;d:\oracle\prodotti\Ora9iasfe\jlib\bigraphbean.jar;d:\orac
    le\prodotti\Ora9iasfe\jlib\LW_PfjBean.jar;d:\oracle\prodotti\Ora9iasfe\jlib\bigraphbean-nls.zip;d:\o
    racle\prodotti\Ora9iasfe\Mobile\Server\bin\webtogo.jar;
    D:\Documents and Settings\Administrator>set path
    Path=D:\Programmi\JavaSoft\JRE\1.3.1_03\bin;d:\oracle\prodotti\Ora9iasfe\bin;d:\oracle\prodotti\Ora9
    iasfe\Mobile\Server\bin;d:\oracle\prodotti\Ora9iasbe\bin;d:\oracle\prodotti\Ora9iasfe\bin;d:\oracle\
    prodotti\Ora9iasfe\jdk\jre\bin\classic;d:\oracle\prodotti\Ora9iasfe\jdk\jre\bin;d:\oracle\prodotti\O
    ra9iasfe\jlib;d:\oracle\prodotti\Ora9iasbe\jlib;D:\Programmi\Oracle\jre\1.3.1\bin;D:\Programmi\Oracl
    e\jre\1.1.8\bin;D:\WINNT\system32;D:\WINNT;D:\WINNT\System32\Wbem;d:\oracle\prodotti\Ora9iasfe\bin\;
    D:\PROGRA~1\ULTRAE~1;d:\oracle\prodotti\Ora9iasfe\MOBILE\sdk\bin
    Thanks
    Rino

  • JSF problem -  An internal error occurred during: "Updating JSP Index".

    Hello Friends,
    I am facing following problem in ecplise. Whenever I open JSP page or whenever I save my jsp page.
    !ENTRY org.eclipse.core.jobs 4 2 2008-06-14 13:54:24.151
    !MESSAGE An internal error occurred during: "Updating JSP Index".
    !STACK 0
    java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagLibraryInfo
         at org.eclipse.jst.jsp.core.internal.taglib.TaglibHelperCache.createNewHelper(TaglibHelperCache.java:112)
         at org.eclipse.jst.jsp.core.internal.taglib.TaglibHelperCache.getHelper(TaglibHelperCache.java:97)
         at org.eclipse.jst.jsp.core.internal.taglib.TaglibHelperManager.getHelperFromCache(TaglibHelperManager.java:43)
         at org.eclipse.jst.jsp.core.internal.taglib.TaglibHelperManager.getTaglibHelper(TaglibHelperManager.java:36)
         at org.eclipse.jst.jsp.core.internal.java.JSPTranslator.addTaglibVariables(JSPTranslator.java:684)
         at org.eclipse.jst.jsp.core.internal.java.JSPTranslator.translateXMLNode(JSPTranslator.java:997)
         at org.eclipse.jst.jsp.core.internal.java.JSPTranslator.translateRegionContainer(JSPTranslator.java:843)
         at org.eclipse.jst.jsp.core.internal.java.JSPTranslator.translate(JSPTranslator.java:734)
         at org.eclipse.jst.jsp.core.internal.java.JSPTranslationAdapter.getJSPTranslation(JSPTranslationAdapter.java:131)
         at org.eclipse.jst.jsp.core.internal.java.search.JSPSearchDocument.getJSPTranslation(JSPSearchDocument.java:112)
         at org.eclipse.jst.jsp.core.internal.java.search.JSPSearchDocument.getPath(JSPSearchDocument.java:149)
         at org.eclipse.jst.jsp.core.internal.java.search.JavaSearchDocumentDelegate.<init>(JavaSearchDocumentDelegate.java:30)
         at org.eclipse.jst.jsp.core.internal.java.search.JSPSearchSupport.createSearchDocument(JSPSearchSupport.java:401)
         at org.eclipse.jst.jsp.core.internal.java.search.JSPSearchSupport.addJspFile(JSPSearchSupport.java:295)
         at org.eclipse.jst.jsp.core.internal.java.search.JSPIndexManager$ProcessFilesJob.run(JSPIndexManager.java:262)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
    I am using Ecplise 3.2.0
    JSF 1.1
    Tomcat 5.5
    JSP2.0
    Any solution for this?
    Thanks & regards
    Abhijai

    Abhijai wrote:
    java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagLibraryInfoThis exception is been thrown if the given class was available in classpath during compile time, but not during run time. The solution is obvious: make sure that the given class (or at least the JAR file with the given class) is available in the classpath during run time.
    By the way, why did you think that this problem is related to JSF?

  • Error 1935. An error occurred during the installation of assembly...

    I utilizing VS.Net and I'm deploying a project to my client machines. The XP client machines execute the code just fine but I get two general errors when I try to run the app on a Vista Business machine.
    1) Crystal Reports Basic Runtime for Visual Studio 2008
    Error 1935. An error occurred during the installation of assembly.
    'Microsoft.VC90.ATL.version="9.0.21009.1.publicKey="1fc8b9a1e18e3b:.processorArchitecture="x86".type="win32'"
    Please refer to Help and Support for more information.
    2) The other error happens when I actually run the app and its in InnerException error.
    Things that I found on the web discuss adding merge modules to VS but I can't find where to reference that info. Are there any other ideas out there.
    Thanks-
    JLN

    Hello,
    Good Day!
    I'm having a nasty problem that remains unresolved for the last four weeks now - I'm trying to install CR2008 on a brand new Dell laptop /w 64-bit OS  Windows 7 with a T4300 dual core processor (2.1Gz).  As far as I can see SP1 or SP2 are not installed. However, I see MS WSE 2.0 SP3 Runtime installed.
    During installation of CR 2008  the error message as follows shows up -
    Error 1935: An error occured during the installation of assembly component {303994BA-6487-47AE-AF1D-7AF6088EEBDB}
    HRESULT: 0X80070002
    As a result of this error the installation terminates and the rollback begins (I assume it completely removes the components that it attempted to install so far.
    The laptop has the following significant software applications -
    Microsoft SQL server 2005, SQL server Native Client, MS VisualBasic 2005 & 2008, C++, MS Visual Studio 2005 Remote Debugger &  Windows SDK for Visual Studio 2008  - just in case there are any known conflicts or problems.
    Are there any 'leads' I can follow to successfully conclude this installation.
    Thanks for your time.
    TGupta

  • SIGSEGV error occurred during init a JDOM element

    HI!
    I have faced a problem related to segmentation failed in Linux box. I got following error -
    J org.jdom.Element.<init>(Ljava/lang/String;)V
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=2 (SEGV_ACCERR), si_addr=0x00002aab2ac30000
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    It is also shows in the log that 100% use of PermGen space. Why this segmentation fault occurred? Is it related to JDK or JDOM?
    In my understanding, problem is related to JDK and occurred due to 100% use of PermGen space. But I am not sure as Problematic frame is J.
    Another interesting point is "error occurred during error reporting (printing native stack), id 0xb".
    I am using JDK6up20 and Linux environment. Please find logs below.
    ****************************** Logs *****************************************************************************************
    [myapps@mynbl01 batch]$ cat GVNSV1050D0_20130218_180109_mynbl01.12264.service.log
    Running My Console Application
    Using My Home [opt/myapps/nyc/bin]
    Using My Run Home [opt/myapps/nyc/bin]
    Using Java executable [usr/java/latest/bin/java]
    Monitor Service initializing.....
    Monitor Service started...
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00002aaaab404284, pid=13019, tid=1113000256
    # JRE version: 6.0_20-b02
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (16.3-b01 mixed mode linux-amd64 )
    # Problematic frame:
    # J org.jdom.Element.<init>(Ljava/lang/String;)V
    # An error report file with more information is saved as:
    # /home/myapps/hs_err_pid13019.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    /opt/myapps/nyc/bin/run.sh: line 104: 13019 Aborted (core dumped) "${_JAVACMD}" -DMyhome="${_My_RUN_HOME}" -Djava.endorsed.dirs="${_XENDORSEDDIRS}" -Djava.security.egd=file:///dev/urandom "${@}"
    [myapps@mynbl01 batch]$ cat /home/myapps/hs_err_pid13019.log
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00002aaaab404284, pid=13019, tid=1113000256
    # JRE version: 6.0_20-b02
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (16.3-b01 mixed mode linux-amd64 )
    # Problematic frame:
    # J org.jdom.Element.<init>(Ljava/lang/String;)V
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x000000004596b000): JavaThread "Thread-9" [_thread_in_Java, id=13598, stack(0x0000000042470000,0x0000000042571000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=2 (SEGV_ACCERR), si_addr=0x00002aab2ac30000
    Registers:
    RAX=0x0000000000000001, RBX=0x00002aab29040eb0, RCX=0x0000000000000008, RDX=0x0000000000000004
    RSP=0x000000004256f128, RBP=0x00002a95d8c8f000, RSI=0x00002aab2ac2fff8, RDI=0x00002aab29040ec8
    R8 =0x0000000000000014, R9 =0x0000000000000013, R10=0x00002aab2ac2ff98, R11=0x0000000000000014
    R12=0x00002aab2ab9b270, R13=0x000000004256f190, R14=0x000000004256f210, R15=0x000000004596b000
    RIP=0x00002aaaab404284, EFL=0x0000000000010202, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
    TRAPNO=0x000000000000000e
    Top of Stack: (sp=0x000000004256f128)
    0x000000004256f128: 0000000000000001 00002aab29040ec8
    0x000000004256f138: 00002aab2ac2ffd8 00002aab2ac2ff98
    0x000000004256f148: 00002aaaaf713a90 000000004596b798
    0x000000004256f158: 000000004596b7b8 0000000000000040
    0x000000004256f168: 000000004256f200 000000004256f1e8
    0x000000004256f178: 00002aaaab145a42 0000000045844640
    0x000000004256f188: 00002aaaab145a42 00002aab2ac2ff98
    0x000000004256f198: 00002aaaaf713a90 00002aaaaf713a90
    0x000000004256f1a8: 000000004256f1a8 00002aab2a7420ab
    0x000000004256f1b8: 000000004256f210 00002aab2a743b50
    0x000000004256f1c8: 00002aab2aaa9458 00002aab2a742100
    0x000000004256f1d8: 000000004256f190 000000004256f200
    0x000000004256f1e8: 000000004256f258 00002aaaab145a42
    0x000000004256f1f8: 0000000000000000 00002aab2a7902f8
    0x000000004256f208: 00002aab2ac2ff98 00002aaaaf712c98
    0x000000004256f218: 000000004256f218 00002aab2ab9dad4
    0x000000004256f228: 000000004256f2a0 00002aab2ac2c738
    0x000000004256f238: 0000000000000000 00002aab2ab9dc68
    0x000000004256f248: 000000004256f200 000000004256f298
    0x000000004256f258: 000000004256f2e8 00002aaaab1458e9
    0x000000004256f268: 0000000000000000 00002aaaaf713288
    0x000000004256f278: 00002aaaaf712d50 00002aaaaf712c98
    0x000000004256f288: 00002aaaaf529658 00002aaaaf70ba18
    0x000000004256f298: 00002aaaaf5291b8 00002aaaaf704b80
    0x000000004256f2a8: 000000004256f2a8 00002aab2ab9d3c4
    0x000000004256f2b8: 000000004256f340 00002aab2ac2c738
    0x000000004256f2c8: 0000000000000000 00002aab2ab9d570
    0x000000004256f2d8: 000000004256f298 000000004256f340
    0x000000004256f2e8: 000000004256f388 00002aaaab1458e9
    0x000000004256f2f8: 0000000000000000 0000000000000000
    0x000000004256f308: 0000000000000000 0000000000000000
    0x000000004256f318: 00002aaaaf5291b8 00002aaaaf70b9f0
    Instructions: (pc=0x00002aaaab404284)
    0x00002aaaab404274: 48 83 c2 08 48 83 ee 10 48 83 ea 08 48 83 c6 10
    0x00002aaaab404284: 66 0f 3a 61 06 0d 77 f0 73 4f 2b d1 3b d0 78 49
    Stack: [0x0000000042470000,0x0000000042571000], sp=0x000000004256f128, free space=3fc0000000000000018k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    J org.jdom.Element.<init>(Ljava/lang/String;)V
    [error occurred during error reporting (printing native stack), id 0xb]
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x000000004598b800 JavaThread "PoolScavenger0" daemon [_thread_blocked, id=13612, stack(0x0000000042571000,0x0000000042672000)]
    =>0x000000004596b000 JavaThread "Thread-9" [_thread_in_Java, id=13598, stack(0x0000000042470000,0x0000000042571000)]
    0x0000000045843000 JavaThread "Thread-8" daemon [_thread_blocked, id=13597, stack(0x000000004236f000,0x0000000042470000)]
    0x0000000045c6e000 JavaThread "RMI Reaper" [_thread_blocked, id=13583, stack(0x000000004216d000,0x000000004226e000)]
    0x0000000045dd7800 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=13582, stack(0x0000000041b83000,0x0000000041c84000)]
    0x0000000045cc5000 JavaThread "GC Daemon" daemon [_thread_blocked, id=13573, stack(0x0000000041a82000,0x0000000041b83000)]
    0x0000000045e55000 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=13571, stack(0x00000000412e6000,0x00000000413e7000)]
    0x0000000045f81800 JavaThread "Thread-5" daemon [_thread_blocked, id=13399, stack(0x00000000411e5000,0x00000000412e6000)]
    0x0000000045f80800 JavaThread "Thread-6" daemon [_thread_blocked, id=13398, stack(0x0000000040f1e000,0x000000004101f000)]
    0x0000000045943800 JavaThread "Thread-4" daemon [_thread_blocked, id=13396, stack(0x000000004075a000,0x000000004085b000)]
    0x000000004577c800 JavaThread "Thread-3" daemon [_thread_in_native, id=13395, stack(0x00000000404c0000,0x00000000405c1000)]
    0x000000004584b800 JavaThread "Thread-2" daemon [_thread_blocked, id=13394, stack(0x0000000040a5e000,0x0000000040b5f000)]
    0x00000000459d4000 JavaThread "Thread-1" daemon [_thread_in_native, id=13393, stack(0x00000000401de000,0x00000000402df000)]
    0x0000000045723000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=13309, stack(0x0000000041f6b000,0x000000004206c000)]
    0x0000000045721000 JavaThread "CompilerThread1" daemon [_thread_blocked, id=13294, stack(0x0000000041e6a000,0x0000000041f6b000)]
    0x000000004571c800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=13283, stack(0x0000000041d69000,0x0000000041e6a000)]
    0x000000004571a800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=13273, stack(0x00000000416c0000,0x00000000417c1000)]
    0x00000000456f7000 JavaThread "Finalizer" daemon [_thread_blocked, id=13180, stack(0x00000000415bf000,0x00000000416c0000)]
    0x00000000456f5000 JavaThread "Reference Handler" daemon [_thread_blocked, id=13174, stack(0x0000000040659000,0x000000004075a000)]
    0x000000004569d000 JavaThread "main" [_thread_blocked, id=13020, stack(0x00000000410e4000,0x00000000411e5000)]
    Other Threads:
    0x00000000456f0800 VMThread [stack: 0x00000000403bf000,0x00000000404c0000] [id=13163]
    0x0000000045726800 WatcherThread [stack: 0x000000004206c000,0x000000004216d000] [id=13317]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 37824K, used 26322K [0x00002aaaae200000, 0x00002aaab0b00000, 0x00002aaad70a0000)
    eden space 33664K, 65% used [0x00002aaaae200000, 0x00002aaaaf7a4be0, 0x00002aaab02e0000)
    from space 4160K, 99% used [0x00002aaab06f0000, 0x00002aaab0affff8, 0x00002aaab0b00000)
    to space 4160K, 0% used [0x00002aaab02e0000, 0x00002aaab02e0000, 0x00002aaab06f0000)
    tenured generation total 83840K, used 17652K [0x00002aaad70a0000, 0x00002aaadc280000, 0x00002aab28e00000)
    the space 83840K, 21% used [0x00002aaad70a0000, 0x00002aaad81dd110, 0x00002aaad81dd200, 0x00002aaadc280000)
    compacting perm gen total 30912K, used 30912K [0x00002aab28e00000, 0x00002aab2ac30000, 0x00002aab2e200000)
    the space 30912K, 100% used [0x00002aab28e00000, 0x00002aab2ac30000, 0x00002aab2ac30000, 0x00002aab2ac30000)
    No shared spaces configured.
    Dynamic libraries:
    40000000-40009000 r-xp 00000000 fd:00 527191 /usr/java/jdk1.6.0_20/bin/java
    40108000-4010a000 rwxp 00008000 fd:00 527191 /usr/java/jdk1.6.0_20/bin/java
    45691000-46e0a000 rwxp 45691000 00:00 0 [heap]
    3422200000-342221c000 r-xp 00000000 fd:00 1833565 /lib64/ld-2.5.so
    342241b000-342241c000 r-xp 0001b000 fd:00 1833565 /lib64/ld-2.5.so
    342241c000-342241d000 rwxp 0001c000 fd:00 1833565 /lib64/ld-2.5.so
    3422600000-342274e000 r-xp 00000000 fd:00 1833566 /lib64/libc-2.5.so
    342274e000-342294d000 ---p 0014e000 fd:00 1833566 /lib64/libc-2.5.so
    342294d000-3422951000 r-xp 0014d000 fd:00 1833566 /lib64/libc-2.5.so
    3422951000-3422952000 rwxp 00151000 fd:00 1833566 /lib64/libc-2.5.so
    3422952000-3422957000 rwxp 3422952000 00:00 0
    3422a00000-3422a02000 r-xp 00000000 fd:00 1833567 /lib64/libdl-2.5.so
    3422a02000-3422c02000 ---p 00002000 fd:00 1833567 /lib64/libdl-2.5.so
    3422c02000-3422c03000 r-xp 00002000 fd:00 1833567 /lib64/libdl-2.5.so
    3422c03000-3422c04000 rwxp 00003000 fd:00 1833567 /lib64/libdl-2.5.so
    3422e00000-3422e82000 r-xp 00000000 fd:00 1833433 /lib64/libm-2.5.so
    3422e82000-3423081000 ---p 00082000 fd:00 1833433 /lib64/libm-2.5.so
    3423081000-3423082000 r-xp 00081000 fd:00 1833433 /lib64/libm-2.5.so
    3423082000-3423083000 rwxp 00082000 fd:00 1833433 /lib64/libm-2.5.so
    3423200000-3423216000 r-xp 00000000 fd:00 1833427 /lib64/libpthread-2.5.so
    3423216000-3423415000 ---p 00016000 fd:00 1833427 /lib64/libpthread-2.5.so
    3423415000-3423416000 r-xp 00015000 fd:00 1833427 /lib64/libpthread-2.5.so
    3423416000-3423417000 rwxp 00016000 fd:00 1833427 /lib64/libpthread-2.5.so
    3423417000-342341b000 rwxp 3423417000 00:00 0
    3423a00000-3423a07000 r-xp 00000000 fd:00 1833572 /lib64/librt-2.5.so
    3423a07000-3423c07000 ---p 00007000 fd:00 1833572 /lib64/librt-2.5.so
    3423c07000-3423c08000 r-xp 00007000 fd:00 1833572 /lib64/librt-2.5.so
    3423c08000-3423c09000 rwxp 00008000 fd:00 1833572 /lib64/librt-2.5.so
    3426200000-3426215000 r-xp 00000000 fd:00 1833511 /lib64/libnsl-2.5.so
    3426215000-3426414000 ---p 00015000 fd:00 1833511 /lib64/libnsl-2.5.so
    3426414000-3426415000 r-xp 00014000 fd:00 1833511 /lib64/libnsl-2.5.so
    3426415000-3426416000 rwxp 00015000 fd:00 1833511 /lib64/libnsl-2.5.so
    3426416000-3426418000 rwxp 3426416000 00:00 0
    2aaaaaaab000-2aaaaaaad000 r-xs 0000c000 fd:00 2914785 /opt/myapps/nyc/bin/CONSOLE-INF/lib/activation-1.0.2.jar
    2aaaaaaad000-2aaaaaab8000 r-xs 000aa000 fd:00 2914764 /opt/myapps/nyc/bin/CONSOLE-INF/lib/ant-1.5.3-1.jar
    2aaaaaab8000-2aaaaaabd000 r-xs 00053000 fd:00 2914813 /opt/myapps/nyc/bin/CONSOLE-INF/lib/antlr-2.7.2.jar
    2aaaaaabd000-2aaaaaac0000 r-xs 00013000 fd:00 428220 /usr/java/jdk1.6.0_20/jre/lib/jce.jar
    2aaaaaac1000-2aaaaaace000 r-xp 00000000 fd:00 428188 /usr/java/jdk1.6.0_20/jre/lib/amd64/libverify.so
    2aaaaaace000-2aaaaabcd000 ---p 0000d000 fd:00 428188 /usr/java/jdk1.6.0_20/jre/lib/amd64/libverify.so
    2aaaaabcd000-2aaaaabd0000 rwxp 0000c000 fd:00 428188 /usr/java/jdk1.6.0_20/jre/lib/amd64/libverify.so
    2aaaaabd0000-2aaaaabf9000 r-xp 00000000 fd:00 428196 /usr/java/jdk1.6.0_20/jre/lib/amd64/libjava.so
    2aaaaabf9000-2aaaaacf8000 ---p 00029000 fd:00 428196 /usr/java/jdk1.6.0_20/jre/lib/amd64/libjava.so
    2aaaaacf8000-2aaaaacff000 rwxp 00028000 fd:00 428196 /usr/java/jdk1.6.0_20/jre/lib/amd64/libjava.so
    2aaaaacff000-2aaaaad00000 r-xp 2aaaaacff000 00:00 0
    2aaaaad00000-2aaaaad01000 rwxp 2aaaaad00000 00:00 0
    2aaaaad01000-2aaaaad08000 r-xp 00000000 fd:00 428171 /usr/java/jdk1.6.0_20/jre/lib/amd64/native_threads/libhpi.so
    2aaaaad08000-2aaaaae09000 ---p 00007000 fd:00 428171 /usr/java/jdk1.6.0_20/jre/lib/amd64/native_threads/libhpi.so
    2aaaaae09000-2aaaaae0b000 rwxp 00008000 fd:00 428171 /usr/java/jdk1.6.0_20/jre/lib/amd64/native_threads/libhpi.so
    2aaaaae0b000-2aaaaae0c000 rwxp 2aaaaae0b000 00:00 0
    2aaaaae0c000-2aaaaae14000 rwxs 00000000 fd:00 1440464 /tmp/hsperfdata_myapps/13019
    2aaaaae14000-2aaaaae19000 r-xs 00018000 fd:00 2914817 /opt/myapps/nyc/bin/CONSOLE-INF/lib/aspectjrt-1.6.2.jar
    2aaaaae19000-2aaaaae1f000 r-xs 00092000 fd:00 428219 /usr/java/jdk1.6.0_20/jre/lib/jsse.jar
    2aaaaae21000-2aaaaae2b000 r-xp 00000000 fd:00 1833242 /lib64/libnss_files-2.5.so
    2aaaaae2b000-2aaaab02a000 ---p 0000a000 fd:00 1833242 /lib64/libnss_files-2.5.so
    2aaaab02a000-2aaaab02b000 r-xp 00009000 fd:00 1833242 /lib64/libnss_files-2.5.so
    2aaaab02b000-2aaaab02c000 rwxp 0000a000 fd:00 1833242 /lib64/libnss_files-2.5.so
    2aaaab02c000-2aaaab03a000 r-xp 00000000 fd:00 428198 /usr/java/jdk1.6.0_20/jre/lib/amd64/libzip.so
    2aaaab03a000-2aaaab13c000 ---p 0000e000 fd:00 428198 /usr/java/jdk1.6.0_20/jre/lib/amd64/libzip.so
    2aaaab13c000-2aaaab13f000 rwxp 00010000 fd:00 428198 /usr/java/jdk1.6.0_20/jre/lib/amd64/libzip.so
    2aab2e8e3000-2aab2ea79000 r-xs 02fd0000 fd:00 428225 /usr/java/jdk1.6.0_20/jre/lib/rt.jar
    2aab2ea79000-2aab2eaac000 rwxp 2aab2ea79000 00:00 0
    2aab2eaac000-2aab2eb0f000 r-xs 007eb000 fd:00 2914818 /opt/myapps/nyc/bin/CONSOLE-INF/lib/aspectjtools-1.6.2.jar
    2aab2eb0f000-2aab2eb11000 r-xs 00007000 fd:00 2914765 /opt/myapps/nyc/bin/CONSOLE-INF/lib/avalon-framework-api-4.2.0.jar
    2aab2eb11000-2aab2eb13000 r-xs 0000d000 fd:00 2914766 /opt/myapps/nyc/bin/CONSOLE-INF/lib/avalon-framework-impl-4.2.0.jar
    2aab2eb13000-2aab2eb1b000 r-xs 00077000 fd:00 2914767 /opt/myapps/nyc/bin/CONSOLE-INF/lib/batik-awt-util-1.5.jar
    2aab2eb1b000-2aab2eb21000 r-xs 00035000 fd:00 2914768 /opt/myapps/nyc/bin/CONSOLE-INF/lib/batik-bridge-1.5.jar
    2aab2eb21000-2aab2eb26000 r-xs 0000e000 fd:00 2914769 /opt/myapps/nyc/bin/CONSOLE-INF/lib/batik-ext-1.5.jar
    2aab2eb26000-2aab2eb2a000 r-xs 00020000 fd:00 2914770 /opt/myapps/nyc/bin/CONSOLE-INF/lib/batik-gvt-1.5.jar
    2aab2eb2a000-2aab2eb35000 r-xs 00052000 fd:00 2914771 /opt/myapps/nyc/bin/CONSOLE-INF/lib/batik-svg-dom-1.5.jar
    2aab2eb35000-2aab2eb38000 r-xs 00010000 fd:00 2914772 /opt/myapps/nyc/bin/CONSOLE-INF/lib/batik-util-1.5.jar
    2aab2eb38000-2aab2eb3a000 r-xs 00021000 fd:00 2914774 /opt/myapps/nyc/bin/CONSOLE-INF/lib/bsh-core-2.0b2.jar
    2aab2eb3a000-2aab2eb3f000 r-xs 0002a000 fd:00 2914775 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-beanutils-1.7.0.jar
    2aab2eb3f000-2aab2eb41000 r-xs 00006000 fd:00 2914777 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-cli-1.0.jar
    2aab2eb41000-2aab2eb4e000 r-xs 0007c000 fd:00 2914779 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-collections-3.1.jar
    2aab2eb4e000-2aab2eb50000 r-xs 00005000 fd:00 2914780 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-dbutils-1.0.jar
    2aab2eb50000-2aab2eb53000 r-xs 00018000 fd:00 2914781 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-digester-1.5.jar
    2aab2eb53000-2aab2eb56000 r-xs 0000f000 fd:00 2914783 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-discovery-0.2.jar
    2aab2eb56000-2aab2eb57000 r-xs 00005000 fd:00 2914784 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-email-1.0.jar
    2aab2eb57000-2aab2eb59000 r-xs 00004000 fd:00 2914786 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-fileupload-1.0.jar
    2aab2eb59000-2aab2eb5c000 r-xs 00018000 fd:00 2914787 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-io-1.4.jar
    2aab2eb5c000-2aab2eb60000 r-xs 0002f000 fd:00 2914778 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-lang-2.1.jar
    2aab2eb60000-2aab2eb62000 r-xs 0000d000 fd:00 2914776 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-logging-1.1.1.jar
    2aab2eb62000-2aab2eb64000 r-xs 00009000 fd:00 2914788 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-pool-1.2.jar
    2aab2eb64000-2aab2eb6d000 r-xs 00037000 fd:00 2914790 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-primitives-1.0.jar
    2aab2eb6d000-2aab2eb6f000 r-xs 00013000 fd:00 2914791 /opt/myapps/nyc/bin/CONSOLE-INF/lib/commons-validator-1.1.3-dev.jar
    2aab2eb6f000-2aab2eb72000 r-xs 00007000 fd:00 2914819 /opt/myapps/nyc/bin/CONSOLE-INF/lib/connector-api-1.0.jar
    2aab2eb72000-2aab2eb7a000 r-xs 0006f000 fd:00 2914815 /opt/myapps/nyc/bin/CONSOLE-INF/lib/dom4j-1.4-dev-8.jar
    2aab2eb7a000-2aab2eb83000 r-xs 00050000 fd:00 2914853 /opt/myapps/nyc/bin/CONSOLE-INF/lib/google-collect-snapshot-20071022.jar
    2aab2eb83000-2aab2eb94000 r-xs 00136000 fd:00 2914795 /opt/myapps/nyc/bin/CONSOLE-INF/lib/itext-1.4.2.jar
    2aab2eb94000-2aab2eb98000 r-xs 00031000 fd:00 2914820 /opt/myapps/nyc/bin/CONSOLE-INF/lib/jai-codec-1.0.jar
    2aab2eb98000-2aab2ebab000 r-xs 0016e000 fd:00 2914821 /opt/myapps/nyc/bin/CONSOLE-INF/lib/jai-core-1.0.jar
    2aab2ebab000-2aab2ebb1000 r-xs 00036000 fd:00 2914814 /opt/myapps/nyc/bin/CONSOLE-INF/lib/jaxen-1.1-beta-4.jar
    2aab2ebb1000-2aab2ebb3000 r-xs 00022000 fd:00 2914797 /opt/myapps/nyc/bin/CONSOLE-INF/lib/jdom-b10.jar
    2aab2ebb3000-2aab2ebbc000 r-xs 00068000 fd:00 2914823 /opt/myapps/nyc/bin/CONSOLE-INF/lib/jimi-1.0.jar
    2aab2ebbc000-2aab2ebbe000 r-xs 00005000 fd:00 2914796 /opt/myapps/nyc/bin/CONSOLE-INF/lib/jms-1.1.jar
    2aab2ebbe000-2aab2ebc0000 r-xs 00001000 fd:00 2914799 /opt/myapps/nyc/bin/CONSOLE-INF/lib/jta-1.0.1B.jar
    2aab2ebc0000-2aab2ebcb000 r-xs 000a5000 fd:00 2914798 /opt/myapps/nyc/bin/CONSOLE-INF/lib/jxl-1.0.jar
    2aab2ebcb000-2aab2ebd4000 r-xs 0006f000 fd:00 2914807 /opt/myapps/nyc/bin/CONSOLE-INF/lib/log4j-1.2.17.jar
    2aab2ebd4000-2aab2ebda000 r-xs 00051000 fd:00 2914801 /opt/myapps/nyc/bin/CONSOLE-INF/lib/mail-1.3.3_01.jar
    2aab2ebda000-2aab2ebde000 r-xs 00029000 fd:00 2914800 /opt/myapps/nyc/bin/CONSOLE-INF/lib/mailapi-1.3.3_01.jar
    2aab2ebde000-2aab2ebe1000 r-xs 00047000 fd:00 2914792 /opt/myapps/nyc/bin/CONSOLE-INF/lib/mq-5.300-j530-L021008.jar
    2aab2ebe1000-2aab2ebe2000 r-xs 00009000 fd:00 2914793 /opt/myapps/nyc/bin/CONSOLE-INF/lib/mqbind-5.300-j530-L021008.jar
    2aab2ebe2000-2aab2ebf3000 r-xs 0013e000 fd:00 2914794 /opt/myapps/nyc/bin/CONSOLE-INF/lib/mqjms-5.300-j530-L021008.jar
    2aab2ebf3000-2aab2ec05000 r-xs 001f2000 fd:00 2914802 /opt/myapps/nyc/bin/CONSOLE-INF/lib/ojdbc16-11.2.0.1.0.jar
    2aab2ec05000-2aab2ec06000 r-xs 0000b000 fd:00 2914803 /opt/myapps/nyc/bin/CONSOLE-INF/lib/ons-1.0.jar
    2aab2ec06000-2aab2ec0d000 r-xs 0018e000 fd:00 2914804 /opt/myapps/nyc/bin/CONSOLE-INF/lib/orai18n-11.2.0.1.0.jar
    2aab2ec0d000-2aab2ec28000 r-xs 00142000 fd:00 2914808 /opt/myapps/nyc/bin/CONSOLE-INF/lib/poi-3.2-FINAL-20081019.jar
    2aab2ec28000-2aab2ec2a000 r-xs 0001d000 fd:00 2914822 /opt/myapps/nyc/bin/CONSOLE-INF/lib/pwcrules-1.0.jar
    2aab2ec2a000-2aab2ec2c000 r-xs 00005000 fd:00 2914809 /opt/myapps/nyc/bin/CONSOLE-INF/lib/regexp-1.3.jar
    2aab2ec2c000-2aab2ec35000 r-xs 0007a000 fd:00 2914810 /opt/myapps/nyc/bin/CONSOLE-INF/lib/repro-1.1.jar
    2aab2ec35000-2aab2ec3e000 r-xs 000a2000 fd:00 2914811 /opt/myapps/nyc/bin/CONSOLE-INF/lib/repro-chart-1.0.jar
    2aab2ec3e000-2aab2ec56000 r-xs 0017a000 fd:00 2914812 /opt/myapps/nyc/bin/CONSOLE-INF/lib/repro-fop-1.0.jar
    2aab2ec56000-2aab2ec57000 r-xs 0000c000 fd:00 2914824 /opt/myapps/nyc/bin/CONSOLE-INF/lib/spring-asm-3.0.0.RELEASE.jar
    2aab2ec57000-2aab2ec62000 r-xs 0007c000 fd:00 2914825 /opt/myapps/nyc/bin/CONSOLE-INF/lib/spring-beans-3.0.0.RELEASE.jar
    2aab2ec62000-2aab2ec73000 r-xs 00090000 fd:00 2914827 /opt/myapps/nyc/bin/CONSOLE-INF/lib/spring-context-3.0.0.RELEASE.jar
    2aab2ec73000-2aab2ec7b000 r-xs 00050000 fd:00 2914826 /opt/myapps/nyc/bin/CONSOLE-INF/lib/spring-core-3.0.0.RELEASE.jar
    2aab2ec7b000-2aab2ec7f000 r-xs 00022000 fd:00 2914828 /opt/myapps/nyc/bin/CONSOLE-INF/lib/spring-expression-3.0.0.RELEASE.jar
    2aab2ec7f000-2aab2ec88000 r-xs 0004f000 fd:00 2914829 /opt/myapps/nyc/bin/CONSOLE-INF/lib/spring-web-3.0.0.RELEASE.jar
    2aab2ec88000-2aab2ec90000 r-xs 00057000 fd:00 2914830 /opt/myapps/nyc/bin/CONSOLE-INF/lib/spring-webmvc-3.0.0.RELEASE.jar
    2aab2ec90000-2aab2ec98000 r-xs 00051000 fd:00 2914773 /opt/myapps/nyc/bin/CONSOLE-INF/lib/velocity-1.4.jar
    2aab2ec98000-2aab2ecbd000 r-xs 002dc000 fd:00 2914816 /opt/myapps/nyc/bin/CONSOLE-INF/lib/xalan-2.6.0.jar
    2aab2ecbd000-2aab2ecbf000 r-xs 0002a000 fd:00 2914805 /opt/myapps/nyc/bin/CONSOLE-INF/lib/xdb-10.2.0.1.jar
    2aab2eda0000-2aab2edb4000 r-xs 000e3000 fd:00 2914789 /opt/myapps/nyc/bin/CONSOLE-INF/lib/xercesImpl-2.6.2.jar
    2aab2edb4000-2aab2edb9000 r-xs 00016000 fd:00 2914782 /opt/myapps/nyc/bin/CONSOLE-INF/lib/xml-apis-1.0.b2.jar
    2aab2edb9000-2aab2edc6000 r-xs 00108000 fd:00 2914806 /opt/myapps/nyc/bin/CONSOLE-INF/lib/xmlparserv3-10.2.0.1.jar
    2aab2edc6000-2aab2ee25000 r-xs 00ba5000 fd:00 623619 /usr/java/jdk1.6.0_20/lib/tools.jar
    2aab2ee25000-2aab2ee2c000 r-xs 00111000 fd:00 428161 /usr/java/jdk1.6.0_20/jre/lib/resources.jar
    2aab2ee2c000-2aab2ee32000 r-xp 00000000 fd:00 428205 /usr/java/jdk1.6.0_20/jre/lib/amd64/libmanagement.so
    2aab2ee32000-2aab2ef31000 ---p 00006000 fd:00 428205 /usr/java/jdk1.6.0_20/jre/lib/amd64/libmanagement.so
    2aab2ef31000-2aab2ef33000 rwxp 00005000 fd:00 428205 /usr/java/jdk1.6.0_20/jre/lib/amd64/libmanagement.so
    2aab2ef33000-2aab2ef46000 r-xp 00000000 fd:00 428189 /usr/java/jdk1.6.0_20/jre/lib/amd64/libnet.so
    2aab2ef46000-2aab2f047000 ---p 00013000 fd:00 428189 /usr/java/jdk1.6.0_20/jre/lib/amd64/libnet.so
    2aab2f047000-2aab2f04a000 rwxp 00014000 fd:00 428189 /usr/java/jdk1.6.0_20/jre/lib/amd64/libnet.so
    2aab2f04a000-2aab2f04d000 r-xs 00027000 fd:00 493284 /usr/java/jdk1.6.0_20/jre/lib/ext/sunjce_provider.jar
    2aab2f04d000-2aab2f04e000 r-xp 00000000 fd:00 428201 /usr/java/jdk1.6.0_20/jre/lib/amd64/librmi.so
    2aab2f04e000-2aab2f14d000 ---p 00001000 fd:00 428201 /usr/java/jdk1.6.0_20/jre/lib/amd64/librmi.so
    2aab2f14d000-2aab2f14e000 rwxp 00000000 fd:00 428201 /usr/java/jdk1.6.0_20/jre/lib/amd64/librmi.so
    2aab30000000-2aab31587000 rwxp 2aab30000000 00:00 0
    2aab31587000-2aab34000000 ---p 2aab31587000 00:00 0
    2acd591de000-2acd591df000 rwxp 2acd591de000 00:00 0
    2acd591f4000-2acd591f5000 rwxp 2acd591f4000 00:00 0
    2acd591f5000-2acd591fc000 r-xp 00000000 fd:00 458315 /usr/java/jdk1.6.0_20/jre/lib/amd64/jli/libjli.so
    2acd591fc000-2acd592fd000 ---p 00007000 fd:00 458315 /usr/java/jdk1.6.0_20/jre/lib/amd64/jli/libjli.so
    2acd592fd000-2acd592ff000 rwxp 00008000 fd:00 458315 /usr/java/jdk1.6.0_20/jre/lib/amd64/jli/libjli.so
    2acd592ff000-2acd59301000 rwxp 2acd592ff000 00:00 0
    2acd59301000-2acd59ab6000 r-xp 00000000 fd:00 428183 /usr/java/jdk1.6.0_20/jre/lib/amd64/server/libjvm.so
    2acd59ab6000-2acd59bb5000 ---p 007b5000 fd:00 428183 /usr/java/jdk1.6.0_20/jre/lib/amd64/server/libjvm.so
    2acd59bb5000-2acd59d40000 rwxp 007b4000 fd:00 428183 /usr/java/jdk1.6.0_20/jre/lib/amd64/server/libjvm.so
    2acd59d40000-2acd59d79000 rwxp 2acd59d40000 00:00 0
    7fff9ad9f000-7fff9adb5000 rwxp 7ffffffe9000 00:00 0 [stack]
    ffffffffff600000-ffffffffffe00000 ---p 00000000 00:00 0 [vdso]
    Regards,
    Krish
    Edited by: 989493 on Feb 24, 2013 8:18 PM

    +> I am little bit curious about- how memory allocated in PermGen space? Is this a same way as heap (grows incrementally upto certain limit)?+
    PermGen space stores class structures and class metadata, it doesn't grow much while the program is running, it allocated memory when classes are loaded by classloaders. Also, programs that performs bytecode instrumentation (hibernate, spring, jboss seam, etc.) requires more permgen space than other programs as it modifies class structures.

  • An error occurred during the initialization of the view manager - Web IC

    We just upgraded our CRM Dev system from 4.0 to 5.0.  We've already done this once on our Sandbox.  However, in our Dev environment, I execute CRM_IC.  Select my profile and then get an exception.
    An error occurred during the initialization of the view manager
    An exception has occurred
    Exception Class CX_SY_REF_IS_INITIAL
    Text: Dereferencing of the NULL reference
    Program: CL_BSP_WD_VIEW_MANAGER========CP
    Include: CL_BSP_WD_VIEW_MANAGER========CM003
    Source Text Row: 86
    This is the line of code that the exception occurs.  I debugged through, but not sure what the problem is.    It seems like it should have something to do with the runtime profile, but I can't seem to find anything wrong.  This problem doesn't happen in the sandbox, but we are on a slightly higher support pack in our Development environment.
        get own initial rep view reference
          INITIAL_REP_VIEW = REPOSITORY->GET_INITIAL_VIEW( ).
    Any ideas?  I've already search OSS.
    Thanks, Cat

    Thirumala,
      Thank for your reply.  I already recompiled CRM_IC.  I'm trying to execute the standard Webclient and still getting the error.  I also reactivated CRM_IC_DT_REP and CRM_IC_RT_REP, but no luck.   I went to SICF and made sure all the services starting with CRM_IC were activated too.  Any other suggestions?
    Thanks,
    Cat

  • ADF:--Error occurred during initialization of VM,Could not create the Java

    Hi Friends,
    when am creating new adf page and starting Run the ADF page it will through an error
    *** Using port 7101 ***
    "C:\Users\Rama Krishna\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd"
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;D:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.3.0.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;D:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;D:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
    PATH=D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\native;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;D:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;D:\Oracle\MIDDLE~1\JDK160~1\jre\bin;D:\Oracle\MIDDLE~1\JDK160~1\bin;E:\oracle\product\10.2.0\db_1\bin;C:\orant\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\SSH Communications Security\SSH Secure Shell;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
    Starting WLS with line:
    D:\Oracle\MIDDLE~1\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=D:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1 -Dcommon.components.home=D:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1 -Doracle.server.config.dir=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.security.jps.config=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\oracle\store\gmds -Xms512m -Xmx512m -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sysext_manifest_classpath;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    Process exited.
    could you please tell me anybody solve this error.
    Thank and Regards
    Rkrao

    Hi
    am facing same issue, My problem was not solve
    error like this
    *** Using port 7101 ***
    "C:\Users\Rama Krishna\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd"
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;D:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.3.0.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;D:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;D:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;%classpath%;.\
    PATH=D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\native;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;D:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;D:\Oracle\MIDDLE~1\JDK160~1\jre\bin;D:\Oracle\MIDDLE~1\JDK160~1\bin;E:\oracle\product\10.2.0\db_1\bin;C:\orant\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;D:\Oracle\Middleware\jdk160_18\bin\javac;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    *  To start WebLogic Server, use a username and   *
    *  password assigned to an admin-level user.  For *
    *  server administration, use the WebLogic Server *
    *  console at http:\\hostname:port\console        *
    starting weblogic with Java version:
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
    Starting WLS with line:
    D:\Oracle\MIDDLE~1\JDK160~1\bin\java -client   -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Xms512m -Dweblogic.nodemanager.ServiceEnabled=true  -Xverify:none  -da -Dplatform.home=D:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server  -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1 -Dcommon.components.home=D:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1 -Doracle.server.config.dir=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.security.jps.config=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Digf.arisidbeans.carmlloc=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\carml  -Digf.arisidstack.home=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1  -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\Users\RAMAKR~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\oracle\store\gmds  -Xms512m -Xmx512m -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sysext_manifest_classpath;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath  weblogic.Server
    Error occurred during initialization of VM
    Could not create the Java virtual machine.
    Could not reserve enough space for object heap
    Process exited.could u please tell me any body, solve this problem
    Thank and Regards
    Rkrao.

  • Application error occurred during the request processing-notes 1507568

    Hi,
    We have a serious issue with my PI proto system. The issue is the Admin team has applied Notes 1507568 for 7.11 SP4. After that the system seems to be unavailable. I am  now not able to access any ESR,ID, RWB and SR.
    When i am trying to open that i am getting an error like,
    Error: "Application error occurred during the request processing."
    Details: java.lang.NullPointerException
         at com.sap.bc.proj.jstartup.sadm.ShmWebSession.findSession(ShmWebSession.java:299)
         at com.sap.bc.proj.jstartup.sadm.ShmWebSession.findSession(ShmWebSession.java:333)
         at com.sap.engine.session.runtime.http.HttpRuntimeSessionModel.activateShmSlot(HttpRuntimeSessionModel.java:341)
         at com.sap.engine.session.runtime.http.HttpRuntimeSessionModel.beforeActivate( Looks like a security patch. We have some serious developments to be done ASAP.
    Could some one help me to fix this issue?
    May be you people can help me to doing the roll back to the security notes that we applied?
    Thank you very much in advance.
    Best Regards,
    Prasad.
    Edited by: PrasadBabu Koribilli on Jun 15, 2011 4:23 AM

    Hi,
    I face exactly the same problem after an upgrade of the component SERVERCORE04P_32 on Windows. This patch works well on Linux, did you find a solution?
    Thanks,
    Anne-Lise

  • 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

  • Error occurs during the rendering of jsp component log file?

    Hello. I am having troubles on locating the log file for this particular error:
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Error occurs during the rendering of jsp component.
    Exception id: 11:59_31/07/07_0004_19351950
    See the details for the exception ID in the log file
    I searched all folders on my drive, using the exception id as keyword to search files that contains part of the id (0004_19351950), but to no avail. I wanted to see the log for me to identify the problem. Any ideas where I can look for it? or, better yet, what can be a solution to this runtime error?
    I'm using the 2004s developer environment version. Thanks in advance.

    hi Arnold,
    Go to Java Developer role -> expand Portal Tools folder -> click on Portal Logviewer. Put the exception id in the text-box corresponding to search -> click on search all files. Open the file that is displayed in the search result and make a search with the id again to refer to the exact line.
    N.B: if you don't have Java developer role, using user admin, assign that role to you first
    Cheers.......

  • INS0029 Error occurred during installation

    Version:
    OWB Client 9.2.0.2.8
    OWB Repository 9.2.0.2.0
    I cannot install successfully OWB Runtime Repository.
    Installation falls in 66%, then display Error message:
    INS0029 Error occurred during installation.
    What can I do?

    I´m using Windows XP.
    This is last part from log file:
    oracle.wh.util.DebugUtility: .....in parseSqlFile()
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for data is USERS
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for indexes is INDX
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for snapshot is USERS
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: Script Name is ../../rtasst/wb_rt_service_views.sql
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: After processing SQLINDX token
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SQLINDX; -token type = 5
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: Before processing SQLINDX Token
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: User:maki
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:connectInfo = (DESCRIPTION=(ADDRESS=(HOST=102-maki)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:userName = maki
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: Trying with oci
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: using oci
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: .....in parseSqlFile()
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for data is USERS
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for indexes is INDX
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for snapshot is USERS
    Wed Mar 17 00:04:06 CET 2004
    oracle.wh.util.DebugUtility: Script Name is ../../rtasst/wb_rt_deploy_pv.sql
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: After processing SQLINDX token
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SQLINDX; -token type = 5
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: Before processing SQLINDX Token
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: User:maki
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:connectInfo = (DESCRIPTION=(ADDRESS=(HOST=102-maki)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:userName = maki
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: Trying with oci
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: using oci
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: .....in parseSqlFile()
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for data is USERS
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for indexes is INDX
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for snapshot is USERS
    Wed Mar 17 00:04:08 CET 2004
    oracle.wh.util.DebugUtility: Script Name is ../../rtasst/wb_rt_execute_pv.sql
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: After processing SQLINDX token
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SQLINDX; -token type = 5
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: Before processing SQLINDX Token
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: User:maki
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:connectInfo = (DESCRIPTION=(ADDRESS=(HOST=102-maki)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:userName = maki
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: Trying with oci
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: using oci
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: .....in parseSqlFile()
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for data is USERS
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for indexes is INDX
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for snapshot is USERS
    Wed Mar 17 00:04:10 CET 2004
    oracle.wh.util.DebugUtility: Script Name is ../../rtasst/ocmrepcre.sql
    Wed Mar 17 00:04:12 CET 2004
    oracle.wh.util.DebugUtility: After processing SQLINDX token
    Wed Mar 17 00:04:12 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SQL; -token type = 1
    Wed Mar 17 00:04:12 CET 2004
    oracle.wh.util.DebugUtility: Before processing SQL Token
    Wed Mar 17 00:04:12 CET 2004
    oracle.wh.util.DebugUtility: [processSQLToken]: User = maki
    Wed Mar 17 00:04:12 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:connectInfo = (DESCRIPTION=(ADDRESS=(HOST=102-maki)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))
    Wed Mar 17 00:04:12 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:userName = maki
    Wed Mar 17 00:04:12 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: Trying with oci
    Wed Mar 17 00:04:12 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: using oci
    Wed Mar 17 00:04:12 CET 2004
    oracle.wh.util.DebugUtility: =========== enter file: ../../rtasst/roles_object_rights.sql
    Wed Mar 17 00:04:14 CET 2004
    oracle.wh.util.DebugUtility: After processing SQL token
    Wed Mar 17 00:04:14 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SPAWN; -token type = 4
    Wed Mar 17 00:04:14 CET 2004
    oracle.wh.util.DebugUtility: Before processing SPAWN Token
    Wed Mar 17 00:04:14 CET 2004
    oracle.wh.util.DebugUtility: [processSPAWN]: User = maki
    Wed Mar 17 00:04:14 CET 2004
    oracle.wh.util.DebugUtility: [processSPAWN]: wholeLine =..\win32\loadjava.bat -thin -verbose -order -resolve -u %user/%password@(DESCRIPTION"="(ADDRESS"="(PROTOCOL"="TCP)(HOST"="%host)(PORT"="%port))(CONNECT_DATA"="(SERVICE_NAME"="%serviceName))) ../../lib/int/rtpserver.jar
    Wed Mar 17 00:04:14 CET 2004
    oracle.wh.util.DebugUtility: after executing the output
    Wed Mar 17 00:04:18 CET 2004
    oracle.wh.util.DebugUtility: arguments: '-thin' '-verbose' '-order' '-resolve' '-u' 'maki/makier@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=102-maki)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))' '../../lib/int/rtpserver.jar'
    Wed Mar 17 00:04:19 CET 2004
    oracle.wh.util.DebugUtility: loading : resource META-INF/MANIFEST.MF
    Wed Mar 17 00:04:20 CET 2004
    oracle.wh.util.DebugUtility: loading : class oracle/wh/runtime/server/Util
    Wed Mar 17 00:04:21 CET 2004
    oracle.wh.util.DebugUtility: resolving: class oracle/wh/runtime/server/Util
    Wed Mar 17 00:04:30 CET 2004
    oracle.wh.util.DebugUtility: After processing SPAWN Token
    Wed Mar 17 00:04:30 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SPAWN; -token type = 4
    Wed Mar 17 00:04:30 CET 2004
    oracle.wh.util.DebugUtility: Before processing SPAWN Token
    Wed Mar 17 00:04:30 CET 2004
    oracle.wh.util.DebugUtility: After processing SPAWN Token
    Wed Mar 17 00:04:30 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SPAWN; -token type = 4
    Wed Mar 17 00:04:30 CET 2004
    oracle.wh.util.DebugUtility: Before processing SPAWN Token
    Wed Mar 17 00:04:30 CET 2004
    oracle.wh.util.DebugUtility: [processSPAWN]: User = maki
    Wed Mar 17 00:04:30 CET 2004
    oracle.wh.util.DebugUtility: [processSPAWN]: wholeLine =..\..\..\jdk\jre\bin\javaw -classpath ../../lib/int/rtpplatform.jar;../../lib/int/rtpcommon.jar;../../../jdbc/lib/classes12.zip;../../../lib/xmlparserv2.jar;../../../sqlj/lib/runtime12.jar;../../../jdk/jre/lib/rt.jar oracle.wh.runtime.platform.service.install.ServiceInstaller %host %port %serviceName %user %password
    Wed Mar 17 00:04:30 CET 2004
    oracle.wh.util.DebugUtility: after executing the output
    Wed Mar 17 00:04:32 CET 2004
    oracle.wh.util.DebugUtility: Runtime Platform Property Load Beginning...
    Wed Mar 17 00:04:43 CET 2004
    oracle.wh.util.DebugUtility: After processing SPAWN Token
    Wed Mar 17 00:04:43 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SPAWN; -token type = 4
    Wed Mar 17 00:04:43 CET 2004
    oracle.wh.util.DebugUtility: Before processing SPAWN Token
    Wed Mar 17 00:04:43 CET 2004
    oracle.wh.util.DebugUtility: After processing SPAWN Token
    Wed Mar 17 00:04:43 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SPAWN; -token type = 4
    Wed Mar 17 00:04:43 CET 2004
    oracle.wh.util.DebugUtility: Before processing SPAWN Token
    Wed Mar 17 00:04:43 CET 2004
    oracle.wh.util.DebugUtility: [processSPAWN]: User = maki
    Wed Mar 17 00:04:43 CET 2004
    oracle.wh.util.DebugUtility: [processSPAWN]: wholeLine =..\..\..\jdk\jre\bin\javaw -classpath ../../../lib/transx.zip;../../../lib/xschema.jar;../../../rdbms/jlib/xsu12.jar;../../../rdbms/jlib/xdb.jar;../../lib/int/rtpplatform.jar;../../lib/int/rtpcommon.jar;../../../jdbc/lib/classes12.zip;../../../lib/xmlparserv2.jar;../../../sqlj/lib/runtime12.jar;../../../jdk/jre/lib/rt.jar oracle.xml.transx.loader "(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=%host)(PORT=%port))(CONNECT_DATA=(SERVICE_NAME=%serviceName)))" %user %password ../../rtasst/wb_rt_messages_en.xml
    Wed Mar 17 00:04:43 CET 2004
    oracle.wh.util.DebugUtility: after executing the output
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: After processing SPAWN Token
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SPAWN; -token type = 4
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: Before processing SPAWN Token
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: After processing SPAWN Token
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SQLINDX; -token type = 5
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: Before processing SQLINDX Token
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: User:maki
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:connectInfo = (DESCRIPTION=(ADDRESS=(HOST=102-maki)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:userName = maki
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: Trying with oci
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: using oci
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: .....in parseSqlFile()
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for data is USERS
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for indexes is INDX
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: the tbspace for snapshot is USERS
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: Script Name is ../../rtasst/register_platform_store.sql
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: After processing SQLINDX token
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: This is the -token name = SQL; -token type = 1
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: Before processing SQL Token
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: [processSQLToken]: User = maki
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:connectInfo = (DESCRIPTION=(ADDRESS=(HOST=102-maki)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:userName = maki
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: Trying with oci
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: using oci
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: =========== enter file: ../../rtasst/wb_rt_seed_service_nodes.sql
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-06502: PL/SQL: numerická chyba alebo chyba hodnoty : chyba konverzie znaku na èíslo
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: ORA-06512: na "MAKI.WB_RT_INTEGER_VERSION_NUMBER", line 15
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: ORA-06512: na line 19
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-06502: PL/SQL: numerická chyba alebo chyba hodnoty : chyba konverzie znaku na èíslo
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: ORA-06512: na "MAKI.WB_RT_INTEGER_VERSION_NUMBER", line 15
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: ORA-06512: na line 19
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:2337)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.executeFetch(OCIDBAccess.java:1744)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(OCIDBAccess.java:1905)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2132)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2015)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2877)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:608)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:684)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:364)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain.processSQLToken(ReposInstMain.java:2592)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain.processDriverFile(ReposInstMain.java:2326)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain$2.runTask(ReposInstMain.java:1824)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.timer.Timer.doRun(Unknown Source)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.timer.Timer.run(Unknown Source)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at java.lang.Thread.run(Thread.java:484)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-06502: PL/SQL: numerická chyba alebo chyba hodnoty : chyba konverzie znaku na èíslo
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: ORA-06512: na "MAKI.WB_RT_INTEGER_VERSION_NUMBER", line 15
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: ORA-06512: na line 19
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: [ at runSqlScript(RuntimeInstaller.java ) ].
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: this is SQL error: continue =false
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-06502: PL/SQL: numerická chyba alebo chyba hodnoty : chyba konverzie znaku na èíslo
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: ORA-06512: na "MAKI.WB_RT_INTEGER_VERSION_NUMBER", line 15
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: ORA-06512: na line 19
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-06502: PL/SQL: numerická chyba alebo chyba hodnoty : chyba konverzie znaku na èíslo
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: ORA-06512: na "MAKI.WB_RT_INTEGER_VERSION_NUMBER", line 15
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: ORA-06512: na line 19
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:2337)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.executeFetch(OCIDBAccess.java:1744)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(OCIDBAccess.java:1905)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2132)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2015)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2877)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:608)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:684)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:364)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain.processSQLToken(ReposInstMain.java:2592)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain.processDriverFile(ReposInstMain.java:2326)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain$2.runTask(ReposInstMain.java:1824)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.timer.Timer.doRun(Unknown Source)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.timer.Timer.run(Unknown Source)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility:      at java.lang.Thread.run(Thread.java:484)
    Wed Mar 17 00:04:47 CET 2004
    oracle.wh.util.DebugUtility: Assistant operation is unsuccessful ...

Maybe you are looking for

  • How may I automatically stop and start Mail services at a set time please

    Hi folks. I was wondering if anyone could tell me how to automatically stop and start Mail services (or any other services) at a set time please in Leopard Server? Is there a script someone has created which might help? Cheers, David ( a realy newbie

  • Moving contents from old iPod to new iPod

    I would like to shift all the contents on my old 30g iPod over to the new 160g I just bought. I haven't kept everything on my iTunes library, so is there a really simple way to do this without losing things? Any help would be appreciated.

  • Request: DATA STRUCTURES files and examples

    please could you provide me some resources Data Structure using Java (NetBeans).. I hardly understood our instructor lessons..

  • Having trouble with the installation of my adobe photoshop lightroom 4

    hi i just purchased a samsung nx300 camera that came with the adobe photoshop lightroom4 program. after i installed the program and try to open i received a error screen that read "the application was unable to start correctly" the program would not

  • Colour Space / Workflow question.

    Hi, I have been seconded to take photos at an up and coming family wedding. I will be using a Canon 300D Digital SLR, shooting in RAW, and performing post processing on a Mac using Aperture (yet to be purchased). I have established that my print lab