Board index » jbuilder » can't deploy app with Enterprise 2006
|
J. Braun
JBuilder Developer |
|
J. Braun
JBuilder Developer |
can't deploy app with Enterprise 20062005-10-18 12:44:41 AM jbuilder20 The app I was working on in Ent 2005 won't deploy with Ent 2006. The error message is "Unrecognized option or flag, -sourcerootforupload" I haven't changed anything from 2005 to 2006 and can't find where to set or eliminate this option. Thanks, J. |
| Lori M Olson [TeamB]
Java Developer |
2005-10-18 02:27:17 AM
Re:can't deploy app with Enterprise 2006
J. Braun wrote:
QuoteThe app I was working on in Ent 2005 won't deploy with Ent 2006. The What JDK is it using, what kind of application, what are your deployment settings, etc, etc. Followups set to the deployment group. -- Regards, Lori Olson [TeamB] ------------ Save yourself, and everyone else, some time and search the newsgroups and the FAQ-O-Matic before posting your next question. Google Advanced Newsgroup Search www.google.ca/advanced_group_search Other Newsgroup Searches: www.borland.com/newsgroups/ngsearch.html Joi Ellis's FAQ-O-Matic: www.visi.com/~gyles19/fom-serve/cache/1.html |
| MARIA KAUFMANN
Java Developer |
2006-05-17 08:22:26 PM
Re:can't deploy app with Enterprise 2006
Does anyone have the answer to this question? I'm experiencing the same problem while trying to deploy a very simple webapp, which only contains JSPs, to WebLogic 8.1, using JDK 1.4.2_3. Prior to upgrading to JBuilder 2006, I had no problem deploying my application to WebLogic 8.1 from JBuilder X.
{smallsort} |
| TIM TROY
Java Developer |
2006-05-19 02:06:17 PM
Re:can't deploy app with Enterprise 2006
I have the same problem. I have a web project that was built in JB X and is deployed to WebLogic Server 8.1 SP3 using JDK 1.41_03. I open the project with JB 2006 and select redeploy and receive the error below. When I first opened the project, I was shown a message that said, "The project xxx.jpx has been updated to reflect the latest server changes." This problem appears to be JB 2006 calling weblogic.Deployer with an invalid parameter (-sourcerootforupload).
C:\bea\jdk141_03\bin\javaw -classpath C:\bea\weblogic81\server\lib\weblogic_sp.jar;C:\bea\weblogic81\server\lib\weblogic.jar;C:\bea\weblogic81\server\lib\webservices.jar; weblogic.Deployer -user user -adminurl http://XXX:7001 -password password -activate -name name -sourcerootforupload XXX.ear -targets targets Usage: java weblogic.Deployer [options] [actions] [File(s)] where options include: -adminurl <<protocol>://<server>:<port>>Administration server URL: default iiop://localhost:7001 -username <username>user name -password <password>password for the user -userconfigfile <userconfigfile>The user config file contains the user security credentials; it is administered by the weblogic.Admin tool -userkeyfile <keyConfigFile>The users key file; it is administered by the weblogic.Admin tool. -examples Displays example usage of this tool. -name <application name>Defaults to the basename of the deployment file or directory. -targets <<target(s)>>A comma separated list of targets for the current operation. If not specified, all configured targets are used. For a new application, the default target is the administration server. -deploy Make an application available for service. -redeploy Replace a running application partially or entirely. -undeploy Take an application out of service. Unrecognized option or flag, -sourcerootforupload |
| Paul Furbacher [TeamB]
Java Developer |
2006-05-20 11:38:20 AM
Re:can't deploy app with Enterprise 2006
TIM TROY wrote:
QuoteI have the same problem. I have a web project that was built in JB Quoteweblogic.Deployer -user user -adminurl http://XXX:7001 -password and followed a dev2dev thread on it until I got to this response (last in the thread) by "rayward": forums.bea.com/bea/message.jspa To quote: "[...] just finished talking to BEA support and trying some experiments, as well. The -sourcerootforupload option works with 8.1 SP4 but not with SP2." So, since you are using WLS 8.1 sp 3, I'm guessing that this applies to you and may apply to those who chimed in earlier in the thread. Can you upgrade to sp 4? If you do upgrade, report back here as to whether that solves the problem. -- Paul Furbacher (TeamB) Save time, search the archives: info.borland.com/newsgroups/ngsearch.html Is it in Joi Ellis's Faq-O-Matic? www.visi.com/~gyles19/fom-serve/cache/1.html Finally, please send responses to the newsgroup only. That means, do not send email directly to me. Thank you. |
