Questions tagged [slave]

209 questions
0
votes
1 answer

Unable to execute shell script on slave with Jenkins

I am attempting to run JUnit tests on a slave via Jenkins. Configuration of the slave was successful and the master seems to recognize the slave's workspace but is unable to execute the java command via the "Execute Shell" under Build. There is no…
Jai
  • 319
  • 2
  • 9
  • 30
0
votes
1 answer

jamod with Modbus Serial Slave

I'm using jamod (ModBus api) with a Beaglebone Black which runs on Android. I successfully used it for ModBus TCP Slave app. It worked like a charm. Now I'm trying to use it for Modbus serial slave app. But I am having an error. I think the problem…
MilesDyson
  • 738
  • 1
  • 11
  • 33
0
votes
2 answers

Unhelpful Jenkins slave error

I have 2 Jenkins slaves that are "identical" and the first one is working fine. The second one getting this most unhelpful error: At revision 168565 FATAL: null java.lang.NullPointerException at…
M Smith
  • 1,988
  • 15
  • 28
0
votes
1 answer

Hibernate Search Slave setup on Tomcat 7 + ActiveMQ 5.9 + Spring 3.2

I am unable to correctly setup a slave node for Hibernate Search. I have found multiple articles on the subject and follow them, but it will not work for me. I have setup the the master successfully. Maybe a few more sets of eyes can see…
mark
  • 41
  • 1
  • 9
0
votes
0 answers

Jenkins Stop after found connection issue

I have a problem with Jenkins, I have a Job with around 30 steps calling maven. I have a slave machine running this job and the problem is that sometimes that slave machine disconnects and Jenkins stop working. My question is, is any way to say…
HellPine
  • 21
  • 2
0
votes
1 answer

linux slave cannot checkout source , svn: E175002: Received fatal alert: bad_record_mac

environment is: jenkins 1.5.20 on RHEL 6 jenkins SSH Slaves plugin 1.2 SSH Credentials plugin 1.3 i have a user on both the master host and slave host that can successfully ssh between the two hosts and on the master there is no issue checking out…
user1800734
  • 223
  • 1
  • 3
  • 7
0
votes
1 answer

MySQL slave not updating / syncing

I had a MySQL slave that was running on one server, but I needed to migrate to a new server. I shut down my slave on the original server, copied the DB over to the new server and launched MySQL. I updated the Master configuration by using Change…
Eric B.
  • 23,425
  • 50
  • 169
  • 316
0
votes
0 answers

Jenkins Slave Nodes Won't Start

I have a simple Jenkins job set up and for some reason certain computers in the office are having trouble connecting as slave nodes. -One computer connects fine, no issues. -One connects using java web start then immediately disconnects -One tries…
sstynes
  • 239
  • 1
  • 3
  • 8
0
votes
1 answer

How to write data to multiple Bluetooth LE slaves simultaneously on CoreBluetooth?

I am new to this. I am trying to work on an iOS application where i can to exchange data to multiple Bluetooth LE slaves. I am able to connect and read from the multiple slaves. But the problem is i can only write (sound buzzer) to only one of them…
Cheng
  • 279
  • 3
  • 13
0
votes
0 answers

Mysql replication :: Error (duplicate entry) on slave with right query

I've a master and slave (different machines) and got the slave stopped with one duplicate entry error. If I run the query that causes the error (I can see that query via SHOW SLAVE STATUS) on the slave (when the replication is stopped) there is no…
Felipe Alonso
  • 413
  • 3
  • 9
0
votes
1 answer

Error during Master to Master Replication of MySQL server

I have setup Master to Master Replication on MySQL server 5.2 with my existing database. I am sucessfully able to replicate data of my Master 1 to Master 2 with the user named as replication. But I am getting error from Master 1 when I try to…
Udhy
  • 109
  • 1
  • 1
  • 5
-1
votes
1 answer

How do hosts find the DNS slave server when master is down?

Imagine there are two zones in one network, zone A and Zone B. host1 and host2 are both in zone A. host1 is the dns authoritative server for zone A and host2 is the dns authoritative server for zone B. host1 is configured as the dns slave server for…
znaya
  • 321
  • 4
  • 13
-2
votes
2 answers

Laravel - How to do DB Connection to Slave Database

as the title above, I need to do connection to slave database (for some reason)... But I cannot find how to do it? . Below is my database config: 'mysql' => [ 'read' => [ 'host' => env('DB_SLAVE', '127.0.0.1'), 'port' =>…
Syamsoul Azrien
  • 2,534
  • 4
  • 32
  • 55
1 2 3
13
14