WDA dumps in Portal

Hi experts,
For some users the WDA application in Portal dumps. In Dump analysis it shows the OBJECT REFERENCE NOT ASSIGNED.
We foung WDR_TASK is initial.
  l_resume_plug   = wdr_task=>application->application_window->view_manager->window_info->get_resume_plug( ).
What could be the reason for this system dump.
-RK

Hi,
You will get this dump if the connection has timed out.
There is a note for this problem if i remember it correctly....
Hopefully note 1058574 will solve your problem.
Regards,
Jos

Similar Messages

  • Error while deploying WDA application on portal.

    hello Friends,
    i am getting this error when eevr i try to check my WDA application on portal.
    can you please help me?
    note:my its connection is not establishing.
    is this the cause of error?
    The URL http://duetserver:8006/sap/bc/webdynpro/sap/z57316_portal_event_send/ was not called due to an error.
    Note
    The following error text was processed in the system EC1 : Die URL enthält keine vollständige Domainangabe (duetserver statt duetserver.).
    The error occurred on the application server DuetServer_EC1_06 and in the work process 1 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: CHECK of program CX_FQDN=======================CP
    Method: LATE_CONSTRUCTOR of program CL_WDR_UCF====================CP
    Method: HANDLE_REQUEST of program CL_WDR_UCF====================CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system EC1 in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server DuetServer_EC1_06 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 1 in transaction ST11 on the application server DuetServer_EC1_06 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 100 -u: DEVECC -l: E -s: EC1 -i: DuetServer_EC1_06 -w: 1 -d: 20070614 -t: 142215 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    thanks,
    Nutan.

    you need to set up FQDN fully qualified domain name.
    instead of  http://duetserver:8006/....you need to use
    http://duetserver.domain.com:8006/...
    check
    1. whether WAS settings in system definition in portal is with FQDN
    2. check whether ABAP system FQDN is done. (its in the profile parameter icm/host_name_full (you can run abap report RSPARAM and check this.)

  • How to deploy or extract component with WDA extension in portal

    hi masters
            how to deploy or extract component with WDA extension in portal?
    thanks and reagrds
    johny

    do you want to integrate WDA in portal?
    just create an WDA iview
    Thanks
    Bala Duvvuri

  • WDA IVIEW on Portal gives 'Page Not Found'

    hi,
    I have a issue with WDA IView. Works fine stand alone. Works fine on the DEV Portal.
    When put on the TEST Portal, 50% of times it works and remaining it gives 'Page not Found'  error.
    Does it have anything to do with WD or Portal ?
    We have a Apache Proxy server for the Portal
    BSP Iviews on the same Portal works fine.
    Can someone help.
    Thanks

    Hi Volker,
    Thanks. As far as I know, the TEST is only single server landscape. The APACHE Proxy handles the User Requests and sends the URL to the application server. The PROXY Resides on Same Box as the Test portal.
    It works sometimes and dosen't at other times ......
    Is the proxy filtering the URL /sap/bc/WebDynpro......
    DOn't know what
    I deactivated the Short HTTP Error link. I get following dump :-
    Not Found
    The requested URL /sap/bc/webdynpro/sap/zlckpt_wd_main/;sap-ext-sid=CSWMxYUGSK93xnmBvg==nZOOiTAbzmcJ/+PXpofIog== was not found on this server.
    Apache/2.0.52 (Unix) DAV/2 mod_ssl/2.0.52 OpenSSL/0.9.7d Server at usorlu88.xxxxx.com Port 443

  • ABAP program showing dump in Portal

    Hi,
    When we are trying to run an ABAP program in Portal its generating a dumb and a part of the message is
    "The termination was triggered in function "getwa_abswa" of the SAP kernel, in line 1044 of the module "//bas/700_REL/src/krn/runt/abgetwa.c#4".
    The internal operation just processed is "PAR2".
    Internal mode was started at 20080115115135."
    Error in the ABAP Application Program
    The current ABAP program "SAPLSLVC" had to be terminated because it has come across a statement that unfortunately cannot be executed.
    When the selection criteria is reduced the report is running. Can anyone suggest to how to overcome this problem.
    Thanks n Regards,
    Sasha.

    Hi,
    The dynamic table that is generated is not converting the exact output length in case of packed numbers.
    Foe eg : If there is an packed field of length 7 , the dynamic table is converting it to Char 7 , but the actual output length of Pack 7 is 15.Hence it is giving short dump saying that Internal Table length is not sufficient.
    Probably it might have worked for smaller tables for you because you might not have used Packed field in there.
    Regards,
    Vijay.

  • WDA - is there always a 1:1 ratio for # of WDA on EP portal to ECC sessions

    Our portal developer has recently created and added 3 WDA (Web Dynpro for ABAP) which get loaded on the initial screen when the user signs on to EP.  These 3 new are in addition to the single application which they previously were using.
    Review of the backend ECC system, we show that user now has 4 plugin HTTP sessions (vs. 1) which are reflective of the 3 new additional web dynpro's. 
    From my basis perspective (not fully understanding opportunities for EP development, best practices and strategies) a single user generating 4 sessions in ECC seems a little excessive and I do not believe that we are going to be able to just absorb this additional demand for processing / memory.
    Is this a common design to have so many sessions generated at inital signon? 
    Realize that there's not a "right" and "wrong" here --- but looking for opportunities for a more creative solution other than purchasing hardware.
    Regards & Thank you for your ideas
    Doreen

    Yes, in this case each session is itself a connection. Is there a reason you don't share the OCIEnv across them all? Are you sure it's the number of OCI connections that's the problem and not the implementation encapsulating them? Have you profiled this application to see if it's really OCI?
    I only ask because I've seen many apps which use more than 5 concurrent connections.

  • Core Dump in Portal

    Any clues on this error -
    java.io.IOException: Compiler failed executable.exec(java.lang.String[javac, -g,
    -classpath, /export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/sigaApp:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/ent_taglib14145.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/es_taglib14146.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/i18n_taglib14147.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/lic_taglib14148.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/p13n_servlet14149.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/portal_servlet14150.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/portal_taglib14151.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/portlet_taglib14152.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/ren_taglib14153.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/res_taglib14154.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/um_taglib14155.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/util_taglib14156.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/visitor_taglib14157.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/webflow_servlet14158.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/webflow_taglib14159.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/weblogic-tags14160.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/cos14161.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/struts14162.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/progress14163.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/uploadbean14164.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/novartisClasses14165.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-poi-1.5.1-final-2002061514166.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-poi-contrib-1.5.1-final-2002061514167.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-poi-examples-1.5.1-final-2002061514168.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-poi-scratchpad-1.5.1-final-2002061514169.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/weblogic-vtags14170.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/novartis14171.jar:/export/home/wlp/bea/user_projects/novartis/portalServer/.wlnotdelete/portalApp_sigaApp_2908019:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-beanutils.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-collections.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-dbcp.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-digester.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-logging.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-pool.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-services.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-validator.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-oro.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/null:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/campaign.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/campaign_util.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/document.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/mail.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/placeholder.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/events.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/rules.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/property.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/usermgmt.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/ejbadvisor.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/p13n_util.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/commerce_campaign_bridge_util.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/ebusiness.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/commerce_util.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/catalogws.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/customer.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/pipeline.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/portal.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/portal_util.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/p13n_servlet.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-beanutils.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-collections.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-dbcp.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-digester.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-logging.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-pool.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-services.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-validator.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-oro.jar:/export/home/wlp/bea/jdk131_03/jre/lib/rt.jar:/export/home/wlp/bea/jdk131_03/jre/lib/i18n.jar:/export/home/wlp/bea/jdk131_03/jre/lib/sunrsasign.jar:/export/home/wlp/bea/jdk131_03/jre/classes:/export/home/wlp/bea/weblogic700/server/lib/weblogic.jar:/export/home/wlp/bea/weblogic700/server/lib/webservices.jar:/export/home/wlp/bea/weblogic700/portal/lib/p13n_system.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/jdom.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/HTTPClient.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/wlcsparsers.jar:/export/home/wlp/bea/weblogic700/server/lib/jdom.jar:/export/home/wlp/bea/weblogic700/portal/lib/portal_system.jar:/export/home/wlp/bea/jdk131_03/lib/tools.jar:/export/home/wlp/bea:/export/home/wlp/bea/weblogic700/portal/lib/commerce_system.jar:/export/home/wlp/bea/weblogic700/portal/lib/campaign_system.jar,
    -d, /export/home/wlp/bea/user_projects/novartis/portalServer/.wlnotdelete/portalApp_sigaApp_2908019,
    /export/home/wlp/bea/user_projects/novartis/portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jsp_servlet/_portlets/_nueva_solicitud/__Page2.java])
         at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:575)
         at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:354)
         at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:411)
         at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:210)
         at weblogic.servlet.jsp.JspStub.checkForReload(JspStub.java:149)
         at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:521)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:351)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:542)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:368)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:120)
         at jsp_servlet._framework.__portlet._jspService(portlet.jsp:68)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:542)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:368)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:120)
         at com.bea.portal.render.servlets.jsp.taglib.RenderTag.renderPortlets(RenderTag.java:172)
         at com.bea.portal.render.servlets.jsp.taglib.RenderTag.doStartTag(RenderTag.java:60)
         at jsp_servlet._framework._layouts._topandthreecolumns.__template._jspService(template.jsp:12)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:542)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:368)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:120)
         at jsp_servlet._framework.__page._jspService(page.jsp:58)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:542)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:368)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:120)
         at jsp_servlet._framework.__portal._jspService(portal.jsp:18)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDispatcherImpl.java:341)
         at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:744)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:251)
         at com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.doGet(PortalWebflowServlet.java:176)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5412)
         at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:744)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3086)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2544)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    >
    java.io.IOException: Compiler failed executable.exec(java.lang.String[javac, -g,
    -classpath, /export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/sigaApp:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/ent_taglib14145.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/es_taglib14146.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/i18n_taglib14147.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/lic_taglib14148.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/p13n_servlet14149.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/portal_servlet14150.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/portal_taglib14151.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/portlet_taglib14152.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/ren_taglib14153.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/res_taglib14154.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/um_taglib14155.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/util_taglib14156.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/visitor_taglib14157.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/webflow_servlet14158.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/webflow_taglib14159.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/weblogic-tags14160.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/cos14161.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/struts14162.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/progress14163.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/uploadbean14164.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/novartisClasses14165.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-poi-1.5.1-final-2002061514166.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-poi-contrib-1.5.1-final-2002061514167.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-poi-examples-1.5.1-final-2002061514168.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-poi-scratchpad-1.5.1-final-2002061514169.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/weblogic-vtags14170.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/novartis14171.jar:/export/home/wlp/bea/user_projects/novartis/portalServer/.wlnotdelete/portalApp_sigaApp_2908019:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-beanutils.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-collections.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-dbcp.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-digester.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-logging.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-pool.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-services.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-validator.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-oro.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/null:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/campaign.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/campaign_util.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/document.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/mail.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/placeholder.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/events.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/rules.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/property.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/usermgmt.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/ejbadvisor.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/p13n_util.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/commerce_campaign_bridge_util.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/ebusiness.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/commerce_util.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/catalogws.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/customer.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/pipeline.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/portal.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/portal_util.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/p13n_servlet.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-beanutils.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-collections.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-dbcp.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-digester.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-logging.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-pool.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-services.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-validator.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-oro.jar:/export/home/wlp/bea/jdk131_03/jre/lib/rt.jar:/export/home/wlp/bea/jdk131_03/jre/lib/i18n.jar:/export/home/wlp/bea/jdk131_03/jre/lib/sunrsasign.jar:/export/home/wlp/bea/jdk131_03/jre/classes:/export/home/wlp/bea/weblogic700/server/lib/weblogic.jar:/export/home/wlp/bea/weblogic700/server/lib/webservices.jar:/export/home/wlp/bea/weblogic700/portal/lib/p13n_system.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/jdom.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/HTTPClient.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/wlcsparsers.jar:/export/home/wlp/bea/weblogic700/server/lib/jdom.jar:/export/home/wlp/bea/weblogic700/portal/lib/portal_system.jar:/export/home/wlp/bea/jdk131_03/lib/tools.jar:/export/home/wlp/bea:/export/home/wlp/bea/weblogic700/portal/lib/commerce_system.jar:/export/home/wlp/bea/weblogic700/portal/lib/campaign_system.jar,
    -d, /export/home/wlp/bea/user_projects/novartis/portalServer/.wlnotdelete/portalApp_sigaApp_2908019,
    /export/home/wlp/bea/user_projects/novartis/portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jsp_servlet/_portlets/_nueva_solicitud/__Page2.java])
         at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:575)
         at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:354)
         at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:411)
         at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:210)
         at weblogic.servlet.jsp.JspStub.checkForReload(JspStub.java:149)
         at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:521)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:351)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:542)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:368)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:120)
         at jsp_servlet._framework.__portlet._jspService(portlet.jsp:68)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:542)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:368)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:120)
         at com.bea.portal.render.servlets.jsp.taglib.RenderTag.renderPortlets(RenderTag.java:172)
         at com.bea.portal.render.servlets.jsp.taglib.RenderTag.doStartTag(RenderTag.java:60)
         at jsp_servlet._framework._layouts._topandthreecolumns.__template._jspService(template.jsp:12)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:542)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:368)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:120)
         at jsp_servlet._framework.__page._jspService(page.jsp:58)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:542)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:368)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:120)
         at jsp_servlet._framework.__portal._jspService(portal.jsp:18)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDispatcherImpl.java:341)
         at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:744)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:251)
         at com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.doGet(PortalWebflowServlet.java:176)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5412)
         at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:744)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3086)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2544)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    Unexpected Signal : 11 occurred at PC=0xfed5b1c8
    Function name=JVM_IsInterface
    Library=/export/home/wlp/bea/jdk131_03/jre/lib/sparc/server/libjvm.so
    Current Java thread:
    Dynamic libraries:
    0x10000      /export/home/wlp/bea/jdk131_03/bin/../bin/sparc/native_threads/java
    0xff370000      /usr/lib/libthread.so.1
    0xff3a0000      /usr/lib/libdl.so.1
    0xff280000      /usr/lib/libc.so.1
    0xff360000      /usr/platform/SUNW,Sun-Fire-480R/lib/libc_psr.so.1
    0xfec00000      /export/home/wlp/bea/jdk131_03/jre/lib/sparc/server/libjvm.so
    0xff240000      /usr/lib/libCrun.so.1
    0xff210000      /usr/lib/libsocket.so.1
    0xfeb00000      /usr/lib/libnsl.so.1
    0xff1e0000      /usr/lib/libm.so.1
    0xff270000      /usr/lib/libw.so.1
    0xff1b0000      /usr/lib/libmp.so.2
    0xff190000      /usr/lib/librt.so.1
    0xff170000      /usr/lib/libaio.so.1
    0xff150000      /usr/lib/libmd5.so.1
    0xfebe0000      /usr/platform/SUNW,Sun-Fire-480R/lib/libmd5_psr.so.1
    0xfebb0000      /export/home/wlp/bea/jdk131_03/jre/lib/sparc/native_threads/libhpi.so
    0xfead0000      /export/home/wlp/bea/jdk131_03/jre/lib/sparc/libverify.so
    0xfea90000      /export/home/wlp/bea/jdk131_03/jre/lib/sparc/libjava.so
    0xfea60000      /export/home/wlp/bea/jdk131_03/jre/lib/sparc/libzip.so
    0xfb450000      /export/home/wlp/bea/jdk131_03/jre/lib/sparc/libnet.so
    0xeb0e0000      /export/home/wlp/bea/weblogic700/server/lib/solaris/libfilelock.so
    0xeb0c0000      /usr/lib/nss_files.so.1
    0xeb090000      /export/home/wlp/bea/jdk131_03/jre/lib/sparc/libioser12.so
    0xe6fb0000      /export/home/wlp/bea/weblogic700/server/lib/solaris/libstackdump.so
    0xe6f90000      /export/home/wlp/bea/weblogic700/server/lib/solaris/libmuxer.so
    0xe6ee0000      /usr/ucblib/libucb.so.1
    0xe6e90000      /usr/lib/libresolv.so.2
    0xe6dc0000      /usr/lib/libelf.so.1
    Local Time = Thu Dec 12 11:49:29 2002
    Elapsed Time = 8903
    # HotSpot Virtual Mach

    "Neeta Mittal" <[email protected]> wrote:
    This is bad... see attached nohup.out file -
    running WLS Platform 7sp1 (specifically Portal) on Solaris.
    >
    Any clues on this error -
    java.io.IOException: Compiler failed executable.exec(java.lang.String[javac,
    -g,
    -classpath, /export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/sigaApp:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/ent_taglib14145.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/es_taglib14146.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/i18n_taglib14147.jar:/
    export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/lic_taglib14148.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/p13n_servlet14149.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/portal_servlet14150.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portal
    App_sigaApp_2908019/jarfiles/WEB-INF/lib/portal_taglib14151.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/portlet_taglib14152.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/ren_taglib14153.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/res_taglib14154.jar:/export/home/wl
    p/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/um_taglib14155.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/util_taglib14156.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/visitor_taglib14157.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908
    019/jarfiles/WEB-INF/lib/webflow_servlet14158.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/webflow_taglib14159.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/weblogic-tags14160.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/cos14161.jar:/export/home/wlp/bea/user_project
    s/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/struts14162.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/progress14163.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/uploadbean14164.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/nov
    artisClasses14165.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-poi-1.5.1-final-2002061514166.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-poi-contrib-1.5.1-final-2002061514167.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-poi-examples-1.5.1-fi
    nal-2002061514168.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-poi-scratchpad-1.5.1-final-2002061514169.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/weblogic-vtags14170.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/novartis14171.jar:/export/home/wlp/bea/user_
    projects/novartis/portalServer/.wlnotdelete/portalApp_sigaApp_2908019:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-beanutils.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-collections.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-dbcp.jar:/export/ho
    me/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-digester.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-logging.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-pool.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_29080
    19/jarfiles/WEB-INF/lib/commons-services.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-validator.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-oro.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/null:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/campaign.jar:/export/home/wlp/bea/user_projects/no
    vartis/beaApps/portalApp/campaign_util.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/document.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/mail.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/placeholder.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/events.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/rules.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/property.jar:/export/home/
    wlp/bea/user_projects/novartis/beaApps/portalApp/usermgmt.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/ejbadvisor.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/p13n_util.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/commerce_campaign_bridge_util.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/ebusiness.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/commerce_util.jar:/export/home/wlp/bea/user_project
    s/novartis/beaApps/portalApp/catalogws.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/customer.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/pipeline.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/portal.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/portal_util.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/p13n_servlet.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/porta
    lApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-beanutils.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-collections.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-dbcp.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-digester.jar:/export/home/wlp/
    bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-logging.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-pool.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-services.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarf
    iles/WEB-INF/lib/commons-validator.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-oro.jar:/export/home/wlp/bea/jdk131_03/jre/lib/rt.jar:/export/home/wlp/bea/jdk131_03/jre/lib/i18n.jar:/export/home/wlp/bea/jdk131_03/jre/lib/sunrsasign.jar:/export/home/wlp/bea/jdk131_03/jre/classes:/export/home/wlp/bea/weblogic700/server/lib/weblogic.jar:/export/home/wlp/bea/weblogic700/server/lib/webservices.jar:/export/home/wlp/b
    ea/weblogic700/portal/lib/p13n_system.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/jdom.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/HTTPClient.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/wlcsparsers.jar:/export/home/wlp/bea/weblogic700/server/lib/jdom.jar:/export/home/wlp/bea/weblogic700/portal/lib/portal_system.jar:/export/home/wlp/bea/jdk131_03/lib/tools.jar:/export/home/wlp/bea:/export/home/wlp/bea/weblogic700/portal/lib/commerce_system.jar:/export/home/wlp/bea/weblogic700/portal/lib/campaign_system.jar,-d,
    /export/home/wlp/bea/user_projects/novartis/portalServer/.wlnotdelete/portalApp_sigaApp_2908019,
    /export/home/wlp/bea/user_projects/novartis/portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jsp_servlet/_portlets/_nueva_solicitud/__Page2.java])
         at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:575)
         at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:354)
         at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:411)
         at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:210)
         at weblogic.servlet.jsp.JspStub.checkForReload(JspStub.java:149)
         at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:521)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:351)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:542)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:368)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:120)
         at jsp_servlet._framework.__portlet._jspService(portlet.jsp:68)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:542)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:368)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:120)
         at com.bea.portal.render.servlets.jsp.taglib.RenderTag.renderPortlets(RenderTag.java:172)
         at com.bea.portal.render.servlets.jsp.taglib.RenderTag.doStartTag(RenderTag.java:60)
         at jsp_servlet._framework._layouts._topandthreecolumns.__template._jspService(template.jsp:12)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:542)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:368)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:120)
         at jsp_servlet._framework.__page._jspService(page.jsp:58)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:542)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:368)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:120)
         at jsp_servlet._framework.__portal._jspService(portal.jsp:18)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDispatcherImpl.java:341)
         at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:744)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:251)
         at com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.doGet(PortalWebflowServlet.java:176)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5412)
         at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:744)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3086)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2544)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    >
    java.io.IOException: Compiler failed executable.exec(java.lang.String[javac,
    -g,
    -classpath, /export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/sigaApp:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/ent_taglib14145.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/es_taglib14146.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/i18n_taglib14147.jar:/
    export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/lic_taglib14148.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/p13n_servlet14149.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/portal_servlet14150.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portal
    App_sigaApp_2908019/jarfiles/WEB-INF/lib/portal_taglib14151.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/portlet_taglib14152.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/ren_taglib14153.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/res_taglib14154.jar:/export/home/wl
    p/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/um_taglib14155.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/util_taglib14156.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/visitor_taglib14157.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908
    019/jarfiles/WEB-INF/lib/webflow_servlet14158.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/webflow_taglib14159.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/weblogic-tags14160.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/cos14161.jar:/export/home/wlp/bea/user_project
    s/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/struts14162.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/progress14163.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/uploadbean14164.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/nov
    artisClasses14165.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-poi-1.5.1-final-2002061514166.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-poi-contrib-1.5.1-final-2002061514167.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-poi-examples-1.5.1-fi
    nal-2002061514168.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-poi-scratchpad-1.5.1-final-2002061514169.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/weblogic-vtags14170.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/novartis14171.jar:/export/home/wlp/bea/user_
    projects/novartis/portalServer/.wlnotdelete/portalApp_sigaApp_2908019:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-beanutils.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-collections.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-dbcp.jar:/export/ho
    me/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-digester.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-logging.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-pool.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_29080
    19/jarfiles/WEB-INF/lib/commons-services.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-validator.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-oro.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/null:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/campaign.jar:/export/home/wlp/bea/user_projects/no
    vartis/beaApps/portalApp/campaign_util.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/document.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/mail.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/placeholder.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/events.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/rules.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/property.jar:/export/home/
    wlp/bea/user_projects/novartis/beaApps/portalApp/usermgmt.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/ejbadvisor.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/p13n_util.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/commerce_campaign_bridge_util.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/ebusiness.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/commerce_util.jar:/export/home/wlp/bea/user_project
    s/novartis/beaApps/portalApp/catalogws.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/customer.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/pipeline.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/portal.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/portal_util.jar:/export/home/wlp/bea/user_projects/novartis/beaApps/portalApp/p13n_servlet.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/porta
    lApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-beanutils.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-collections.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-dbcp.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-digester.jar:/export/home/wlp/
    bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-logging.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-pool.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/commons-services.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarf
    iles/WEB-INF/lib/commons-validator.jar:/export/home/wlp/bea/user_projects/novartis/./portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jarfiles/WEB-INF/lib/jakarta-oro.jar:/export/home/wlp/bea/jdk131_03/jre/lib/rt.jar:/export/home/wlp/bea/jdk131_03/jre/lib/i18n.jar:/export/home/wlp/bea/jdk131_03/jre/lib/sunrsasign.jar:/export/home/wlp/bea/jdk131_03/jre/classes:/export/home/wlp/bea/weblogic700/server/lib/weblogic.jar:/export/home/wlp/bea/weblogic700/server/lib/webservices.jar:/export/home/wlp/b
    ea/weblogic700/portal/lib/p13n_system.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/jdom.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/HTTPClient.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/wlcsparsers.jar:/export/home/wlp/bea/weblogic700/server/lib/jdom.jar:/export/home/wlp/bea/weblogic700/portal/lib/portal_system.jar:/export/home/wlp/bea/jdk131_03/lib/tools.jar:/export/home/wlp/bea:/export/home/wlp/bea/weblogic700/portal/lib/commerce_system.jar:/export/home/wlp/bea/weblogic700/portal/lib/campaign_system.jar,-d,
    /export/home/wlp/bea/user_projects/novartis/portalServer/.wlnotdelete/portalApp_sigaApp_2908019,
    /export/home/wlp/bea/user_projects/novartis/portalServer/.wlnotdelete/portalApp_sigaApp_2908019/jsp_servlet/_portlets/_nueva_solicitud/__Page2.java])
         at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:575)
         at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:354)
         at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:411)
         at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:210)
         at weblogic.servlet.jsp.JspStub.checkForReload(JspStub.java:149)
         at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:521)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:351)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:542)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:368)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:120)
         at jsp_servlet._framework.__portlet._jspService(portlet.jsp:68)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:542)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:368)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:120)
         at com.bea.portal.render.servlets.jsp.taglib.RenderTag.renderPortlets(RenderTag.java:172)
         at com.bea.portal.render.servlets.jsp.taglib.RenderTag.doStartTag(RenderTag.java:60)
         at jsp_servlet._framework._layouts._topandthreecolumns.__template._jspService(template.jsp:12)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:542)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:368)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:120)
         at jsp_servlet._framework.__page._jspService(page.jsp:58)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:542)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:368)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:120)
         at jsp_servlet._framework.__portal._jspService(portal.jsp:18)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(RequestDispatcherImpl.java:341)
         at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:744)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:251)
         at com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.doGet(PortalWebflowServlet.java:176)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5412)
         at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:744)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3086)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2544)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    Unexpected Signal : 11 occurred at PC=0xfed5b1c8
    Function name=JVM_IsInterface
    Library=/export/home/wlp/bea/jdk131_03/jre/lib/sparc/server/libjvm.so
    Current Java thread:
    Dynamic libraries:
    0x10000      /export/home/wlp/bea/jdk131_03/bin/../bin/sparc/native_threads/java
    0xff370000      /usr/lib/libthread.so.1
    0xff3a0000      /usr/lib/libdl.so.1
    0xff280000      /usr/lib/libc.so.1
    0xff360000      /usr/platform/SUNW,Sun-Fire-480R/lib/libc_psr.so.1
    0xfec00000      /export/home/wlp/bea/jdk131_03/jre/lib/sparc/server/libjvm.so
    0xff240000      /usr/lib/libCrun.so.1
    0xff210000      /usr/lib/libsocket.so.1
    0xfeb00000      /usr/lib/libnsl.so.1
    0xff1e0000      /usr/lib/libm.so.1
    0xff270000      /usr/lib/libw.so.1
    0xff1b0000      /usr/lib/libmp.so.2
    0xff190000      /usr/lib/librt.so.1
    0xff170000      /usr/lib/libaio.so.1
    0xff150000      /usr/lib/libmd5.so.1
    0xfebe0000      /usr/platform/SUNW,Sun-Fire-480R/lib/libmd5_psr.so.1
    0xfebb0000      /export/home/wlp/bea/jdk131_03/jre/lib/sparc/native_threads/libhpi.so
    0xfead0000      /export/home/wlp/bea/jdk131_03/jre/lib/sparc/libverify.so
    0xfea90000      /export/home/wlp/bea/jdk131_03/jre/lib/sparc/libjava.so
    0xfea60000      /export/home/wlp/bea/jdk131_03/jre/lib/sparc/libzip.so
    0xfb450000      /export/home/wlp/bea/jdk131_03/jre/lib/sparc/libnet.so
    0xeb0e0000      /export/home/wlp/bea/weblogic700/server/lib/solaris/libfilelock.so
    0xeb0c0000      /usr/lib/nss_files.so.1
    0xeb090000      /export/home/wlp

  • Facing a small problem while executing WDA application from portal

    Hi Experts,
    I developed web dynpro for ABAP application and placed table UI control, which contains 270 records. Executing from SE80, it is working fine and showing clearly all records.
    This application integrated in portal, while executing this applicaiton from portal, it is working fine and showing all records.
    Here I facing a small problem i.e Pager ( footer area ) of table.
    When the table is displayed there are the small box in the below of the table showing ROWS 244 of 270.
    244 will be available in a small box. this 244 is not showing clearly, while executing from portal ( last digit 4 displying half part only). but 244 showing clearly while executing from SE80.
    Kindly suggest how to resolve this problem.
    Thanks & Regards
    Sridhar

    Hi Gopi Krishna,
    Thanks for your time. From SE80, it is working fine and showing clearly row number. There is no property for increase width of small box, which contains current row number).
    Facing problem while executing from portal.
    Thanks & Regards
    Sridhar

  • PLM WEB UI - Personal Object Worklist for Material BOMs dumps in Portal

    We installed business package for PLM WEB User interface and we start playiong around with the POWL functionality. For some reason teh system ends in an error calling ....../sap/bc/webdynpro/PLMU/wda_wcc_myobj/
    This is section Personal Object Worklist for Material BOMs within Material BOMS
    Below is what I get
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Error when processing your request
    What has happened?
    The URL ......../sap/bc/webdynpro/PLMU/wda_wcc_myobj/ was not called due to an error.
    Note
    The following error text was processed in the system ... : The ASSERT condition was violated.
    The error occurred on the application server sapdl1_DL1_00 and in the work process 2 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: /PLMB/IF_SPI_METADATA_BASE~GET_NODE_DEFINITION of program /PLMB/CL_SEA_SELOPT_MP========CP
    Method: GET_NODE_DEFINITION of program /PLMB/CL_SPI_METADATA=========CP
    Method: GET_INSTANCE of program /PLMB/CL_SPI_METADATA=========CP
    Method: GET_PROVIDERS of program /PLMB/CL_SPI_FACTORY==========CP
    Method: CONSTRUCTOR of program /PLMB/CL_SPI_CONNECTOR========CP
    Method: GET_SEA_CONFIG of program /PLMU/CL_WCC_PWL_FEEDER_ABS===CP
    Method: CREATEPOWLDEF of program /PLMU/CL_WCC_PWL_FEEDER_ABS===CP
    Method: IF_POWL_FEEDER~GET_SEL_CRITERIA of program CL_POWL_EASY_FEEDER===========CP
    Method: IF_POWL_FEEDER~GET_SEL_CRITERIA of program /PLMU/CL_WCC_PWL_FEEDER_ABS===CP
    Method: GET_UPDATED_SELCRIT of program CL_POWL_UTIL==================CP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system ... in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server sapdl1_DL1_00 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 2 in transaction ST11 on the application server sapdl1_DL1_00 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 020 -u: AXH7220 -l: E -s: DL1 -i: sapdl1_DL1_00 -w: 2 -d: 20100603 -t: 060408 -v: RABAX_STATE -e: ASSERTION_FAILED
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    However , if I run this service as a standalone URL I get a screen where I can fill in an application, business object and/or system. If I select one, it works perfectly
    What step do I miss?
    Thanks for any input on this
    kind regards
    Angelique Heutinck
    IFF

    Hi,
    I would reconmend to open an OSS message about this error.
    Martin

  • How to pass the selected Pernr from Portal to WDA iview dynamically ?

    Hi ,
    How we can pass the selected Pernr from portal page to the webdynpro application dynamically?
    Ex:
    If a manager select a employee id of an employee then it should display all the related document regarding the employee in the ivew.
    For that we need to pass the employee id(Pernr) to the iview.How it is possible.
    Thanks,
    Deepika

    Hi Deepika,
    Try using portal events. You will have to register and handle the required portal event in your WDA application.
    [Portal Events Help|http://help.sap.com/saphelp_nw70/helpdata/EN/03/0048413e466e24e10000000a155106/frameset.htm]
    In this link, navigate to Integration->portal integration->Portal Events.
    Also go through some sample applications:
    WDR_TEST_PORTAL_EVENT
    Regards,
    Reema.

  • WDA and Portal 2004

    Hi,
    I have being looking for the possibility of executing Web Dynpro ABAP Application on Portal 2004 (6).
    While going through SDN I found a SAP Note 903662 and few Blogs, stating it is possible to Use Portal 2004 and execute WDA application.
    My requirement is to build WDA and execute on Portal 2004 and request your thoughts / guidance in understanding, if it is feasible to use WDA on 2004 Portal.
    - Are there any pros and cons on executing WDA on Portal 2004
    - Any document with reference to infrastructure requirement on executing WDA on Portal 2004
    - Any other suggestions or comments
    PS: I have viewed SAP Note 903662 on SDN.
    Regards,
    S

    Hi,
    given that you can execute a WDA just using a URL - there should be nothing to stop you using it anywhere not just a NW portal - but NW portal also has the nice side effect of being able to generate a session cookie that can be used to authenticate yourself to the ABAP stack.
    As long as you have configured trust between the portal and the NW7 ABAP system you should have no issues.
    Perhaps others have had some experience with this... Myself I've done the same but with WD Java apps running on a NW7 Java (not ABAP) stack embedded into a 2004 portal - that worked ok... Worst case scenario - you can always embed the apps using a URL iView.

  • Error message from ABAP to BW portal

    Hi
    I need to write error message from ABAP to BW portal.
    If I write as usual: message E001(ZBW).
    Then I get a dump in portal.
    Does anyone know how to post error message in this case?
    Thanks.

    Hi,
    You need to use the function module RRMS_MESSAGE_HANDLING to post any kind of messages in the report output/web template or portal.
    You can pass the values trough the below parameters:
                  I_CLASS  = 'ZBW'
                  I_TYPE   = 'W'
                  I_NUMBER = '006'
    Regards,
    Shilpa

  • Error message from ABAP to portal

    Hi
    I need to write error message from ABAP to BW portal.
    If I write as usual: message E001(ZBW).
    Then I get a dump in portal.
    Does anyone know how to post error message in this case?
    Thanks.

    Hi
    Good
    Check the below sdn link.
    portal runtime error in BW
    Thanks
    mrutyun^

  • HCM processes & form- a line is displayed in portal instead of Adobe forms

    Dear FRIENDS,
    In HCM PROCESSES And FORMS , when we run a process, adobe form is not displayed. In place of that a single line is displayed.
    When  I  implemented the SAP note 1334453 it gave dump in portal saying ASSERTION CONDITION WAS VIOLATED.
    Then I reset the SAP note. Still facing the same problem.
    Please help ASAP.
    Thanks in advance
    Rahul Zalte

    Dear Chris,
    We are really stuck in middle of the project. Please provide your expert inputs in resolving the issue.
    When we execute 3rd step, a straight blank line comes. When we press Previous button, a popup window appears giving message ' Data will be lost', It suggets that form is there but it is hided.
    Thanks and Regards,
    Rahul Zalte

  • Calling a portal page from WebDynPro ABAp application

    Hi,
    I would like to call a portal page (any type) from a WebdynPro ABAP application. I have the PCD location of the page.
    Which call shall I make :
    Absolute Navigation
    Relative Navigation or
    OBN.
    Also, can anyone send me short code snippet on the following.
    The package SWDP test examples are not working.
    Best Regards
    Sid

    Hi Siddharth,
    Well, to start with you can go for ABSOLUTE NAVIGATION.
    Secondly, you can find the snippet here
      DATA LO_API_COMPONENT  TYPE REF TO IF_WD_COMPONENT.
      DATA LO_PORTAL_MANAGER TYPE REF TO IF_WD_PORTAL_INTEGRATION.
      DATA L_NAVIGATION_TARGET TYPE STRING.
      LO_API_COMPONENT = WD_COMP_CONTROLLER->WD_GET_API( ).
      LO_PORTAL_MANAGER = LO_API_COMPONENT->GET_PORTAL_MANAGER( ).
      MOVE 'pcd://portal_content/com.xxxx.zpof_f_XXXXportalcontent/com.xxxx.test/com.xxxx.folders.MaintenanceBusinessPackage/com.xxxx.test.mt.pages.Pages/com.xxxx.pages.MaintenanceTasks'
        to l_navigation_target.
      CALL METHOD lo_portal_manager->NAVIGATE_ABSOLUTE
        EXPORTING
          NAVIGATION_TARGET   = L_NAVIGATION_TARGET
    *      NAVIGATION_MODE     = IF_WD_PORTAL_INTEGRATION=>CO_SHOW_INPLACE
    *      WINDOW_FEATURES     =
    *      WINDOW_NAME         =
    *      HISTORY_MODE        = IF_WD_PORTAL_INTEGRATION=>CO_NO_DUPLICATES
    *      TARGET_TITLE        =
    *      CONTEXT_URL         =
    *      POST_PARAMETERS     = ABAP_FALSE
    *      USE_SAP_LAUNCHER    = ABAP_TRUE
    *      BUSINESS_PARAMETERS =
    *      LAUNCHER_PARAMETERS =
    Above it, the examples of SWDP will not work if you test them from SE80-ABAP WAS...I suggest you to create a WDA IView in Portal and test it in Portal itself.
    Hope this should solve your problem.
    Regards
    <i><b>Raja sekhar</b></i>

Maybe you are looking for