Detected duplicate HTTP-based FlexSessions, generally due to the remote host disabling session cookies. Session cookies must be enabled to manage the client connection correctly.解決方式:
使用修改過的BlazeDS
Detected duplicate HTTP-based FlexSessions, generally due to the remote host disabling session cookies. Session cookies must be enabled to manage the client connection correctly.mkdir /tmp/cdromcp -fr /mnt/cdrom /tmp/cdrom cp /root/anaconda-ks.cfg /tmp/cdrom/ks.cfg mkdir /tmp/cdrom/isolinux/ks
cp /root/anaconda-ks.cfg /tmp/cdrom/isolinux/ks/ks.cfg# The following is the partition information you requested
# Note that any partitions you deleted are not expressed
# here so unless you clear all partitions first, this is
# not guaranteed to workvi /tmp/cdrom/isolinux/isolinux.cfgdefault linux ks=cdrom:/ks.cfgcd /tmp
mkisofs -o full.iso -b isolinux/isolinux.bin -c isolinux/boot.cat \
-no-emul-boot -boot-load-size 4 -boot-info-table -R -J -v -T cdromlinux ks=cdrom:/ks/ks.cfg