Missing oracle-ant.jar in ORACLE_HOME/ant/lib

Hi
I have version 10.1.3.3 of the Oracle Application Server Running. As I understand it, you are provided with Apache Ant via the default installation and you are supposed to have the file ORACLE_HOME/ant/lib/oracle-ant.jar in order use the oracle ant tasks. However, I have just done a search for oracle-ant.jar in ORACLE_HOME and have realised that oracle-ant.jar is missing. Is this normal or do I have to download oracle-ant.jar separately. If I have to download it separately, can some-one please point me in the right direction. Either way where can I get a copy of oracle-ant.jar from?

Found it. The Guide file named the wrong way. It should be ORACLE_HOME/ant/lib/ant-oracle.jar and not ORACLE_HOME/ant/lib/oracle-ant.jar

Similar Messages

  • Oracle 10g (10.1.3.1.0) ant-oracle-classes.jar

    Hi,
    I dint find Ant Task for stopping/starting/restarting the Oracle Application Server, but the http://download-uk.oracle.com/docs/cd/B31017_01/web.1013/b28951/anttasks.htm#BEIHFIIC specifies that you can do so with the Ant Tasks. I went through "ant-lib.xml" present in the ant-oracle-classes.jar, even it does not have these tasks.
    Is it by any chance that Oracle shipped a wrong library of "ant-oracle-classes.jar" in Oracle 10g (10.1.3.1.0) is with that of Oracle 10g Release 3 (10.1.3), since this Release 3 does not support the stopping and starting of the server with the Ant tasks.
    If any one has any idea, please let me know.
    Whom should I report/ask?
    Can anyone give some pointers for the same. I would be very very thankful.
    Rgds,
    Prashanth Babu.

    Thanks a lot Mike.
    But then, the problems donot stop there.
    I went though the decompiled code of JSR88StartServer.java and JSR88ShutdownServer.java and found that doStartServer() of JSR88StartServer and doShutdownServer() of JSR88ShutdownServer, both call only one method ie deploymentManager.shutdown(), which is present in J2EEDeploymentManager class.
    Ideally, JSR88StartServer should start the server by invoking deploymentManager.restart(). But then, looks like there is a problem here too, since both these methods simply call shutdown only.
    And also, whenever I tried restarting the App Server from EnterpriseManager Console, it never restarts. It simply stops and does not do anything apart from that.
    Iam in a project where our applications have to be up and running on OAS 10g through automation of deployment ie either thru Ant Tasks or the J2EE Deployment API provided by Oracle. But, both the ways, it looks like there are one-too-many hurdles.
    Any inputs to the same would be of great help.
    I would just like to know, if any one has done the above. Please let me know.
    Rgds,
    Prashanth Babu.

  • Oracle ant tasks 10.1.3DP3

    I use the "assemble" ant task (and ant files provided with oracle sample web services apps in 10.1.3DP3) to generate EAR file in my application. Everything worked well with ant files but I wanted to move to maven as this is our build system. I 'm able to invoke the oracle ant tasks from maven and build the ear file. However when I try to deploy and then generate the proxy from WSDL I ran into some problems.
    1. I ''m unable to get deploy to work from maven. Error is:
    Unable to create Deployment Manager
    followed by
    error getting handle to JMX MBean Server
    2. Deployment during build is not a requirement for me but ability to generate proxy jars is. So I m trying to find a way to generate the proxy jars without having to get the WSDL remotely from a running OC4J. Is there a way to tell the "assemble" task to leave the WSDL file on the disk or do I need to pull it out of the generated EAR file and then feed it to "genProxy"?

    Check the 'genWSDL' ant task or equivalent command from the WS user guide [1], page 162. This should do what you are looking for.
    For the JMX-deployement integration with maven, try the J2EE forum. You may have more feedback there.
    Eric
    [1] http://download-west.oracle.com/otn/java/oc4j/1013/doc/web.1013/b14434.pdf

  • Missing %ORACLE_HOME%\precomp\lib\env_precomp.mk

    Oracle database enterprise server 9201 + patch 9204
    on Windows 2000 server
    Why there is not %ORACLE_HOME%\precomp\lib\env_precomp.mk after installation?
    Thanks in advance.

    Your developer is asking you to relink the "proc" program -- which is the PreCompiler for Pro*C source code (normally files with a .pc extension).
    Why do you need to relink proc ?
    You might need to relink custom programs that have been created with Pro*C but not Pro*C itself !
    Possibly your developer has given you the wrong instructions or isn't sure which file is to be relinked.
    Do you have custom Pro*C programs implemented at your site ?
    Hemant K Chitale

  • Weblogic.jws.Policies.class is missing in weblogic.jar and wlfullclient.jar

    Hi,
    I am trying to upgrade Weblogic from 9.1 to 10.3.2 or 10.3.3
    In Weblogic 9.1, our application used weblogic.jar in our classpath.
    After we installed Weblogic 10.3.3, the new weblogic.jar can be found in: <WLS_HOME>\wlserver_10.3\server\lib
    However, some class files are missing and we realized we need to manually generate wlfullclient.jar and use this jar file instead.
    Reference: http://download.oracle.com/docs/cd/E12840_01/wls/docs103/client/jarbuilder.html
    The problem is that in Weblogic 10.3.3, the following class files are missing inside weblogic.jar and wlfullclient.jar
    - import weblogic.jws.Policies
    - import weblogic.jws.Policy
    Hence, our application is getting an "The import weblogic.jws.Policies cannot be resolved" error in our code.
    I look inside both weblogic.jar and wlfullclient.jar, weblogic.jws.Policies and weblogic.jws.Policy cannot be found.
    This is not an issue in Weblogic 10.3.2. These two classes can be found in wlfullclient.jar
    Any idea where I can find these class files for Weblogic 10.3.3 or something we are doing is incorrectly?
    Thanks
    Toan

    Hi,
    This missing classes can be found inside the JAR : *"E:\bea10_3_3\wlserver_10.3\server\lib\wseeclient.jar"* As well as inside *"E:\bea10_3_3\wlserver_10.3\server\lib\wls-api.jar"*
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic/webservices/ (WebLogic Wonders Are Here)

  • Missing oracle/xdb/XMLType

    Hi,
    I am developing simple java class to try xsu.
    I am using jdev 10.1.2.1.
    I have done java class to generate xml using OracleXMLQuery.
    It works fine.
    I have done java class to save data from xml using OracleXMLSave.
    It doesn't work!
    The code is simple:
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:db10g2","hr","hr");
    OracleXMLSave sav = new OracleXMLSave(conn, "DEPARTMENTS");
    sav.insertXML(sav.getURL("file://c:/xmldb/insertDEPT.xml"));
    sav.close();
    during runtime at line "sav.insertXML(sav.getURL("file://c:/xmldb/insertDEPT.xml"));"
    I got an exception:
    java.lang.NoClassDefFoundError: oracle/xdb/XMLType
         at model.TESTXML_2.main(TESTXML_2.java:20)
    Exception in thread "main" Process exited with exit code 1.
    Jdev has access to all jars in ORACLE_HOME\LIB.
    What is wrong ?
    I don't know where I can find such package oracle.xdb.
    regards,
    Cezary

    You need xdb.jar in $ORACLE_HOME/rdbms/jlib

  • Error in invoking target install of makefile $ORACLE_HOME/sqlplus/lib/ins_sqlplus.mk

    I am installing oracle 8.1.6 on Red Hat linux 7.2
    I made following entries in .bashrc file of oracle
    export ORACLE_BASE="/oracle"
    export ORACLE_HOME="$ORACLE_BASE/product/9i"
    export LD_LIBRARY_PATH="$ORACLE_HOME/lib:/lib:/usr/lib:/usr/openwin/lib"
    export ORA_NLS33="$ORACLE_HOME/ocommon/nls/admin/data"
    export ORACLE_SID="ORCL"
    export
    CLASSPATH="$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib:$ORACLE_HOME/network/jlib"
    export
    PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games:/u01/app/oracle/product/8.1.6/bin:/oracle/jdk/bin:.:/opt/gnome/bin:/opt/www/htdig/bin:/opt/kde/bin:/usr/share/texmf/bin:/usr/openwin/bin
    I am geting following error while installation
    "Error in invoking target install of makefile $ORACLE_HOME/sqlplus/lib/ins_sqlplus.mk"
    Please help me. I have set necessary file permissions also.
    Hemant

    Hi
    Having just done this myself on Suse 8, are you sure that the make package is installed? Also make sure that the cc/gcc packages are installed. HTH
    Dave

  • Patch 4247037 Required component missing  oracle.sdo.locator, 11.2.0

    Hi Hussein & Srini,
    Need you help again . After Installing 11.2.0.3 x86_64 software (files 1of7.zip and 2of7.zip of patch 10404530) & runned the Installer from Example..
    as part of part of upgrading the Vision database version from 11.1.0.7 to 11.2.0.3 in EBS 12.1.1 according to[ID 837570.1] and MOS Doc 1058763.1}
    I followed the steps mentioned in http://chavalis.blogspot.in/2012/10/upgrading-r12-11-vision-database.html#!/2012/10/upgrading-r12-11-vision-database.html
    When am trying to apply this patch 4247037 getting this Error.. Please advise ..
    [oracle@ebs ~]$ echo $ORACLE_HOME
    /oracle/VIS/db/tech_st/11.1.0
    [oracle@ebs ~]$ /oracle/VIS/db/tech_st/11.2.0.3/OPatch/opatch apply /home/oracle/4247037
    Patch 4247037: Required component(s) missing : [ oracle.sdo.locator, 11.2.0.3.0 ]
    [Apr 6, 2013 2:36:25 AM] [ Error during Prerequisite for apply phase ] Detail: OUI-67074:ApplySession failed during prerequisite checks: Prerequisite check "CheckApplicable" failed.
    [Apr 6, 2013 2:36:25 AM] OUI-67035:System intact, OPatch will not attempt to restore the system
    [Apr 6, 2013 2:36:25 AM] --------------------------------------------------------------------------------
    [Apr 6, 2013 2:36:25 AM] The following warnings have occurred during OPatch execution:
    [Apr 6, 2013 2:36:25 AM] 1) OUI-67620:Interim patch 4247037 is a superset of the patch(es) [  4247037 ] in the Oracle Home
    [Apr 6, 2013 2:36:25 AM] --------------------------------------------------------------------------------
    [Apr 6, 2013 2:36:25 AM] Finishing ApplySession at Sat Apr 06 02:36:25 GMT+05:30 2013
    [Apr 6, 2013 2:36:25 AM] Total time spent waiting for user-input is 0 seconds. Finish at Sat Apr 06 02:36:25 GMT+05:30 2013
    [Apr 6, 2013 2:36:25 AM] Log file location: /oracle/VIS/db/tech_st/11.1.0/cfgtoollogs/opatch/opatch2013-04-06_02-36-18AM.log
    [Apr 6, 2013 2:36:25 AM] Stack Description: oracle.opatch.PrereqFailedException: Prerequisite check "CheckApplicable" failed.
    [Apr 6, 2013 2:36:25 AM] StackTrace: oracle.opatch.OPatchSessionHelper.runApplyPrereqs(OPatchSessionHelper.java:4835)
    [Apr 6, 2013 2:36:25 AM] StackTrace: oracle.opatch.ApplySession.processLocal(ApplySession.java:3888)
    [Apr 6, 2013 2:36:25 AM] StackTrace: oracle.opatch.ApplySession.process(ApplySession.java:5853)
    [Apr 6, 2013 2:36:25 AM] StackTrace: oracle.opatch.OPatchSession.main(OPatchSession.java:1787)
    [Apr 6, 2013 2:36:25 AM] StackTrace: oracle.opatch.OPatch.main(OPatch.java:651)
    Couldn't understand even after going the Readme of the patch... Do i need to set the Oracle_Home to to new Oracle_home to /oracle/VIS/db/tech_st/11.2.0.3 as it not specifically mentioned
    in the readme of the Patch Or in http://chavalis.blogspot.in/2012/10/upgrading-r12-11-vision-database.html#!/2012/10/upgrading-r12-11-vision-database.html ..
    Or Perhaps i couldn't get it..... Please suggest
    Thanks
    Priya
    Edited by: 971054 on Apr 5, 2013 2:39 PM

    when i changed the Oracle_home i.e
    [oracle@ebs ~]$ export $ORACLE_HOME=/oracle/VIS/db/tech_st/11.2.0.3/
    [oracle@ebs 4247037]$ /oracle/VIS/db/tech_st/11.2.0.3/OPatch/opatch apply /home/oracle/4247037
    Invoking OPatch 11.2.0.1.7
    Oracle Interim Patch Installer version 11.2.0.1.7
    Copyright (c) 2011, Oracle Corporation. All rights reserved.
    Oracle Home : /oracle/VIS/db/tech_st/11.2.0.3
    Central Inventory : /oracle/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 11.2.0.1.7
    OUI version : 11.2.0.3.0
    Log file location : /oracle/VIS/db/tech_st/11.2.0.3/cfgtoollogs/opatch/opatch2013-04-06_03-07-37AM.log
    Applying interim patch '4247037' to OH '/oracle/VIS/db/tech_st/11.2.0.3'
    Verifying environment and performing prerequisite checks...
    Do you want to proceed? y
    y
    User Responded with: Y
    All checks passed.
    Backing up files...
    Patching component oracle.sdo.locator, 11.2.0.3.0...
    Patch 4247037 successfully applied
    Log file location: /oracle/VIS/db/tech_st/11.2.0.3/cfgtoollogs/opatch/opatch2013-04-06_03-07-37AM.log
    OPatch succeeded.
    [oracle@ebs 4247037]$
    I am not sure whether this is the correct way to do it. as setting the ORACLE_HOME to the new one isn't mentioned in Readme of the Patch
    Or Surely I could NOt understand it... Please suggest
    Thanks
    Priya

  • Problems about 8i on solaris2.6 $ORACLE_HOME/rdbms/lib/ins_r

    When i tried to install O8i for solaris (CD from OTN )on Sun
    Solaris 2.6,I've met such problems:
    Error in invoking target install of makefile
    $ORACLE_HOME/rdbms/lib/ins_rbms.mk
    C Complier used:/usr/ccs/bin/cc,make
    I appreciate your help
    null

    Check permissions in /usr/ccs/bin. I had the same problem due to set id bit being set on all binaries in this directory. Consequently, it runs as 'bin', who doesn't have permission to write in the 'oracle' directories.
    Ps. Mubashir. Oliver posted this to this group as there does't appear to be a Solaris 8i install group. So check you facts before you get smart.
    null

  • I could not find the ORACLE_HOME\sqlj\lib\ transalator.zip

    Hi there;
    I have a 10g installed, and I am looking for a file called translator.zip. This file is supposed to be in ORACLE_HOME\sqlj\lib\transalator.zip. But it is NOT.
    Could any one probably help me where to download this file from?
    Without this file the translation is not possible.
    I also searched all the oracle installation files but nothing came up.
    Thanks;
    Sasan Ebadian

    Already responsed in similar post

  • Error in invoking target install of make file /opt/oracle/product/9.0.1/ctx/lib/ins_c

    I am trying to install Oracle 9i database release 2 on Linux RedHat 7.3. I got error message from OUI during the linking Oracle database
    error in invoking target install of make file /opt/oracle/product/9.0.1/ctx/lib/ins_ctx.mk
    Any input is greatly appreciated.

    Pl identify exact version of "10g" you are trying to install. Are you following all of the steps in the Install Guide ? Pl post the last 50 lines from the install log file
    HTH
    Srini

  • Oracle 11g jars not being compatible with WAS 6.1.x versions

    Hi,
    We have an issue with Oracle 11g jars not being compatible with WAS 6.1.x versions.
    If we use Oracle10g client jars then they are working with the 11g database.
    Below are the findings
    Working fine With Ojdbc14.jar
    Not working With Ojdbc5.jar
    WAS 6.0
    Working fine With Ojdbc14.jar
    Not working With Ojdbc5.jar
    WAS 6.013
    Working fine With Ojdbc14.jar
    Not working With Ojdbc5.jar
    As per IBM website link Oracle 11g should be working with WAS 6.1.0.21 upwards
    Could somebody please help me regarding the same.
    thanks & Regards,
    Anoop

    # Download the full Firefox installer from http://www.mozilla.com/
    # Delete the Firefox [http://kb.mozillazine.org/Installation_directory installation directory], making sure all the Firefox files and folders are removed. The default location on 32 bit Windows is C:\Program Files\Mozilla Firefox\
    # Re-install Firefox
    Note that deleting the Firefox installation directory will not remove your bookmarks or other Firefox user data, they are stored elsewhere.

  • Oracle JDBC Jar Error in DtSQL

    I installed Oracle in Windows and used a DB Tools ( DtSQL )
    connect Oracle.
    It receives error. I checked the error message,
    it failed when it call the driver to connect the db and does nothing with DtSQL.
    Do you guys ever test Oracle JDBC jar file like this ? Or the jar file is not OS independant ?
    Any ideas ?
    Thanks in advanced.

    >
    I installed Oracle in Windows and used a DB Tools ( DtSQL )
    connect Oracle.
    It receives error.
    >
    what error? post error stack
    Do you guys ever test Oracle JDBC jar file like this ? we are not Oracle testers
    Oracle JDBC jar files are provided by Oracle (and tested by Oracle).
    Or the jar file is not OS independant ?It is not correct. jar files are OS independent.
    Any ideas ?No ideas until you post error stack
    Edited by: Mark Malakanov (user11181920) on Apr 5, 2013 3:09 PM

  • Oracle ojdbc5.jar or tomcat classes12.jar?

    Hello.
    Running 11g, Java 5, and Tomcat 6 on XP.
    CLASSPATH=c:\oracle11g\jdbc\lib\ojdbc5.jar
    But I get a Tomcat error: NoClassDefFoundError...
    unless I have classes12.jar in c:/tomcat60/lib folder.
    Is this correct? Do I still need classes12.jar? How can I get tomcat to follow the classpath setting?
    Any suggestions are greatly appreciated.
    Logan

    Hi,
    If you are using LDAP then you have to use the class12.jar files

  • Adf-faces-ea15 missing share-1_1_18.jar?

    Hi,
    I've just tried to install adf-faces from ea15 without having any previous version of it. Target is the production version of JDev. Reading through how-to-adf-faces-10gjdev.htm it seems there are some files in ea15 missing: share-1_1_18.jar and the adf-faces-install.zip. In ea12 these files are available. So does one have to install an older version to get ea15 working?

    Yes, after writing the post I've read it in an older documentation. I do understand that the how-to does not necessarily get update everytime a ea is released.
    Nethertheless, thank you.

