|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
deploy failsHi all,
deploy fails with the errors below. Anyone has a idea how to fix or get more information about the cause? I can't even get more debug info - tips how to get more detailed messages would help too. Thanks, Peter [netbeans-deploy:deploy] Deployment started Deploying on Apache Tomcat 6.0.16 debugMode: true clientModuleUri: /frontend clientUrlPart: frontend_anyad forcedeploy: true Distributing C:\Documents and Settings\petro\mavengyak\ frontend\target\frontend-0.5-SNAPSHOT.war to [home=C:\Program Files\Apache Software Foundation\Apache Tomcat 6.0.16:base=apache-tomcat-6.0.16_base] [ERROR]The following mojo encountered an error while executing: [ERROR]Group-Id: org.codehaus.mevenide [ERROR]Artifact-Id: netbeans-deploy-plugin [ERROR]Version: 1.2.4 [ERROR]Mojo: deploy [ERROR]brought in via: Direct invocation [ERROR]While building project: [ERROR]Group-Id: com.noba [ERROR]Artifact-Id: frontend [ERROR]Version: 0.5-SNAPSHOT [ERROR]From file: C:\Documents and Settings\petro\mavengyak\frontend\pom.xml [ERROR]Reason: Failed Deployment:Deployment error: [ERROR]null [ERROR]See the server log for details. ------------------------------------------------------------------------ For more information, run with the -e flag ------------------------------------------------------------------------ BUILD FAILED |
|
|
Re: deploy failsThis message is coming from netbeans app server integration. I've
personally never got anything in the so called "server logs". Most of the times it was some kind of runtime exception in the server depoyment code, it's usually server specific, so deploying on other app server might work. Sometimes more details can be obtained when running with debug messages on. Milos On Wed, Sep 10, 2008 at 7:07 PM, szerintedmi <szerintedmi@...> wrote: > Hi all, > > deploy fails with the errors below. Anyone has a idea how to fix or get > more information about the cause? I can't even get more debug info - tips > how to get more detailed messages would help too. > > Thanks, > > Peter > > > > [netbeans-deploy:deploy] > Deployment started > Deploying on Apache Tomcat 6.0.16 > debugMode: true > clientModuleUri: /frontend > clientUrlPart: frontend_anyad > forcedeploy: true > Distributing C:\Documents and Settings\petro\mavengyak\ > frontend\target\frontend-0.5-SNAPSHOT.war to [home=C:\Program Files\Apache > Software Foundation\Apache Tomcat 6.0.16:base=apache-tomcat-6.0.16_base] > [ERROR]The following mojo encountered an error while executing: > [ERROR]Group-Id: org.codehaus.mevenide > [ERROR]Artifact-Id: netbeans-deploy-plugin > [ERROR]Version: 1.2.4 > [ERROR]Mojo: deploy > [ERROR]brought in via: Direct invocation > [ERROR]While building project: > [ERROR]Group-Id: com.noba > [ERROR]Artifact-Id: frontend > [ERROR]Version: 0.5-SNAPSHOT > [ERROR]From file: C:\Documents and Settings\petro\mavengyak\frontend\pom.xml > [ERROR]Reason: Failed Deployment:Deployment error: > [ERROR]null > [ERROR]See the server log for details. > ------------------------------------------------------------------------ > For more information, run with the -e flag > ------------------------------------------------------------------------ > BUILD FAILED > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
|
|
|
Re: RE: deploy failsthe easiest way is to click in output window on the orange/yellowing
icon on the left hand side. a dialog pops up and allow you to change parameters of the execution. one of the checkboxes is "Show debug". Milos On Thu, Sep 11, 2008 at 10:30 AM, szerintedmi <szerintedmi@...> wrote: > Hi Milos, > > Thanks for your answer. Well, I have no idea how to set debug messages on? > > Thanks, > > Peter > > 2008/9/11 Milos Kleint <mkleint@...> > This message is coming from netbeans app server integration. I've > personally never got anything in the so called "server logs". Most of > the times it was some kind of runtime exception in the server > depoyment code, it's usually server specific, so deploying on other > app server might work. > Sometimes more details can be obtained when running with debug messages on. > > Milos > > On Wed, Sep 10, 2008 at 7:07 PM, szerintedmi <szerintedmi@...> wrote: >> Hi all, >> >> deploy fails with the errors below. Anyone has a idea how to fix or get >> more information about the cause? I can't even get more debug info - tips >> how to get more detailed messages would help too. >> >> Thanks, >> >> Peter >> >> >> >> [netbeans-deploy:deploy] >> Deployment started >> Deploying on Apache Tomcat 6.0.16 >> debugMode: true >> clientModuleUri: /frontend >> clientUrlPart: frontend_anyad >> forcedeploy: true >> Distributing C:\Documents and Settings\petro\mavengyak\ >> frontend\target\frontend-0.5-SNAPSHOT.war to [home=C:\Program Files\Apache >> Software Foundation\Apache Tomcat 6.0.16:base=apache-tomcat-6.0.16_base] >> [ERROR]The following mojo encountered an error while executing: >> [ERROR]Group-Id: org.codehaus.mevenide >> [ERROR]Artifact-Id: netbeans-deploy-plugin >> [ERROR]Version: 1.2.4 >> [ERROR]Mojo: deploy >> [ERROR]brought in via: Direct invocation >> [ERROR]While building project: >> [ERROR]Group-Id: com.noba >> [ERROR]Artifact-Id: frontend >> [ERROR]Version: 0.5-SNAPSHOT >> [ERROR]From file: C:\Documents and >> Settings\petro\mavengyak\frontend\pom.xml >> [ERROR]Reason: Failed Deployment:Deployment error: >> [ERROR]null >> [ERROR]See the server log for details. >> ------------------------------------------------------------------------ >> For more information, run with the -e flag >> ------------------------------------------------------------------------ >> BUILD FAILED >> > > ------------------------------ >> >> --------------------------------------- >> 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 |
|
|
|
|
|
Re: RE: deploy fails[ERROR]Caused by: java.lang.NullPointerException
[ERROR] at org.netbeans.modules.tomcat5.TomcatManager.distribute(TomcatManager.java:590) [ERROR] at org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:574) [ERROR] at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:174) [ERROR] ... 16 more it seems to be some kind of problem in tomcat integration. Can you file it as such in netbeans.org issuezilla? Thanks Milos On Fri, Sep 12, 2008 at 11:24 AM, szerintedmi <szerintedmi@...> wrote: > Hi Milos, > > I tried it with Netbeans 6.5 beta + mevenide 2.0.4 too. Same issue. I > attached debug outputs. > > Any idea? > > Thanks, > > Peter > > 2008/9/11 Milos Kleint <mkleint@...> >> >> the easiest way is to click in output window on the orange/yellowing >> icon on the left hand side. >> a dialog pops up and allow you to change parameters of the execution. >> one of the checkboxes is "Show debug". >> >> Milos >> >> On Thu, Sep 11, 2008 at 10:30 AM, szerintedmi <szerintedmi@...> >> wrote: >> > Hi Milos, >> > >> > Thanks for your answer. Well, I have no idea how to set debug messages >> > on? >> > >> > Thanks, >> > >> > Peter >> > >> > 2008/9/11 Milos Kleint <mkleint@...> >> > This message is coming from netbeans app server integration. I've >> > personally never got anything in the so called "server logs". Most of >> > the times it was some kind of runtime exception in the server >> > depoyment code, it's usually server specific, so deploying on other >> > app server might work. >> > Sometimes more details can be obtained when running with debug messages >> > on. >> > >> > Milos >> > >> > On Wed, Sep 10, 2008 at 7:07 PM, szerintedmi <szerintedmi@...> >> > wrote: >> >> Hi all, >> >> >> >> deploy fails with the errors below. Anyone has a idea how to fix or >> >> get >> >> more information about the cause? I can't even get more debug info - >> >> tips >> >> how to get more detailed messages would help too. >> >> >> >> Thanks, >> >> >> >> Peter >> >> >> >> >> >> >> >> [netbeans-deploy:deploy] >> >> Deployment started >> >> Deploying on Apache Tomcat 6.0.16 >> >> debugMode: true >> >> clientModuleUri: /frontend >> >> clientUrlPart: frontend_anyad >> >> forcedeploy: true >> >> Distributing C:\Documents and Settings\petro\mavengyak\ >> >> frontend\target\frontend-0.5-SNAPSHOT.war to [home=C:\Program >> >> Files\Apache >> >> Software Foundation\Apache Tomcat >> >> 6.0.16:base=apache-tomcat-6.0.16_base] >> >> [ERROR]The following mojo encountered an error while executing: >> >> [ERROR]Group-Id: org.codehaus.mevenide >> >> [ERROR]Artifact-Id: netbeans-deploy-plugin >> >> [ERROR]Version: 1.2.4 >> >> [ERROR]Mojo: deploy >> >> [ERROR]brought in via: Direct invocation >> >> [ERROR]While building project: >> >> [ERROR]Group-Id: com.noba >> >> [ERROR]Artifact-Id: frontend >> >> [ERROR]Version: 0.5-SNAPSHOT >> >> [ERROR]From file: C:\Documents and >> >> Settings\petro\mavengyak\frontend\pom.xml >> >> [ERROR]Reason: Failed Deployment:Deployment error: >> >> [ERROR]null >> >> [ERROR]See the server log for details. >> >> >> >> ------------------------------------------------------------------------ >> >> For more information, run with the -e flag >> >> >> >> ------------------------------------------------------------------------ >> >> BUILD FAILED >> >> >> > >> > ------------------------------ >> >> >> >> --------------------------------------- >> >> 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 >> >> > > --------------------------------------------------------------------- > 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 |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |