Admin_client.jar does not like -deploymentPlan switch

I 'm trying to deploy an app via admin client using the following command line:
java -jar $ORACLE_HOME/j2ee/home/admin_client.jar deployer:oc4j:opmn://$2.llnl.gov:6003/OpticsLoop oc4jadmin -deploy -file app.war -deploymentName $app -deploymentPlan plan.dat
It does not like the -deploymentPlan switch. Error is:
Admin command usage error: Unknown -deploy switch: plan.dat
It will deploy other apps that don't use the -deploymentPlan. With this app I need the plan so I can disable apache commons logging library that conflicts with the log4j packaged with my app.
JDK5 and Oc4J 10.1.3.3. Problem seen on Windows as well as on Linux.

hi vamsee
I was able to deploy an application, using the "-deploymentPlan" switch, like this:
D:\oracle\oc4j_101330>java -jar j2ee/home/admin_client.jar deployer:oc4j:localhost:23791 oc4jadmin welcome -deploy -file d:\temp\DPThread638837App.ear
-deploymentName DPThread638837App -deploymentPlan d:\temp\DPThread638837App-localhost-plan.datIf I change the path for the deployment plan to something that does not exist, I get the message "... Unable to find deployment plan ..." :
D:\oracle\oc4j_101330>java -jar j2ee/home/admin_client.jar deployer:oc4j:localhost:23791 oc4jadmin welcome -deploy -file d:\temp\DPThread638837App.ear
-deploymentName DPThread638837App -deploymentPlan d:\temp\unknown.dat
Deploy error: Deploy error: Unable to find deployment plan d:\temp\unknown.dat.I don't know why it doesn't work for you.
success
Jan Vervecken

