[jboss-jira] [JBoss JIRA] Commented: (JBAS-7674) Windows file locking problem with the data/jnp-service.url file
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Wed Jan 12 10:55:50 EST 2011
[ https://issues.jboss.org/browse/JBAS-7674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575007#comment-12575007 ]
Brian Stansberry commented on JBAS-7674:
----------------------------------------
Hi oglueck,
I added a workaround for users who do not use JON.
Your theory is interesting. The name of the file is configurable, but if you change its name, JON won't find it, and the only purpose of the file is for JON to read it. So, unfortunately renaming it doesn't fundamentally fix the problem if people are using JON. I'm curious if renaming it solves the problem though.
The file can be renamed by editing the deploy/naming-jboss-beans.xml file and adding the following to the <bean name="NamingProviderURLWriter" ...> element:
<property name="outputFileName">jnp-service.txt</property>
> Windows file locking problem with the data/jnp-service.url file
> ---------------------------------------------------------------
>
> Key: JBAS-7674
> URL: https://issues.jboss.org/browse/JBAS-7674
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Management services
> Affects Versions: JBossAS-5.1.0.GA, 6.0.0.M1
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Fix For: 6.0.0.M2
>
>
> In some circumstances, windows is reporting the AS is holding a lock on the data/jnp-service.url file when it isn't running.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list