Creating an ear file

Hello

I'm developing a custom for short Studio component. I need to unpack the ear file, put a war to the already existing files file of the war and it rear zip. I could easily unpack the ear file by changing its extension to .zip and using WinZip. But now that I have placed my file. War in the correct location, I want to turn it back to the .ear file to deploy in the console. I need help for making it an ear file.

You can pack the EAR file again, using the utility 'pot' of the JDK.  Just give the output file a .ear extension.

See jar - Archive Java tool .

Tags: Business Intelligence

Similar Questions

  • How to create the Ear file in Jdeveloper 11 G 11.1.2.0.0?

    Hi all

    I'm trying to deploy my application FRO Jdeveloper 11 G 11.1.2.0.0 to the weblogic server but cannot find how to create ear file. Previous version I can create easily but now I have no idea.

    Can someone help me?

    TQ

    Please note that
    the project you ca Ncreer - WAR file
    the application you create - EAR file

    so from the properties of the Application-deployment - new... will give you the ability to create an EAR file
    http://download.Oracle.com/docs/CD/E15523_01/WebCenter.1111/e10148/jpsdg_page_editor_addconfig.htm#CHDGAHAJ

  • How to create an EAR file?

    I can deploy a web application to adf in the EAR file using jdeveloper.
    How do online order?

    Hey YOU,.

    You can create an EAR and its complete structure can be seen in the link below

    http://middlewaremagic.com/WebLogic/?p=1952

    Command line:

    jar - cvf .ear.

    Where the last dot (.) represents all files in the current directory.

    Example:
    C:/TestApp > jar - cvf TestApp.ear.

    Kind regards

    Véronique Mody

  • EAR file is disable in deployment profiles.

    Hello.
    I use Jdeveloper 11.1.1.2.0.

    I need the problem.
    I can do not to create EAR file. This set of people with disabilities in deployment profiles.

    I had created the ear file in the new application project.

    I created the file. War in ViewController (web application) and the jar in model (application TopLink).

    What I'm not doing correctly?


    Please, help me.

    In the main menu: Application-> Application-> deployment properties
    You can either edit the current deployment profile you have or create a new.
    To check the contributors under different file groups.
    Note that you can also create new groups of files to add other files.

  • A simple Hello World application but impossible to the EAR file create

    Hello guys,.
    I am new to ATG platform,
    I just want to print hello World in ATG in browser to test. I have create this module structure

    Hello world-leading of the project (creation in eclipse by clicking New-> dynamic project)
    When the project is created. I've added four records.
    1 build
    2 Config
    3.J2EE - apps-> HelloWorld.war-> WEB - INF-> TLDs and lib (also a file web.xml that contain the path to the tld libraries link. I pasted respective jar and tld to respective folder)
    4.META - INF-> MANIFESTO. MF
    part I created two jsp page Hi.jsp and hello.jsp which lie in the sources folder in my dynamic project in which I just wrote Hello everyone within the Organization

    I have also included external ATG pots (BuildPath).

    It's my MANIFESTO. MF file

    Manifest-Version: 1.0
    ATG-Date:
    ATG-EAR-Module: j2ee-apps/HelloWorld.ear
    ATG-time:
    ATG-Version: 10.1
    ATG-Config-Path: config /.
    ATG-Build: 528
    ATG-J2EE: j2ee-apps/HelloWorld.ear
    ATG-Full Version: 10.1
    ATG-required: DSS DAF

    My workspace is C:\ATG WORK\HelloWorld


    When I want to create EAR file in cmd prompt
    CD C:\ATG\ATG10.1\home\bin
    runassembler HelloWorld.ear m HelloWorld DSS DafEar DafEar.Admin

    I get this error


    The Assembly began.
    The target application is C:\ATG\ATG10.1\home\bin\HelloWorld.ear.
    Error (s): error: there is no ATG platform or application package installed that contains an AppModule which corresponds to HelloWorld
    Cause: error: there is no ATG platform or application package installed that contains an AppModule which corresponds to HelloWorld
    TAKEN AT:CONTAINER:atg.appassembly.ApplicationAssemblerException: Error: there is no ATG platform or application package installed that contains an AppModule which my
    TCHES HelloWorld; Source: ATG.applauncher.AppLauncherException: Error: there is no ATG platform or application package installed that contains an AppModule which corresponds to
    HelloWorld
    at atg.appassembly.EarInfoFactory.createEarInfo(EarInfoFactory.java:119)
    at atg.appassembly.Main.main(Main.java:447)
    SOURCE EXCEPTION: atg.applauncher.AppLauncherException: Error: there is no ATG platform or application package installed that contains an AppModule which corresponds to HelloWorld

    at atg.applauncher.versioner.Versionator.createInitialRequirements(Versionator.java:299)
    to atg.applauncher.versioner.Versionator. < init > (Versionator.java:109)
    at atg.applauncher.MultiInstallLocalAppModuleManager.expandSearchPath(MultiInstallLocalAppModuleManager.java:176)
    to atg.applauncher.MultiInstallLocalAppModuleManager. < init > (MultiInstallLocalAppModuleManager.java:132)
    at atg.appassembly.EarInfoFactory.createEarInfo(EarInfoFactory.java:114)
    at atg.appassembly.Main.main(Main.java:447)
    Cleaning.


    Please can the guy to correct my error. I would be very grateful to you.

    Published by: 958333 on September 11, 2012 03:55

    Published by: 958333 on September 11, 2012 03:55

    Published by: 958333 on September 11, 2012 03:56

    Hi, can you tell what data source do you want to set up?
    and no need to create directly from java project as mentioned above, you can create atg module as: file-> new-> project-> java-> atg assistants-> select new Module ATG and go to the next-> set as MyProject project name and select root diretory as C:\ATG\ATG10.1, and then click next-> select applications needed by senario engine Adaptive by default atg is selected , so there's no need to add more and click to-> here you will find modules by default, DAS, DPS, DSS, so no need to add more and go to the next--> you can change the default ' output folder ' as ' MyProject/classes' that shows ' MyProject/bin' that will store our files * .class, then click-> set Name = MyProject-j2ee application J2EE , the Web application name = MyProject-web, Context-root = MyProject, then select target Applicaton Server = JBoss(for Example;you can choose any->click to finish.->)
    Now start your engine server Adaptive senario atg-> commond open prompt and start the dynamo Server (for example, I am considering server like jboss)
    C:\Training\ATG\ATG9.1\home\bin\startDynamoOnJBOSS f MyProject-> open new browser and go (for example, http://localhost:9090/MyProject)
    If you are able to see the page index.jsp on browser then you did.
    -RMishra

    Edited by: RMishra on Sep 13, 2012 17:03

  • EAR file in atg

    Hello

    Let's create a file ear in the atg where he chooses all ootb jar files and classes inside the ear created girl atglib file

    Please clarify my doubt

    It may happen in two ways, when runassembler runs, it will copy all the files of class in your lib folder (as mentioned in your MANIFEST. MF) in the folder atglib under the name of your module. The name of the module will be like _> _lib and classes will be organized in packages (normal records) and class.

    If you have referenced everything external jars in your MANIFESTO, which will be placed directly under the folder atglib, but note that here also ATG applies a predefined Naming Convention.

    If you asked your build process to create the jar file in the lib of your module folder, this jar file is moved to the atglib / _> folder _lib inside your EAR.

    Hope that clarifies

    See you soon

    R

  • The deployment of a new forms .ear file error

    Hi all
    I get the following error when you try to start the forms:
    From successful OPMN FORMS OC4J instance...
    Call txkChkFormsDeployment.pl to check if the last FORMSAPP. EAR is deployed...
    Program: /u01/apps/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkChkFormsDeployment.pl started @ Tue Nov 16 11:16:23 2010

    Logfile = /u01/apps/inst/apps/DEV_ikhsmappdev1/logs/appl/rgf/TXK/txkChkFormsDeployment_Tue_Nov_16_11_16_23_2010/txkChkFormsDeployment_Tue_Nov_16_11_16_23_2010.log

    File "/ u01/apps/apps/tech_st/10.1.3/j2ee/forms/applications/forms/formsweb/WEB-INF/lib/frmsrv.jar" exists. How to check the size...

    =================================================
    Last Formsapp.ear has NOT been deployed *.
    The last EAR file deployment...
    =================================================


    Complete program: /u01/apps/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkChkFormsDeployment.pl @ Tue Nov 16 11:16:30 2010

    *****************************************
    * W A R N I N G *.
    *****************************************
    Error when running the perl script txkChkFormsDeployment.pl

    We have determined that you need to redeploy forms (txkChkFormsDeployment.pl).
    But can't do it automatically for you, due to some problems.
    For more information, see the log files.
    Follow Note: 397174.1 to manually redeploy the forms.
    *****************************************

    I then try and deploy a new forms EAR file as doc 397174.1 and encounter errors as follows:

    Encounter errors running /u01/apps/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkCfgOC4JApp.pl

    FATAL ERROR *.
    PROGRAM: U01/APPS/APPS/APPS_ST/APPL/FND/12.0.0/PATCH/115/BIN/TXKCFGOC4JAPP.PL(/U01/APPS/APPS/APPS_ST/APPL/FND/12.0.0/BIN/TXKRUN.PL)
    TIME: Tue Nov 16 16:33:03 2010
    FUNCTION: (eval) [level 1]
    10.1.3 ERRORMSG: invalid Oracle Home: /u01/apps/apps/tech_st/10.1.3

    How can I fix it?

    Hello

    Please see (how to create an own oraInventory in Release 12 [834894.1 ID]).

    Thank you
    Hussein

  • Attempt to package a jar of shared library in the ear file. error wlappc

    I try to deploy files jar like shared libraries and decided to follow the recommendation to wrap the pots inside the separate ear files. I include all the modules in the ear, because each of them is designed to be deployed as a shared library. Jar files are placed in the APP-INF/lib directory. The manifest file in the directory META-INF of the ear contains name information and the version of the extension that I would use for these pots. When I run wlappc in my build the wlappc generates an error. I ran weblogic. DDConverter on the ear and the same error was generated. See below. Apparently, the error is caused by the fact that I do not declare all modules in the application.xml file. I found several examples of how package libraries with the help of a war. Even looking at the files in the C:\bea10.3.3\wlserver_10.3\common\deployable-libraries . I found no examples using the Archives of the ear.

    My question is how can I do this. I'd rather do not creation of dummy modules. The documentation seems unclear to me in this area. I would really appreciate the help on this ASAP.

    I use Weblogic Server 10.3.3


    DDConverter error message

    + < 30 August 2010 11:12:00 CEST > < error > < J2EE > < BEA-160197 > < cannot load the descriptor weblogic.application.ddconvert.ConvertCtx$VJarResourceLoader@17590db finder: weblogic.utils.classloaders.CodeGenClassFinder@17943a4 annotation: null module /META-INF/application.xml. The error is weblogic.descriptor.DescriptorException: VALIDATION of the PROBLEMS have BEEN FOUND.
    problem: cvc-complex - type. 2.4 c: expected for item 'module @http://java.sun.com/xml/ns/javaee' before the end of the item application @http://java.sun.com/xml/ns/javaee content: < null >
    + weblogic.descriptor.internal.MarshallerFactory$ 1.evaluateResults(MarshallerFactory.java:245) +.
    + weblogic.descriptor.internal.MarshallerFactory$ 1.evaluateResults(MarshallerFactory.java:231) +.
    + weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:155) +.
    + weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323) +.
    + weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788) +.
    + weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409) +.
    + weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759) +.
    + weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768) +.
    + weblogic.application.ApplicationDescriptor.getApplicationDescriptor(ApplicationDescriptor.java:301) +.
    + weblogic.application.ddconvert.EarConverter.convertDDs(EarConverter.java:59) +.
    + weblogic.application.ddconvert.DDConverter.runBody(DDConverter.java:155) +.
    + weblogic.utils.compiler.Tool.run(Tool.java:158) +.
    + weblogic.utils.compiler.Tool.run(Tool.java:115) +.
    + weblogic.application.ddconvert.DDConverter.main(DDConverter.java:175) +.
    + weblogic. DDConverter.main (DDConverte +)

    My Application.xml. The problem persists once I deleted the < library-directory > element.

    + <? XML version = "1.0" encoding = "UTF - 8"? > +.
    + < application xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" +.
    xmlns = "http://java.sun.com/xml/ns/javaee" xmlns:application = "http://java.sun.com/xml/ns/javaee/application_5.xsd".
    xsi: schemaLocation = "http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd".
    ID = 'Application_ID' version '5' = >
    + < display name > coreEar < / name >.
    + coreEar < description > < / description >.
    + APP-INF/lib < library-directory > < / library-directory > +.
    + < / application > +.

    My weblogic application. XML

    + <? XML version = "1.0" encoding = "UTF-8"? > +.
    + < wls:weblogic - application xmlns:wls = "http://xmlns.oracle.com/weblogic/weblogic-application" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: schemaLocation = "http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/javaee_5.xsd http://xmlns.oracle.com/weblogic/weblogic-application http://xmlns.oracle.com/weblogic/weblogic-application/1.1/weblogic-application.xsd" > +.
    + < wls:application - param > +.
    + < wls:param - name > webapp.encoding.default < / wls:param - name > +.
    + < wls:param - value > UTF-8 < / wls:param - value > +.
    + < / wls:application - param > +.
    + < wls:fast - swap > +.
    + < wls: activated > true < / wls: activated > +.
    + < / wls:fast - swap > +.
    + < / wls:weblogic - application > +.

    My EAR/META-INF / "MANIFEST. MF.

    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.8.1
    Created by: 1.6.0_21 - b07 (Sun Microsystems Inc.)
    Built by: weblogic
    Specification-title: coreEar
    Specification-vendor: Picot Entertainment Systems, Inc.
    Specification-Version: 1.0
    Implementation-title: coreEar
    Implementation-vendor: Picot Entertainment Systems, Inc.
    Implementation-Version: 1.0
    Extension name: com.picot.sempre
    WebLogic-Application-Version: v0.1b

    My APP-INF/lib/corelib.jar/META-INF/ manifesto

    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.8.1
    Created by: 1.6.0_21 - b07 (Sun Microsystems Inc.)
    Built by: weblogic


    My EAR archives broken

    coreEar.ear
    + > APP - INF +.
    -> classes
    -> lib
    -= coreLib.jar
    -> META-INF
    -= MANIFESTO. MF
    -> com /.

    + > META-INF +.
    -= MANIFESTO. MF
    -= application.xml
    -= weblogic.application.xml

    You must create at least a model Module...
    Because the Standard EAR file must contain at least one valid... WAR... EJB jar... .or an ordinary Java Module.

    Please rerfer to: http://weblogic-wonders.com/weblogic/2010/06/22/how-to-build-ear-application-for-weblogic/
    Your Exception clearly said... There is no present valid Module in your "application.xml" file which is the root cause of this issue.

    NOTE: Still, if you do not want to create a Module inside your Application of EAR... then you can go ahead with the optional Packages. Optional packages also provides the same functionality as shared libraries... In this fit you can deploy a Plain Jar file on the server as an optional package, and other Applications can make reference to it. Like this: http://weblogic-wonders.com/weblogic/2009/12/06/optional-packages/

    To see an example of it, you can do refers to: http://forums.oracle.com/forums/thread.jspa?messageID=4439423 during the last answer of mine I have Pasted a link to Test case that I've developed for demonstration... http://www.4shared.com/file/aaudoKO-/Hibernate_Shared_Lib_Demo.html (around of-2, 1 MB size)

    The J2EE specification says: you must have a valid Module (war, ejbjar or simple Module Java) defined in the application ".» XML"of your Enterprise Application.
    .
    .
    Thank you
    Jay SenSharma
    http://WebLogic-wonders.com/WebLogic/ (WebLogic wonders are here)

  • The EAR file size may be 1 KB?

    I created an ADF application in Jdev10.1.3
    for model project that I created file.le EAR causing the EAR is of size 1 KB.
    I think that it's very small.
    actually what is the size of the EAR file?

    When I created the ejb jar (for model) r, war (for the view controller) for the same ADFapplication the size of the pot is 40 k, size of war is 6287 k. How could my EAR size 1 KB?
    Is something wrong with me? or it's ok.

    And I also have other doubt.if I create EAR for model in an application project, is that for the deployment of application.is all this EAR EAR will contain enough WAR
    from my view as controller.
    Please clarify my doubts.i appreciate your help.

    HM...
    I do not work with this version, but you should check the contributors. Access the projrct properties, select deployment and right-click on the deployment profile and edit it. Click help to get an overview of what each option means.

    TMO

  • Change jbo.lock.mode in an EAR file

    Anyone knows if I can change jbo.lock.mode in an appmodule after I generated an EAR file?

    Where all the properties on an app module are stored (what file)?

    Best regards, reZer

    Hello

    All application module properties are set by using configurations on the module of the application. The settings are stored in the bc4j.xcfg file (when you look in Jdev, select the module from the application, look in the structure window, then expand the files). Configurations can be edited by right-clicking on the module of the application.
    Usually, it is convenient to create at least a second configuration for deployment and use it in the Datacontrols.dcx file in your GUI project.

    Kind regards
    Jeroen van Veldhuizen

  • If someone created a "save file" for Firefox, would cause problems?

    I had various problems (first to lose some of my FF icons, for example jpeg), now I have problems with
    my e-mail because the 'precarious' icons are appearing on most of the emails that have images. I've reached the point where I
    feel that I can't send these emails, etc..

    Noticed on the information menu "Refresh" here that if a 'refresh' is the fact that 'old data Firefox' on the desktop should be
    deleted. I DID NOT a DISCOUNT, HOWEVER THERE EXISTS a FILE ON THE DESKTOP "old Firefox data NAMED" inside and out
    There is a file named "." lxrajum2.default ".

    This package contains about 32 MB of information FF. I suspect that a computer scientist could possibly create a "backup file."
    I tried to do a 'print screen', failed however

    I HOPE THAT THE REMOVAL OF THIS FILE, OR UNINSTALL FIREEFOX AND RELOCATION WILL SOLVE MY CURRENT DILEMMA. I DON'T WANT TO LOSE FIREFOX.

    Hi Boudica
    I wrote in one of my replies above: uninstall and reinstall of Firefox or by creating a new profile will not help.

    I did not explicitly mention a reset/refresh, but a discount creates a new profile and attempting to transfer data to the new profile.

    It's really a problem of Yahoo and you could only solve this problem by blocking the content involved a content by blocking the extension Adblock Plus to uBlock for example.
    But I don't know what content they are everything and I do not use an extension of myself.

  • I have a list of files on the left side and I am trying to create a new file. Whenever I create a new file, it will in a list/topic - as creating a

    All I want to do is create a new file and do appear in my existing list of files instead of a new file under a new title.

    I am trying to create a new file and it appears in the sent column where my files for e-mail are listed. Now he goes over these files under a different title every time creating a new file.

  • Cannot create the .css file

    What happened to textedit, it's now the fubar for webdesign!

    I used to be able to create the .css files with text edit but now its locked to the rtf format and will not produce a usable file more.

    Look at the preferences and change it to RTF to plain text.

  • How to create a playlist file

    How to create a playlist file

    Hello

    Double post. Please use:

    http://h30434.www3.HP.com/T5/notebook-PC-sound-and-audio/playlist-file/m-p/5101752

    Thank you.

  • AppleScript - extraire extract values from a table, create a text file with these values

    Hello world

    Lets say I have a table that looks a bit like this

    And this table I would create 2 text files (or even more, depending on how many switchnames are there) who look a bit like these

    Is it still possible?

    I suppose to create a Service (which can be called in numbers) with Automator which includes an Applescript script - but - no idea since the script is not one of my strong suits.

    There is not need to be perfect, because tables are not necessarily the model presented above - so to tweek the script to the application will be necessary. The text files can be created/saved in the same folder as the file numbers is in.

    Y at - it script-genius out there?

    See you soon

    Florian

    Select the column of fist of the data, and then run this script by copying the Forum and paste it into the script editor.  The files will appear on the desktop

    say application "Numbers".

    say front document to tell the worksheet active

    say ( class is worn) fromfirst table whose selection range

    selectionRange defined in column 1 of the selection

    set cnt to 0

    the value destRange for range

    the value currentList to {}

    -the list of switches

    Repeat with acellule in selectionRange cells

    -say acellule to set the value on the NTC

    pass the value to the value of cell

    if and ((cnt > 0) (switch is not missing value) and (currentList is not contain switch)) then

    switch and the value in the currentList currentList

    end if

    NTC put to the cnt + 1

    end Repeat

    -Display dialog box "to the list of items is:" & currentList & "a list" & (currentList County) ".

    Repeat with aswitch in currentList

    " game textOut to '# Script generated with Applescript for switch' & aswitch &"

    # on "& (today's date) &"

    !

    conf t

    "

    set cnt to 0

    Repeat with acellule in selectionRange cells

    -say acellule to set the value on the NTC

    pass the value to the value of cell

    -Display dialog "aswitch is []" & aswitch & "] and switch is []" & switch & "]".

    if (aswitch contains the switch) then

    the value cellCol to address a column of first cell of acellule

    address of line of first cell value cellRow in of acellule

    value to the aport (value of the cell of the column (cellCol + 1) cellRow) integer

    the value vlan for the (value of the cell cellRow of column (cellCol + 2)) integer

    the value desc to the (value of the cell cellRow of column (cellCol + 3))

    " put to textOut textOut &.

    !

    "" IG 1/0 interface / "& aport &.

    switchport mode access

    switchport access vlan "" & vlan & ""

    Description LINK TO "" & desc & ""

    "

    on the other

    -Display dialog box "did not: []" & aswitch & "] and []" & switch & "]".

    end if

    NTC put to the cnt + 1

    end Repeat

    Set myFile to open for access (path to the Office as text) & aswitch & '_output.txt' the with write permission

    textOut write to myFile

    MyFile close access

    end Repeat

    end say

    end say

    end say

Maybe you are looking for

  • Completely clean a 10.11.6 iMac

    I plan to replace my iMac (2011) by a Pro iMac. My current iMac, I give a big kid who is very capable of daling with for example the Apple software. However I want to completely clean my present iMac and delete any private data and programs that are

  • Where is the gear when I open a new tab in Firefox 42?

    I try to have faces of color illustrated when I open a new tab in Firefox 42. The instructions say click on the gear wheel at the top right of the page to the new tab in order to activate the function of tiles. It is not a gear when I open a new tab.

  • Serial number and stolen Mac

    The Macbook Aluminium 2008 serial number appears on the surface of the computer? And I would also like to know, is it possible to find the Mac if it is in offline mode? I got the stolen Mac and try to find solutions :/ Thank you in advance.

  • I was telephoned twice, saying: I have problems on my computer

    original title: IS THERE MICROSOFT PRACTICE to PHONE RESIDENTIAL NUMBERS to SOLVE PROBLEMS COMMON I was telephoned twice now, apparently from microsoft to help troubleshoot the error messages on my computer. Is this normal or just a gimmic. The phone

  • need printer driver for lexmark Z45

    printer driver