Maybe you are looking for

  • GPS is not working in my n8

    after updating it to belle GPS is not working in my device. nothing works right maps, drive etc dont getting GPS signals. all apps which needs GPS are not working please help me

  • Values not passing from program to Layout

    Hi Abaper's My requirement is I need to set company logo in Invoice ( VF03 ) if a particualar condition satisifies, for this I have set a FLAG in my driver program and called the FLAG in my Script Layout. Here my issue is, for certain invoices the FL

  • I'm having trouble saving my project

    Using LV 8.5.1: 1.  In Project Explorer, I select my shared variable .lvlib file, right click it, and select Autodeploy Variables to uncheck it.  I confirm the uncheck by repeating the right click.  Now I save the project, reopen i, and the check mar

  • Adobe Flash CS4 export image default format and dialogue default option

    Dear Adobe users and programmers, I  would like to ask You whether there's a way where I can set default  format of exported image from Adobe Flash CS4. Here's image describing  what I mean: And than I want to have default dialogue window set to "Yes

  • How do I stop files from opening as "Word Work File C_3.tmp."?

    I have MS Word 2011 for Mac. Whenever I open a file that I have saved, it opens with the title "Word Work File C_3.tmp." To save whatever work or editing I want to do, I then have to go back to the saved file, pick up the actual title, go back to the