Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2015-11-19 Thread Vinícius da Cruz Maia
How did you install the 1.11-SNAPSHOT version of deploy plugin? I tried, but don't had success Em sexta-feira, 26 de dezembro de 2014 23:01:29 UTC-2, Francisco Jose Murcia escreveu: > > Just got the same problem publishing at JBoss 6.3EAP using Jenkins 1.595 > > > ERROR

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-12-26 Thread Francisco Jose Murcia
Just got the same problem publishing at JBoss 6.3EAP using Jenkins 1.595 ERROR: Publisher hudson.plugins.deploy.DeployPublisher aborted due to exceptionorg.codehaus.cargo.util.CargoException

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-10-24 Thread Klaus Wienert
I can acc the Problem. Here is my stacktrace on jenkins 1.552 ERROR: Publisher hudson.plugins.deploy.DeployPublisher aborted due to exceptionorg.codehaus.cargo.container.ContainerException : Failed

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-23 Thread Michael Nothhard
Just verified. I reloaded Jenkins from the original WAR. After that I received the same error you did. Updating the log4j JAR resolved the issue. On Wednesday, July 23, 2014 3:39:56 PM UTC+2, Michael Nothhard wrote: > > I was actually just testing that. But yes, I think its because I still >

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-23 Thread Michael Nothhard
I was actually just testing that. But yes, I think its because I still had that log4j jar updated to the new version. I will reply once I verify that. On Wednesday, July 23, 2014 3:37:11 PM UTC+2, roman...@fluidtime.com wrote: > > can it be that you have updated the log4j file? > > On Wednesday

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-23 Thread roman . pickl
can it be that you have updated the log4j file? On Wednesday, July 23, 2014 3:12:51 PM UTC+2, roman...@fluidtime.com wrote: > > I tried both copying the files form jboss and the files from the new > plugin to thelib folder of the plugin. The classpath problem is resolved, > but now I get the fol

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-23 Thread roman . pickl
I tried both copying the files form jboss and the files from the new plugin to thelib folder of the plugin. The classpath problem is resolved, but now I get the following error: Deploying /var/lib/jenkins/jobs/test/workspace/target/test.war to container JBoss 7.x Remote The undeployment phase

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-23 Thread Michael Nothhard
I was able to resolve the classpath issue by copying *.jars from JBoss into the plugin's WEB-INF directory(see my first reply). These jars appear to already be included with the fork but not the original deploy plugin. After I did that I had a different error but that was caused by an earlier

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-23 Thread roman . pickl
Hi Michael, which settings were wrong? What do you mean by "normal deploy plugin"? with or without your previous changes (jar files, log4j,...) I still get the same error as described in the first post. On Wednesday, July 23, 2014 9:56:54 AM UTC+2, Michael Nothhard wrote: > > I was able to get

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-23 Thread Michael Nothhard
I was able to get the normal deploy plugin 1.10 to work with JBoss 7.1.1(I had some of my settings wrong). What error(s) are you having now? On Wednesday, July 23, 2014 9:48:17 AM UTC+2, roman...@fluidtime.com wrote: > > i reopend the ticket https://issues.jenkins-ci.org/browse/JENKINS-19256. >

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-23 Thread roman . pickl
i reopend the ticket https://issues.jenkins-ci.org/browse/JENKINS-19256. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroup

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-20 Thread roman . pickl
Hey Mike, I succeeded with https://github.com/xhaggi/deploy-plugin after switching the log4j jar in the jenkins war. However, this is not the solution I was looking for :/ Kind regards, Roman On Friday, July 18, 2014 10:00:36 AM UTC+2, Michael Nothhard wrote: > > I have not tried the fork myself

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-18 Thread Michael Nothhard
I have not tried the fork myself because yesterday I didn't have a maven environment set up to build it. But yesterday I ran into another issue with a separate plugin and since this seems to be a trend, I setup an environment. So I may try to build this fork next week and try it out myself. I

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-18 Thread roman . pickl
have you tried the fork of the plugin? I could look more deeply into https://github.com/xhaggi/deploy-plugin/commit/3225ccdf2aebab293324aacc282aec47a8dd95c6 Kind Regards, Roman On Friday, July 4, 2014 11:07:27 AM UTC+2, roman...@fluidtime.com wrote:Good Morning, I've updated to yesterdays rele

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-16 Thread Michael Nothhard
I have also been trying to deploy to JBoss 7.1.1 using the new version of the Deploy Plugin (1.10). I ran into the same issues I resolved the error you received by coping all the *.jars from "JBOSS_HOME/modules" to the deploy plugin's "WEB-INF/lib" directory so that they would be in classpath(

Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-04 Thread roman . pickl
Good Morning, I've updated to yesterdays release of Deploy Plugin 1.10 and I'm trying to deploy to a running JBoss 7.x. After setting up the credentials and URL and running the Job, I get the following error: ERROR: Publisher hudson.plugins.deploy.DeployPublisher aborted due to exception org.