WebIOException on custom B2B vanilla

Hi gurus,
in order to create 2 custom B2B projects, we created another custom B2B, named B2B_xyz without sources' modifications, to evaluate the correct creation of track, import into NWDS and finally the deployment.
Our CRM is a 7.02 and we followed all SAP documents that we found.
Now we deployed B2B_xyz and we can see it with URL: http://<hostname>:<port>/PB2B5_xyz.
The Administration Console (http://<hostname>:<port>/PB2B5_xyz/admin) works fine, but when we go on XCM page we have this message error:
ISA Framework: com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException: Internal error while parsing JSP page [/usr/sap/AJS/JC12/j2ee/cluster/server0/apps/sap.com/B2B_xyz/servlet_jsp/B2B_xyz/root/admin/xcm/MainConfig.jsp].
We made the same operation also with the original B2B and it works fine, so we think that the custom B2B has some parameters wrong.
Can someone help us?

On reading the log I found this error:
application [B2B_xyz] Runtime error in compiling of the JSP file </usr/sap/AJS/JC12/j2ee/cluster/server0/apps/sap.com/B2B_xyz/servlet_jsp/B2B_xyz/root/admin/xcm/MainConfig.jsp> !
The error is: com.sap.engine.services.servlets_jsp.lib.jspparser.exceptions.JspParseException: Cannot parse custom tag with short name [encodeHiddenFormField].
Caused by: java.lang.ClassNotFoundException: com.sap.isa.dependencies.xsrf.tags.EncodeHiddenFormFieldTag
Some ideas?

Similar Messages

  • Is it possible to develop 2 version of custom B2B webshop in one Track?

    Hello everyone, need your help again:
    I have a requirement  to develop two versions of custom B2B web shop (driven by security roles).  My questions are: 
    Do I need 2 Tracks for developing 2 version of custom B2B webshop?  If not, how to develop 2 custom version in one Track? Could you please advise what's the best approach?
    Thanks, Jin

    Sorry posted twice

  • Custom B2B apps in VPP $9.99 minimum price per app/user instance or just entire purchase?

    For custom B2B apps purchased under the VPP, is the $9.99 minimum the price per installed app instance (i.e. per user) or per app developed? In other words, does a customer with 100 users buying just a single app from me pay at least $9.99 or at least $999? Thanks!
    Will

    Using that terminology, what I'm looking for is the minimum cost is for my customer for, say, 100 copies of a single app.  Is it $999 or $9.99 (or something else)?  I cannot get a straight answer from any of the Apple documentation, which dances around this distinction.
    In case it's not clear, I'm trying to minimize my customer's cost.  I'd really prefer to give the app to them for free, but it sounds like that is not possible within the B2B program.  I realize I could post a free app on the App Store, but I'm looking to limit distribution and potentially customize my app for each customer.
    The Enterprise developer program is also not an obvious choice, because again my customer pays, and it's unclear if they can even receive apps I develop through that program.  Again, the Apple documentation is very unclear.
    Thanks again,
    Will

  • Apple Volume Purchase Program / custom B2B app

    Hi, people
    Is there DPS Professional account suitable to produce custom B2B app to Apple Volume Purchase Program?
    I'm reading about this options in apple website, but I would like to know the opinion´s forum about this feature.
    Best Regards,

    Kathleen, is "gifting" an app an option in Belgium?
    http://ipad.about.com/od/iPad_Guide/ss/How-To-Gift-An-Ipad-App.htm

  • E-Commerce 5.0 Custom B2B Application changes are not reflecting on screen

    <h5>Hi Experts,
    I am currently working  the E-Commerce for ERP project. Part of that I am customizing some of standard screens. I was able to indentify JSP, .Properties, .XLF files where I can change Header name (startpage.header),  Shop Name (b2b.jsp.applicationName) etc . I am following the SAP help guide (How Tou2026 Create Custom Application in E-Commerce 5.0.pdf).
    Below are the steps I completed so far
    1)     Created a custom track in NWDI
    2)     Added dependency SC components
    3)     Check in & Imported to development tab
    4)     Imported track in to NWDS
    5)     Created custom DC (J2ee Enterprise Application) under CRMCUSTPRJ SC
    6)     Created copy files from the standard application crm~b2b to our custom application home/b2b_xyz
    7)     Added used relationship between Add a used relationship between the New DC(B2B_XXX) and the Web DC (crm/isa/web/b2b )
    8)     Added relationship between Web DC (crm/isa/web/b2b )and Ext DC (crm/home/shr/ext )
    9)     All above tasks are added to NWDI Activity
    10)     No Build error etc.
    11)      Deployed in to DEV Server and able to access Shop Front and Shop Amin (SCM) screens successfully (Went everything smooth till this step)12)      Now I modified Shop Header and Application name Key/Values in crmb2bresources_en.properties, crmb2bresources_en.xlf of NDI_XXXXXX_Dcrmisawebb2b~sap.com DC
    13)      Rebuild crmisawebb2bsap.com
    14)      Import Used DCu2019s in custom B2B_XXX Project, Rebuild and Deploy
    15)      Restart B2B_XXX custom application in Visual Administrator- Deploy  JDBC
    After all above steps I am expecting to see the shop header and Application Name in my shop. But It wasnu2019t happened.
    I also checked in and activated my activities in NWDI. And my NWDI track
    auto-deploy is on . I believe I donu2019t need to release my NWDI activities to Test.
    Please help me with your inputs.
    Thanks
    Aravind
    <h5>
    Edited by: Aravinda Boyapati on Nov 5, 2010 5:12 PM

    Hi
    Please check  the following for NWDI system
    http://ip:port/TCS/Deployer
    Check deployment status of your request id.
    You can also see the build or deployment errors.
    Regards,
    Sumit

  • Is it possible to develop custom b2b and b2c application within same NWDS.

    is it possible to deploy b2b and b2c application within same NWDS.if not what all changes i have to make..?

    Hi,
    I am taking the original standard application SDA file format.extracting it.
    Create a Enterprise Application Project in Net Weaver Developer Studio (NWDS) and name it is as "ZLC_SERVICE" as the application name is ZLC_SERVICE.
    Create a Web Module Project in Net Weaver Developer Studio(NWDS) and name it is as "sap.comcrmisawebZLC_SERVICE"
    The NWDS will have two projects ZLC_SERVICE and sap.comcrmisawebZLC_SERVICE.
    Now Right Click on the EAR project and click "Add Modules". Select the Web Module Project and click ok
    1.Copy the war file  extracts into webContent folder of Web Module Project except WEB-INF and META-INF.
    2.Copy all the files of WEB-INF into WEB-INF folder of Web Module Project.
    3.Copy all files META-INF file which is out side the war file  into META-INF folder of EAR Application Project.
    4.Refresh the work space.
    Open application.xml file and replace the application tag with this.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN' 'http://java.sun.com/dtd/application_1_3.dtd'
      >
    <application>
      <display-name>crm~ZLC_SERVICE</display-name>
      <description>EAR description</description>
      <module>
        <web>
          <web-uri>sap.comcrmicsswebZLC_SERVICE.war</web-uri>
          <context-root>ZLC_SERVICE</context-root>
        </web>
      </module>
    </application>
    After building both web and enterprise application.I deploed Ear file in server.
    then it is throwing deployemtn aborted.
    Error Description:development component 'crm~ZLC_SERVICE'/'sap.com'/'localhost'/'2010.07.15.06.16.00'/'0':
    Caught exception during access of archive
    "/usr/sap/CD2/DVEBMGS02/SDM/root/origin/sap.com/crm~ZLC_SERVICE/localhost/0/2010.07.15.06.16.00/temp25686ZLC_SERVICE.ear":java.lang.RuntimeException:
    ERROR: Cannot initialize EARReader: Error while initializing Extended Ear Reader using file: /usr/sap/CD2/DVEBMGS02/SDM/root/origin/sap.com/crm~ZLC_SERVICE/localhost/0/2010.07.15.06.16.00/temp25686ZLC_SERVICE.ear.
    Reason: The following archives that aredescribed in the ear descriptor are not found in the ear:      sap.comcrmicsswebZLC_SERVICE.war,
    Please check the ear content.Exception is: (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).null)
    Thanks & Regards,
    Chinamaya

  • Submitting a Custom B2B App for internal use

    I wonder what is the process to submit an internaly developped App to employees having a company iPhone or iPad ?

    You'll need an Enterprise DPS and developer account.

  • Error in JSP's for custom project created for SAP-SHRAPP crm/isa/web/b2b

    Hi All,
    we have NWDS 7.3, NWDI 7.3, JDK 1.6.
    Imported the track, created a new custom b2b project. Added the corresponding dependencied on the project folders.
    On build of the custom project, build was finished with some warnings. The depolyment was completed successfully.
    We are able to open the XCM settings of the custom project. And even the application for the custom project is running fine, ordes are being saved, without any error.
    However, when i open any JSP say order.jsp. It has some set of warnings and errors. The error description says ISACORE jar file is not accessible.
    Kindly help, how to solve this issue?
    Thanks
    Ekta
    PS. example of one of the error
    Access restriction: The type OrderChangeUI is not accessible due to restriction on required library D:\NWDS
    \eclipse\workspace.jdi\0\DCs\sap.com\crm\isa\isacore\_comp\gen\default\public\default\lib\java
    \sap.com~crm~isa~isacore~default.jar
    when i go to this location the JAR file is available.

    all the SC are of version 7.01
    Thanks!
         ED7
    o SAP_JTECHS.sca     sap.com      SAP_JTECHS      7.02 SP8 (1000.7.02.8.1.20110704191740)
    o SAP_BUILDT.sca     This is DTR component it will be in NWDI(DI BUILD TOOL)
    o SAP-JEE.sca     sap.com      SAP-JEE      7.02 SP8 (1000.7.02.8.1.20110705065623)
    o SAP-SHRJAV.sca
         SAP SHARED JAVA COMP. 7.01//
    SAP-SHRJAV      701 SP4 (1000.701.0.4.6.20110722065102)
    o SAP-SHRWEB.sca
         SAP SHARED WEB COMPONENTS//
    SAP-SHRWEB      701 SP4 (1000.701.0.4.6.20110722073940)
    o SAP-SHRAPP.sca
         sap.com      SAP-SHRAPP      701 SP4 (1000.701.0.4.6.20110722064714)
    o SAP-CRMJAV.sca
         CRM JAVA COMPONENTS 7.01//
    SAP-CRMWEB      701 SP4 (1000.701.0.4.6.20110722064233)
    o SAP-CRMWEB.sca
         CRM JAVA WEB COMPONENTS 7.01///
    SAP-CRMWEB      701 SP4 (1000.701.0.4.6.20110722064233)
    o SAP-CRMAPP.sca
                        sap.com      SAP-CRMAPP      701 SP4 (1000.701.0.4.6.20110722063254)
    o SAP-CRMDIC.sca
         sap.com      SAP-CRMDIC      701 SP4 (1000.701.0.4.6.20110722063636)
    o SAP-IPCMSA.sca
         CRM IPC MOBILE 7.01///
    SAP-IPCMSA      701 SP4 (1000.701.0.4.6.20110722064529)
    o STRUTS.sca
         This was for only CRM 5 I think you should ignore this SC    Note 917001 - XCM configuration failes on OS/400
    o TEALEAF.sca     This was for only CRM 5 I think you should ignore this SC   Note 900660 - TeaLeaf RealiTea Version 4.5 for CRM 5.0

  • Create Custom Application E-Commerce B2B with IPC

    Hello,
    I  created a custom E-commerce application with NWDI. I followed the very clear "How-to_Create_Custom_Application_In_E-commerce" document of Hari Ravu. All steps has been done successfully. I applied the XCM files of my B2B standard application.
    <p>
    When I don't set "IPC use", my custom B2B application work well in my laptop J2EE engine (I use NWDS workplace for the development) and after deploiment.
    <p>
    But when I select "IPC use" (in the XCM and the shopadmin),  an exception is raised when I browse in the catalog.
    For information the b2b standard application work well with IPC. No error is detected in local and in my developement server.
    <p>
    It seems to be an issue with the IPC class dependencies but I didn't solve  the pb. In the document of Hari Ravu, no detail has be done concerning IPC dependencies.
    <p>
    I found some thread about the pb with IPCintegration with the B2B custom appli, , but these threads don't provide the solution
    <p>
    I have to use IPC for the pricing and product configuration for my project, so if somebody can help me..
    <p>
    Thank you
    <p>
    ERROR LOG ********************************************************************************
      ISA Framework: java.lang.NoClassDefFoundError: com/sap/msasrv/socket/shared/ErrorCodes -
    Loader Info -
    ClassLoader name: [sap.com/b2b_thys1] Parent loader name: [Frame ClassLoader] References: common:service:http;service:servlet_jsp service:ejb common:service:iiop;service:naming;service:p4;service:ts service:jmsconnector library:jsse library:servlet common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl library:ejb20 library:j2eeca library:jms library:opensql common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore interface:resourcecontext_api interface:webservices interface:cross interface:ejbserialization service:jms_provider service:apptracing library:com.sap.km.trex.client library:crmtealeaf library:com.sap.mw.jco library:sapxmltoolkit library:com.sap.mona.api library:com.sap.tc.Logging library:com.sapportals.htmlb library:ilog.rulesilog sap.com/com.sap.jdo library:com.sap.util.monitor.grmg library:com.sap.util.monitor.jarm library:core_lib library:tcjmx service:tcsecsecurestorageservice service:tcsecdestinationsservice interface:tcsecdestinationsinterface service:applocking library:crmtclibcorelib Resources: C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcpersmodelassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\struts.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\commons-logging.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisasmartstreamassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmipcipcassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmipcipccoreassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtccontractassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\commons-lang.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\struts-legacy.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\commons-validator.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisaauctionb2xassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\commons-fileupload.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisashopadminassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtccampaignassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmipcipcpricingassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\commons-beanutils.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcuserassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisaisacoreassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcappbaseassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\work C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisaadvisorassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisaisacorer3assembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\classes C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcpcatapiassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\src.zip C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcschedulerassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcperstransformassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtccoreassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcxcmadminassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcpersrtassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisaisacatassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\commons-digester.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisabasketdbassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisalwcassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtccatalogassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisauserr3assembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\commons-collections.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisaauctionbaseassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmipcipcboassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisapersonalizationassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcecommercebase~assembly.jar
    Loading model: {parent,references,local} -
    The error occurred while trying to load "com.sap.spc.remote.client.ClientException". com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:401) java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) com.sap.spc.remote.client.object.IPCException.<init>(IPCException.java:29) com.sap.isa.businessobject.ipc.imp.DefaultIPCBOManager.createIPCClient(DefaultIPCBOManager.java:297) com.sap.isa.backend.r3base.ipc.ServiceR3IPC.getIPCClient(ServiceR3IPC.java:128) com.sap.isa.backend.r3.salesdocument.rfc.WriteStrategyR3.setIPCInformation(WriteStrategyR3.java:335) com.sap.isa.backend.r3.salesdocument.rfc.WriteStrategyR3.setConfigurationInfo(WriteStrategyR3.java:193) com.sap.isa.backend.r3.salesdocument.rfc.CreateStrategyR3.callRfcSd_SalesDocument_Create(CreateStrategyR3.java:766) com.sap.isa.backend.r3.salesdocument.rfc.CreateStrategyR3.simulateDocument(CreateStrategyR3.java:301) com.sap.isa.backend.r3.salesdocument.QuotationR3.simulateInBackend(QuotationR3.java:300) com.sap.isa.businessobject.quotation.Quotation.simulate(Quotation.java:150) com.sap.isa.isacore.action.order.MaintainBasketSimulateAction.basketPerform(MaintainBasketSimulateAction.java:216) com.sap.isa.isacore.action.order.MaintainBasketBaseAction.isaPerform(MaintainBasketBaseAction.java:999) com.sap.isa.isacore.action.IsaCoreBaseAction.ecomPerform(IsaCoreBaseAction.java:343) com.sap.isa.isacore.action.EComBaseAction.doPerform(EComBaseAction.java:353) com.sap.isa.core.BaseAction.execute(BaseAction.java:211) org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484) com.sap.isa.core.RequestProcessor.processActionPerform(RequestProcessor.java:674) org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) com.sap.isa.core.RequestProcessor.process(RequestProcessor.java:391) org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) com.sap.isa.core.ActionServlet.process(ActionServlet.java:243) org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321) com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377) org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069) org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455) com.sap.isa.core.RequestProcessor.processForwardConfig(RequestProcessor.java:267) org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279) com.sap.isa.core.RequestProcessor.process(RequestProcessor.java:391) org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) com.sap.isa.core.ActionServlet.process(ActionServlet.java:243) org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:117) com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:62) com.tealeaf.capture.LiteFilter.doFilter(LiteFilter.java:98) com.sap.isa.isacore.TealeafFilter.doFilter(TealeafFilter.java:61) com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:58) com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:384) com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386) com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364) com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039) com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265) com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175) com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) java.security.AccessController.doPrivileged(Native Method) com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104) com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

    Hello Pradeep, <p>
    I am trying to configure the "Single session Trace" (OSS Note 1090753) but I am not able to see the second Tabs 'Single Session trace"
    when I select the logging link in the Administration console of my application.
        - I modified as described the  attribut  "ForceSingleTraceFile" in the visual Admin. 
        - I modified the appinfo and logFileDownload attributs to TRUE in the XCM
        - I rebooted the cluster
    Extract of OSS note 1090753
    4. Choose the 'Logging' link.
    a page with two tabs 'Log Configuration' and 'Session Tracing' is displayed.
    The Session Tracing doesn't appear for me !!
    do you not why I am not able to see the Single session trace ?
    Currenty, the only way is to retrieve trace in the file defaultTrace10.log.  (see my previous log capture)
    Thanks for your help

  • Upgrade Custom NWDS B2B project

    Hello all,
    I have created a custom B2B project in NWDS (we are not using NWDI!).
    The question came up. When we upgrade or deploy a new b2b patch how can we upgrade the custom project (without replacing the jsps manually)?
    Thanks
    Ismail

    May be you can use all the time and resources you saved by not implementing the NWDI for comparing the differences in every JSP 
    Just kidding.
    - Install the standard new code in a different root node, and use a File Compare or Directory Compare software like Beyond Compare to compare the new patch / version with the latest custom version. Many compare software has merge feature too . Beyond Compare has a very nice 3 way merge.
    - Another way could be to use a nice version control software. After checking in the last known custom version, load the patch or new version in your client (laptop) then do a compare of each file. Some version controls actually give you a report on the differences - very similar to Beyond Compare but with in version control.
    But, think of this. If you have even a medium size development group, source code control will be a nightmare without a proper version control. So you need a new software, license, resource to maintain them. You need someone to take care of the change control (all the builds and deploys). To make sure that the patch files are in the developer's machine, the system landscape etc. To make sure of whether the system that is being deployed has the right version of the jar or not. And more...
    Hindsight, all the trouble for what? Don't we all know that NWDI has all these features built-in?
    Easwar Ram
    http://www.parxlns.com

  • Private app distribution: dev version / testflight / adobe content viewer / b2b distribution

    Hi Adobe Community!
    I am finalizing an app for my company that is supposed to be distributed only among our distributors. Apple rejected my Enterprise inquiry since our distributors are not our employees. I wanted to sum up my distribution options now and ask you for feedback. I do not plan to use App Store.
    1. B2B distribution through apple
    I can distribute custom b2b app through Apple, but it is available only in few european countries and this does not cover our needs since we cannot supply to all distributors. Also the process looks very complicated and I'd like to not use it.
    2. Adobe Content Viewer distribution
    If I tell my customers to download Adobe Content Viewer and sign in with my Adobe ID, the newest version of folios will be automatically downloaded to their devices?
    Also on Adobe website it is stated that my folios should be automatically uploaded to Adobe servers - but they are not. From what I read on the forums I understood that it is only available to Creative Cloud subscribers, is it right? If I subscribe will I be able to use this way for as many users I want?
    3. Developer version
    Finally I know that I can distribute dev version. I will have to register devices UDIDs but they will expire (after what time?) and how many UDIDs can I register (I read in different places that I can have 50 or 100 testers).
    4. TestFlight
    What I undestood so far is that facilitates developeloper version distribution, but wouldn't I be able to use this tool to go around UDIDs expiration?
    Thank a lot!

    With DPS enterprise and Apple enterprise account, you can built and deploy enterprised signed app internally within your organisation. Create the app, deploy and host it internally, so anyone who has access to the link can download the app. Not sure if Apple terms allows your distributors from outside your organisation to access and download the app hosted internally within your organisation, check that with Apple.
    If Apple terms does not allow, then you can use DPS restricted distribution method to deploy the app on the Appstore, but allow someone access to the content only if they are authenticated via the app, called direct entitlement or restricted distribution. Go here for details: Using restricted distribution with Digital Publishing Suite
    Signing in to ACV does not automatically download the latest folio. Your folios are always uploaded on Adobe servers, you cannot host it somewhre else. Anyone can create, upload folios and see the folio in the Adobe Content Viewer. But publishing the folio to be available in an app requires DPS subscription.
    You can register upto 100 UDID's on Apple dev portal. I don't think the UDID's expires so long as your Apple Dev account is active but the certificates expires exactly one year from the day it was generated.

  • Oracle B2B 11g question about pulling data from remote TP sftp server

    Hi,
    We would like replace our custom b2b solution with oracle b2b, but without resulting much changes in remote TP side. To do that the following issues are to be resolved.
    1) in the existing custom b2b, host tp is pulling data from remote TP location. How does oracle b2b pull data from remote location using sftp(AS1 1.1)? Oracle document says that by using global listening channel, we can make oracle b2b listen to the sftp server? Is that correct? Is there any sample about how to configure and test it.
    2) For outbound file we would like to preserve the file name. If you use sftp for sending the file out, is it possible to preserve the filename?
    3) Some incoming files which are datafiles , does not have any identification pattern. Is there any other way to identify the document type? For example from which location we are pulling the file can tell us the document type.

    1) in the existing custom b2b, host tp is pulling data from remote TP location. How does oracle b2b pull data from remote location using sftp(AS1 1.1)? Oracle document says that by using global listening channel, we can make oracle b2b listen to the sftp server? Is that correct? Is there any sample about how to configure and test it. I am not sure what do you mean by AS1 1.1 but yes, SFTP is supported in Oracle B2B and if you want to poll a SFTP location, then you need to create a listening channel in Oracle B2B. For creating a listening channel, please refer -
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10229/bb_listen_chan.htm#BAJJICJJ
    2) For outbound file we would like to preserve the file name. If you use sftp for sending the file out, is it possible to preserve the filename?Yes, it is possible. There is a setting "Preserve Filename" in transport protocol parameter of a SFTP channel which should be enabled for this purpose.
    3) Some incoming files which are datafiles , does not have any identification pattern. Is there any other way to identify the document type? For example from which location we are pulling the file can tell us the document type. In case of FTP/FILE/SFTP, file name can be used to pass document type and revision information to Oracle B2B. Please refer "Filename format" setting on the above mentioned link.
    I figured it out from another thread about how to pull the file. I configured the listening channel so that it reads from a remote server using sftpo protocol. And I have given the filename format as %FROM_PARTY%.dat. I am putting a file like TESTBC.dat. TESTBC is the name of the remote TP. B2B is reading the file but, recognizes the document tupe, but says that FromTP null. What is the solution?
    Make sure that TP name is same as what you are giving in filename (cross-check for spelling). You may also try with default naming convention (do not mention anything in Filename format in listening channel configuration) - %FROM_PARTY%_%TIMESTAMP%.dat
    for eg -
    Acme_12345.dat
    Regards,
    Anuj

  • B2b Invalid syntax error

    hi all
    In Application Configurations-> Customer -> b2b_sta i set as default configuration and active configuration
    then i create JCO
    client:000    
    lang: en 
    group:PUBLIC 
    r3name:* XXX* 
    mshost: *host name *
    user:    *User name *
    passwd: 
    After that i restart server i am getting this error Invalid syntax error
    hostname:${https.port.core.isa.sap.com}
    please any body help me here

    Hi Apprentice,
    From your description I assume that you are using "group_connect" JCO connection and it is used for SAP system with Message Server (Load balancing)
    I believe that you have selected right JCO connection type as per your environment.
    About your error hostname:${https.port.core.isa.sap.com}  you can find solution in XCM.
    Go to General Application Setting --> Customer --> b2b --> b2bconfig on right side look for "SSLEnabled" parameter.  Now click on "Edit" button on top right to edit XCM configuration. Change value to "False" for "SSLEnabled" parameter. Now click on "Save Configuration" and restart your application.
    You will not get the error which you are getting right now.
    Your "SSLEnabled" parameter has "True" value right now and this is the main reason for your current error change it to "False" it solve your error.
    Cheers.
    eCommerce Developer

  • Adding an Apple ID for a B2B App

    I'm having a bit of trouble adding an Apple ID to a B2B app in the pricing page for an iOS app. I was wondering if anyone could help?
    These are the steps I tried
    Creating a new bundle ID
    Create a new app that uses this bundle ID
    Go to the pricing page
    Check the "Custom B2B App" check box
    The extra information for volume purchase customers appears
    I click "Add Apple ID"
    The page reloads, with no new row visible to type in any new apple IDs.
    So I'm a bit stuck.
    Any ideas?

    I am having the exact same problem, I have a question open on Stack Overflow for this as well.
    http://stackoverflow.com/questions/29079735/how-do-you-add-apple-ids-for-a-custo m-b2b-app

  • All custom application folders not visible on nwds

    Hi,
    We are using NWDI and NWDS is used as IDE.
    We have created a custom b2b application on NWDS,every step was successfull.
    But now we are not able to see all the folders that should be there inside the custom application.
    This application is running fine also and when we checked for its content on the j2ee server itself
    all the folders were there.
    Does anyone have any idea,whats going wrong and what's need to be done.Somebody told me about public/private but I am not clear on that.Is that can be a reason for this problem.How to resolve this.

    I copied all the folder manually to NWDS and its working fine now.I dont now the reason why those folders were missing.

