[
https://issues.apache.org/jira/browse/AXIS2-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504768
]
Stephen Mills commented on AXIS2-2780:
--------------------------------------
This bug appears not to be fixed by this code release.
My Colleague applied the fix by:
Modifying the files Utils.java and ConfigurationContext.java, though not the
DefaultSchemaGenerator.java as this is not included in the source files and is
not relevant to our problem. Then he used maven to package the project and
dropped in the new axis2-kernel-1.2.jar into our project. He also put the
following call into our code: ConfigurationContext.terminate() which should do
the cleanup work.
A new folder called _axis2 now appears in the Winnt\temp directory where all
the .mar files are now written to and still are not deleted.
> Multiple MAR files written to temp dir - could cause hard disk to fill up
> -------------------------------------------------------------------------
>
> Key: AXIS2-2780
> URL: https://issues.apache.org/jira/browse/AXIS2-2780
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: modules
> Affects Versions: 1.2
> Environment: Windows 2000 and XP, websphere 6.1
> Reporter: Stephen Mills
> Assignee: Deepal Jayasinghe
> Priority: Blocker
>
> Release 2-1.2 has fixed the bug where multiple axis jar files were written to
> the windows temp directory filling up the harddisk. However axis modules
> (*.mar) are still being written muliple times for each request, Though these
> files are small eventually the harddisk could still fill up which would be a
> problem in production.
> These files appear to be locked while the server is running so can not be
> deleted without 1st stopping the server. If they could be deleted we could
> add a temporary fix to clean the files up daily.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]