--
--
You received this message because you are subscribed to the Google
Groups "stock-portfolio" group.
To post to this group, send email to stockpo...@googlegroups.com
To unsubscribe from this group, send email to
stockportfoli...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/stockportfolio?hl=en
The mailing list is used for the project hosted here: http://code.google.com/p/stock-portfolio-manager/
---
You received this message because you are subscribed to the Google Groups "stock-portfolio" group.
To unsubscribe from this group and stop receiving emails from it, send an email to stockportfoli...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi, Alex
I made sure that the folder from which I was executing was NOT read only. As noted, I am trying this in a user with full administrative rights, not just an administrator. I am attaching the launch.log file. There is no trace file. Is it possible that there was a bad download?
Also, I noticed that when I attempted to run the program, the launch file lost its suffix jar.
AlOn Sat, Feb 2, 2013 at 4:31 PM, Alex Bélisle-Turcot <alex.beli...@gmail.com> wrote:
Hi,In the directory where you are executing, you should find the file "launch.log" + a "log" folder should have been created with the logfile "trace.log". Can you send me both files ?If none of these files are present, the only possible cause is insufficient rights.Also, make sure that the directory where you are executing has the "read only" checkbox unchecked.If the "log" directory is not there, it means that there's still something wrong with the rights orRegards,AlexOn Sat, Feb 2, 2013 at 4:24 PM, AlBea <nkba...@gmail.com> wrote:
Hi - Thanks for the quick reply. The folder from which the file is attempting to execute is within the root drive programs folder. To check on the "rights", I created a user with full administrative rights and attempted to run the launch file from that folder. I now get the following in the DOS window:
Each of the message lines begin with the name of this program and its path. Then
echo off
launch.log
launch.log
pause
When I hit a key, the DOS dialog disappears.
Any thoughts/suggestions??
Al
On Sat, Feb 2, 2013 at 12:51 PM, Alex Bélisle-Turcot <alex.beli...@gmail.com> wrote:
Hi!This should be quite simple to fix! The application needs to be able to write on the disk (to store user data).So my guess is that the directory from where you are executing the application is "read only" OR your "windows user" does not have sufficient rights.Let me know if works (or doesn't).Regards,Alex
On Sat, Feb 2, 2013 at 12:34 PM, AlBea <nkba...@gmail.com> wrote:
--