Maybe you are looking for

  • Keyboard lights will not stay off no matter what I do on my MacBook Pro. Why??

    I've got a MacBook Pro 2.4 GHz Core 2 Duo. I have ALWAYS left the keyboard lights off for the 4 years I have had it. But lately, no matter what settings I change or what I try, I cannot PREVENT the keyboard lights from coming on when I've been away f

  • My computer is old and I'm poor. Not enough ram for new ff! What can I do?

    Hello. I have windows xp, a very old e-machines hand-me-down computer, and only 368 mb of RAM and a 3.33 GHz intel processor. Even on this very old version of firefox, I am experiencing lots of crashes and error messages. I had a newer version but ha

  • Selecting Records based on multiple values in one field

    Excuse the basic request. I want to select all records from one table depending on the value in 2 specific fields. Each of these fields has a single value in it. What I have written is as below 1.select nm_idno "EZAID", nm_fname, nm_lname, nm_et_tt "

  • Mail crashing in mavericks

    I've upgraded to Mavericks and now my mail opens, freezes breifly then crashes... any ideas? Here's the report for those that understand.. Process:         Mail [253] Path:            /Applications/Mail.app/Contents/MacOS/Mail Identifier:      com.ap

  • Youtube on MacBook Pro.

    I installed adobe flash player twice, and youtube still says I don't have it, but everything else says I do