Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Deploying in Citrix causes fileTableLock (Access is denied) exception
Deploying in Citrix causes fileTableLock (Access is denied) exception [message #297944] Mon, 23 January 2006 08:41 Go to next message
Eclipse UserFriend
When I try to deploy my app in a Citrix env, I get an exception:
!Message Error reading configuration:
........\configuration\org.eclipse.osgi\manager\.fileTableLo ck (Access is
denied)
!Stack 0
java.io.FileNotFoundException:
........\configuration\org.eclipse.osgi\manager\.fileTableLo ck (Access is
denied)
at java.io.FileOutputStream.openAppend(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
....
If I add the osgi.locking=none setting to the configuration, the error goes
away but then, most documentation that suggests this setting, also warns
about a potential data corruption. I have also added the
osgi.instance.area=@user.home/temp to redirect the log information. This
temp location has read/write privileges but the directory where my
application is installed has been locked down.

What is the correct procedure to deploy in a locked down env? How can I
change the org.eclipse.core.runtime location to be different? The config.ini
currently has: org.eclipse.core.runtime@2:start as one of the bundles.

Thanks
Re: Deploying in Citrix causes fileTableLock (Access is denied) exception [message #297971 is a reply to message #297944] Mon, 23 January 2006 12:00 Go to previous message
Eclipse UserFriend
Needed the osgi.configuration.area setting as well.

The RCP book by Jeff McAffer etal, just paid itself off.

"kumuksu" <kumuksu@hotmail.com> wrote in message
news:dr2mea$3n4$1@utils.eclipse.org...
> When I try to deploy my app in a Citrix env, I get an exception:
> !Message Error reading configuration:
> .......\configuration\org.eclipse.osgi\manager\.fileTableLoc k (Access is
> denied)
> !Stack 0
> java.io.FileNotFoundException:
> .......\configuration\org.eclipse.osgi\manager\.fileTableLoc k (Access is
> denied)
> at java.io.FileOutputStream.openAppend(Native Method)
> at java.io.FileOutputStream.<init>(Unknown Source)
> ...
> If I add the osgi.locking=none setting to the configuration, the error
> goes away but then, most documentation that suggests this setting, also
> warns about a potential data corruption. I have also added the
> osgi.instance.area=@user.home/temp to redirect the log information. This
> temp location has read/write privileges but the directory where my
> application is installed has been locked down.
>
> What is the correct procedure to deploy in a locked down env? How can I
> change the org.eclipse.core.runtime location to be different? The
> config.ini currently has: org.eclipse.core.runtime@2:start as one of the
> bundles.
>
> Thanks
>
Previous Topic:marker position update
Next Topic:Help with making a Modelling Editor using PDE
Goto Forum:
  


Current Time: Sun Jul 27 15:21:57 EDT 2025

Powered by FUDForum. Page generated in 0.03481 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top