Scott Ryan President/CTO Soaring Eagle L.L.C. www.soaringeagleco.com sc...@theryansplace.com (303) 263-3044
On Mar 4, 2009, at 4:15 PM, Davis Ford wrote:
I think I figured it out. no protocol: andcomes from 'Documents and Settings\<myname>\.m2\repository\path\to \weblogic\jars"and"I'm deploying to our local maven repo to see if this resolves the issue.On Wed, Mar 4, 2009 at 6:13 PM, Scott Ryan <sryan...@gmail.com> wrote:Are you sure you are running both in JAva 5? Scott Ryan President/CTO Soaring Eagle L.L.C. www.soaringeagleco.com sc...@theryansplace.com (303) 263-3044 On Mar 4, 2009, at 4:04 PM, Davis Ford wrote:My apologies Scott -- I got your name reversed. It has been a long day. Another quick question. I seem to now be stuck here -- any ideas? $ mvn weblogic:deploy [INFO] [weblogic:deploy] [INFO] Weblogic Deployment beginning with parametersDeployMojoBase[adminServerHostName = localhost, adminServerProtocol = http, adminServerPort = 7001, userId = weblogic, password = weblogic,artifactPath = C:\SVN\servicelink\drm-webapp\target/drm-webapp, projectPackaging = war, name = drm-webapp, targetNames = examplesServer, remote = false] [INFO] Weblogic Deployment parameters [-adminurl, http://localhost:7001, -username, weblogic, -password, weblogic, -verbose, -name, drm-webapp, -targets, examplesServer, -source, C:\SVN\servicelink\drm-webapp\target/drm-webapp.war, -deploy] weblogic.Deployer invoked with options: -adminurl http://localhost:7001 -username weblogic -verbose -name drm-webapp -targets examplesServer -source C:\SVN\servicelink\drm-webapp\target/drm-webapp.war -deploy<Mar 4, 2009 5:55:07 PM EST> <Info> <J2EE Deployment SPI> <BEA-260121><Initiating deploy operation for application, drm-webapp [archive: C:\SVN\servicelink\drm-webapp\target\drm-webapp.war], to examplesServer .> no protocol: and I also tried $ mvn weblogic:start [INFO] [weblogic:start] [INFO] Weblogic artifact start beginning with parametersDeployMojoBase[adminServerHostName = localhost, adminServerProtocol = http, adminServerPort = 7001, userId = weblogic, password = weblogic,artifactPath = C:\SVN\servicelink\drm-webapp\target/drm-webapp, projectPackaging = war, name = drm-webapp, targetNames = examplesServer, remote = false] [INFO] Weblogic Deployment parameters [-adminurl, http://localhost:7001, -username, weblogic, -password, weblogic, -verbose, -name, drm-webapp, -targets, examplesServer, -start] weblogic.Deployer invoked with options: -adminurl http://localhost:7001 -username weblogic -verbose -name drm-webapp -targets examplesServer -start<Mar 4, 2009 5:58:52 PM EST> <Info> <J2EE Deployment SPI> <BEA-260121><Initiating start operation for application, drm-webapp [archive: null], to examplesServer .> no protocol: andOn Wed, Mar 4, 2009 at 5:56 PM, Davis Ford <davisf...@zenoconsulting.biz >wrote:Hi Ryan -- thanks for the response. I did manage to finally figure that out. One note though. The FAQ link is broken. http://mojo.codehaus.org/weblogic-maven-plugin/faq.htmlOn Wed, Mar 4, 2009 at 5:51 PM, Scott Ryan <sryan...@gmail.com> wrote:There are instructions in the documentation FAQ. You need to enablehttp from the console to respond to 7001. Scott Ryan President/CTO Soaring Eagle L.L.C. www.soaringeagleco.com sc...@theryansplace.com (303) 263-3044 On Mar 4, 2009, at 3:38 PM, Davis Ford wrote:Hi, I'm trying to use weblogic-maven-plugin. plugin config below. I have done a manual mvn install for all the dependencies and they aresatisfied. I started weblogic, and I can go to http://localhost:7001in my browser and see the start page. I logged into the admin consolewith weblogic/weblogic However, when I run mvn weblogic:start it says this -- any ideas? [INFO] [weblogic:start] [INFO] Weblogic artifact start beginning with parametersDeployMojoBase[adminServerHostName = localhost, adminServerProtocol = http, adminServerPort = 7001, userId = weblogic, password = weblogic,artifactPath = C:\SVN\servicelink\drm-webapp\target/drm-webapp, projectPackaging = war, name = drm-webapp, targetNames = AdminServer, remote = false] [INFO] Weblogic Deployment parameters [-adminurl, http://localhost:7001, -username, weblogic, -password, weblogic, -verbose, -name, drm-webapp, -targets, AdminServer, -start] weblogic.Deployer invoked with options: -adminurlhttp://localhost:7001 -username weblogic -verbose -name drm- webapp-targets AdminServer -startUnable to connect to 'http://localhost:7001': Destination unreachable;nested exception is:java.net.ProtocolException: Tunneling result unspecified - isthe HTTP server at host: 'localhost' and port: '7001' a WebLogicServer?; No available router to destination. Ensure the url represents a running admin server and that the credentials are correct. If usinghttp protocol, tunneling must be enabled on the admin server. <plugin><groupId>org.codehaus.mojo</ groupId><artifactId>weblogic-maven-plugin</artifactId> <configuration> <adminServerHostName>localhost</adminServerHostName> <adminServerPort>7001</adminServerPort> <adminServerProtocol>http</adminServerProtocol> <userId>weblogic</userId><password>weblogic</ password><upload>false</upload> <remote>false</remote> <verbose>true</verbose> <debug>false</debug> <targetNames>AdminServer</targetNames> <exploded>false</exploded> </configuration> <dependencies> <dependency> <groupId>com.sun</groupId> <artifactId>tools</artifactId><version>1.5</ version> <scope>system</ scope><systemPath>${java.home}/../lib/tools.jar </systemPath> </dependency> <dependency> <groupId>weblogic</groupId> <artifactId>weblogic</artifactId> <version>${weblogic.version}</version><scope>provided</ scope></dependency> <dependency> <groupId>weblogic</groupId> <artifactId>webservices</artifactId> <version>${weblogic.version}</version><scope>provided</ scope></dependency> <dependency> <groupId>weblogic</groupId> <artifactId>xbean</artifactId> <version>${weblogic.version}</version><scope>provided</ scope></dependency> <dependency> <groupId>weblogic</groupId> <artifactId>javelinx</artifactId> <version>${weblogic.version}</version><scope>provided</ scope></dependency> <dependency> <groupId>weblogic</groupId> <artifactId>bcel</artifactId><version>5.1</ version> <scope>provided</ scope></dependency> <dependency> <groupId>weblogic</groupId> <artifactId>wlw-util</artifactId> <version>${weblogic.version}</version><scope>provided</ scope></dependency> <dependency> <groupId>weblogic</groupId> <artifactId>wlw-langx</artifactId> <version>${weblogic.version}</version><scope>provided</ scope></dependency> <dependency> <groupId>org.apache.xmlbeans</groupId> <artifactId>xmlbeans</artifactId><version>2.3.0</ version> <scope>provided</ scope></dependency> <dependency> <groupId>weblogic</groupId> <artifactId>weblogic-container-binding </artifactId> <version>${weblogic.version}</version><scope>provided</ scope></dependency> </dependencies> </plugin> -- Zeno Consulting, Inc. home: http://www.zenoconsulting.biz blog: http://zenoconsulting.wikidot.com p: 248.894.4922 f: 313.884.2977 --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email-- Zeno Consulting, Inc. home: http://www.zenoconsulting.biz blog: http://zenoconsulting.wikidot.com p: 248.894.4922 f: 313.884.2977-- Zeno Consulting, Inc. home: http://www.zenoconsulting.biz blog: http://zenoconsulting.wikidot.com p: 248.894.4922 f: 313.884.2977 --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email-- Zeno Consulting, Inc. home: http://www.zenoconsulting.biz blog: http://zenoconsulting.wikidot.com p: 248.894.4922 f: 313.884.2977 --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email