Creation of Portal iview, with BSP on internal server, call portal external

Hi all,
folowing issue:
we have a test portal link with the internet via apache reverse proxy:
e.g. http://www.xxx.at/irj   is linked with http://cscinternal.csc.com:51000/irj
The portal can be started without any problem.
further we have a bsp applikation on an other internal SAP Server which can be reached with
http://cscinternal02.csc.com:8047.
the server is also listed in the apache reverseproxy list as   http://www.xxx.at/its
The bsp application link: http://www.xxx.at/its/sap/bc/bsp/sap/y_test_pdf_01/main.htm
can be reach via internet without any problem.
The bsp shows an radiobutton list + button, with the button one can show a list in an second window.
so, now i will call this bsp in an iview via portal
01. i tried the "URL iview", result: i can reach the html but on any action the side do nothing
02. i tried to config "iview BSP" BUT .... i have now idea what system i should put in,
     the second sap system is configured but there is the internal name in (i guess) ...
so i'm  newbee in portal things, so i don't know where i can configure a system ...,
BUT beside this, PLEASE can anyone describe me how i can manage this internal BSP
in the portal to call it from external?
thanks a lot
bye Mike

Hi Mike,
Try below steps to make sure your have proper  connection between Portal and  back end SAP system.
1) Create  a system object , Enter required details for "Web Application Server" Properties with below two options
          A) Enter Direct SAP Server details
          Web AS Host Name : cscinternal02.csc.com:8047
          Web AS Path: /its/sap/bc/bsp/sap
          Web AS Protocol: http
         B) Enter apache reverseproxy
          Web AS Host Name : www.xxx.at/its
          Web AS Path:/sap/bc/bsp/sap
          Web AS Protocol: http
2) Create  a  Alias  .  Run the connection test for Web Application Server (WAS). Make  sure  connection tests are successfull
3) Create a  BSP Iview ,
  BSP Definition Type:  Application
  Selct System Alias
  Customer Namespace: sap
  Application NameSpace: sap
  Business Server Page (BSP) Application:  y_test_pdf_01
  Start Page: main.htm
Let me know if  it works.
Thanks
Aravind
Intelligroup

Similar Messages

  • How to add Portal iViews with Web Page Composer

    Hi,
    We are working with Web Page Composer in EP7.0 SP13.
    We are creating web pages and we would need to add Portal iViews into. When we try to add an iView, we cannot select it from Web Content Browser to drop into the web page container.
    How can we add iViews into our web pages?
    Helpful answers will be rewarded!!
    Thanks in advance,
    Samantha.

    Hi,
    See these:
    [http://help.sap.com/saphelp_nw70/helpdata/en/06/4776399abf4b73945acb8fb4f41473/frameset.htm]
    [/message/4414263#4414263 [original link is broken];
    Best regards,
    Avishai Zamir

  • Lyncdiscover reports HTTP 500 Internal Server Error for external users

    Hello,
    I have a problem providing lyncdiscover information for external Lync users. The same address works internal (prompts for file download) so I believe the problem is UAG/TMG providing the site which is not my cup of tea. I have a working external lyncdiscover
    for other domain in the same Lync + UAG/TMG server environment. I have also checked the public DNS records few times and everything should be fine. Firewall also shouldn't be an issue since it reports the internal server error, right? Any suggestions what
    should I check?

    more information based on Lync Autodiscover Web Service Remote Connectivity Test.
    Testing HTTP authentication methods for URL https://lyncdiscover.domain1.com/Autodiscover/AutodiscoverService.svc/root/user.
    HTTP authentication methods successful.
    Additional Details
    Testing HTTP content for URL https://lyncdiscover.domain1.comi/?sipuri=[email protected] has
    token="User".
    HTTP content isn't verified.
     <label for="testSelectWizard_ctl12_ctl06_ctl00_ctl04_tmmArrow">Tell
    me more about this issue and how to resolve it</label>
    Additional Details
    HTTP 200 status received from server, but no token="User".
    Elapsed Time: 203 ms.
    The same result goes for the other domain that provides the lyncdiscover information correctly for external users. It doesn't seem to solve the root cause but might help to understand
    the problem.

  • Read Portal iViews with a webservice

    Hi,
    I need to get all the iViews related to all roles assigned to a requested user.
    My webservice now does the following:
    try{
         String[] roles =UMFactory.getRoleFactory().getRolesOfUser("USER.R3_DATASOURCE."+user,true);
    for(int i=0;i<roles.length;i++){     
         IRole role = UMFactory.getRoleFactory().getRole(roles<i>);
            Userroles<i>= new String(role.getUniqueName());
    }catch(Exception e1){
    I tried with  javax.naming.directory.DirContext but it don't seems to work. Is it possible to do so with a webservice?
    Many thanks
    Antoni Macià

    If you are looking for an example on web service using security, following link has one sample
    http://otn.oracle.com/sample_code/tech/java/web_services/content.html
    Chandar

  • BSP - 500 Internal Server Error  Access via 'NULL' object reference not possible.

    Hello Colleagues, I'm new to BSP maybe someone could help me.
    I’m taking data from a DB table through select an put them into htmlb tables. 
    The layout looks like:
    &lt;htmlb:tableViewColumn columnName="PK_Terms"
    <%--wrapping="true"--%>
    width="50"
    horizontalAlignment = "center"
    verticalAlignment = "middle"
    fixedColumn="true">
    &lt;/htmlb:tableViewColumn>
    After I select the vendor (first table), another table appears with additional Info (see screenshot). I've set the the visible row count to 10 and the data appears without errors, but when I click the next page button or type  page number to see the next 10 rows, following error message appears:
    The ABAP call hierarchy was:
    Method: _ONINPUTPROCESSING of program CL_O2DH4AGZFD1H3VPXDQ9541G8559CP
    Method: %_ONINPUTPROCESSING of program CL_O2DH4AGZFD1H3VPXDQ9541G8559CP
    Method: DO_REQUEST of program CL_BSP_PAGE===================CP
    Method: ON_REQUEST of program CL_BSP_RUNTIME================CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============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
    My select statement:
    if tv_data->row_key is not initial.
    select ekko~lifnr ekko~ekorg as po ekpo~netwr as netwr ekko~bukrs as cc
    ekpo~ebeln    from ekpo join ekko on ekpo~ebeln eq ekko~ebeln
    into corresponding fields of table lt_ek1
    where lifnr eq tv_data->row_key.
    Whats wrong ?

    Hi Pramod,
    we have already checked and maintain also.
    but no use.
    and this user moved to QUA and maintain Personnel number also it is working well in QUA.
    but it is not working in PRD. it is having all authorizations also.
    once we deleted user in PRD and then created in PRD assign all roles but no use.
    we got same error in particular USER only.
    and clear the cache in portal side and browser side also there is no use.
    and PMS documentation update it.but no use.
    what is missing authorization to particular user and how to solve this issue please suggest us.
    regards
    nagendra

  • Why make portal Iview visible or not, contained in a portal page ?

    Hi,
    Within the framework of a gate(portal) SAP, I have to make visible or no Iview.
    This Iview is contained in a page.
    I get back the role (PCD Role) of this page but I do not manage to change the attribute of Iview to make him(it) invisible.
    Here is my code:
    //***********************Code gestion des propriétés de l'IVIEW************************
    try {
         Hashtable env = new Hashtable();
         env.put(
                 Context.INITIAL_CONTEXT_FACTORY,                                                IPcdContext.PCD_INITIAL_CONTEXT_FACTORY);
         env.put(
                 Constants.REQUESTED_ASPECT,
              PcmConstants.ASPECT_SEMANTICS);
         env.put(
              Context.SECURITY_PRINCIPAL,
              request.getUser());
         env.put(
              IPcdContext.PCD_PERSONALIZATION_PRINCIPAL,
              request.getUser());
         InitialContext iCtx = null;
         String pageID = "portal_content/fr.dggn.DIR_DGGN/fr.dggn.DOS_PRT_DEL/fr.dggn.ZPRT_DEL_STANDARD/WRK_AVC_PERSO_MAIN/fr.dggn.WRK_PRT_DEL/fr.dggn.PGE_PRT_DELEG_LISTE_DELEG";
    //je vais rendre visible les iviews                         
         iCtx = new InitialContext(env);
            IPage myPage = (IPage) iCtx.lookup(pageID);
         Enumeration myIviews = myPage.getiViews();
         while (myIviews.hasMoreElements()) {
         Binding bind = (Binding) myIviews.nextElement();
         IiView myIview = (IiView) bind.getObject();
    //on rend invisible l'Iview
         myIview.putAttribute(
              IAttriView.ATTRIBUTE_NAVINVISIBLE,
              IAttriViewValues
              .AVAILABILITY_VALUE_AVAILABLE);
    //on sauvegarde l'Iview moifié
         myIview.save();
         } //fin du while
            } //fin du try
    Can use me and tell me how to arrive at my project ?
    Tank's,
    Regards,
    Florian,

    Florian,
    The property that have to be changed is "Invisible in Navigation Area".
    His ID is : "com.sap.portal.navigation.Invisible"
    <u>But</u> , if I do this change in an iView of page, I've to refresh my Browser for the effect to take effect.
    To avoid this, you should try to change the default value of the parameter "Allow Client-Side Caching" from Yes to No
    Hope this help
    Vincent

  • Why make a portal Iview visible or not, contained in a portal page?

    Hi,
    Within the framework of a gate(portal) SAP, I have to make visible or no Iview.
    This Iview is contained in a page.
    I get back the role (PCD Role) of this page but I do not manage to change the attribute of Iview to make him(it) invisible.
    Here is my code:
    //***********************Code gestion des propriétés de l'IVIEW************************
    try {
         Hashtable env = new Hashtable();
         env.put(
                 Context.INITIAL_CONTEXT_FACTORY,                                                IPcdContext.PCD_INITIAL_CONTEXT_FACTORY);
         env.put(
                 Constants.REQUESTED_ASPECT,
              PcmConstants.ASPECT_SEMANTICS);
         env.put(
              Context.SECURITY_PRINCIPAL,
              request.getUser());
         env.put(
              IPcdContext.PCD_PERSONALIZATION_PRINCIPAL,
              request.getUser());
         InitialContext iCtx = null;
         String pageID = "portal_content/fr.dggn.DIR_DGGN/fr.dggn.DOS_PRT_DEL/fr.dggn.ZPRT_DEL_STANDARD/WRK_AVC_PERSO_MAIN/fr.dggn.WRK_PRT_DEL/fr.dggn.PGE_PRT_DELEG_LISTE_DELEG";
    //je vais rendre visible les iviews                         
         iCtx = new InitialContext(env);
            IPage myPage = (IPage) iCtx.lookup(pageID);
         Enumeration myIviews = myPage.getiViews();
         while (myIviews.hasMoreElements()) {
         Binding bind = (Binding) myIviews.nextElement();
         IiView myIview = (IiView) bind.getObject();
    //on rend invisible l'Iview
         myIview.putAttribute(
              IAttriView.ATTRIBUTE_NAVINVISIBLE,
              IAttriViewValues
              .AVAILABILITY_VALUE_AVAILABLE);
    //on sauvegarde l'Iview moifié
         myIview.save();
         } //fin du while
            } //fin du try
    Can use me and tell me how to arrive at my project ?
    Tank's,
    Regards,
    Florian,

    Florian,
    The property that have to be changed is "Invisible in Navigation Area".
    His ID is : "com.sap.portal.navigation.Invisible"
    <u>But</u> , if I do this change in an iView of page, I've to refresh my Browser for the effect to take effect.
    To avoid this, you should try to change the default value of the parameter "Allow Client-Side Caching" from Yes to No
    Hope this help
    Vincent

  • Event handling in Portal IView of JspDynpage

    Hi All,
    I have created the portal iview with jspdynpage.Can any body tell whether event handling can be performed from the portal iview which is created from the jspdynpage?
    Regards,
    V Karthi

    hi
    check this threads
      Event handling in portal through sap netweaver.
      From creation of JSP page to iView at Portal
    Thanks

  • How to redirect to portal iview from a stand alone webdynpro application

    Hello,
    I need to able to navigate from a standalone webdynpro application, for which I do not want to create Portal iview, to a Portal iview with some data.
    Please let me know how can I pass the string value and how to navigate.
    Thanks,
    Vinit

    Vinit,
    You're walking in circles. There is no magic answer to this problem. Web Dynpro is not an application of communication / interface with other applications, but a presentation layer for the user.
    To perform this procedure interaction (simulating an ajax) you will need to use a middleware interface (CAF, EJBs, or any other technology that communicates directly with the Web Dynpro), or use the version 7.2 of Web Dynpro (maybe that solves their problems).
    If only the external page you need to open did not have the user interaction (just loading and returning information) you could consume it like a WebService.
    without more,
    Angelo

  • Forms Builder Starting With 500 Internal Server Error

    Hi, 
    I'm having a problem while starting Forms Builder from portal. It gives 500 : internal server error.
    When I start the check tool it stops in step "XML Forms Builder Jar Download" saying /irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/etc/xmlforms/km.appl.xmlforms.xfbuilder_core.jar  is unsigned.
    When I open java console with trace level 5, the log is as follows :
    <i>
    Trace level set to 5: basic, net, security, ext, liveconnect ... completed.
    Registered modality listener
    Invoking JS method: document
    Invoking JS method: URL
    Referencing classloader: sun.plugin.ClassLoaderInfo@1abcd9b, refcount=1
    Loading applet ...
    Initializing applet ...
    Starting applet ...
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    20.Tem.2007 02:58:02 - (WARN) (Client) com.sapportals.wcm.app.xfbuilder: could not load User settings: Cannot find resource C:\Documents and Settings\Administrator\.xfbuilder\usersettings.properties
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings_tr.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings_tr.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings_tr_TR.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings_tr_TR.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings_tr_TR.properties with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/ProjectSettings_tr_TR.properties with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings_tr.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings_tr.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings_tr_TR.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings_tr_TR.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings_tr_TR.properties with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/GlobalSettings_tr_TR.properties with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar_tr.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar_tr.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar_tr_TR.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar_tr_TR.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar_tr_TR.properties with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/toolbar_tr_TR.properties with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu_tr.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu_tr.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu_tr_TR.class with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu_tr_TR.class with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu_tr_TR.properties with no proxy
    Connecting http://myserver/irj/go/km/docs/etc/xmlforms/com/sapportals/wcm/app/xfbuilder/client/config/contextmenu_tr_TR.properties with cookie "j_authscheme=basicauthentication; saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    20.Tem.2007 02:58:04 - (WARN) (Client) Property Manager: Could not load dataTypes
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with no proxy
    Connecting http://myserver:80/irj/servlet/prt/portal/prtroot/com.sap.km.cm.xfbuildernull with cookie "saplb_*=(J2EE19173900)19173950; PortalAlias=portal; JSESSIONID=(J2EE19173900)ID1681084750DB11657007504696465989End; SAPWP_active=1"
    Modality pushed
    Modality popped
    20.Tem.2007 02:58:05 - (WARN) (Client) com.sapportals.wcm.app.xfbuilder.client.data.DataObjectFactory: Could not load dataTypes
    Invoking JS method: execScript
    Invoking JS method: evalIntermediateValueToReturn
    </i>
    Does anyone have an idea about how to start Forms Builder correctly?
    Regards,
    Bar&#305;&#351;
    Message was edited by:
            Baris Buyuktanir

    Hi,
    In KM Content goto /etc/xmlforms/km.appl.xmlforms.xfbuilder_core.jar and download the file to local files system.
    Now open the jar file with winrar/winzip and open META-INF folder, there you should find <b>SAPPortalsCertificate.SF</b> and <b>SAPPortalsCertificate.RSA</b> files.
    If these files exist in META-INF folder, then you jar is signed and if not unsigned. For security reasons classloader does not allow to open unsigned jars as some other jars in classpath are signed.
    So if these files not present in META-INF folder, then replace the corrupt km.appl.xmlforms.xfbuilder_core.jar file with file that works on some other server.
    Greetings,
    Praveen Gudapati

  • 500 Internal Server Error - Web Dynpro Content Administrator

    500 Internal Server Error - Web Dynpro Content Administrator  
    Any help would be really appreciated...
    I was trying to create/Maintain JCo destions on Web Dynpro Content Administrator caught up with the 500 Internal Server Error
    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).
    For further information about the Web Dynpro error page, error analysis and a description of well-known error situations, see SAP note 1113811.
    Root Cause
    The initial exception that caused the request to fail, was:
    java.lang.NullPointerException
    at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.checkStatus(SystemLandscapeFactory.java:869)
    at com.sap.tc.webdynpro.serverimpl.core.sl.AbstractSystemLandscapeFactory$1.checkStatus(AbstractSystemLandscapeFactory.java:310)
    at com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscape.checkStatus(WDSystemLandscape.java:483)
    at com.sap.tc.webdynpro.tools.explorer.JCOConnectionsDetails.updateJCOClientStatus(JCOConnectionsDetails.java:534)
    at com.sap.tc.webdynpro.tools.explorer.JCOConnectionsDetails.addJCOClientToList(JCOConnectionsDetails.java:750)
    ... 73 more

    Possible Reasons:
    1. Some fields for the backend system used to setup the JCO destination are not updated properly (i.e.
    empty) in SLD.
    2. Ensure that the SLD is setup properly. Click on the u201CTest Connectionu201D to check that the SLD is up and running.
    Check section "NullPointerException in the trace when maintaining JCO destinations" in below SDN document:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f3f93ee7-0c01-0010-2593-d7c28b5377c2 (Adaptive RFC- Troubleshooting Guide)
    Edited by: Anagha Jawalekar on Jun 25, 2009 9:11 AM

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

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

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

  • UWL 500 Internal Server Error

    We are facing UWL application "500 Internal Server Error" in external facing .com portal. The same application is working without any issue in internal .net URL.
    Below is the error message.
    The Web Dynpro application 'UWL' has expired. Restart the application. Choose 'Refresh' in the iView tray or use the browser 'Refresh' button to restart the iView
    Landscape:
    SAP EP 7.01, F5 Loadbalancer and Siteminder Proxy Server (We are not using SAP Web Dispatcher).
    During this error in external .com URL, I looked into HTTP watch log and found cookie is sent to one J2EE server and Received from another J2EE server. Below is the log.
    saplb_*         Sent           (J2EE414608600)414608650             path          /webdynpro/dispatcher/
    saplb_*         Received   (J2EE414608600)414608651             path          /webdynpro/dispatcher/
    In the internal .net URL, we are not seeing the above format. It is just sent cookie.
    saplb_*         Sent           (J2EE414608600)414608652             path          /webdynpro/dispatcher/
    We also found in the F5 loadbalancer log Siteminder proxy server is changing the name "cookie" from lowercase to uppercase "COOKIE". Not sure where the issue is.
    Thanks,
    Padmanaban

    Hi Padmanaban,
    You have already analyzed the issue, the reason is that the request is not going to the server it should go. A jsession is opened on the first request and on the second request, when the same server should be reached, it is not, but it awaits the living session (but this is living on another node).
    At least it seems that F5 balances all right, at least the same server is addressed (but there, the wrong node). The change of the "cookie" entry might very well be the root cause for this.
    So, you have to fix this... As it is no SAP product, I cannot give you details about how to perform this...
    Hope it helps
    Detlev

  • 500 Internal Server Error in FiletoFile Scenario

    Hi All,
    Here we are doing FiletoFile Scenario but not on our Central Instance we are using LocalPlainJ2SE Adapters for both sender and receiever so we configured PlainJ2SEFile Adapters in both ends.In the ID of XI i configured th *XI recievr adapter* and *haven't configured any sender adapter or sender agreements.*
    *I did only RecievrAgreements,Recvr determination,InterfaceDetermination*.
    But
    When we test the scenario file is getting pickedp by the PlainJ2SE file Adapter and also sent to the XI (IS) but we are getting an error in the SXMB_MONI saying that
    *<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>*
    *- <!--  Call Adapter*
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>
      <SAP:P1>500</SAP:P1>
      <SAP:P2>internal server error: java.lang.NullPointerException</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText><html> <head> <title>Transport Service Error</title> </head> <body> <h1>HTTP/1.0 500</h1> <h3>internal server error: java.lang.NullPointerException</h3> </body> </html></SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>HTTP response contains status code 500 with the description internal server error: java.lang.NullPointerException Error while sending by HTTP (error code: 500, error text: internal server error: java.lang.NullPointerException)</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Kindly give me some suggestions ??
    Thanks,
    Kalyan.

    >
    Kalyan chakravarthy p wrote:
    In the ID of XI i configured th XI recievr adapter and haven't configured any sender adapter or sender agreements.
    >
    > I did only RecievrAgreements,Recvr determination,InterfaceDetermination.
    Why didn't you configure Sender Adapter and Sender Agreement ?
    I am asking this since, the sender file adapter type determine the payload of the message based on their configuration. The information about the fields of the message header is determined from the corresponding sender agreement for the communication channel. Also the information from the sender agreement is used to construct the address header of the message.Moreover information from the adapter configuration in the sender channel is required for successful inbound processing.
    Is it still possible to process message from a file without going for  file adapter and SA ??

  • Internal server error while logging .

    Hi Team ,
    we are using Apps 12.0.4 & Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi and running PMF module.
    It is a two node architecture with db running on one node and CP,FORMS,admin , web on the other node.
    The db node is having 4 CPUS and 8GB RAM which i suppose is very less and needs to be upgraded.
    There are approx 261 apps users and size of db is 800GB.
    on an average we have 300 sessions at a given time.
    We are receiving intermittently the below errors in the error logs on the Apache.
    [Fri Feb 1 15:29:54 2013] [warn] [client 147.149.2.71] oc4j_socket_recvfull timed out
    [Fri Feb 1 15:29:54 2013] [error] [client 147.149.2.71] [ecid: 1359732293:10.187.132.70:26522:0:33,0] mod_oc4j: request to OC
    4J rdl08956app0XXXX.XXXX.21500 failed: Connect failed
    and the page is erroring out with the message
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    Can you please let me know what can be the issue here .
    Regards,
    Atif

    Hi ,
    Please find the below exctract from the logs . I hope this helps .
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:662)
    13/02/07 07:52:39.590 html: OABodyBean, localName='body': Could not find partial target: BundleSrchRsTBRN1
    13/02/07 07:52:39.590 html: OABodyBean, localName='body': Could not find partial target: BBSrchRsTBRN
    13/02/07 07:52:39.590 html: OABodyBean, localName='body': Could not find partial target: rowLayout2
    13/02/07 07:52:39.590 html: OABodyBean, localName='body': Could not find partial target: PSTNSrchRsTBRN
    13/02/07 08:27:44.974 html: chain failed
    com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpIOException: Broken pipe
    13/02/07 10:46:38.671 html: BodyBean, localName='body': /apps/apps_home/tech_stack/10.1.3/uix/OA_HTML/cabo/
    13/02/07 10:46:38.671 html: BodyBean, localName='body': Please install the UIX installable resource files under one of these directories. Or, set the oracle.cabo.ui.sharedContextPath system property to point to the location of your UIX installable resource files.
    13/02/07 11:16:27.69 html: Broken pipe
    13/02/07 11:16:27.69 html: Servlet
    13/02/07 11:51:18.956 html: OABodyBean, localName='body': Could not find partial target: RequiredRelease11
    13/02/07 11:51:18.959 html: chain failed
    com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpIOException: Broken pipe
    at oracle.jsp.runtime.OracleJspRuntime.extraHandlePCFinally(OracleJspRuntime.java:1910)
    at OA.jspService(_OA.java:258)
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.5.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:662)
    13/02/07 11:51:18.960 html: Servlet error
    java.io.IOException: Broken pipe
    at sun.nio.ch.FileDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.
    13/02/07 12:55:46.706 html: OABodyBean, localName='body': Could not find partial target: RequiredRelease11
    13/02/07 13:11:32.763 html: Broken pipe
    13/02/07 13:11:32.764 html: Servlet error
    java.io.IOException: Broken pipe
    at sun.nio.ch.FileDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:72)
    at sun.nio.ch.IOUtil.write(IOUtil.java:43)
    at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
    at java.nio.channels.Channels.writeFullyImpl(Channels.java:59)
    at java.nio.channels.Channels.writeFully(Channels.java:81)
    at java.nio.channels.Channels.access$000(Channels.java:47)
    at java.nio.channels.Channels$1.write(Channels.java:155)
    at com.evermind.server.http.AJPOutputStream.endRequest(AJPOutputStream.java:117)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:317)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:662)
    13/02/07 13:11:33.132 html: Broken pipe
    13/02/07 13:11:33.132 html: Broken pipe
    13/02/07 13:11:33.132 html: Broken pipe
    13/02/07 13:11:33.133 html: Broken pipe
    13/02/07 13:11:33.133 html: Broken pipe
    13/02/07 13:11:33.133 html: Servlet error
    java.io.IOException: Broken pipe
    Regards,
    Atif

