Error Class MulticastSessionAssoc does not exist
-
Server
- FOG Version: 1.3.0-RC-11
- OS: RHEL 7
Client
- Service Version:
- OS:
Description
When I try to upload an image an error apears. The error appears after attemp to check in the task.
Class MulticastSessionAssoc does not exist
I had installed a version from april and I updated the version to RC 11 to solve a problem with the assosation of snapin.
IPXE file:
#!ipxe set fog-ip 10.0.15.8 set fog-webroot fog set boot-url http://${fog-ip}/${fog-webroot} kernel bzImage loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 web=10.0.15.8/fog/ consoleblank=0 rootfstype=ext4 mac=00:25:b3:14:9a:c6 ftp=10.0.15.8 storage=10.0.15.8://images/dev/ storageip=10.0.15.8 osid=50 irqpoll hostname=u006500 chkdsk=0 img=aulabzrectoradocentos7 imgType=mps imgPartitionType=all imgid=22 imgFormat= PIGZ_COMP=-3 shutdown=1 hostearly=1 pct=5 ignorepg=1 mining=1 miningcores=1 miningpath=http://fogproject.org/fogpackage.zip type=up imgfetch init_32.xz boot
I dont understand why an upload task needs and multicastSessionAssoc class
-
Okay, so the reasoning Upload is calling is to try to find an optimal node to use for uploading, maybe because it couldn’t access the "master"node? The call is NOT MulticastSessionAssoc, it is MulticastSessionsAssoc (plural).
I found the code error and it has been fixed for working-RC-12.
-
Thanks!! I will try it as soon as possible.