This describes possible causes and solutions for the message combination
BPEA0024E/ILMC0009W.
This error can happen the first time that a long running process
is started by a user. The application cannot start because the database table
for the persistent data of the enterprise application has not been created.
The message text is "Creation of process instance returns 'ILMC0009W: Invoking
the method create (java.util.Hashtable, java.io.Serializable) caused a CreateFailedException.'"
- If you got this error after your WebSphere administrator deployed
the application in a WebSphere Application Server: Ask your WebSphere Administrator
to do the following steps:
- In the WebSphere administrative console, click Applications
> Enterprise Applications
- Select the check box next to the name of the application.
- Click Export DDL. This generates
a .ddl file in the server file system.
- Run the DDL file against your database. This creates
the required tables.
- If you get this error while testing your process in the WebSphere
Integration Developer Unit Test Environment, perform the following:
- Select Servers View in your Business
Integration perspective.
- Make sure that the server is stopped.
- Right click Test Server and select Create
tables and data sources .
The database table exists for this application, so this error cannot
happen again for this application. For more information about ways to avoid
this problem in the future for other applications, refer to
Technote 1165359.