Messages per Month
| From | Sent On | Attachments |
|---|---|---|
| glas...@javadesktop.org | Feb 17, 2010 4:20 pm | |
| glas...@javadesktop.org | Feb 17, 2010 4:25 pm | |
| Snjezana Sevo-Zenzerovic | Feb 17, 2010 4:45 pm | |
| emiddio-verizon | Feb 18, 2010 9:06 am | |
| Alexis Moussine-Pouchkine | Feb 18, 2010 9:11 am | |
| glas...@javadesktop.org | Feb 18, 2010 2:33 pm | |
| glas...@javadesktop.org | Feb 18, 2010 2:36 pm | |
| glas...@javadesktop.org | Feb 19, 2010 8:15 am | |
| Snjezana Sevo-Zenzerovic | Feb 19, 2010 12:31 pm | |
| glas...@javadesktop.org | Feb 19, 2010 1:39 pm | |
| glas...@javadesktop.org | Feb 19, 2010 1:43 pm | |
| glas...@javadesktop.org | Feb 19, 2010 1:58 pm | |
| glas...@javadesktop.org | Feb 19, 2010 2:12 pm | |
| glas...@javadesktop.org | Feb 19, 2010 2:38 pm | |
| glas...@javadesktop.org | Feb 19, 2010 3:17 pm | |
| Martin Gainty | Feb 19, 2010 4:36 pm | |
| glas...@javadesktop.org | Feb 20, 2010 2:54 am | |
| glas...@javadesktop.org | Feb 22, 2010 3:05 pm |
| Subject: | Re: Try to run updatetool on Windows 7 without any sucess | |
|---|---|---|
| From: | glas...@javadesktop.org (glas...@javadesktop.org) | |
| Date: | Feb 19, 2010 3:17:00 pm | |
| List: | net.java.dev.glassfish.users | |
I think the problem may be that your host name has 8-bit characters in it. This appears to be a bug in updatetool.
If that is the case and you are the adventurous type you could try this code level fix:
Make a back up copy of:
"D:\glassfishv3\updatetool\vendor-packages\updatetool\gui\application.py"
Edit application.py and change line 87 from:
host_config_dir = os.path.join(config_dir, socket.gethostname())
to:
host_config_dir = os.path.join(config_dir, fsenc(socket.gethostname()))
Try to run updatetool again.
Hope this helps.
Chris [Message sent by forum member 'kasso' (kas...@sun.com)]





