thank you very very very much! Since I changed to jdk1.7, Jenkins worked fine. You are right: the master and slave both install the jdk1.7 or above.
On Sunday, July 24, 2016 at 4:34:21 AM UTC+8, Baptiste Mathus wrote: > > 0) since some months, Jenkins requires JDK 7 minimum. So using a JDK6 for > 2.13 won't work on the master. > > 1) it's strongly recommended to have the same JVM version on master and > agents (note: the "slave" term got deprecated in 2.x). Your error is > probably related to that (maybe the ClassFormatError is because it's over > remoting/serialization and why it's not a typical > UnsupportedClassVersionError or something like that) > > 2) nothing special to do to add an agent on AIX apart from that. > If possible, simply go for a Jdk 8 everywhere. That's what we've set up > and it works fine. > (Note: the JVM version to run an agent or master is unrelated to the ones > usable in a build. And actually I personally generally recommend to not use > the "default" JDK) > > Cheers > > Le 22 juil. 2016 3:53 PM, "Jack Andy" <[email protected] <javascript:>> > a écrit : > > Hi David, > > Could you tell me how deploy a Jenkins slave to AIX? > > I install the jenkins 2.13(by installing jenkins.war into tomcat) in a > redhat OS, and I want to connect to a AIX 6.1 agent, the AIX agent uses the > IBM JDK1.6.0, I can connect to the AIX agent by using the command: ssh > [email protected] <javascript:>, > But, Jenkins cannot connect to the AIX slave on the web page, you can get > the error from the attachment. > > Could you help me? thanks! > > > > On Thursday, August 22, 2013 at 5:00:50 PM UTC+8, [email protected] > wrote: > >> I deployed a jenkins slave to AIX, and it worked fine with a RHEL6 >> master…. >> >> >> >> As suggested as long as java is installed, you should be able to follow >> the generic unix/install, download the LTS release (WAR file). >> >> >> >> Java –jar Jenkins.war >> >> >> >> And go from there. >> >> >> >> dD >> >> >> >> *From:* [email protected] [mailto:[email protected]] *On >> Behalf Of *Suri >> >> *Sent:* 22 August 2013 09:57 >> *To:* [email protected] >> >> *Subject:* Re: Jenkins AIX version >> >> >> >> >> On Thursday, August 22, 2013 1:58:59 PM UTC+5:30, Steffen wrote: >> >> Hi Suri! >> >> On Thu, 2013-08-22 at 01:24 -0700, Suri wrote: >> > Can anyone please suggest me, whether Jenkins installation is possible >> > in AIX server or not. >> >> As there is Java for AIX this shouldn't be a problem. You don't _have_ >> to use native packages. >> >> Regards >> Steffen >> >> Dear Steffen, >> >> >> >> Thanks for your reply. could you please share the process of AIX >> jenkins installation. it could be help us to install the jenkins in AIX >> platform >> >> >> >> -- >> 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 [email protected]. >> >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> This e-mail and any attachments are confidential and intended solely for >> the addressee and may also be privileged or exempt from disclosure under >> applicable law. If you are not the addressee, or have received this e-mail >> in error, please notify the sender immediately, delete it from your system >> and do not copy, disclose or otherwise act upon any part of this e-mail or >> its attachments. >> >> Internet communications are not guaranteed to be secure or virus-free. >> The Barclays Group does not accept responsibility for any loss arising >> from unauthorised access to, or interference with, any Internet >> communications by any third party, or from the transmission of any viruses. >> Replies to this e-mail may be monitored by the Barclays Group for >> operational or business reasons. >> >> Any opinion or other information in this e-mail or its attachments that >> does not relate to the business of the Barclays Group is personal to the >> sender and is not given or endorsed by the Barclays Group. >> >> Barclays Bank PLC.Registered in England and Wales (registered no. >> 1026167). >> Registered Office: 1 Churchill Place, London, E14 5HP, United Kingdom. >> >> Barclays Bank PLC is authorised by the Prudential Regulation Authority >> and regulated by the Financial Conduct Authority and the Prudential >> Regulation Authority (Financial Services Register No. 122702). >> > -- > 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 [email protected] <javascript:>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/a3318a72-7977-410d-b3ce-7da078cc55e2%40googlegroups.com > > <https://groups.google.com/d/msgid/jenkinsci-users/a3318a72-7977-410d-b3ce-7da078cc55e2%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/de0406bc-9535-4f0c-9877-706eb1b8fbe2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
