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?

Similar Messages

  • 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?

  • Packagin and Deploying Fusion Web Application

    Hi,
    I have created a Fusion web application which has Model and ViewController projects.
    I have created a deployment profiles as below for each project.
    1) Model - Which creates an "ADF Library Jar File"
    2) ViewController - Which creates a "War" file.
    I see that in the WAR file of ViewController contains the Model Projects - Entity Objects, ViewObjects and classes .
    So for deploying my Web Applications is WAR file of ViewController is enough or Should I create a EAR file which has both #1 and #2
    Thanks
    Ajay

    You sure can do in JDev. Select menu Application->'Application Properties', in the dialog select Deployment and the define a new EAR deployment profile. It's pretty easy to follow the instructions in the dialog and your are done.
    Timo

  • Can't browse to MXML files?

    I am new to Flex. I've installed the Flex Data Services and
    the ColdFusion MX 7 updater 2 on my server (windows 2k).
    But when I browse to my sample .mxml file in my web browser
    (firefox), I just get prompted to save the file to my computer -
    the server isn't rendering it. I am able to compile the mxml file
    on my local machine using mxmlc.exe, but I thought I was supposed
    to be able to just browse directly to the files, too, and have the
    server compile it into flash?

    quote:
    Originally posted by:
    ntsiii
    "but it can also compile for you when you request a *.mxml
    file through the web server"
    Can you point me to where this is covered in the documents? I
    frankly do not believe it, but am prepared to be proven wrong.
    Tracy
    From the flex2_gettingstarted.pdf document:
    Working with a web server
    Your development and deployment environments typically
    include a web server, where you
    use the web server to return a Flex SWF file in response to a
    user request. You use one of the
    following types of web servers:
    ■ Simple web server
    A simple web server only responds to static page requests to
    simple HTML pages. In this
    case, you precompile your Flex applications and write a
    wrapper that embeds your Flex
    application’s SWF file in an HTML page.
    56 Building a Flex Application
    ■Web application server
    A web application server, such as JRun, ColdFusion, or PHP,
    can dynamically generate
    pages that host your Flex applications. In this case, you can
    take advantage of the
    application server’s available tag libraries and
    processing language to dynamically create a
    wrapper for your Flex application. However, you must
    precompile your Flex application
    before deploying it to this type of server. You can use any
    type of server, and not just a Java
    application server, to serve up Flex applications, as long as
    you precompile that application
    and that application does not use the services available with
    Flex Data Services.
    ■ J2EE application server or servlet container
    You require a J2EE application server or servlet container,
    such as JRun, Tomcat, or
    WebSphere, to run Flex Data Services. You typically
    precompile your Flex applications
    before deploying them on a server running Flex Data Services.
    However, during
    development you can request a Flex application’s MXML
    file in the browser to compile
    the Flex application at run time. This invokes the web-tier
    compiler which generates a
    wrapper and returns a compiled SWF file.

  • How to Deploy a web Application

    Can Any one tell me the right procedure to Deploy A web Application on the server.
    I have made the application using Html,Servlets,JSP,Java beans,web.xml
    now I have lots of html,java class file
    At this moment I have put all the classes file in \WEB-INF\CLASSES DIRECTORY, and the HTML file And the JSP in \WEB-INF directory
    But it make the whole classes and WEB-INF directory populated with files.
    Now Should I make a jar or war file and put on the
    Can Anyone tell me the Correct method of deployment

    http://ant.apache.org/manual/CoreTasks/war.html

  • Is there a way to activate the whole application in Non Development system?

    Hi All,
    Is there a way to activate the whole application in Non Development system? Using some BRF Plus Tool.
    We copied a sample application and customized the same as per our requirement. The same is then released to Test System for testing. On Test system this application with all component is in non-active state. We re activated the application with all the component and released it to Test System. But still the application is inactive.
    Application is a of storage type system and so cannot use changeability exit to activate on test system.
    TR log shows imported with error. Below is the extract of the error:
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    BRF+: Runtime client: 000 / target client: 400
    BRF+: Object activation of new version started for 418 object IDs
    BRF+: <<< *** BEGIN: Content from Application Component  CA  *** >>>
    BRF+: <<< BEGIN: Messages for IDs (53465BA36D8651B0E1008000AC11420B/ )  Table 'Dunning Proposal Line Items (Table)' >>>
    No active version found for 23.04.2014 08:14:10 with timestamp
    No active version found for IT_FKKMAVS with timestamp 23.04.2014 08:14:10
    No active version found for IT_FKKMAVS with timestamp 23.04.2014 08:14:11
    BRF+: <<< END  : Messages for IDs (53465BA36D8651B0E1008000AC11420B/ )  Table 'Dunning Proposal Line Items (Table)' >>>
    BRF+: <<< *** END  : Content from Application Component  CA  *** >>>
    BRF+: Object activation failed (step: Activate )
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    BRF+: Import queue update with RC 12
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Errors occurred during post-handling FDT_AFTER_IMPORT for FDT0001 T
    FDT_AFTER_IMPORT belongs to package SFDT_TRANSPORT
    The errors affect the following components:
       BC-SRV-BR (BRFplus - ABAP-Based Business Rules)
    Post-import method FDT_AFTER_IMPORT completed for FDT0001 T, date and time: 20140423011412
    Post-import methods of change/transport request DE1K901989 completed
         Start of subsequent processing ... 20140423011359
         End of subsequent processing... 20140423011412
    Any help would be appreciated.

    Is IT_FKKMAVS part of the same transport request or was it sent already earlier?
    You may have a look at the request if it was OK. Probably not.
    Maybe in the meantime more requests reached the system that now have in combination solved the problem. What is your release and support package level?
    Higher versions of BRFplus have a lot of automatic correction mechanisms built into it.
    E.g. problematic imports are collected in an import queue. As soon as a request comes in that fixes any problems the after import processing for faulty imports is automatically redone.

  • Problem deploying a web application (war)

    Hello,
    I am having a problem deploying a web application in Tomcat.
    Here is what happens:
    -I copied the war file into the webapps directory.
    -I started Tomcat.
    -Tomcat automatically expanded the war file into a directory of the same name.
    The problem is that I get the following error: "The requested resource (/jadmin) is not available." when I try to access my web application
    Can anyone please help?
    Thanks in advance,
    Balteo.

    Hi,
    check the Tomcat log file <tomcat_dir>/logs/localhost_log.yyyy-mm-dd.txt and see if there is an error corresponding to the deployement of the (/jadmin) context.

  • How can i deploy a web application from JDeveloper 10.1.3 to tomcat 5.5.x ?

    hello i need easy way to deploy my jsf applications to tomcat .
    i create an application server configuration in my JDeveloper now what ? how can i say to deploy the app to tomcat not to oracle application server.
    another question :
    the "deploy operation" must copy jsf , adf implementations jstl standartd common* and other jars to my tomcat project automaticly and it MUST make classes dir to be in WEB-INF\classes instead of project main.

    Hi,
    These steps worked for me:
    (I assume you successfully created the server configuration)
    1) Select your project and then go to Run --> Deploy --> New Deployment Profile
    Select WAR file, OK,
    Give a name and select a directory,
    in the WAR Deployment Profile Properties page, choose the Target Connection in the "Profile" section.
    2) Now the deployment profile must be ready.
    Select your project and then go to Run --> Deploy --> your new profile.
    This should deploy the project to Tomcat.
    I saw all needed jars deployed as well. Maybe you should check if all the jars are selected in the "Export" column, in the Project Properties --> Libraries section.
    For the last question, in Project Properties --> Project Content, change your output directory to WEB-INF\classes.
    HTH,
    Turgay Zengin

  • Issue with Deployment of SOA application which contains rule

    Hi,
    I am working on SOA OrderBooking Workshop
    When i create a rule and try to deploy the application on my machine i am getting error message . But the same application when i try to deploy on my colleague machine its works perfectly fine.
    Note : There is no compile time error this error only comes at the time of deploying the application.
    Please find the error message mentioned below.
    2013-02-14T22:08:13.271+05:30] [AdminServer] [ERROR] [] [oracle.soa.services.rules] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 7af64c5bc471a637:-6ac67f8a:13cd98d27f5:-8000-000000000000008a,0] [APP: soa-infra] <.> Error compiling fact classes.[[
    Error while compiling fact classes for service OrderRule.
    Check the underlying exception and correct the error. If the error persists, contact Oracle Support Services.
    OrderRule Error compiling fact classes.
    Error while compiling fact classes for service OrderRule.
    Check the underlying exception and correct the error. If the error persists, contact Oracle Support Services.
    OrderRule
         at oracle.bpel.services.rules.fabric.ComponentModelDeployer.deploy(ComponentModelDeployer.java:365)
         at oracle.bpel.services.rules.fabric.BusinessRulesServiceEngine.deploy(BusinessRulesServiceEngine.java:1068)
         at oracle.bpel.services.rules.fabric.BusinessRulesServiceEngine.deploy(BusinessRulesServiceEngine.java:290)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployComponents(CompositeDeploymentConnection.java:240)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deploy(CompositeDeploymentConnection.java:94)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:150)
         at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.load(CompositeDeploymentManagerImpl.java:63)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:77)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy375.load(Unknown Source)
         at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoordinatorImpl.java:59)
         at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deployNewComposite(BaseDeployProcessor.java:415)
         at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:250)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:167)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:112)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:99)
         at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:81)
         at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPostInsideLoggingSession(CompositeDeployerServlet.java:219)
         at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:130)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    [2013-02-14T22:08:13.304+05:30] [AdminServer] [NOTIFICATION] [] [oracle.soa.services.rules] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 7af64c5bc471a637:-6ac67f8a:13cd98d27f5:-8000-000000000000008a,0] [APP: soa-infra] <DecisionServiceCache.remove> Remove all objects from path: default/OrderBooking!1.0*soa_83895478-965e-44b4-8647-e468817d6657/OrderRule, #rule engines: 0
    [2013-02-14T22:08:14.071+05:30] [AdminServer] [NOTIFICATION] [] [oracle.soa.services.rules] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 7af64c5bc471a637:-6ac67f8a:13cd98d27f5:-8000-000000000000008a,0] [APP: soa-infra] <InstanceTracker.initServer> Perform DDL check for oracle
    [2013-02-14T22:08:14.180+05:30] [AdminServer] [NOTIFICATION] [] [oracle.soa.services.rules] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 7af64c5bc471a637:-6ac67f8a:13cd98d27f5:-8000-000000000000008a,0] [APP: soa-infra] <InstanceTracker.performDDLCheck> Done.
    [2013-02-14T22:08:14.201+05:30] [AdminServer] [NOTIFICATION] [SOA-21561] [oracle.integration.platform.blocks.deploy.mds] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 7af64c5bc471a637:-6ac67f8a:13cd98d27f5:-8000-000000000000008a,0] [APP: soa-infra] Removing label soa_83895478-965e-44b4-8647-e468817d6657 in namespace /deployed-composites of MDS storage
    [2013-02-14T22:08:14.247+05:30] [AdminServer] [ERROR] [SOA-21537] [oracle.integration.platform.blocks.deploy.servlet] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 7af64c5bc471a637:-6ac67f8a:13cd98d27f5:-8000-000000000000008a,0] [APP: soa-infra] Sending back error message: There was an error deploying the composite on AdminServer: Deployment Failed: Error occurred during deployment of component: OrderRule to service engine: implementation.decision, for composite: OrderBooking: Error compiling fact classes.[[
    Error while compiling fact classes for service OrderRule.
    Check the underlying exception and correct the error. If the error persists, contact Oracle Support Services.
    OrderRule..

    From our experience, we decided to have our server re-imaged and re-installed all the necessary Oracle Suites. We believe something in the registry was preventing us from installing the application adapter. Once we cleaned out our box, everything went well and we were able to install the Application Adapter with no error. This may not be ideal if you are in a production environment, but for development this maybe quick and clean.

  • Deploying ear file / Automatic Deployment /AS Deployment

    Hello All,
    i was trying to deploy a ear file of 100 mb in a10.1.3 Server on a specific oc4j instance.
    The error is
    Error initializing site OracleAS Java Web Site: No web-app named 'lib/axis' found in application '--WorkBrain' (found web-modules are: 'workbrain', 'axis')
    As we all know this error message would have been throwed by Server during the process of parsing the application.xml while trying to deploy.
    The entries on META-INF/application.xml are below
    <web>
    <web-uri>workbrain.war</web-uri>
    <context-root>/</context-root>
    </web>
    </module>
    <module id="WebModule_1066144042228">
    <web>
    <web-uri>lib/axis.war</web-uri>
    <context-root>axis</context-root>
    </web>
    The same .ear file was tested on another oc4j instance.
    We tried the Automatic Deployment method (dropping the .ear file in applications dir )
    and restarted the oc4j instance.
    This worked perfectly.
    So what happens in the above two cases..
    Why the Server stops the deployment through the AS console .?
    Why the Server allows the same .ear file through automatic deployment.
    In case if any one needs to refer to automatic deployment .
    http://otndnld.oracle.co.jp/document/products/as10g/101300/B25221_03/web.1013/b14431/autodeploy.htm.
    The .ear file is not corrupted iam able to unzip the file and i verified the presence of lib/axis .
    Please Clarify....
    Regards
    Prem

    Hi Kaladhar,
         See this thread same problem but solved:
    Re: An Deploy Problem about Credentials.
    Regards, Suresh KB

  • What is the best way to deploy a java application ??

    Hi,
    I have a question about "deploying" a java application on to a weblogic server.
    Please advise me how to automate in a best way to Deploy 10 different applications(.ear/.war) to 10 different Clusters(containing 40 Managed servers) in wls6.1......and that too in a Production environment.
    I know of using Weblogic Console OR the "deploy" utility to do so ......BUT if i have like 100 clusters .....then i would have to "deploy" 100 times ......
    is there any way that we can BEST AUTOMATE this process.
    Thanks a lot.
    -sangita

    HELLO!!! WELCOME BACK!! I THINK YOU SHOULD USE
    deploy....Hey Thanks.
    is there any network congestion OR any other problem that i can anticipate before i use "deploy" utility. I have heared of some problems(i couldn't remember them now ....because honestly, i couldn't understand them atall when a BEA consultant told me those...).
    so, any problem that may arise ....that i need to think about before deploying ~10 applications to like ~70-80 clusters ....all at a time.
    thanks again for your advise. iam learning to see the big picture of application deployment.
    -sangita

  • Deployment of Web Application when the managed Server is down .....

    Part of our installation, we want to deploy our web application on to a managed server.
    So, we use the JMX API calls to deploy the web application. But, at the time of this deployment the managed server is not brought up. So, our expectation was that when the managed server is brought up later, it will automatically STAGE the web application from Admin Server and then, deploy it in the managed server.
    But, what is happending is that the web application is not being deployed to the managed server (even though the web application is configured to be deployed in the specified managed server in the config.xml and it is set as the default application of the managed server application).
    We are using WebLogic 7.0 SP2 on RedHat Linux 7.2.
    Can anyone help to deploy web application on to a managed server when the managed server is down ?
    Thanks,
    Selva-
    [att1.html]

    This is currently being fixed in 7.0 line, contact [email protected] and reference
    CR110687
    Cheers
    mbg
    "Selvamohan Neethiraj" <[email protected]> wrote in message news:[email protected]..
    Part of our installation, we want to deploy our web application on to a managed server.
    So, we use the JMX API calls to deploy the web application. But, at the time of this deployment the managed server is not brought up. So, our expectation was that when the managed server is brought up later, it will automatically STAGE the web application from Admin Server and then, deploy it in the managed server.
    But, what is happending is that the web application is not being deployed to the managed server (even though the web application is configured to be deployed in the specified managed server in the config.xml and it is set as the default application of the managed server application).
    We are using WebLogic 7.0 SP2 on RedHat Linux 7.2.
    Can anyone help to deploy web application on to a managed server when the managed server is down ?
    Thanks,
    Selva-
    [att1.html]

  • Deployment of WebDynpro Application failed

    I get the following error when I try to deploy by WebDynpro application:
    Oct 18, 2006 12:05:38 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] WARNING:
    [008]Deployment finished with warning
    Settings
    SDM host : EIX-Blade-001
    SDM port : 50118
    URL to deploy : file:/D:/DOCUME1/AMRM1.AZI/LOCALS1/Temp/temp46898sap.comcafnpidemowdmass.ear
    Result
    => deployed with warning : file:/D:/DOCUME1/AMRM1.AZI/LOCALS1/Temp/temp46898sap.comcafnpidemowdmass.ear
    Finished with warnings: development component 'caf/npi/demo/wd/mass'/'sap.com'/'LOKAL'/'0.2006.10.18.12.05.27'/'0':
    Caught exception during application startup from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Error occurred while starting application sap.com/caf/npi/demo/wd/mass and wait. Reason: Clusterwide exception: server ID 16576650:com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to prepare application ''sap.com/cafnpidemowdmass'' for startup. Reason=Clusterwide exception: Failed to start dependent interface ''caf/eu/gp/api'' of application ''sap.com/cafnpidemowdmass''. Status of dependent component:  STATUS_MISSING. Hint: Is the component deployed correctly on the engine?
         at com.sap.engine.services.webdynpro.WebDynproContainer.prepareStart(WebDynproContainer.java:1490)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:223)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:171)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:301)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesImpl(ParallelAdapter.java:342)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:126)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:245)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4761)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4666)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4639)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1163)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : Got problems during deployment

    Hi
    It seems to be some problem with your application start up. The component is deployed in the server, but however its not able to start automatically.
    Do you have a cluster setup on the server, like a central instance and dialogue instance kind of set up. If yes, pl ensure that the application is started from the central and (also check with the dialogue servers also).
    Better delete the application /component from all the nodes and you must deploy to the central /main instance server.
    For you to run the current deployed applciation, navigate to the appropriate server node and to the application and start it manually ( a simple tick) will start it.
    Hope this helps
    thanks

  • Error when BOE 3.1 installer automatically deploys apps on websphere

    Hi,
    I am trying to install BOE 3.1 on AIX 5.3 using websphere 6.1. I created the websphere profile with no admin secure. In the installation i chose to automatically deploy the web apps on websphere. I provided the details of my websphere profile and specified no 'n' for the option admin is secure. I did not provide any details for the admin user and password.
    The installation goes on fine however all the deployments fail. This is one of the entries in BusinessObjects.12.1.log.summary:
    [error] Errcode 1: /home/<user>/BOE/BOEAIX/deployment/wdeploy.sh websphere6 -DAPP=AdminTools -Das_admin_password="*****" -Dlanglist="en" deploy
    Note that it is providing a password even though I haven't specified any.
    I tried manually deploying them using wdeploy. The details in config.websphere6 were all fine.
    I did not provide any special arguments:
    ./wdeploy.sh websphere6 deployall
    This successfully deployed all the applications.
    I would like the web app deployments to occur at the time of installation itself, please let me know if anybody has faced this problem or has any ideas to fix this.
    Thanks,
    Jithin
    Edited by: Jithin George on May 4, 2009 8:02 AM

    Hi Denis,
    Yes, I was surprised too that it worked with wdeploy.
    1. Yes I made use of the same user for both installation and wdeploy.
    2. I looked up BusinessObjects.12.1.log for more details and found this:
    [info] /home/<user>/BOE/BOEAIX/deployment/wcommon.xml:167: The following error
    occurred while executing this line:
    [info] /home/<user>/BOE/BOEAIX/deployment/websphere6.xml:237: Unable to connec
    t to websphere, please check the administrative user name and password, and the
    administration port, if specified.
    [info]
    [info] Total time: 4 seconds
    [error] Errcode 1: /home/<user>/BOE/BOEAIX/deployment/wdeploy.sh websphere6 -D
    APP=AdminTools -Das_admin_password="*****" -Dlanglist="en" deploy
    As I mentioned in my previous post, I did not provide any password or user(no admin security), yet it seems to provide it in the arguments to wdeploy.
    3. I made no change to WAS between the two actions. The only difference being that I did not provide any password to wdeploy. In the config.websphere6 file, the password line is commented out by default.
    4. I am using websphere 6.1.0.9
    Thanks,
    Jithin

  • How can I deploy the WAR application in the Tomcat

    How can I deploy the WAR application in the Tomcat. Do I have to do any manifest file.
    Thanks
    S. Nikov

    First of all, which version of Tomcat are you using?
    Deploying a WAR file in Tomcat is very easy. Just put the WAR file in the %TOMCAT_HOME%\webapps directory and start Tomcat. It will automatically find the WAR.
    Please read the Tomcat documentation: start Tomcat and point your browser to http://localhost:8080
    Jesper

Maybe you are looking for

  • Permissions issues - Adobe CC programs

    Hi,      I have been having continuous problems with the new Adobe CC programs, and after many times of running Adobe's cleaner tools, reinstalling and following the suggestions laid out by Adobe and the forums with no success  - I am am going to try

  • Use sustring of FileName in Condition editor

    Hi All, I want to give some condition based on the substring of a file Name. Example, in the file name is "header1234.txt" the characters from 7 to 10 represent a company code and the corresponding receiver should be determined based on this string.

  • Xfi fatality. sound problems with other devi

    hello all. just recently bought a xfi fatality card,and im trying to connect it to my xbox 360 to get sound, and thats when the problems start.i have a optical cable from my xbox 360 connector to the optical in on my fatality front panel and some hea

  • LR4 lens correction profiles for micro 4/3s lenses?

    Hi, Recently bought into the m43s system because of the compact fast primes (Lumix G 20 1.7 and Olympus 24 1.8) and it looks like there are no "built-in" lens profiles for either in LR4 when I check "enable lens corrections".  I thought I read somewh

  • What would be firmware for iphone 3g EMEI No-012030008593348

    please suggest me what would be the perfect firmware for iphone 3g EMEI No-012030008593348 ???