Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [hudson-dev] Error building

I know you might get this twice, but I'm just denoting that it should go to you.
 
I'm running RHEL 5, which is pretty old. Yea, I wondered if it was the openjdk that was causing it to fail too, perhaps I should try and look for an upgrade for openjdk? I'm using hudson I think 3.0.0-M3 because it says that in the url bar when I deployed it, I was pretty sure that I downloaded the latest stable version. I deployed the war in JBoss EAP 6. 
 
I'm wondering if it has to do with the Bash variables that I have set, I didn't set hudson home because it worked without it.

________________________________

From: Winston Prakash [mailto:winston.prakash@xxxxxxxxx]
Sent: Tue 7/24/2012 2:18 PM
To: Hudson developer discussions
Cc: Miller, Adam A CIV SPAWARSYSCEN-ATLANTIC, 58500
Subject: Re: [hudson-dev] Error building



Hi,

Strange. Remoting is part of Hudson, so should not be the case.

Could you tell us which version of Hudson are you using?.  Also
wondering if this could be anything to do with openjdk you are using
which fails to load the class.

- Winston


On 7/24/12 10:56 AM, Miller, Adam A CIV SPAWARSYSCEN-ATLANTIC, 58500 wrote:
> I'm kind of new to Hudson. I have a single build project, called test, and I have only one remote repo, which it has synced from successfully.
> 
> The only build objective that I have specified is "Invoke Maven 3" with goals "clean install"
> 
> But I get a funny error:
> 
> https://gist.github.com/04da890df11378f3a427
> 
> I don't know how to debug it or where to begin. All I have in my git repo is a single main file containing a hello world example. I just want to see hudson work-I wouldn't think that Hudson should fail for what this exception trace is giving just because there's not a pom.xml file specified for maven, but I'm not absolutely certain. Can someone help me out?
> _______________________________________________
> hudson-dev mailing list
> hudson-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/hudson-dev





Back to the top