Similar Messages

  • Windows 7 does not like my Audigy Card at all

    Hey guys,
    Got too excited and went out and bought Windows 7 Ultimate x64 - fantastic. Problem is, I have no sound - my Asus Rampage Formula motherboard has no onboard sound as it comes with a seperate sound card which won't work and neither will the cheapy Audigy standard one I bought today to try...
    7 automatically installs some drivers when it detects I have a sound card installed and sticks it in the Device Manager under 'System Devices' and calls it a 'High Definition Audio Controller'
    Now I found the new Win 7 drivers on here and downloaded in the hope of installing and overwriting this 'Hi Def Audio Controller' but when i'm in setup I get the error message "Setup is unable to detect a supported product on your system. Please ensure that your product is properly installed before running this Setup Program. Setup will exit" which is completely baffling me as Win7 can detect and install this 'audio controller' - when I hover over the volume icon in the taskbar (which incidentally has a red cross over it) it says 'No audio output is installed"
    I'm probably going wrong somewhere, but I don't know if its Win7 or these "Windows 7" drivers don't actually work?
    Please can anyone help?!!

    Re: Windows 7 does not like my Audigy Card at all^ Perhaps you can try this:
    <a rel="nofollow" href="http://support.creative.com/downloads/download.aspx?nDownloadId=0960"]http://support.creative.com/downloads/download.aspx?nDownloadId=0960[/url]
    Yes I know that that is a standard driver from Creative. But try to download the driver. Then right click it, and extract it. You can extract it like this if you have WINRAR, WINACE, or WINZIP on your system. Even the free 7-zip will work great.
    Then go to device manager, and then to your unknown device, and then update driver, and then choose "have disk....." and browse to the folder where you unzipped the driver. Then install the driver, allowing it to copy the files over to your system. Reboot. Sound may still not be working at this point. Then try windows update or the Daniel K. pack again. Using this method may seem weird but I am trying to "trick" your system into picking up your Audigy.
    This worked for me before with my x-fi Titanim and my Extreme gamer when I switched to Vista 64.

  • Bitcoin-QT does not like UTC

    Hey Archers! This is my first post on here, but I've been using Arch on and off since 2011... just goes to show how good the wiki is lol
    Anyway, I'm dual booting Windows 8 (work reasons, unfortunatley) and Arch, so as the wiki suggested, I set both operating systems to use UTC. I originally thought it worked like a charm, but after firing up my Bitcoin wallet (in Arch) I soon discovered it isn't syncing with the network in UTC. If I switch back to America/New_York, everything still works great again. How would I make the bitcoin-qt client work with UTC?
    Here is what I did to set UTC:
    ln -sf /usr/share/zoneinfo/UTC /etc/localtime
    And then I tried reindexing the blocks like so:
    bitcoin-qt -reindex
    But I haven't had any luck

    That's odd, we must be reading different wiki pages then, on both the Installation Guide and Time wiki pages, it says the timezone can be set by making a symlink at /etc/localtime that points to the desired zone. Regardless, I checked the hardware clock, and it seems to be set correctly...
    timedatectl status | grep local
    outputs
    RTC in local TZ: no
    And this
    hwclock
    outputs
    Fri 11 Oct 2013 04:41:05 AM UTC -0.797325 seconds
    So it is definately set in UTC at the correct time. I'm thinking Bitcoin-QT does not like UTC for some reason. The time itself seems to be fine because Windows and Arch both have the same time after either windows or Arch syncs time over the internet.
    Thanks for the help cfr, much appreciated.

  • Error by compiling yacy: Target "build-jar" does not exist

    Hello
    I am trying to compile yacy by using this PKGBUILD (based in this one: http://aur.archlinux.org/packages.php?ID=14464):
    pkgname=yacy-svn
    pkgver=7387
    pkgrel=1
    pkgdesc="Peer to peer searchengine"
    arch=(i686 x86_64)
    url="http://yacy.net/"
    license="GPL"
    depends=('java-runtime' 'sudo')
    #depends=('jre' 'sudo')
    #makedepends=('jdk' 'apache-ant' 'subversion')
    makedepends=('apache-ant' 'java-environment')
    conflicts=(yacy)
    replaces=()
    provoids=(yacy)
    install=yacy.install
    source=()
    md5sum=()
    _svntrunk=svn://svn.berlios.de/yacy/trunk/
    _svnmod=yacy
    build() {
    cd $startdir/src/
    msg "Checking out svn-tree..."
    svn co -r $pkgver $_svntrunk $_svnmod || return 1
    cd $startdir/src/yacy/
    msg "Create working directory"
    cp -r $startdir/src/yacy $startdir/src/yacy-work
    rm -rf $(find "$startdir/src/yacy-work" -type d -name ".svn" -print)
    # svn-file, that buildscript can determine revision
    mkdir -p $startdir/src/yacy-work/.svn/
    cp $startdir/src/yacy/.svn/entries $startdir/src/yacy-work/.svn/entries
    cd $startdir/src/yacy-work/
    msg "compile and copy files..."
    ant build-jar installonlinux -DDESTDIR=$startdir/pkg || return 1
    mkdir -p $startdir/pkg/usr/share/java/yacy/
    cp lib/*.jar $startdir/pkg/usr/share/java/yacy/
    cp libx/*.jar $startdir/pkg/usr/share/java/yacy/
    mkdir -p $startdir/pkg/etc/rc.d
    m4 -DArchLinux $startdir/src/yacy/addon/yacyInit.m4 >yacy.init || return 1
    install -Dm755 yacy.init $startdir/pkg/etc/rc.d/yacy
    msg "Delete working directory"
    rm -rf $startdir/src/yacy-work
    But in the process I get this error:
    Buildfile: ~/yacy/src/yacy-work/build.xml
    BUILD FAILED
    Target "build-jar" does not exist in the project "YaCy".
    I have searched information related using google but I don't find one solution.
    I think it is a java related problem. I have installed Oracle's Java Runtime Environment jre-6u23-1
    I use Archlinux x86 2.6.36-2.
    Can anyone help me please?
    Thanks in advance

    OK
    Still I can't install yacy, but I was reading the file readme.txt included in the program's tarball.
    There, says to start yacy run:
    ./startYACY.sh
    I get this terminal output:
    ****************** YaCy Web Crawler/Indexer & Search Engine *******************
    **** (C) by Michael Peter Christen, usage granted under the GPL Version 2 ****
    **** USE AT YOUR OWN RISK! Project home and releases: http://yacy.net/ ****
    ** LOG of YaCy: DATA/LOG/yacy00.log (and yacy<xx>.log) **
    ** STOP YaCy: execute stopYACY.sh and wait some seconds **
    ** GET HELP for YaCy: see http://wiki.yacy.net and http://forum.yacy.de **
    >> YaCy started as daemon process. Administration at http://localhost:8080 <<
    When I have tried to access to localhost, I get the following message:
    Error connecting to localhost. Connection refused.
    But from terminal I can ping to localhost
    Can anybody help me with any of this troubles please?
    Last edited by zuargo (2011-01-08 15:55:48)

  • My iphone 5c switched off and does not want to switch back on?

    Hi all,
    I need some help please... my phine switched off and does not want to switch on.
    I have charged it on my computer for at least an hour yet there has been no luck. It is only about 3 months old.
    Regards
    Nakkie

    Thank you Razmee209,
    This solved my question, I tried it earlier but I guess I did not hold it in long enough.
    Thank you so much.
    Regards
    Nakkie

  • I have ripped cds on to windows and i am trying to transfer them over to itunes except it does not like wma files is there anything i can do

    i have ripped cds on to windows media player but i am trying to transfer them over to itunes except it does not like wma files is there anything i can do

    It should work... when I got my first iPod I transferred my entire library over and it was all .wma files. What specific steps have you tried?

  • Itunes 11.1.5 does not recognize the switch to 64 bit mode from 32... won't open

    itunes 11.1.5 does not recognize the switch to 64 bit mode from 32... won't open

    Is there some background story to this that might give us some clue?  An error message quoted exactly? Did you just do an update?
    Try starting iTunes with the shift key held down.  If it starts it is probably some old plugin presenting problems.

  • Struts.jar does not exist

    I'm getting these errors in the global-application.log and the message "403 Forbidden" when trying to access my web application. Can anyone please tell me what might be wrong? The same web application is working fine on Tomcat, WebSphere CE and SunOne...
    06/12/13 15:43:30.203 opinio: Error preloading servlet
    javax.servlet.UnavailableException: /C:/Program%20Files/Oracle/OC4J/j2ee/home/applications/opinio/WEB-INF/lib/struts.jar does not exist.
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:368)
         at javax.servlet.GenericServlet.init(GenericServlet.java:256)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2231)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4617)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4541)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4730)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1019)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:649)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:428)
         at com.evermind.server.Application.getHttpApplication(Application.java:512)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1975)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1958)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.getHttpApplication(HttpSite.java:1910)
         at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:427)
         at com.evermind.server.http.HttpRequestHandler.resolveApplication(HttpRequestHandler.java:395)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:437)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:534)
    06/12/13 15:43:30.296 opinio: 10.1.3.0.0 Started
    06/12/13 15:43:30.328 opinio: Servlet error
    javax.servlet.UnavailableException: /C:/Program%20Files/Oracle/OC4J/j2ee/home/applications/opinio/WEB-INF/lib/struts.jar does not exist.
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:368)
         at javax.servlet.GenericServlet.init(GenericServlet.java:256)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2231)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4617)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4541)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:740)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:534)

    forgot to tell that the struts.jar is located in C:/Program Files/Oracle/OC4J/j2ee/home/applications/opinio/WEB-INF/lib/struts.jar, still OC4J is complaining that the file isn't there...

  • PCI-GPIB does not like returning from computer power-save mode. I need to restart the application. Uggh! Customer not happy.

    It seems volatile memory is lost on the PCI GPIB Card. When the system returns from power-save, I cannot get to my GPIB instruments. I have to close the application and restart it. I've tried unregistering and reregistering the gpib globals and resetting the device interfaces (reissuing the ibdev command) without luck. I am using Visual Basic 6, but I also get the Measurement and Automation Explorer to fail in the same way, so I don't think it is my development environment.

    On Sat, 15 May 2004 20:23:58 -0500 (CDT), SQP Products wrote:
    >PCI-GPIB does not like returning from computer power-save mode. I
    >need to restart the application. Uggh! Customer not happy.
    >
    >It seems volatile memory is lost on the PCI GPIB Card. When the
    >system returns from power-save, I cannot get to my GPIB instruments.
    >I have to close the application and restart it. I've tried
    >unregistering and reregistering the gpib globals and resetting the
    >device interfaces (reissuing the ibdev command) without luck. I am
    >using Visual Basic 6, but I also get the Measurement and Automation
    >Explorer to fail in the same way, so I don't think it is my
    >development environment.
    Can you change your power save settings? What operating system
    are you running?
    Also, some BIOS's have options for power save. For example, recent
    IBM's can be set to maintain power to all peripherals, or only to main
    memory. Of course, you would want it to maintain power.
    I suspect the GPIB board and its driver are completely unable to
    handle power save operation. It probably was never considered while
    it was being designed.
    Aidan Grey

  • MY WIRELESS ROUTER DOES NOT LIKE WINDOWS 7

    OK FIRST I'M NOT YELLING. CAPS ARE MUCH EASIER FOR ME TO SEE AS I HAVE MS. ANYWAY I AM A NOVICE USUER WHEN IT COMES TO ROUTERS BUT MY ROUTER  Wireless-N Broadband Router (WRT300N) DOES NOT LIKE MY NETBOOK WHICH HAS WINDOWS 7 HOME PREMIUM. DOES ANYONE KNOW HOW I CAN EASILY FIX THIS.
    THANKS IN ADVANCE,

    Are you able to see the wireless network name on your computer ?
    If yes, then what's the error message are you getting while connecting to the network ?

  • JBuilder does not like Canvas3D

    The JBuilder Enterprise GUI Swing design does not like JBuilder it seems.
    If I take my Canvas3D out everything works fine, I can edit the GUI and such...
    If I use Canvas3D inside my main Frame the Designer closes JBuilder. No message or anything, just totally exits out.
    Anyone suggestions?

    Canvas3D is not swing component. So do not use it in Swing GUI Designer.

  • Itunes does not like my address

    Itune does not like my mailing address

    Well this is normal. First you have to remove your email from being a recovery ID.

  • My Fascinate does not like Android 2.2 Froyo

    Ok, just got the Android 2.2 Froyo update today. My Fascinate does not like it. Nothing works the way it used to, and the "pretty" they put on it does not make up for the pain in the **bleep** it has become. Try to delete single or multiple image and it locks up, takes forever to open some apps. Media scanner will start and will not stop. Shutting down and restarting does not help. Is there any was to go back to the old software that works? Thanks for any help or info. DLS

    darklightusn wrote:
    Ok, just got the Android 2.2 Froyo update today. My Fascinate does not like it. Nothing works the way it used to, and the "pretty" they put on it does not make up for the pain in the **bleep** it has become. Try to delete single or multiple image and it locks up, takes forever to open some apps. Media scanner will start and will not stop. Shutting down and restarting does not help. Is there any was to go back to the old software that works? Thanks for any help or info. DLS
    I first would try a factory reset and then still unhappy with the results, you have a couple of choices, ask for a replacement or revert to version 2.1, and yes, you can revert but only if you go to Android Central Fascinate forums

  • HT201210 feeling a little lost. i was updating to new phone software now phone has gone back to new mode. it recognises my phone but wont allow me to ststem backup from itunes as it does not like the passwords i use as it says system restore already done

    having problems with passwords since i upgraded software on itunes as phone gone back to configure mode but wont allow to restore from back up in itunes as it does not like passwords i use. any ideas to solve?

    unhappy@apple wrote:
    but t say's that it will delet all the my stuff i have on their, can i get some other way?
    Not if it is in Recovery mode.
    -> http://support.apple.com/kb/HT1808
    You can restore from backup.
    -> http://support.apple.com/kb/HT1766

  • Cursorpos.jar does not go well with 10.1.2.3.0

    Hello,
    I was using cursorpos.jar in multi-record block consisting of items say item1,item2,item3 so that the highlighted blue color (forms default) does not show up when user navigates from item1 to item2 and if user has typed the half word in the end of line then it should appear from start of next line and cursor should be positioned to last character of word so that user can type without any interruption.
    I've user oracle.forms.demos.enhancedItems2.CursorPosTextField Implementation Class in item property.
    Above was working absotuletly fine in OAS version 10.1.2.0.2 but when i updated to patch p5983622_10123_WINNT to version 10.1.2.3.0 the curosr does not move to end and whole text is shown with blue color (forms default).
    I tried so many ways like checking of class path , archive path setting but nothing works as it should be !!!
    Let me know if there is any workaround for this !!!!
    Help is hightly appreciated.
    Br
    Atul

    Hi, same problem years later.
    Did you or anybody find out why this happened or even beter solved it ?
    Kindly, Lars.

Maybe you are looking for

  • Why is my album art downloading to the wrong music?

    When I am syncing my iPhone, I am getting an error (-54) at times. I am also seeing the wrong album art downloading with the incorrect music. Whenever I use a song for my alarm, I see music that I do not have checked to be on my phone showing up and

  • Regarding Material master segment.

    HI all, I need to see the fields of mm01 that can be passed by BD10.For that please tell me how to view fields of material master segment.Please tell segment name and transaction to view.Also please tell if its possible to pass classification view by

  • Iweb/ computer to computer transfer/ publish error

    Problem with iWeb 09 and in particular publishing on my Blog. Today I decided to try and shift my iWeb site to a 2nd computer, from my iMac to my MacBook. Both have been installed up to date with all the latest software updates. I moved the domain.si

  • Can't re-install Logic 8 on OS 10.8

    I recently lost a macbook which was running 10.8 and Logic Pro 8. I replaced it with a MacBook Pro (running 10.8) and restored from Time Machine. Logic opens fine, but a lot of the plugins and other audio content are missing. I can't reinstall the Au

  • Emergency! Plz help immediately.

    i want to implement the function pos(string1,string2, index) in oracle, which searches if string2 exists in string1, and if it does, it returns the position of string2 in string1. Is there any similar function in pl/sql which has this functionnality?