No automatic deployment for Portal Application Standalone DC?

Hi Experts,
     I created a Portal Application Standalone  DC under NWDI track.
     I checked in the code and activate my request, the log showed that this DC had beed sucessfully built. BUT, I can not find this portal application had beed deployed.  it seems that EP DC can not be deployed automatically
    I searched SDN and there are some topics about this problem, it seems that EP DC can not be deployed automatically, we need to deploy the DC manually, is it right?
   Thanks!
segement of my build log:
[pppacker] WARNING: Could not determine correct package of package folder for entity  (portalapplication-api/Class, src.api/)
  [pppacker] Packed   0 files for entity  (portalapplication-api/Class, src.api/)
  [pppacker] Packed   3 files for entity  (portalapplication-core/Class, src.core/)
     [timer] Portal Application libraries packaging finished in 0.389 seconds
createApplication:
      [echo] create PAR..
       [jar] Building jar: /usr/sap/EP1/JC00/j2ee/cluster/server0/temp/CBS/5/.B/3501/t/80B8A4CDC19F36C272AD330774CF8FF0/com.hcm.isr.newtemplate.par
createPublicParts:
      [echo] Public Part: API
  [pppacker] Packing public part 'API'
  [pppacker] Packed   0 files for entity Portal API (Portal API)
  [pppacker] Packed 1 entity for public part 'API'
     [timer] Public part packaging finished in 0.114 seconds
createDeployArchive:
      [echo] Creating portalapp-dd.xml
       [cda] Preparing archive for deploy unit "default"
       [cda]   deployment type: "J2EE"
       [cda]   explicit modules:
       [cda]     /usr/sap/EP1/JC00/j2ee/cluster/server0/temp/CBS/5/.B/3501/t/80B8A4CDC19F36C272AD330774CF8FF0/com.hcm.isr.newtemplate.par
       [cda]
       [cda] Creating Ant build file: /usr/sap/EP1/JC00/j2ee/cluster/server0/temp/CBS/5/.B/3501/DCs/test/isrformtemp/_comp/gen/default/logs/buildDeployArchive.xml
       [cda]
       [cda] 
       [cda] Creating descriptor META-INF/application.xml ...
       [cda] 
       [cda] Creating descriptor META-INF/application-j2ee-engine.xml ...
       [cda] Adding module "com.hcm.isr.newtemplate.par" with container type "PortalRuntimeContainer".
       [cda] 
       [cda] Collecting modules...
       [cda] Adding module 'com.hcm.isr.newtemplate.par' from current development component
       [cda] Ant build file creation finished in 0.119 seconds
packDeployArchive:
[srcpacker] Creating source archive
[srcpacker] No sources available for packing, no archive will be created.
     [timer] Source archive creation finished in 0.008 seconds
    [dcinfo] Creating deploy archive info
    [jarsap] Info: JarSAP version 20060908.1630
    [jarsap] Info: JarSAPProcessing version 20070423.1630 / JarSL version 20070906.1830
    [jarsap] Building: /usr/sap/EP1/JC00/j2ee/cluster/server0/temp/CBS/5/.B/3501/DCs/test/isrformtemp/_comp/gen/default/deploy/test~isrformtemp.sda with compression
     [timer] JarSAP finished in 0.461 seconds

The Standalone DC has a deployable result (opposed to the Module DC) and should thus be deployed when an activity is successfully activated. Is automatic deployment perhaps disabled?