Maybe you are looking for

  • One Note on Macbook Pro?

    I am dying to get a MacBook Pro, but does anyone know if there is any way that I can use One Note?? I know the latest version of Office seems to have left it out. Are there any plans to include it on the 2012 version? And also, I saw there is an app

  • Retrieve members of group in Active Directory

    Anyone who knows how to retrieve all the members of a group in AD? We have a single sign on using AD accounts but I want to specify users that will be given access using security group if AD. I've tried to list all the groups and determine the member

  • Plain J2SE Adapter Engine - SOAP Adapter

    Which reasons are there for using the soap adapter at the plain j2se adapter engine instead of the soap adapter at the central adapter engine (XI 3.0)? Which benefits are there? Which cases are known?

  • Condition Based Popup

    Hi Everyone I have a page A.htm where details about Business Partner are being asked by the client including BP Number My requirement is that if the BP Number is already existing in but000 table then i should get a popup saying the the BP Number is a

  • Why is my CS6 Adobe Bridge SO Sloooooooow? It has become unusable I have deinstalled it and reinstalled. NO VIRUS, NORTON'S REPORT.

    t has become unusable I have deinstalled it and reinstalled. NO VIRUS, NORTON'S REPORT.I am a drag racing photographer, shoot RAW exclusively and thouands of photos. Right now I'm switching to Corel' s After Shot 2 so I can ge my photos processed. HE