Bug 780062 (SOA-2427)

Summary: ESB deployer generates "ERROR ... esbwarfiles" messages in server log
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Julian Coleman <jcoleman>
Component: JBossESBAssignee: Kevin Conner <kevin.conner>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: unspecified   
Target Milestone: ---   
Target Release: 5.1.0 GA   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-2427
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
SOA 5.1.0 pre ER3 build (ESB http://anonsvn.jboss.org/repos/labs/labs/jbossesb/tags/JBESB_ 4_9_CP1_ER3 r35536)
Last Closed: 2011-02-13 06:30:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Julian Coleman 2010-10-15 14:52:34 UTC
project_key: SOA

On server startup, 7 errors of the form:

  2010-10-15 15:51:14,254 ERROR [org.jboss.internal.soa.esb.util.JBossDeployerUtil] (main) Could not create directory /home/jcoleman/jboss-soa-p-5/jboss-as/server/default/tmp/esbwarfiles

are logged in the server.log file.  After the server has started, the directory:

  /home/jcoleman/jboss-soa-p-5/jboss-as/server/default/tmp/esbwarfiles

exists and contains no files

Comment 1 Kevin Conner 2010-10-15 14:54:35 UTC
Link: Added: This issue depends JBESB-3509


Comment 2 Laura Bailey 2010-12-17 00:41:32 UTC
Writer: Added: Darrin


Comment 3 Laura Bailey 2010-12-17 00:47:54 UTC
Release Notes Docs Status: Added: Not Yet Documented


Comment 5 Len DiMaggio 2011-02-07 14:58:50 UTC
Verified fixed ER9 build.

Comment 6 Laura Bailey 2011-02-13 06:25:15 UTC
Reopening to add release note text. Will set back to Closed -> Done shortly.

Comment 7 Laura Bailey 2011-02-13 06:30:00 UTC
Setting back to Closed -> Done, having added release note text.

Comment 8 Laura Bailey 2011-02-13 06:30:00 UTC
Release Notes Docs Status: Removed: Not Yet Documented Added: Documented as Resolved Issue
Release Notes Text: Added: Upon server start, several "could not create directory" errors were logged when attempting to create the esbwarfiles directory. The logged error was inaccurate, as the directory already existed. A check has been added to handle an already created esbwarfiles directory, so that this error is only logged when the directory does not exist and cannot be created.