Similar Messages

  • Deployment of Portal Appln Standalone DC

    Hi All,
    I've created a DC of type 'Portal Application Standalone'. I also created a DC of type 'External Library' for use by the former DC. Upon building the former DC, I see that the sda file is created with the par file within it.
    Under Development configuration tab in NWDS, I checked in both the above-mentioned DCs and activated them.Shouldn't this have deployed the DC to the Dev server? I've verified that there are runtime systems configured in NWDI with deploy option checked.
    I tried to locate my application from System Administration ->Support>Portal Runtime>Browse Deployment/Admin Console etc..but don't see it there.
    Do I have to release the activity for it to deploy?
    Also, I tried to right click and deploy the DC myself from the Dev Config perspective in NWDS. but i got an error saying 'sdm host is empty'. I've already set the host under Windows>Preferences>SAP EP. The port i set here is not the sdm port, but 500xx where xx is the instance no.
    I was able to create a portal app and deploy it using the 'deploy par' option with the above settings. Am I missing any additional config  configuration for DC deployment (am sure we hv to set the sdm port etc somewhere).
    I'll appreciate if someone can help guide me on this.
    Thanks!

    Hi,
    if you are using the track from the same server that u have the EP set up, then u dont have to release the activity. just activating it would deploy it in the server.
    and the sdm host has to configured in the "windows-> preferences-> SAP J2EE Engine" option.
    Hope this helps.
    Prabu J.

  • Portal Application Standalone is grayout

    Hi Expert,
    I want to create the Portal Application Standalone type project but this option is grayed out..
    Please find the screen shot ..
    I have added the the required SCA file to SC and imported into Track.
    Please find the list of sca that i added and please help what is missing..
    Regards,
    Nitin

    Please look into the following SCs as well..
    COMP_BUILDT
    ECM-CORE
    ENGFACADE
    ENGINEAPI
    ESCONF_BUILDT
    FRAMEWORK
    MOIN_BUILDT
    SAP_BUILDT
    WD-RUNTIME
    EP_BUILDT
    EP-BASIS
    EP-BASIS-API
    EP-RUNTIME
    WD-RUNTIME-EXT
    EP-CONNECTIVITY
    FRAMEWORK-EXT
    WDEXTENSIONS

  • Basic authentication not working for portal application

    HI All,
    i have a portal application where I have a servlet. i want to use basic authentication for this servlet.
    to archive this i have followed http://docs.oracle.com/cd/E14571_01/web.1111/b31974/adding_security.htm
    and configured basic authentication, also add web-resource in web.xml for the url to access the servlet.
    my web.xml look like (copied is only security section from web.xml)
    <security-constraint>
        <web-resource-collection>
          <web-resource-name>adfAuthentication</web-resource-name>
          <url-pattern>/adfAuthentication</url-pattern>
        </web-resource-collection>
        <web-resource-collection>
          <web-resource-name>All</web-resource-name>
          <url-pattern>/faces/Auto-connect</url-pattern>
        </web-resource-collection>
        <auth-constraint>
          <role-name>valid-users</role-name>
        </auth-constraint>
      </security-constraint>
      <login-config>
        <auth-method>BASIC</auth-method>
      </login-config>
      <security-role>
        <role-name>valid-users</role-name>
      </security-role>
    this works when in run the application in JDeveloper i.e. when i try to access http://localhost:7101/MyApp/faces/Auto-connect it ask for basic authentication (the popup) and when i access http://localhost:7101/MyApp/ it takes me to home page for login , but doesn't work when i deploy the application in weblogic 11g.(deployment done using Enterprise Manager console (EM console) (for both URL no popup).
    i tried Google around it but didn't get any solution please provide your input and guide me.
    thanks
    -somesh

    Hi,
    Before deploying, have you changed:
    Application properties -> Deployment
    Remove the selection from "Auto Generate and Syncronize weblogic-jdc.xml ....."
    Kind Regards

  • Deployment for JSP Application on OAS 4.0.8.2

    Hi,
    I would appreciate, if someone could share its experience of deploying the JSP application which utilizes certain JavaClasses for database access and businesslogic.
    My question is that do we need to add JSP files or .java files created under the myprojects directory. Also where do we place the java classes.
    Also, do I need to get my classpath settings in the environment variables for JSP's to run. Because my WinNT crashed twice on changing the env settings.
    Any help shall be appreciated
    Thanks

    Hi ,
    As u had said in the previous mail... I also have lot of basic doubts. Let us share them..
    What do u mean by a JSP cartridge... Should i download it or something...
    Regards,
    Ganesh R

  • Configuring runtime classpath for portal applications?

    G'day,
    I've got a portal application that uses the classes found in system/kernel.jar and system/frame.jar. When I build the portal application in the IDE I can add these to the build path as external jars, but when I run the portal application I get "class not found" errors.
      java.lang.NoClassDefFoundError: com/sap/engine/core/Framework
    So ... how do I add these jar files to the portal application's runtime classpath?
    --Geoff

    Hi Geoffrey
    Jar files are required in two ways:
    For Design time: User external jars(as you have done)
    For Run time: Put the jar files in the lib folder(this way the par/ear ) itself will contain the jar files.
    Right click the project - >properties->java build path->libraries-> Add Jars (and not Add External Jars)->select your project->dist->PORTAL-INF->lib->select the jar file.
    Hope it helps.

  • Weblogic.Deployer using -deploy for existing application

    I'm running on weblogic 8.1 SP3
    when I use -deploy for an existing application the documentation says it will do a redeploy.
    documentation for the targets option says that it will use existing targets for an application that is currently deployed.
    BUT it doesn't work. Is this a known issue ?
    I use the following options:
    -name fortune
    -source /data/bea81/applications/stg/fortune.ear
    -verbose -debug -deploy -stage

    Check to see if the problem is with the Deployer tool or myApp.war:
    1) Does myApp.war deploy using the console?
    2) Check myApp.war has all the classes it needs?
    If your app does deploy from the console then we can focus in on the Deploy tool. If not it may help give us a clue as to what is going on e.g. your war file missing classes.
    Hoos

  • Keychain: How to enable automatic access for certain applications?

    I have gotten really tired of Adium and Skype asking for the keychain password every time I reboot the machine, and Quicksilver neeing my system password all the time when installing updates.
    How do I enable automatic access to the keychain and system password for certain applications, but not all?
    PowerBook G4, 1.5 Ghz   Mac OS X (10.4.6)  

    Hi, Bjørn.
    A. You wrote: "I have gotten really tired of Adium and Skype asking for the keychain password every time I reboot the machine..."There are two things to check. You'll use Keychain Access — in the Macintosh HD > Applications > Utilities folder — for both.
    One key point to note before you begin: If the affected account was created under Jaguar, it's default keychain will have the same name as the account's short name. Accounts created under Panther or later have the default keychain name of "login." The user's default keychain is always highlighted in bold in the Keychains list in Keychain Access. All of the instructions in Mac Help regarding keychain assume the accounts were created under Tiger and always refer to keychain "login."
    Here are the two issues to check and correct:
    1. The affected account may have its keychain preferences set so that the keychain locks automatically after a period of inactivity or after sleep mode:1.1. Select the user's default keychain.
    1.2. Click Edit > Change Settings for Keychain "keychain_name."
    1.3. Deselect the checkbox next to "Lock after __ minutes of inactivity", if selected.
    1.4. Deselect the checkbox next to "Lock when sleeping", if selected.
    1.5. Click Save.2. The affected account's login password and keychain password are different. Set the keychain password on that account to be the same as the account's login password. See “Mac OS X 10.4 Help: Changing your keychain password.”
    Once those steps are taken, if an application requests access to the keychain, click Always Allow.
    Note that if you update applications, i.e. install later versions, you may be asked once to confirm the new version's access to your keychain. That's a standard security precaution.
    B. You wrote: "...Quicksilver neeing my system password all the time when installing updates."That cannot be prevented if that application is installed in the Macintosh HD > Applications folder using an installer, such as the Mac OS X Installer. Authentication is required if an installer will add or change files in either Applications or other System-related folders.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • Deployment of portal Application

    [email protected]
    Hi Kirit
    Let me introduce myself to you. I am venu working for AT&T broadband in Java applications. I am recently asked to
    build an application using Oracle 9i Portal. The application scenario will be like this.
    1. A login form is to be created with username and password.Upon succesful login it should lead to a search form
    that requires some inputs from users.(in OnSuccess method of the form we have used
    call("http://opalws2.tci.com/pls/portal30/PORTAL30.wwa_app_module.show?p_sessionid=602"). We don't know what this
    p_sessionid and it is being incremented everytime we access the application. This works fine for my one login session.
    If I logout and login again and try to access the above it gives an error saying that ERROR_ORA-01403 Nodata Found.
    After this I have to invoke the search form and then note the session id and then change the code in the Login form
    with new session id and run it again, then it works fine).
    2. The search form is built on a procedure and in that procedure we are calling a report( based on SQL query) by .
    passing the search criteria as parameters. Upon submission a report is generated.(This portion is working fine.I
    don't know if there are any hick ups in this matter.)
    3. The Report has some oracle portal links on some of the columns which lead to the forms created on corresponding
    database tables. This form will be used by the end user for any modifications.( Though the session ID of this
    form is changing everytime it is internally picked up and I am not facing any porblem in displaying it.)
    So the issues of my concern are
    1. How can I make this application available to all the end users so that nobody is bothered about this p_sessionid.
    It should be as such any authorized portal user(Our company's end user) should be able to access this application like
    accessing any other web site.
    2. How to deploy this on our servers where our company website and the database resides.
    3. I want to print the screen details of the last form using a Print button. How I can put a print button there
    and how can I print the screen details.
    Sorry to bother you.
    Kindly help me in this matter.
    Thanks
    venu

    Venu,
    1.& 2. These questions have been covered in Portal FAQ:
    http://otn.oracle.com/products/iportal/htdocs/portal_faq.htm
    Topics:
    "How do I call a form in insert mode and pass it default values?"
    and
    "How do I call a form and pass it a query condition to be automatically executed?"
    and many, many posts in this forum, please search through the archive.
    3. Look at these posts:
    http://technet.oracle.com:89/ubb/Forum81/HTML/000214.html
    http://technet.oracle.com:89/ubb/Forum81/HTML/000646.html
    Thanks,
    Dmitry

  • JAR files required for Portal Application

    Hi Experts
    I am currently migrating my custom Masthead application from NW 7.0 to NW 7.3. However, when I migrated the PAR into EAR using migration tool from Portal and imported this EAR file into NWDS7.3, the JSP pages in it shows error. Also when this EAR is directly deployed on the NW 7.3 system, it gives Portal Runtime exception.
    <%@ page import = "com.sapportals.portal.prt.session.IUserContext" %>
    <%@ page import = "com.sapportals.portal.prt.component.*" %>
    <%@ page import = "com.sapportals.portal.prt.service.laf.*" %>
    <%@ page import = "com.sap.security.api.*" %>
    <%@ page import = "com.sapportals.portal.prt.service.license.ILicenseService"%>
    <%@ page import = "com.sapportals.admin.wizardframework.util.ILocaleListService"%>
    <%@ page import = "com.sapportals.portal.navigation.*" %>
    <%@ page import = "com.sapportals.portal.prt.runtime.PortalRuntime" %>
    <%@ page import = "com.sapportals.portal.prt.util.StringUtils" %>
    <%@ taglib uri="prt:taglib:tlframework" prefix="frm" %>
    The errors shown in the JSP page are due to missing JARs. But I am having trouble in locating the required JAR files on the server. Can anybody tell about which all JARs are required and where i can find them??
    Also the imported Framework library is not accessible in the application thus there is error "Can not find the tag library descriptor for "prt:taglib:tlframework"".
    Can anybody tell me what i am missing here??
    Regards,
    Deepak

    Hi Deepak,
    Can you tell me which JAR files you added to resolve build time errors.
    I am facing the following errors after importing Std masthead from portal7.3.
    Can not find the tag library descriptor for "prt:taglib:tlframework"
    Can not find the tag library descriptor for "prt:taglib:tlhtmlb"
    componentRequest cannot be resolved
    ILocalesListService cannot be resolved
    ILocalesListService cannot be resolved to a type
    noBtn cannot be resolved
    Syntax error on token "}", delete this token
    Syntax error, insert "}" to complete Statement
    The import com.sap.portal.core cannot be resolved
    The method enableCloseAll() is undefined for the type NavigationEventsHelperService
    The method getDynamic(String, null) is undefined for the type IUMParameters
    The method getDynamic(String, String) is undefined for the type IUMParameters
    yesBtn cannot be resolved
    Please give your mail Id if possible.
    Regards,
    Sumangala

  • Prevent automatic deployment of whole application on mxml file changes

    I am using the Eclipse Builder 3 Beta 2 plugin for Eclipse
    3.3 and have several java projects (hibernate + service layer) and
    one WTP Flex Project. I use Tomcat 6.0 as the application server.
    Tomcat started from eclipse and deployes the flex war. the
    Spring beans are loaded in the web.xml using hte contextloader.
    I encounter lots of Java Heap Space errors when changing
    small properties in the mxml files because it deploys the whole
    java applications on the server, but these are not changed at all.
    Sometimes only changes are compiled in the background and
    everything works as expected, but I am unable to reproduce this!!
    What kan I do that only changed MXML and Actionscritp files are
    published to tomcat without reloading the whole application?

    Does anyone now the automatic publish settings in Flex
    Builder?

  • Automatic Deploying of Portal Configuration from Staging to Production Environment

    Hello,
    I'm anlyzing the opportunituy to write an automatic procedure that synchronize
    our WebLogic Portal production environment with the staging one. These two environments
    are physically separated.
    I have found the BEA Propagation Tool. However it seems that is not possible to
    define a procedure that is really totally automatic.
    Firts of all, it is necessary to hava an manual operator that selects the objects
    that have to be propagated and after starts the propagation process.
    Besides it is necessary to have database connections beetween the progation tool
    and both the environments.
    What I'm looking for is a solution that
    1. analyze the staging environment
    2. export some files that contain both code, configuration and data (code, LDAP
    and DB data)
    3. import these files into the second enviroment
    has someone deal with this problem?
    Thans in advance
    Ciao

    Manish,
    to answer your questions -
    1. You can find the exact date and time for these refreshes/maintenance schedule on your production pod. Just go to 'Training & Support' in your production. There will be a calendar in which you can see the maintenance schedule. The details are quite accurate. to be sure of the time I would suggest you get in touch with the Service/Support rep at Oracle.
    2 & 3) Oracle CRM On Demand provides a Migration Tool that can be used to migrate configuration changes from on POD to another. This can be between Staging --> Production and vice versa. Although, I would recommend that you go through the migration tool bookshelf and understand in detail the use of this tool. There are limited configurations that can be migrated. So it would be wise to create a plan based on what changes you are looking to migrate.
    Note: Reports are copied on the Staging after the refresh only from Prod to Staging. This does not happen from Staging to Production. Reports will have to be created in Production and will be copied on Staging on a Quarterly basis (Check your refresh schedule)
    4) You can use the migration tool to migrate configuration changes from a live environment into another instance.
    The migration tool can be downloaded from:
    Admin --> Import and Export Tools -->Oracle Migration Tool On Demand
    You can download the Migration Tool Bookshelf here:
    http://docs.oracle.com/cd/E22393_01/books/OnDemMigrTool.pdf
    Thanks,
    Royston

  • I use Norton Security, a pop window appears to enter my password so that all log-in names & password will be automatically entered for all applications, will Firefox 4 support this feature?

    In Norton Security, there is a feature called "Web Protection Log In" where a pop window appears then I enter a password only once as soon as I log in. This feature will automatically fill in my log-in name and password to all applications I use just as ATT.net. Will I be able to have this feature in Firefox 4 ?

    You're welcome.
    Please click the '''Helpful''' button next to the answer that solved your Firefox support issue, '''when you are logged in''', so this thread gets marked as '''Solved'''.

  • Automatic Documentation for GUI-Application

    I have to evaluate the use of Eclipse for our company.
    One topic is, whether there is a tool which helps to generate a first User-Documentation for Java-GUI-Applications. Does anybody whether there
    exists such a tool for Eclipse or maybe a plugin.
    Many thanks in advance
    Helmut

    Have a look at the weblog
    /people/vijaya.kumar/blog/2005/06/10/people-centric-user-interface-pcui--getting-started
    Hope this is what you are looking for.
    regards
    johnson zavier

  • Automatic Update for Flex applications

    Hi All..!!
    Is there any way for flex extension to have the functionality of automatically updating itself? For eg, I have a Flex panel installed for use in Photoshop, how do I add the automatic update feature in my panel? I searched the internet and came across the Updater Framework of Adobe AIR? Can we use it in a Flex extension as well, in a panel designed for Photoshop..??
    Thanks!

    Hii..!! Please reply folks..!! I need a reply... Guide me, whether a Flex extension can be automatically updated..??
    Thanks!

