cancel
Showing results for 
Search instead for 
Did you mean: 

EJB deployment error

Former Member
0 Kudos

Hi,

I'm making a project like the car rental tutorial but when i want to deploy the ear project i got this error :

Caught exception during application startup from SAP J2EE Engine's deploy service:

java.rmi.RemoteException: Error occurred while starting application example.org/test/ear and wait. Reason: Clusterwide exception: server ID 7831650:com.sap.engine.services.ejb.exceptions.deployment.EJBDeploymentException: The DataSource for PersistenceManager APPLICANT_TRACKER_POOL is not created.

I don't know how to look ...

Regards,

FM

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182372
Active Contributor
0 Kudos

Hi Frantz,

What is in your data-source-aliases.xml from EAR project? Should be something like

<i>

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE data-source-aliases SYSTEM "data-source-aliases.dtd">

<data-source-aliases>

<aliases>

<data-source-name>${com.sap.datasource.default}</data-source-name>

<alias>APPLICANT_TRACKER_POOL</alias>

</aliases>

</data-source-aliases>

</i>

if you would like to use your current DB.

Best regards, Maksim Rashchynski.

Former Member
0 Kudos

Hallo,

which type of database are you using. I had this problem with max db. With my sql server it works. Maybe it was something different. 😄

Greetz CJ

Former Member
0 Kudos

I'm using the sneak preview SP15, the database is max db