From: SourceForge.net <no...@so...> - 2006-07-30 22:05:23
|
Bugs item #1229554, was opened at 2005-06-29 03:55 Message generated for change (Comment added) made by jeffjensen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497853&aid=1229554&group_id=61626 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: weblogic Group: release >Status: Pending Resolution: None Priority: 5 Submitted By: Andreas Schönknecht (schoolm) >Assigned to: Jeff Jensen (jeffjensen) Summary: [weblogic] weblogic:redeploy has missing parameter Initial Comment: Hi, I tried the weblogic:redeploy goal and got an error message telling that the "-source" must be provided when "-upload" is used. I use weblogic server 8.1.3. [java] java.lang.IllegalArgumentException: When the - upload option is specified, the -source option must also be specified. [java] at weblogic.Deployer.runBodyWithAuthenticatedSubject (Deployer.java:827) [java] at weblogic.Deployer.runBody (Deployer.java:711) [java] at weblogic.utils.compiler.Tool.run (Tool.java:146) [java] at weblogic.utils.compiler.Tool.run (Tool.java:103) [java] at weblogic.Deployer.runMain (Deployer.java:566) [java] When the -upload option is specified, the -source option must also be specified. [java] at weblogic.Deployer.main(Deployer.java:549) [java] [java] [java] Usage: java weblogic.Deployer [options] [actions] [File(s)] [java] [java] where options include: [java] -adminurl <<protocol>://<server>:<port>> Administration server URL: [java] default iiop://localhost:7001 [java] -username <username> user name [java] -password <password> password for the user [java] -userconfigfile <userconfigfile> The user config file contains the [java] user security credentials; it is [java] administered by the weblogic.Admin tool [java] -userkeyfile <keyConfigFile> The users key file; it is administered [java] by the weblogic.Admin tool. [java] -examples Displays example usage of this tool. [java] -name <application name> Defaults to the basename of the deployment [java] file or directory. [java] -targets <<target(s)>> A comma separated list of targets for the [java] current operation. If not specified, all [java] configured targets are used. For a new [java] application, the default target is the [java] administration server. [java] -deploy Make an application available for service. [java] -redeploy Replace a running application partially or [java] entirely. [java] -undeploy Take an application out of service. [java] ---------------------------------------------------------------------- >Comment By: Jeff Jensen (jeffjensen) Date: 2006-07-30 17:05 Message: Logged In: YES user_id=498804 Hi, Could you attach a patch for a fix? Did you ever fix this for yourself locally? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497853&aid=1229554&group_id=61626 |