Cannot start Jboss Services.
From server.log file appears the following
INFO [ims.Main] (ServerService Thread Pool -- 115) * Startup Step 1 : Attempting to start ServiceLocator.
ERROR [ims.tmt.CreateDatabaseSchema] (ServerService Thread Pool -- 115)
Error in creating Task Persistence database schema.: java.sql.SQLSyntaxErrorException: ORA-00955: name is already used by an existing object
the problem seems to be due an object currently present with the same
name that is being trying to create the Task Persistence DB.
tables were the following :
TMP_BULKLOADER12_5
ARCHIVE_TMP_BULKLOADER12_5
Note : those tables will be created based on the JAR file during the Jboss service startup.