You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Alexey Ousov (JIRA)" <ji...@apache.org> on 2009/01/12 09:10:59 UTC

[jira] Created: (ODE-482) .axis2 configuration file is locked

<process-name>.axis2 configuration file is locked
-------------------------------------------------

                 Key: ODE-482
                 URL: https://issues.apache.org/jira/browse/ODE-482
             Project: ODE
          Issue Type: Bug
          Components: BPEL Compilation/Parsing
    Affects Versions: 1.2
            Reporter: Alexey Ousov


When BPEL process is read/deployed, the configuration file stream "<process-name>.axis2" is not closed, so it stays locked. If BPEL process is undeployed, engine cannot delete this file, so it is left in porcess folder, and process folder cannot be deleted. The following exceptions is shown in the logs:

13:09:17,375 ERROR FileUtils.deepDelete(61) : Unable to deepDelete file M:\Lib\__Data\te\processes\std_qds_requestservice-80\STD_QDS_RequestService.axis2; this may be caused by a descriptor leak and should be reported.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (ODE-482) .axis2 configuration file is locked

Posted by "Alexis Midon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexis Midon reassigned ODE-482:
--------------------------------

    Assignee: Alexis Midon

> <process-name>.axis2 configuration file is locked
> -------------------------------------------------
>
>                 Key: ODE-482
>                 URL: https://issues.apache.org/jira/browse/ODE-482
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Compilation/Parsing
>    Affects Versions: 1.2
>            Reporter: Alexey Ousov
>            Assignee: Alexis Midon
>         Attachments: ODE-482.patch
>
>
> When BPEL process is read/deployed, the configuration file stream "<process-name>.axis2" is not closed, so it stays locked. If BPEL process is undeployed, engine cannot delete this file, so it is left in porcess folder, and process folder cannot be deleted. The following exceptions is shown in the logs:
> 13:09:17,375 ERROR FileUtils.deepDelete(61) : Unable to deepDelete file M:\Lib\__Data\te\processes\std_qds_requestservice-80\STD_QDS_RequestService.axis2; this may be caused by a descriptor leak and should be reported.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ODE-482) .axis2 configuration file is locked

Posted by "Alexis Midon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexis Midon resolved ODE-482.
------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

patch applied. Thanks!

 http://svn.apache.org/viewvc?view=rev&revision=733988

> <process-name>.axis2 configuration file is locked
> -------------------------------------------------
>
>                 Key: ODE-482
>                 URL: https://issues.apache.org/jira/browse/ODE-482
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Compilation/Parsing
>    Affects Versions: 1.2
>            Reporter: Alexey Ousov
>            Assignee: Alexis Midon
>             Fix For: 1.3
>
>         Attachments: ODE-482.patch
>
>
> When BPEL process is read/deployed, the configuration file stream "<process-name>.axis2" is not closed, so it stays locked. If BPEL process is undeployed, engine cannot delete this file, so it is left in porcess folder, and process folder cannot be deleted. The following exceptions is shown in the logs:
> 13:09:17,375 ERROR FileUtils.deepDelete(61) : Unable to deepDelete file M:\Lib\__Data\te\processes\std_qds_requestservice-80\STD_QDS_RequestService.axis2; this may be caused by a descriptor leak and should be reported.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (ODE-482) .axis2 configuration file is locked

Posted by "Alexis Midon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexis Midon closed ODE-482.
----------------------------


> <process-name>.axis2 configuration file is locked
> -------------------------------------------------
>
>                 Key: ODE-482
>                 URL: https://issues.apache.org/jira/browse/ODE-482
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Compilation/Parsing
>    Affects Versions: 1.2
>            Reporter: Alexey Ousov
>            Assignee: Alexis Midon
>             Fix For: 1.3.1
>
>         Attachments: ODE-482.patch
>
>
> When BPEL process is read/deployed, the configuration file stream "<process-name>.axis2" is not closed, so it stays locked. If BPEL process is undeployed, engine cannot delete this file, so it is left in porcess folder, and process folder cannot be deleted. The following exceptions is shown in the logs:
> 13:09:17,375 ERROR FileUtils.deepDelete(61) : Unable to deepDelete file M:\Lib\__Data\te\processes\std_qds_requestservice-80\STD_QDS_RequestService.axis2; this may be caused by a descriptor leak and should be reported.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ODE-482) .axis2 configuration file is locked

Posted by "Alexey Ousov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Ousov updated ODE-482:
-----------------------------

    Attachment: ODE-482.patch

patch attached

> <process-name>.axis2 configuration file is locked
> -------------------------------------------------
>
>                 Key: ODE-482
>                 URL: https://issues.apache.org/jira/browse/ODE-482
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Compilation/Parsing
>    Affects Versions: 1.2
>            Reporter: Alexey Ousov
>         Attachments: ODE-482.patch
>
>
> When BPEL process is read/deployed, the configuration file stream "<process-name>.axis2" is not closed, so it stays locked. If BPEL process is undeployed, engine cannot delete this file, so it is left in porcess folder, and process folder cannot be deleted. The following exceptions is shown in the logs:
> 13:09:17,375 ERROR FileUtils.deepDelete(61) : Unable to deepDelete file M:\Lib\__Data\te\processes\std_qds_requestservice-80\STD_QDS_RequestService.axis2; this may be caused by a descriptor leak and should be reported.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.