Maybe you are looking for

  • How do I stop this message from appearing???

    Okay so I've been having this problem for the past 3 months ever sense I've hooked my keyboard up to garrage band. When I record tracks by themselves I have no problems. However when I start to add more tracks to the recording Garage Band will stop m

  • Download does not work

    I am trying to download cs6 production premium, but when i try to download on akamai the download "finishes" the first part of the download, and then restarts the entire download, over and over again. Also, when i try the alternative download some of

  • How to embed password at ePayslip PDF

    Peoplesoft ePay is generate payslip in pdf for Global Payroll. Our company plan to roll up SSO and for security concern would like to embeded password/standard hints anwers at the ePayslip PDF. Just wonder, anybody have idea how to embed different pa

  • How to access portal activity report information in webdynpro

    Hi All, I want to display portal activity report table in webdynpro screen, for which I am using following tables WCR_USERSTAT,WCR_WEBCONTENTSTAT,WCR_USERFIRSTLOGON,WCR_USERPAGEUSAGE.How to fetch data from these table in webdynpro.? Is there any alte

  • Network access from VM

    Hello, I have imported a 2.x VM to a 3.0.3 server, using 3.1.1 manager as a template. I removed network entries from the vm.cfg file before the import. Now I need to configure this VM to have network access, but I'm having a hard time putting all the