Solved Login Loop Ubuntu 13.04

My Ubuntu 13.04 suddenly got login loop of disaster… I cannot login to my account but i can login to guest account i solved it (after 2 hours) by : pressing Ctrl + Alt + F3 and logged into shell type mv .Xauthority Xauthority.bak sudo apt-get install –reinstall xorg sudo reboot i can logged toContinue reading “Solved Login Loop Ubuntu 13.04”

Resolved ‘uuid’ is not allowed in element when open jrxml in iReport

Sometimes when using iReport in windows, the jrxml cannot be opened because of ‘uuid’ is not allowed in element. The most simple things you can do is to open the jrxml in text editor that support regular expression replacement, find this regex uuid=”[^”]*”   or uuid=”\w*-\w*-\w*-\w*-\w*”  then replace it with blank string. That’s it now tryContinue reading “Resolved ‘uuid’ is not allowed in element when open jrxml in iReport”