Portal Exception - Deployment masthead

Hello Portal Experts,
Enterprise Portal 6.40
I have uploaded a the original masterhead PAR file to PCD (com.sap.portal.navigation.masthead.par)
When I now run the iView I got the following Log file. When I like to create a new iView of the masthead par it is not visible in the list. Do I need to do an extra deplyment?
Thank you very much in advance.
#1.5#005056B509B1001A000000CB0000137400046883A4EEDC11#1240814523858#/System/Server#sap.com/irj#com.sap.portal.portal#Guest#2####84c59b2032f611de80bd005056b509b1#SAPEngine_Application_Thread[impl:3]_6##0#0#Error#1#com.sap.portal.portal#Plain###PARAM IS: detail#
#1.5#005056B509B1002D000000D8000013740004688412972606#1240816363592#/System/Server#sap.com/irj#com.sap.portal.ivs.semantic.iViewService#Administrator#34401##sapportal_EPD_7692450#Administrator#8a60d90032f611de9798005056b509b1#SAPEngine_Application_Thread[impl:3]_29##0#0#Error#1#com.sap.portal.ivs.semantic.iViewService#Java###Failed to get application IPropertyContentProvider: #1#com.sap.portal.navigation.masthead.default#
#1.5#005056B509B1002D000000DA000013740004688412972790#1240816363592#/System/Server#sap.com/irj#com.sap.portal.ivs.semantic.iViewService#Administrator#34401##sapportal_EPD_7692450#Administrator#8a60d90032f611de9798005056b509b1#SAPEngine_Application_Thread[impl:3]_29##0#0#Error#1#com.sap.portal.ivs.semantic.iViewService#Java###Failed to get application IPropertyContentProvider: #1#pcd:com.sap.portal.system/applications/com.sap.portal.navigation.masthead/components/default#
Kind regards
Axel

I can see the masterhead par file under portalapps, but the portalapps.xml show the following:
<?xml version="1.0" encoding="iso-8859-1" ?>
- <application>
- <!-- THIS FILE IS A COPY OF THE ORIGINAL VERSION STORED IN THE PCD. PLEASE DO NOT CHANGE IT!
  -->
- <application-config>
  <property name="ClassLoadingPolicy" value="5.0" />
  <property name="DeploymentPolicy" value="5.0" />
  <property name="AuthenticationPolicy" value="5.0" />
  </application-config>
  <components />
  <services />
  </application>
It seems there is something missing.
regards
Axel

