64bit - wso2 esb deploy failed on windows -


i'm using wso2 esb 4.8.1 jdk 1.7.0_67 x64 on windows 7 x64. i'm deploying carbon application(.car) using method:

  1. maven car deploy plugin
  2. web admin console
  3. carbonappuploader web service

first deployment succeeds log file contains:

carbonappuploader temp file: c:\java\wso2es~1.1\bin\..\tmp\carbonappsuploads\first-esb_1.0.0.car deletion failed, scheduled deletion on server exit. 

second deployment of same car (name , version) fails exception in logs (see below)

i apologize localized error message says cant overwrite file.

if check, it's locked deletion. looks carbonappuploader class didn't close inputstream.

strangely enough bug not reproducible in unix (centos)

question wso2: plan fix that?

question all: did meet such bug , how did solve it?

exception stack trace (partially)

tid: [0] [esb] [2014-08-18 22:04:58,254] error {org.wso2.carbon.application.upload.carbonappuploader} -  error occurred while uploading carbon app artifacts {org.wso2.carbon.application.upload.carbonappuploader} java.io.filenotfoundexception: c:\java\wso2es~1.1\bin\..\tmp\carbonappsuploads\first-esb_1.0.0.car (Запрошенную операцию нельзя выполнить для файла с открытой пользователем сопоставленной секцией) @ java.io.fileoutputstream.open(native method) @ java.io.fileoutputstream.<init>(fileoutputstream.java:221) @ java.io.fileoutputstream.<init>(fileoutputstream.java:171) @ org.wso2.carbon.application.upload.carbonappuploader.writeresource(carbonappuploader.java:78) @ org.wso2.carbon.application.upload.carbonappuploader.uploadapp(carbonappuploader.java:55) @ sun.reflect.nativemethodaccessorimpl.invoke0(native method) 

i checked out source code svn, fixed bug myself. if experiencing same issue, may download sources , compiled jar https://wso2.org/jira/browse/esbjava-3272 bug fix included in next releases


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -