It's relatively easy to restore them back to their original(default) settings though. Just run the below and the panels will be restored.
$ gconftool --recursive-unset /apps/panel
$ rm -rf .gconf/apps/panel
$ pkill gnome-panel
All about technology (JAVA/JEE/LINUX): Mostly the problems/solutions in Application development & interesting technology hacks...
$ gconftool --recursive-unset /apps/panel
$ rm -rf .gconf/apps/panel
$ pkill gnome-panel
yum list tortoisehg <Check whether its available>
<Login as root>
yum install tortoisehg <Install>
[Vijitha@localhost bin]$ ./asadmin create-jms-resource --restype=javax.jms.Queue --description="PTP Test queue" jms/MyPTPQueue
Authentication failed with password from login store: /home/Vijitha/.asadminpass
Enter admin password for user "admin">
Administered object jms/MyPTPQueue created.
Command create-jms-resource executed successfully.
[Vijitha@localhost bin]$ ./asadmin list-jms-resources
Authentication failed with password from login store: /home/Vijitha/.asadminpass
Enter admin password for user "admin">
jms/MyPTPQueue
Command list-jms-resources executed successfully.2. Admin GUI console: Resources -> JMS Resources -> Destination Resources[Vijitha@localhost bin]$ ./asadmin create-jms-resource --restype=javax.jms.Topic --description="Pub/Sub test topic" jms/MyTopic
Authentication failed with password from login store:
/home/Vijitha/.asadminpass
Enter admin password for user "admin">
Administered object jms/MyTopic created.
Command create-jms-resource executed successfully.
[Vijitha@localhost bin]$ ./asadmin list-jms-resources
Authentication failed with password from login store:/home/Vijitha/.asadminpass
Enter admin password for user "admin">
jms/MyTopic
Command list-jms-resources executed successfully