How set deployment sequence automatically in Java Engine

Hi Everybody,
i have create three diffrent Portal applications which depends on each other. They will only work if i deploy them in a special order. What i mean is that Application A must be deployed before the others and application B before C. If i deploy them manually i can decide it by my own but if i restart the Java Engine the system will not deploy them in the described way.
How can i set the proper sequence automatically?
reagards,
Seed

Hi Praveen,
unfortunately it does not work. I add the standard property startup=true to my applications A, B and C. As regards the references i do the following:
- Application A: SharedReferences= B, C
- Application B: SharedReferences=C
- Application C: Hier i have no references.
After i restart the java engine, only Application C is running and when i try to start it manually i get the message:
PortalApplicationName: A
Depends on:n.a.
Dependents: n.a.
Access: n.a.
State: stoppen
It seems as the applications A and B could not started because of the references.
regards,
Seed

Similar Messages

  • How to finc out Virsa SP version of deployed VIRSA Component on JAVA Engine

    We hae deployed SP04 of Virsa 5.1 (SP04 for SAP Compliance Calibrator 5.1 by Virsa System  / VIRCC510SP04_0-10004043.SAR)  .
    But when i login into J2EE Index page and navigate on to System Information.
    I see as enclosed screen shot [Virsa_Components_List in System Info|http://i303.photobucket.com/albums/nn153/S0002919350/SAP%20Issues/Virsa_Components_ListinSystemInfo.jpg]
    it is not showing SP Level / version .
    Is it not possible to know SP Version of deployed Virsa Compliance Caliobrator.
    Regards

    Hi
    Its a wiered answer, but may be this is the reason you are not getting any version
    Please see this:
       File Type Download Object Title Patch Level Info File File Size [kb] Last Changed
       SAR VIRCC510SP00_0-10004043.SAR SP 0 for SAP Compliance Calibrator 5.1 by Virsa System  0 Info 54726 05.10.2006
       SAR VIRCC510SP01_0-10004043.sar SP 01 for SAP Compliance Calibrator 5.1 by Virsa System  0 Info 55650 14.11.2006
       SAR VIRCC510SP02_0-10004043.sar SP02 for SAP Compliance Calibrator 5.1 by Virsa System  0 Info 55648 18.01.2007
       SAR VIRCC510SP03_0-10004043.SAR SP03 for SAP Compliance Calibrator 5.1 by Virsa System  0 Info 55740 16.03.2007
       SAR VIRCC510SP04_0-10004043.SAR SP04 for SAP Compliance Calibrator 5.1 by Virsa System  0 Info 55896 04.06.2007

  • How To Deploy/Run a pure Java Portlet into Webcenter

    Hello Gurus,
    I am new to the portal technologies. So maybe I am asking a very basic question.
    Here it what I would like to achieve.
    1) Create a sample "HelloWorld" portlet (A java class which implements a portlet interface or some standard portlet impl class) and I use doView() method to show "Hello World" content on the screen.
    I need to deploy and test this portlet class into Webcenter. I have JDeveloper as IDE.
    2) Create a sample JSP page which prints "Hello World" content. Convert this into JSR-168 and then deploy and run into Webcenter.
    Please can anyone provide the easiest steps to achive this? Step-by-step instructions will be highly appreciated as this is bit urgent.
    Thanks in advance for any help you can provide on this.
    With kind regards-
    Ashish

    Hello,
    Yes, I`m working with 10g.
    I've used enterprise Manager to deploy the portlet. I`ve selected "create automatic deploy plan"
    The portlet was deployed but I can´t see WSRP interface as http://localhost:8888/WSRPMapPortlet/portlets?WSDL
    As yo can see, I´m deploying WSRPMapPortlet sample.
    I can´t use JDeveloper in my job :(
    Maybe I must do any configuration change to deploy correctly the portlet and expose it in WSRP, I don´t know
    Best Regards
    Miguel Lacosta

  • How to deploy jar to non-java platform

    Hi,
    I am using netbeans 5.5 to develop some GUI application.
    I need to deploy it to some machine that may not have jdk installed at all. i.e can someone run my application w/o install jdk or jre specifically?
    I have myapp.jar built in dist/ folder. the readme said it will include all jar to dist\lib, but I don't even see the dist\lib folder.
    please help!!!

    Thanks!!!
    For now How can I make one executable that include
    both myapp.jar and the jre? So that users only need
    one click and the program runs?With a lot of effort, and I'm not sure it would actually be legal anyway. Just get 'em to install a JRE, it's not like it's difficult, no more so than installing any other program

  • Setting the database automatically in Java

    Is there a way to set up the database (microsoft) automatically within my program?
    So I don't have to manually go through the adding a new data source in the odbc thing?

    String dbURL = "jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=db1.mdb";Use a DSNless connection.

  • How set custom parametrized listener? java.lang.IllegalStateException

    I'm adding my custom listener to HtmlCommandLink. And I found, that if listener's constructor has no parameters, then it works well, and if it has some parameter, then exception occurs.
    Here is the code with parameterless constructor:
    link.addActionListener(new SelectListener());
    And here is the code with parametrized constructor:
    link.addActionListener(new SelectListener(12));
    (the meaning of parameter is unimportant)
    The exception is follows:
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: Buggy.SelectListener
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:256)
         org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)
    root cause
    java.lang.IllegalStateException: Buggy.SelectListener
         javax.faces.component.StateHolderSaver.restore(StateHolderSaver.java:98)
         javax.faces.component.UIComponentBase.restoreAttachedState(UIComponentBase.java:1406)
         javax.faces.component.UIComponentBase.restoreState(UIComponentBase.java:1272)
         javax.faces.component.UICommand.restoreState(UICommand.java:332)
         javax.faces.component.html.HtmlCommandLink.restoreState(HtmlCommandLink.java:876)
         javax.faces.component.UIComponentBase.processRestoreState(UIComponentBase.java:1141)
         javax.faces.component.UIComponentBase.processRestoreState(UIComponentBase.java:1157)
         javax.faces.component.UIComponentBase.processRestoreState(UIComponentBase.java:1157)
         javax.faces.component.UIComponentBase.processRestoreState(UIComponentBase.java:1157)
         com.sun.faces.application.StateManagerImpl.restoreState(StateManagerImpl.java:581)
         com.sun.faces.application.StateManagerImpl.restoreView(StateManagerImpl.java:89)
         com.sun.faces.application.ViewHandlerImpl.restoreView(ViewHandlerImpl.java:290)
         com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:141)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
         com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
         org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)

    P.S. Exception occures not while this code is excuting, but while one clicks the link.

  • How to deploy an EAR or WAR into our J2E(J2EE Engine of SAP)

    I got a solo WAR but I don't know how to deploy it into our J2EE Engine(J2E). If you have any same or similar experience,can you give me some help?
    Any advice is popular. Thanks!

    Hello,
    If you use 6.20 release of J2EE Engine then have a look at  <j2ee root directory>/docs/deploymanual.pdf.
    If you have J2EE Engine 6.40 and an already built war file then most probably the easiest way to assemble it and deploy it will be to use the deploy tool (http://help.sap.com/saphelp_nw04/helpdata/en/35/e3ee3da7138e5be10000000a114084/frameset.htm) Usually we use the NetWeaver Developer Studio to build and deploy J2EE Applications (http://help.sap.com/saphelp_nw04/helpdata/en/fe/a3996fa314f94f8a0c3475b08636d0/frameset.htm).
    Best Regards
    Vyara

  • How to STOP JAVA ENGINE ONLY

    Hi,
    I installed NW2004S with both JAVA+ABAP stack and both are up and running i have some memory issues here.So i want to run only ABAP Stack now and how can i start the ABAP stack only.
    Can any one suggest me how to do this..and explain the procedure.
    And also can any one suggest me hwo to change the memory parameters for increasing the performance.I have 2 GB ram in my system.Can u tell whcih papameter files i have to edit..
    Regards,
    surya

    Hi surya,
    the parameter makes your java system not to start automatically when ever you start the abap engine so you are having the following message in MMC
    <b>message server connected status ok,J2EE status info unavailable</b>
    java takes much of your CPU resources so if you stop JAVA engine your system sure to behave good rest keep the default as itis dont try to change those parameters unless some critical issue comes
    Samrat

  • How during deployment my user id has been checked by J2EE engine

    Hi,
    If I want to transport my application, Do I need a valid user ID created in J2EE engine UME. If it is, How during deployment my user id has been checked by J2EE engine.
    Thanx for your time.
    Cheers,
    Sam

    Hi,
    to deploy your application to the J2EE engine you normaly use SDM (Software Deployment Manager). You need a password (no user Id) to deploy via SDM. This password was set up during installation of the Web AS. You can reset this password via SDM command line tool. Have a look at the SDM documentation for details.
    SDM uses the deploy service of the J2EE engine to deploy the application. Therefore SDM connects to the J2EE engine via a username and password that are stored in the secure store (Configtool -> Secure Store). This user is normally identical with the administration user. If you change the password of the administrator you also have to change the password in the secure store. Oterwise you cannot deploy via SDM.
    Regards Helmut

  • How to deploy web application .war file into SAP NetWeaver Engine?

    Hi All,
    I want to deploy web application which is developped using JAVA web technology into SAP netweaver Engine.
    I tried to deploy .war file through SDM but it complained the following error
    - Hide quoted text -
    "Error loading archive
    C;\Document and Settings\cr1adm\Desktop\MyProject.war
      (server side name is: F:\usr\sap\JR1\JC01\SDM\program\temp\MyProject.war)
    com.sap.sdm.util.sduread.IIIFormattedSduFileException: The information about development component found in the manifest is either missing or incomplete!
    Manifest attributes are missing or have badly formatted value:
    attribute keylocation missing
    attribute keyname is missing
    attribute keyvendor is missing
    attribute keycounter is missing
    (F:\usr\sap\JR1\JC01\SDM\program\temp\MyProject.war)"
    Can any one please suggest how to deploy external web application into SAP netweaver engine.
    Is there any procedure to follow to do this.
    your inputs will be highly appreciated...
    Thanks in advance

    Hi,
    I think first you need to wrap it into an EAR file, then you can deploy it.
    As far as I know standalone deployment of WAR is deprecated as of 640.
    similar threads:
    How to deploy .war on NWDI
    Deploying an existing WAR file into the Portal
    Hopefully this tutorial also gives some idea:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/70/13353094af154a91cbe982d7dd0118/frameset.htm
    Regards,
    Ervin

  • How to deploy my web application .war file into SAP netweaver Engine

    Hi All,
    I want to deploy web application which is developped using JAVA web technology into SAP netweaver Engine.
    I tried to deploy .war file through SDM but it complained the following error
    "Error loading archive
    C;\Document and Settings\cr1adm\Desktop\MyProject.war
      (server side name is: F:\usr\sap\JR1\JC01\SDM\program\temp\MyProject.war)
    com.sap.sdm.util.sduread.IIIFormattedSduFileException: The information about development component found in the manifest is either missing or incomplete!
    Manifest attributes are missing or have badly formatted value:
    attribute keylocation missing
    attribute keyname is missing
    attribute keyvendor is missing
    attribute keycounter is missing
    (F:\usr\sap\JR1\JC01\SDM\program\temp\MyProject.war)"
    Can any one please suggest how to deploy external web application into SAP netweaver engine.
    Is there any procedure to follow to do this.
    your inputs will be highly appreciated...
    Thanks in advance
    JM

    You may need to convert the .war archive to SDA/SCA file  format before deploying it to SAP Netweaver Engine.
    Check out the below SAP NOTE if it is usefull.
    Note 1223957 - Usage of NetWeaver Packaging Tool.
    Apart from SDM you can also deploy the files through telnet...
    Note 859444 - How to deploy libraries on J2EE Engine 6.40
    1)Connect to telnet as below
    Start --> Run
    telnet hostname/ip address portno
    Ex: telnet xxx.xx.xx.x 5<Instance no>08
    2)Login with administrator id:
    Use the below command to deploy the files.
    deploy <directory path to the SDAs location> version_rule=all on_prerequisite_error=stop on_deploy_error=stop
    Example: deploy E:\usr\sap\trans\EPS\in\VCBASE03_0-10006939.SCA version_rule=all on_prerequisite_error=stop on_deploy_error=stop.
    Also have a look at this note which talks about the error you are getting.
    Note 1171457 - IllFormattedSduManifest/SduFileException during deployment
    Hope it helps.
    Edited by: Khaiser Khan Mohammed on Nov 7, 2010 12:17 PM

  • How to deploy Java an application in CE

    Hello all,
    This question I already posted before. Since I try to open the thread one more time to expect a desired answers from u people.
    I have downloaded CE trail version from SDN. It's running fine. and No SDM service is running there. My concern is how to deploy a java application in SAP J2ee engine with out SDM service.
    Experts plz suggest me how do I proceed to deploy application in CE.
    Many Thanks

    Hello Yahagiri,
    Go through this link hope this is useful to you..
    http://help.sap.com/saphelp_nw04/helpdata/en/76/fb72ec091f4bf8a2d8ba321bb7e8d9/content.htm
    Thanks,
    satya ..
    Reward if it is useful..

  • How to deploy the wrapped Java Bean on PowerBuilder

    Using the JavaBeans Bridge for ActiveX Packager, I could generate the .tbl and .reg files for my Java Bean. Since I am a 100% Java guy and don't have much knowledge of PowerBuilder, I don't know how to deploy this on PB. When I try to register an OLE, PB looks for the files with an extension .ocx but not .tbl. Please let me know how I can see my wrapped up Java Bean on PowerBuilder or on VB.
    Thanks a lot in advance.

    I found it, I have to update the system registry with the .reg file and then the java bean automatically gets listed in the controls list in PB.

  • How to deploy a POJO or a java application in oracle ESB?

    hi,
    I m beginner in oracle ESB.
    please someone tell me how to deploy a POJO or a java application in oracle ESB?
    thank you.
    Peter.

    The short answer is "you wouldn't"
    The long answer is that you would expose your Java Application or POJO as a Web Service then virtualise it through the ESB.
    If you're wanting to learn more about SOA, ESB and BPEL have you been to this site http://download.oracle.com/docs/cd/B31017_01/index.htm

  • How do I set a breakpoint in a Java Server page (.jsp)?

    I have set up an application for remote debugging and am able to connect to it from JDeveloper. When the code execution comes to breakpoints that I have set in java (.java) files they work and the application stops so I can debug etc.
    This also applies to breakpoints set in java code that is called from Java Server pages.
    However if I set breakpoints directly in a java server page whether it is in html code or in java code (such as scriplets) the execution does not stop and the breakpoints are ignored.
    Why? Is there some extra thing I have to do? I have tried in Project Properties/Run/Debug/Profile/Edit/Launch Settings to choose server as Virtual Machine for instance but that does not change anything.
    Comment. I do not know if this is of interest but I am going to add some java server pages to an application and they are defined in a directory like this:
    . . . src\org\yawlfoundation\yawl\resourcing\jsf\jsp
    but when the tomcat deploys the .war file they end up here:
    . . . apache-tomcat-6.0.18\webapps\resourceService
    As I can find no package declaration in a .jsp file this should not matter but I mention it anyway.
    Edited by: user10477024 on Nov 25, 2008 5:32 AM

    Hi user10477024,
    thanks for explaining your background on what you are trying to do and I do understand the approach you are taking. Unlike user10689900's completely random post.
    I've tried to convey why there is no support for JSP debugging in JDev, but again the main reason is that the current frameworks do not code Java directly into a JSP. The JSP is purely used to position the components on the page aiding visual design and real Java classes in tag libs do the rest.
    So the evolution has been:
    Servlets (Java classes writing HTML logic and intermingling presentation and business logic)
    JSP 1.0 JSP (HTML looking) files where you can add scriptlets enclosed in <% ... %> <- you are here
    JSP 1.1 Introduction of Tags and Tag libraries, tag libraries are true java classes and the JSP controls layout and simpler more elegant design.
    Really JSP 1.1 is all about building reusable components together in tag libraries that can be reused across pages and improving design by not mixing presentation and business logic code together.
    If I had inherited something as you have, my advice (if you can) would be to code up some tag libraries because it would be a good learning experience and would be very helpful for moving to more advanced frameworks like JSF.
    regards,
    Brenden

Maybe you are looking for