Similar Messages

  • Portal 7.3 masthead customization - How to remove Logoff dialog box "Are you sure you want to logoff?"

    Portal 7.3 masthead customization - How to remove Logoff dialog box "Are you sure you want to logoff?"
    I have recently upgraded our portal to 7.3 sps10 and we are using the Ajax framework
    I have a requirement to Remove the Logoff Dialog box "Are you sure you want to logoff?"
    I am able to Import masthead.war into NWDS and get the project ready for development with the appropriate jar and libraries.
    I am able to deploy the project also. I need help finding How to turn this dialog box off and just log the user off. I was able to accomplish this in Classic frame work page HeaderiView.jsp.
    I have looked at afpmasthead.org.sj and masthead.jsp. I am not a js/jsp developer.
    I can see the logoff dialog box being created but I am having trouble finding the logoff code.
    Please advise me on the code changes required to remove the  Logoff dialog box "Are you sure you want to logoff?" from the Ajax framework.
    Any help on this matter would be greatly appreciated.
    Thank you
    Sarah

    Thank you Troy for your Helpful Threads.
    Problem Solution:
    Followed the thread on How to download and change AFP Masthead on SAP Portal 7.3
    Located the file which contains the logoff code from thread http://scn.sap.com/thread/3265584
    The File with the Logoff coding in it is a Javascript file afpmasthead.js
    Identified logoff code without dialog box using this thread https://scn.sap.com/thread/3307601
    NovaDialogBox.performLogout();    (perform logoff)
    I was able to remove the Logoff dialog box Do you really want to logoff? And replace it with logging the user off.
    afpmasthead.js  All the code is on 1 line,  To fix this go to -->Source -->Format
    Comment out the following lines of code and replace with logoff code
    logoffLinkElement.onmouseup= function(aS) {
    logoffLinkElement.onmouseup= function(aS) {
    NovaDialogBox.performLogout();
    Sarah

  • Portal exception error recieved when using StringBuffer

    Hello
    I have created a portal service. I need to use StringBuffer or StringBuilder class as i do some text concatenation. Since the String is very resource intensive, this is the only best solution. But when i try to append a text to stringbuffer variable, iget a portal exception.
    What could be the issue? Has anyone run into same issue? If some one could suggest an alternative, that would be fine too.
    Regards
    Kalpesh

    Code is always helpful....and what exception are you getting?  You're not giving us much information to go on....
    Try this:
    StringBuffer sb = new StringBuffer();
    sb.append( "This is a test" );
    System.err.println( sb.toString() );
    This will write "This is a test" to the default trace log file.
    Make sure that the string you're trying to append is not null.  Also, if you know that you're going to be creating a string 1000 characters long, allocate the string buffer with a size close to what you think you might need:
    StringBuffer sb = new StringBuffer( 1000 );
    And, of course, there's always the docs:
    http://java.sun.com/j2se/1.4.2/docs/api/java/lang/StringBuffer.html

  • Portal (EP6) deployment failed

    Hello,
    I can't upload a par file in the portal anymore.  I tried via Netweaver studio and via the portal interface (System Administration-Support-Portal Runtime-Administration Console).  Both deployments failed.  I looked in the portal log file for my deployment (/usr/sap/EPH/JC00/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/deployment/pcd/<par file name>.par.log) and the following errors appears (see below).  The only thing that changed is that the portal patch (15) was applied along with some Kernel patches.
    The portal/WAS is installed on Unix/Solaris
    Any idea?
    2006-01-20_07-39-53
    Application upload failed: OrgManager_Smud.par
    com.sapportals.portal.prt.runtime.PortalException: [ApplicationRepositoryService.putArchive] archive: OrgManager_Smud.par
         at com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.putArchive(ApplicationRepositoryService.java:328)
         at com.sapportals.portal.prt.deployment.DeploymentManager._uploadArchive(DeploymentManager.java:813)
         at com.sapportals.portal.prt.deployment.DeploymentManager.uploadArchive(DeploymentManager.java:474)
         at com.sapportals.portal.prt.deployment.DeploymentManager.uploadApplication(DeploymentManager.java:319)
         at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.doUpload(ArchiveUploader.java:116)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.handleRequestEvent(AbstractPortalComponent.java:700)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:412)
         at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:252)
         at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:369)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:707)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:232)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         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.pcd.pl.PlRuntimeException: unexpected SQLException
    Cannot assign a zero-length byte array to host variable 18.
         at com.sapportals.portal.pcd.pl.PlFactory.handleUnexpectedSQLError(PlFactory.java:2490)
         at com.sapportals.portal.pcd.pl.PlObject.save(PlObject.java:439)
         at com.sapportals.portal.pcd.gl.xfs.XfsObject.modifyAttributesDL(XfsObject.java:585)
         at com.sapportals.portal.pcd.gl.xfs.XfsObject.modifyAttributes(XfsObject.java:515)
         at com.sapportals.portal.pcd.gl.xfs.BasicObject.modifyAttributes(BasicObject.java:361)
         at com.sapportals.portal.pcd.gl.PcdPersObject.modifyAttributes(PcdPersObject.java:159)
         at com.sapportals.portal.pcd.gl.PcdGlObject.modifyAttributes(PcdGlObject.java:200)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.modifyAttributes(PcdProxyContext.java:350)
         at com.sapportals.portal.pcd.gl.PcdGlContext.modifyAttributes(PcdGlContext.java:1297)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.modifyAttributes(PcdProxyContext.java:337)
         at com.sapportals.portal.pcd.gl.PcdGlContext.modifyAttributes(PcdGlContext.java:1277)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.modifyAttributes(PcdProxyContext.java:342)
         at com.sapportals.portal.prt.jndisupport.util.AbstractDirContextWrapper.modifyAttributes(AbstractDirContextWrapper.java:60)
         at com.sapportals.portal.application.applicationrepository.ParSemanticObject.update(ParSemanticObject.java:165)
         at com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.updateObject(ApplicationRepositoryService.java:712)
         at com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.storeApplication(ApplicationRepositoryService.java:389)
         at com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.putArchive(ApplicationRepositoryService.java:306)
         ... 34 more
    Caused by: com.sap.sql.log.OpenSQLException: Cannot assign a zero-length byte array to host variable 18.
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:85)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:124)
         at com.sap.sql.jdbc.common.dispatch.BlobHostVariable.setBinaryStream(BlobHostVariable.java:143)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.setBinaryStream(CommonPreparedStatement.java:776)
         at com.sap.engine.services.dbpool.wrappers.PreparedStatementWrapper.setBinaryStream(PreparedStatementWrapper.java:401)
         at com.sapportals.portal.pcd.pl.AttributeHeadersTable.storeAttribute(AttributeHeadersTable.java:431)
         at com.sapportals.portal.pcd.pl.AttributeHeadersTable.insert(AttributeHeadersTable.java:248)
         at com.sapportals.portal.pcd.pl.PlObject.save(PlObject.java:541)
         at com.sapportals.portal.pcd.pl.PlObject.save(PlObject.java:458)
         at com.sapportals.portal.pcd.pl.PlObject.save(PlObject.java:427)
         ... 49 more

    Hi Guys,
    OSS has finished looking at the system. Apparently the upgrade to SP 15 of netweaver was not finished succussfully, although the installation ended successfully. Result was that the Java Engine was on the correct SP but not the portal component.
    Solution proposed by SAP was to import the SP15 for the portal again.
    Maybe this will help you for your specific problems. SAP told me that if the j2ee engine is on SP15 make sure the portal is also on the same level and the NWDS also for par deployment.
    Regards
    Reginald

  • Silently uninstall applications installed with Exceptions Deployment tool

    How are we supposed to uninstall applications installed via the Exceptions Deployment tool?
    At the time of writing this I can only see listed install as a supported workflow.
    It would be a great help if we could have an uninstall workflow too.
    Any suggestions on how to work round this also appreciated.

    A little more detail on uninstalling AIR applications
    http://help.adobe.com/en_US/air/redist/WS485a42d56cd19641-70d979a8124ef20a34b-8000.html#WS 485a42d56cd19641-70d979a8124ef20a34b-7ffa

  • Portal Content Deployment - History

    Hello Gurus
    Is there is a way to figure out the list of all the portal contents deployed in the portal. ( including date and time).
    On the ABAP stack we have import history and we can check list of transports, in same way how can see the list of portal contents deplyed to PORTALS.
    Appreciate your help.
    Regards
    Rrs

    Ratan,
      Interesting topic - it would depend on how your group has been exporting content (assuming that you are talking about Portal Content and not Java Development).  By default, the export tool will overwrite the previous export file if you don't have a procedure in place to make new files for each export.  Other then that, I don't think that there is a log of activity or content.  For this I nornally require my content admins for Portals to create a unique folder for each project, a sub-foler for each section, and a single file for each export - adding a revision number to the end of each file as they export them.
       A long explination for - the system doesn't do it but you can setup something so you can manage it yourself.
       My method above helps to keep things in order and you can go look back at the export files and what was in them for this purpose.  I also change the export/import directory for the Dev to QA Portal so Basis doesn't need to baby-sit the developers moving content between those two systems and so Developers don't need access to the file system. (Dev export directory is on an NFS between Dev and QA - QA  import points to the NFS Dev export folder - so you can just import without doing anything).  Somewhat like TMS - for prod I still have an NFS but Basis moves the files to the right import directory.
      Hope that helps somewhat to get you going.  May seem like overkill but when you get 5-10 portal developers moving quickly, it helps to keep it all in synch with the ECC transports!!

  • Portal Application deployment problem to Managed Web Server

    I'm trying to deploy an ADF application using JSR168 portlets to a Managed Web Server on WebCenter 11g and I'm getting the following error in the log file after running the portal.jsp (I get 'Portlet unavailable' on the browser page):
    oracle.adf.model.portlet.binding.PortletBindingException: The metadata for portlet binding TasksPortlet1_1 was not found in MDS.
    When I deploy the application from JDeveloper to the Managed Web Server I get the following error (The application does deploy successfully):
    Error during portlet export. Portlets will not be available in the target application. Context: input mds repository file path = C:\JDeveloper\mywork\Mindflow\mds. output mds repository file path = C:\JDeveloper\mywork\Mindflow\.mdsExport. input connections file path and name = /C:/JDeveloper/mywork/Mindflow/.adf/META-INF/connections.xml. export ID = /oracle/adf/portlet/export. producer/portlet IDs to export: [oracle/adf/portlet/MindFlowWsrpPortletProducer].
    However if I right-click on the portal.jsp page and select Run from JDeveloper and run it within the Integrated WLS it does run fine there.
    Is there something special that needs to be set for the Deployment on either the application or project? Or is there something that needs to be setup via the web-based Adminstrative Console (I have verified that the MindFlowWsrpPortletProducer is registered on the Admin console)?
    Thanks,
    Randy Skold

    Thanks for the reply ... here is the answer to your questions along with an update to some more information after trying something different
    Did you deploy the WebCenter Managed server from Jdeveloper
    I am deploying the application to the WebCenter Managed server from JDeveloper.
    What managed server did you deploy it to - a custom server that you created?
    Yes this is a custom Managed Server (called MindFlow). At the time of your response the only two servers up and running on WebCenter was the AdminServer and MindFlow.
    Did the deployment go through?
    Yes
    Are there any errors in the managed server log when you access the page?
    Yes these where the errors showing that it could not connect with the metadata via the repositories.
    Now for the update:
    I went ahead and started up the WLS_Portlet managed server that comes with WebCenter. When I did this I got the following error:
    WSM-04509: cannot initialize the connection to the data store
    I then deployed the Portlet Producer Application to the WLS_Portlet from JDeveloper. I then grabbed the url for the newly created portlet producer and updated the connection on the Portal application. After doing this and updating the portal.jspx file, I then deployed the Portal application to the MindFlow managed web server. I then brought up the portal.jspx page via a browser and was able to bring back results. The only issue now is that while doing this I got multiple MDS errors (including the initialize error above) and not sure if I can ignore these or not. One of the errors received was as follows:
    oracle.mds.exception.MDSException: MDS-01258: The value @MDS_CLASS for property class-name is invalid.

  • Clusterwide exception: deploy customised ess~tra~tre.ear file. HELP.

    We are customising ess/mss business package to suit to Verizon Wireless.What are the dependent modules/packages. (as per the trace below)..
    How do we proceed to deploy it ? It is an Unix Portal Dev machine with SP13 and current patches. 
    EPBC213P_2-10003489.SCA
    EPPSERV13P_2-10003474.SCA
    SAPJEE13P_2-10003469.SCA
    SAPJEECOR13P_6-10003466.SCA
    SAPJTECHS13P_4-10003467.SCA
    UMEADMIN13P_2-10003471.SCA
    Some SDN postings talk about SP13 patch 3 issue.
    However, We were able to deploy successfully
    before with SP11.
    Also at the local desktop where I have the Developer Workplace with
    SP09, I face the same issues.
    com.sap.engine.services.deploy.container.DeploymentException:
    Clusterwide exception: Failed to deploy application
    sap.com/esstratre. Check causing exception for details (trace file).
    Hint: Are all referenced components deployed and available on the
    engine?
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.deploy
    (DeployServiceImpl.java:568)
    at
    com.sap.engine.services.deploy.server.DeployRuntimeControlImpl.deploy
    (DeployRuntimeControlImpl.java:262)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke
    (NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke
    (DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.pj.jmx.introspect.DefaultMBeanInvoker.invoke
    (DefaultMBeanInvoker.java:58)
    at com.sap.pj.jmx.mbeaninfo.AdditionalInfoProviderMBean.invoke
    (AdditionalInfoProviderMBean.java:289)
    at com.sap.pj.jmx.server.MBeanServerImpl.invoke
    (MBeanServerImpl.java:944)

    Check the default trace.
    I think you have two components with the same name, creating a conflict. Use Visual Administrator to undeploy the old component before deploying the new component.
    Look at this wiki:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/04/25/webdynpro%20dc%20fails%20to%20deploy%20-%20when%20created%20by%20importing%20local%20webdynpro%20-%20here%20is%20solution!!&

  • Exception - Deploying CMP bean with Postgres DB

    Hi,
    When I deploy a CMP bean in Weblogic6.1 configured with Postgres Database it throws the following exception.
    <Oct 22, 2002 5:55:10 PM IST> <Error> <J2EE> <Error deploying application EjbTes
    t:
    Unable to deploy EJB: EjbTest.jar from EjbTest.jar:
    Exception: 'java.lang.NullPointerException' while trying to invoke: setB
    eanParamsForCreate at line 25
    at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:302)
    at weblogic.ejb20.deployer.Deployer.runEJBC(Deployer.java:296)
    at weblogic.ejb20.deployer.Deployer.compileEJB(Deployer.java:684)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:851)
    <Oct 22, 2002 5:55:10 PM IST> <Error> <Management> <Error deploying application
    .\config\siptech\applications\EjbTest.jar: java.lang.reflect.UndeclaredThrowable
    Exception>
    Thankx,
    Jagan

    Hi. This isn't a jdbc question, so you'll have better luck posting this to the ejb group.
    Joe
    Jagan wrote:
    Hi,
    When I deploy a CMP bean in Weblogic6.1 configured with Postgres Database it throws the following exception.
    <Oct 22, 2002 5:55:10 PM IST> <Error> <J2EE> <Error deploying application EjbTes
    t:
    Unable to deploy EJB: EjbTest.jar from EjbTest.jar:
    Exception: 'java.lang.NullPointerException' while trying to invoke: setB
    eanParamsForCreate at line 25
    at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:302)
    at weblogic.ejb20.deployer.Deployer.runEJBC(Deployer.java:296)
    at weblogic.ejb20.deployer.Deployer.compileEJB(Deployer.java:684)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:851)
    <Oct 22, 2002 5:55:10 PM IST> <Error> <Management> <Error deploying application
    .\config\siptech\applications\EjbTest.jar: java.lang.reflect.UndeclaredThrowable
    Exception>
    Thankx,
    Jagan

  • Getting portal exception error to call catalog in Portal .

    Hi
    I am getting below error when try to call MDM catalog in Portal .
    Portal runtime error
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID 11:29_23/07/14_0238_158492050
    See log file for details about this exception
    Caused by:
    com.sapportals.portal.appintegrator.template_processor.TemplateParserException:
    Unable to parse template
    '<System.Access.WAS.protocol>://<System.Access.WAS.hostname>/webdynpro/dispatcher<Request.DistributionZone>/<WebDynproNamespace>/<WebDynproApplication><jsessionidInfo[IF_true
    PROCESS_RECURSIVE]>?sap-ext-sid=<ESID[URL_ENCODE]>&sap-wd-cltwndid=<ClientWindowID>&sap-wd-tstamp=<$TimeStamp>&sap-locale=<Request.Locale>&sap-accessibility=<User.Accessibility[SAP_BOOL]>&sap-rtl=<LAF.RightToLeft[SAP_BOOL]>&sap-ep-version=<Request.Version[URL_ENCODE]>&<FPNInfo[IF_false
    PROCESS_RECURSIVE]>&<WDPBIntegration[IF_false
    PROCESS_RECURSIVE]>&sap-explanation=<User.Explanation[SAP_BOOL]>&sap-ls-useAnimation=<User.DisableAnimation[OMIT
    BOOL_NEGATE SAP_BOOL]>&<StylesheetIntegration[IF_true
    PROCESS_RECURSIVE]>&<Authentication>&<BusinessParams[PROCESS_RECURSIVE]>&<ForwardParameters
    ForwardParameters[QUERYSTRING]>&<ApplicationParameter[PROCESS_RECURSIVE]>&<User."com.sap.tc.webdynpro".debugParameters>';
    the problem occured at position 0. Cannot process expression
    <System.Access.WAS.protocol> because Invalid System Attribute:’protocol’.
    com.sapportals.portal.appintegrator.template_processor.context.ContextException:
    Invalid System Attribute:
    System:    'System Alias:
    SAP_MDM, System ID:
    pcd:portal_content/com.sap.pct/specialist/com.sap.pct.srm.mdmcat.root/system/com.sap.pct.srm.mdmcat.sys.mdmcat',
    Attribute: 'protocol'.
    I have already done following test
    1)     https://J2EE verver:51501/webdynpro/dispatcher/sap.com/tc~mdm~srmcat~uiutil/Utilities and connecttion happen .
    2) SAP_MDM system connection is also okay in System landscape .
    3) UI and OCI mapping is also done
    4) Tried all option of PCD parameters
    Getting same error when checked iveiw preview .
    Already raised OSS incident but SAP is taking too much time and playing ping pong between SRM and Portal team .
    I am looking for your value input .

    Hi
    I am getting below error when try to call MDM catalog in Portal .
    Portal runtime error
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID 11:29_23/07/14_0238_158492050
    See log file for details about this exception
    Caused by:
    com.sapportals.portal.appintegrator.template_processor.TemplateParserException:
    Unable to parse template
    '<System.Access.WAS.protocol>://<System.Access.WAS.hostname>/webdynpro/dispatcher<Request.DistributionZone>/<WebDynproNamespace>/<WebDynproApplication><jsessionidInfo[IF_true
    PROCESS_RECURSIVE]>?sap-ext-sid=<ESID[URL_ENCODE]>&sap-wd-cltwndid=<ClientWindowID>&sap-wd-tstamp=<$TimeStamp>&sap-locale=<Request.Locale>&sap-accessibility=<User.Accessibility[SAP_BOOL]>&sap-rtl=<LAF.RightToLeft[SAP_BOOL]>&sap-ep-version=<Request.Version[URL_ENCODE]>&<FPNInfo[IF_false
    PROCESS_RECURSIVE]>&<WDPBIntegration[IF_false
    PROCESS_RECURSIVE]>&sap-explanation=<User.Explanation[SAP_BOOL]>&sap-ls-useAnimation=<User.DisableAnimation[OMIT
    BOOL_NEGATE SAP_BOOL]>&<StylesheetIntegration[IF_true
    PROCESS_RECURSIVE]>&<Authentication>&<BusinessParams[PROCESS_RECURSIVE]>&<ForwardParameters
    ForwardParameters[QUERYSTRING]>&<ApplicationParameter[PROCESS_RECURSIVE]>&<User."com.sap.tc.webdynpro".debugParameters>';
    the problem occured at position 0. Cannot process expression
    <System.Access.WAS.protocol> because Invalid System Attribute:’protocol’.
    com.sapportals.portal.appintegrator.template_processor.context.ContextException:
    Invalid System Attribute:
    System:    'System Alias:
    SAP_MDM, System ID:
    pcd:portal_content/com.sap.pct/specialist/com.sap.pct.srm.mdmcat.root/system/com.sap.pct.srm.mdmcat.sys.mdmcat',
    Attribute: 'protocol'.
    I have already done following test
    1)     https://J2EE verver:51501/webdynpro/dispatcher/sap.com/tc~mdm~srmcat~uiutil/Utilities and connecttion happen .
    2) SAP_MDM system connection is also okay in System landscape .
    3) UI and OCI mapping is also done
    4) Tried all option of PCD parameters
    Getting same error when checked iveiw preview .
    Already raised OSS incident but SAP is taking too much time and playing ping pong between SRM and Portal team .
    I am looking for your value input .

  • Portal exception monitoring

    Hi everyone,
    we seem to have a problem every now and again with our portal (EP6 sp15) which causes exceptions written in the logs and iViews not being displayed. We believe it has something to with the communication to the backend system but the logs don't say much (we are simply getting a java.lang.NullPointerException but nothing more).
    We've raised this issue with SAP and they are looking into it. At the moment our only way of solving this is to restart the server (after a restart it usually takes a few days or a week before the problem comes up again). However, we are not always aware of when the problem hits the portal (until some of the users complain) and we're looking for a way to monitor exceptions and receive a notification for instance via email. It is of course possible to write a program that checks the logs but I was wondering if there is any standard functionality for something like this. We are currently also using wily to monitor and are looking into possibilities of getting that to send out notifications.
    Any ideas?
    Thanks!
    Regards,
    Dion

    Hi
    It is possible to monitor logfiles with the SAP CCMS agent (SAPCCMSR). This agent must be connected to a central monitoring system (i.e. Solution Manager or another WebAS) and configured to monitor specific logs and looking for specific patterns. It works fine - we do it. In the central monitoring system CCMS can be configured with auto-reactions - i.e. sending a mail when incidents happens.
    For more info see http://service.sap.com/systemmanagement
    Best regards
    Tom Bo

  • Business Package 'open in separate headerless portal window' shows masthead

    We have implemented ESS and MSS 1.41 and SRM 7.0 in our development portal.
    When an iView with the property 'open in a separate headerless portal window' is opened, it opens in a separate window but with the masthead and TLN bar.
    I have checked the iView properties and they are set correctly.
    What causes the iView to show the masthead and TLN even when the property states headerless portal window.
    Thanks,
    D. Maupin
    University of Kentucy

    Hi,
    Please check this [link|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50d2aeb9-5f92-2d10-d38d-ded09c94330d?QuickLink=index&overridelayout=true].
    Hope it helps
    Regards,
    Samir

  • Portal exception in Business Planning

    Hi Friends,
    Facing issue after successfully configures Integration planning in Portal.
    Go to RSPLAN > Start Wizard> It says   
    404   Not Found
    SAP J2EE Engine/7.00 
    The requested resource does not exist.
    Details:   Go to main page of this application!
    and it is pointing to http://geupg:50000/irj/webdynpro/dispatcher/sap.com/biplanworkbench1/Modeler?
    under tabes of business explorer i am facing the following error:
    500   Internal Server Error
      SAP NetWeaver Application Server 7.00/Java AS 7.00 
    Failed to process request. Please contact your system administrator.
    [Hide]
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       java.lang.StringIndexOutOfBoundsException: String index out of range: 8
        at java.lang.String.substring(String.java:1441)
        at com.sap.mdi.ddtypes.DDUserDefType.<init>(DDUserDefType.java:33)
        at com.sap.mdi.ddtypes.DDStructure.<init>(DDStructure.java:42)
        at com.sap.mdi.ddtypes.DDDatabaseStructure.<init>(DDDatabaseStructure.java:22)
        at com.sap.mdi.ddtypes.DDFactory.analyseJCOReturn(DDFactory.java:483)
        ... 61 more
    See full exception chain for details.
    System Environment
    Client
    Web Dynpro Client Type HTML Client
    User agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts)
    Version null
    DOM version null
    Client Type msie6
    Client Type Profile ie6
    ActiveX enabled
    Cookies enabled
    Frames enabled
    Java Applets enabled
    JavaScript enabled
    Tables enabled
    VB Script enabled
    Server
    Web Dynpro Runtime Vendor: SAP, build ID: 7.0014.20071210061512.0000 (release=645_VAL_REL, buildtime=2007-12-10:05:23:29[UTC], changelist=470565, host=pwdfm101), build date: Wed Feb 04 00:00:58 IST 2009
    J2EE Engine 7.00 patchlevel 109886.44
    Java VM Java HotSpot(TM) 64-Bit Server VM, version:1.4.2_12-b03, vendor: Sun Microsystems Inc.
    Operating system SunOS, version: 5.10, architecture: sparcv9
    Session & Other
    Session Locale en
    Time of Failure Thu Feb 19 19:27:31 IST 2009 (Java Time: 1235051851305)
    Web Dynpro Code Generation Infos
    sap.com/pb
    SapDictionaryGenerationCore 7.0014.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:46:55[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates 7.0014.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:47:02[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapGenerationFrameworkCore 7.0014.20060719095755.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:35:31[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer 7.0014.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:52:27[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon 7.0014.20061002105432.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:36:15[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore 7.0014.20061002105432.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:36:09[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary 7.0014.20060719095619.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:44:27[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro 7.0014.20070703112649.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:49:22[UTC], changelist=454024, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCTemplates 7.0014.20071029095230.0000 (release=645_VAL_REL, buildtime=2007-11-17:12:01:49[UTC], changelist=466194, host=pwdfm101)
    SapWebDynproGenerationCore 7.0014.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:52:33[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates 7.0014.20071029095230.0000 (release=645_VAL_REL, buildtime=2007-11-17:12:01:49[UTC], changelist=466194, host=pwdfm101)
    sap.com/tcwddispwda
    No information available null
    sap.com/pb_api
    SapDictionaryGenerationCore 7.0014.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:46:55[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates 7.0014.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:47:02[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapGenerationFrameworkCore 7.0014.20060719095755.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:35:31[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer 7.0014.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:52:27[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon 7.0014.20061002105432.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:36:15[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore 7.0014.20061002105432.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:36:09[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary 7.0014.20060719095619.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:44:27[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro 7.0014.20070703112649.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:49:22[UTC], changelist=454024, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCTemplates 7.0014.20071029095230.0000 (release=645_VAL_REL, buildtime=2007-11-17:12:01:49[UTC], changelist=466194, host=pwdfm101)
    SapWebDynproGenerationCore 7.0014.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:52:33[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates 7.0014.20071029095230.0000 (release=645_VAL_REL, buildtime=2007-11-17:12:01:49[UTC], changelist=466194, host=pwdfm101)
    sap.com/tcwdcorecomp
    No information available null
    Detailed Error Information
    Detailed Exception Chain
    Regards,
    Siva

    hii..
    i am not handling sap side as such..just taking care of the business connector side.
    i need to know if the resulting jco exceptions are due to services running in bc or sap function module side
    thanks

  • Weblogic Portal Exception causing user management issue in portal console

    Hi,
    We have weblogic 10.3 portal configured on Solaris environment. However after starting the servers, when we try to click a user in the user management console, the profile for that user will not come up. Below is the exception we are seeing in logs. Can someone plz help?
    ####<Nov 29, 2010 3:38:35 PM CST> <Info> <org.apache.beehive.netui.pageflow.PageFlowRequestProcessor> <nrdmde01.edc.cingular.net> <MdeManaged1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1291066715444> <BEA-000000> <Attempting to instantiate SharedFlowControllers for request /mdePortalEarAdmin/util/tree/selectNode.do>
    ####<Nov 29, 2010 3:38:35 PM CST> <Info> <EJB> <nrdmde01.edc.cingular.net> <MdeManaged1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <BEA1-004038F8B87980CED400> <> <1291066715497> <BEA-010227> <EJB Exception occurred during invocation from home or business: com.bea.p13n.property.internal.EntityPropertyManager_pmrkio_HomeImpl@6e942e36 threw exception: com.bea.p13n.property.ConfigurableEntitySystemException: Error reading User-Defined property value (propertyValueId 2,001).>
    ####<Nov 29, 2010 3:38:35 PM CST> <Info> <EJB> <nrdmde01.edc.cingular.net> <MdeManaged1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <BEA1-004038F8B87980CED400> <> <1291066715500> <BEA-010227> <EJB Exception occurred during invocation from home or business: com.bea.p13n.usermgmt.profile.internal.UserProfileManager_mfa736_HomeImpl@35229eea threw exception: com.bea.p13n.usermgmt.profile.ProfileSystemException: com.bea.p13n.property.ConfigurableEntitySystemException: Error reading User-Defined property value (propertyValueId 2,001).>
    ####<Nov 29, 2010 3:38:35 PM CST> <Error> <PortalAdminTools> <nrdmde01.edc.cingular.net> <MdeManaged1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1291066715512> <BEA-415125> <A ToolsException occured trying to get the resources for com.bea.p13n.controls.exceptions.P13nControlException: Remote exception trying to get properties for user weblogic__userEditor, property set RecentFavoriteItems, property RECENT_ITEM:RecentFavoriteItems.
    com.bea.portal.tools.common.exceptions.ToolsException: com.bea.p13n.controls.exceptions.P13nControlException: Remote exception trying to get properties for user weblogic__userEditor, property set RecentFavoriteItems, property RECENT_ITEM
    at com.bea.portal.tools.ugm.controls.ProfileManagerControlImpl.getPropertyValues(ProfileManagerControlImpl.java:544)
    at com.bea.portal.tools.ugm.controls.ProfileManagerControlBean.getPropertyValues(ProfileManagerControlBean.java:239)
    at com.bea.jsptools.patterns.item.ItemService$DefaultItemServiceImpl.getItems(ItemService.java:515)
    at com.bea.jsptools.patterns.item.ItemService$DefaultItemServiceImpl.addItem(ItemService.java:447)
    at com.bea.jsptools.patterns.item.ItemService$DefaultItemServiceImpl.addRecentItem(ItemService.java:226)
    at com.bea.jsptools.util.Utilities.addRecentItem(Utilities.java:1521)
    at util.tree.TreeController.setRecentItem(TreeController.java:906)
    at util.tree.TreeController.updateTreeStateBeanForNewlySelectedNode(TreeController.java:693)
    at util.tree.TreeController.selectNode(TreeController.java:335)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:879)
    at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)
    at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)
    at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)
    at global.internal.AbstractBaseController.internalExecute(AbstractBaseController.java:360)
    at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336)
    at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:52)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:97)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2044)
    at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:91)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2116)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)
    at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)
    at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1199)
    at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1129)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:687)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal(ScopedContentCommonSupport.java:142)
    at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.processAction(PageFlowStubImpl.java:107)
    at com.bea.portlet.adapter.NetuiActionHandler.raiseScopedAction(NetuiActionHandler.java:111)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:181)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:167)
    at com.bea.netuix.servlets.controls.content.NetuiContent.handlePostbackData(NetuiContent.java:225)
    at com.bea.netuix.nf.ControlLifecycle$2.visit(ControlLifecycle.java:180)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:324)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:130)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:395)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:352)
    at com.bea.netuix.nf.Lifecycle.runInbound(Lifecycle.java:184)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:159)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:388)
    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:258)
    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:199)
    at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:251)
    at com.bea.netuix.servlets.manager.PortalServlet.service(PortalServlet.java:686)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.bea.jsptools.servlet.PagedResultServiceFilter.doFilter(PagedResultServiceFilter.java:82)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.bea.portal.tools.servlet.http.HttpContextFilter.doFilter(HttpContextFilter.java:60)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:336)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3502)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2186)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2092)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    com.bea.p13n.controls.exceptions.P13nControlException: Remote exception trying to get properties for user weblogic__userEditor, property set RecentFavoriteItems, property RECENT_ITEM
    at com.bea.p13n.controls.profile.PropertyControlImpl.getProperty(Unknown Source)
    at com.bea.p13n.controls.profile.PropertyControlBean.getProperty(Unknown Source)
    at com.bea.portal.tools.ugm.controls.ProfileManagerControlImpl.getPropertyValues(ProfileManagerControlImpl.java:512)
    at com.bea.portal.tools.ugm.controls.ProfileManagerControlBean.getPropertyValues(ProfileManagerControlBean.java:239)
    at com.bea.jsptools.patterns.item.ItemService$DefaultItemServiceImpl.getItems(ItemService.java:515)
    at com.bea.jsptools.patterns.item.ItemService$DefaultItemServiceImpl.addItem(ItemService.java:447)
    at com.bea.jsptools.patterns.item.ItemService$DefaultItemServiceImpl.addRecentItem(ItemService.java:226)
    at com.bea.jsptools.util.Utilities.addRecentItem(Utilities.java:1521)
    at util.tree.TreeController.setRecentItem(TreeController.java:906)
    at util.tree.TreeController.updateTreeStateBeanForNewlySelectedNode(TreeController.java:693)
    at util.tree.TreeController.selectNode(TreeController.java:335)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:879)
    at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)
    at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)
    at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)
    at global.internal.AbstractBaseController.internalExecute(AbstractBaseController.java:360)
    at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336)
    at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:52)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:97)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2044)
    at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:91)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2116)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)
    at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)
    at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1199)
    at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1129)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:687)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal(ScopedContentCommonSupport.java:142)
    at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.processAction(PageFlowStubImpl.java:107)
    at com.bea.portlet.adapter.NetuiActionHandler.raiseScopedAction(NetuiActionHandler.java:111)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:181)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:167)
    at com.bea.netuix.servlets.controls.content.NetuiContent.handlePostbackData(NetuiContent.java:225)
    at com.bea.netuix.nf.ControlLifecycle$2.visit(ControlLifecycle.java:180)

    Hi,
    After looking into the error first i dont think you are enter the right password.
    In case if you are entering the right password then you might not have the necessary admin rights on portal.
    Regards,
    Ramanath

  • Portal Exception

    Hello,
    We are implementing MSS on EP7.0 and when a manager is trying to Approve a Travel Request in the UWL , he gets the following :
    Portal runtime error.
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID: 02:19_14/03/11_0022_4406950
    Refer to the log file for details about this exception.
    When I looked at the NWA Logs , saw the following error:
    02:15_14/03/11_0021_4406950
    [EXCEPTION]
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to parse template &#39;&lt;System.Access.WAS.protocol&gt;://&lt;System.Access.WAS.hostname&gt;/sap/bc/webdynpro/&lt;WebDynproNamespace&gt;/&lt;WebDynproApplication&gt;/;sap-ext-sid=&lt;ESID[url_ENCODE]&gt;?sap-ep-iviewhandle=007&lt;ESID[HASH]&gt;&amp;sap-wd-configId=&lt;WebDynproConfiguration&gt;&amp;sap-ep-iviewid=&lt;IView.ShortID&gt;&amp;sap-ep-pcdunit=&lt;IView.PCDUnit.ShortID&gt;&amp;sap-client=&lt;System.client&gt;&amp;sap-language=&lt;Request.Language&gt;&amp;sap-accessibility=&lt;User.Accessibility[SAP_BOOL]&gt;&amp;sap-rtl=&lt;LAF.RightToLeft[SAP_BOOL]&gt;&amp;sap-ep-version=&lt;Portal.Version[url_ENCODE]&gt;&amp;sap-wd-tstamp=&lt;$TimeStamp&gt;&amp;&lt;FPNInfo[IF_false PROCESS_RECURSIVE]&gt;&amp;sap-explanation=&lt;User.Explanation[SAP_BOOL]&gt;&amp;&lt;StylesheetIntegration[IF_true PROCESS_RECURSIVE]&gt;&amp;&lt;Authentication&gt;&amp;&lt;DynamicParameter[PARAMETER_MAPPING PROCESS_RECURSIVE]&gt;&amp;&lt;ForwardParameters[QUERYSTRING]&gt;&amp;&lt;ApplicationParameter[PROCESS_RECURSIVE]&gt;&#39;; the problem occured at position 310. Cannot process expression &lt;System.client&gt; because Invalid System Attribute:
    System:    &amp;#39;SAP_LocalSystem&amp;#39;,
    Attribute: &amp;#39;client&amp;#39;.
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:125)
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
    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:645)
    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:235)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:541)
    at java.security.AccessController.doPrivileged(AccessController.java:246)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:430)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1060)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    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(AccessController.java:219)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Please help.
    Any help would be highly appreciated.

    Thanks again.
    I enabled the UWL Trace at the place you mentioned and then clicked on the Workitem in the Inbox, now where do I check the actual Trace.?
    Also I changed the Property tag as:
    <Property name="System" value="MY_ECC_SYSTEM_ALIAS_NAME"/>
    Now I get the following dump on clicking the workitem:
    The following error text was processed in system R3Q : Value null of URL parameter SAP_FITV_PERSNO has the wrong type
    The error occurred on application server <Host Name>_R3Q_00 and in work process 1 .
    The termination type was: RABAX_STATE
    The ABAP call hierarchy was:
    Method: GET_REQUEST_INPLUG_PARAMETERS of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: INIT of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: IF_WDR_RUNTIME~CREATE of program CL_WDR_MAIN_TASK==============CP
    Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    Pls help.
    Edited by: SAPEPDeveloper on Mar 15, 2011 8:33 PM

Maybe you are looking for

  • Need info on FSB to DRAM ratio

    I'm looking for information on FSB to DRAM ratio. I've done a search but no luck so far. In most cases I see the ratio at 1:1 but there are others as you may all know. What are the implications if one is at 1:1 versus something else? Thanks

  • Cleared and uncleared items

    Hi, I need to print both the cleared and uncleared items at the footer of the smartform. For this I need to pick dmbtr and zterm fields from BSID and BSAD tables.How can I print the cleared and uncleared items by picking the data from both these tabl

  • Wierd ColdFusion erro : Error occurred while processing request.

    Hi there , I am a graduate student and new to ColdFusion.I started working on this already developed project by someone couple of years ago , and the client wants some changes to be done.so i went ahead and did some small modifications to the appeara

  • Short, basic VB script works on 2003 Server but not on 2012 R2 server

    Hello all, Hopefully I'm posting this in the right place. I have a legacy VB script that I need to keep, but I'm having trouble getting it to work on Server 2012 R2. The script reads a file called "Test.txt" that contains the following string: String

  • What does reformatting do?

    What does reformatting do to your computer if you were to choose this option? Also, if you choose erase, will it erase your whole hard drive? And would that also include OSX?