-
1. Re: Problem starting JBPM Suite 6.5.0 on WAS
dmarrazzo Apr 24, 2017 10:38 AM (in response to f.gazzo)Hi,
Double check the following procedure:
For some reason you are pointing to a wrong DB or using wrong credentials.
-
2. Re: Problem starting JBPM Suite 6.5.0 on WAS
f.gazzo Apr 26, 2017 3:41 AM (in response to dmarrazzo)Hi,
thanks for your support, i've checked the procedure again and i've tested the connection from the Admin Console and it works correctly.
It seems not be a connection error.
Any other ideas?
Thanks
-
3. Re: Problem starting JBPM Suite 6.5.0 on WAS
dmarrazzo Apr 26, 2017 5:46 AM (in response to f.gazzo)I would try to connect to the DB using a java client (i.e. Squirrel) with the same driver and the same credentials.
Check whether:
- you can see the table
- you can insert/delete rows.
-
4. Re: Problem starting JBPM Suite 6.5.0 on WAS
f.gazzo Apr 26, 2017 10:29 AM (in response to dmarrazzo)Yes, i'm logged on the DB using a SQLDeveloper and i see the tables.
-
5. Re: Problem starting JBPM Suite 6.5.0 on WAS
dmarrazzo Apr 26, 2017 11:34 AM (in response to f.gazzo)In this way you are not sure that you are using exactly the same driver and same credentials.
Double check the credentials: if I recall correctly they are configured as JAAS alias in WAS.
Anyway
Option 2: raise the JDBC logs level to TRACE
Option 3: write a servlet and place it in the same war to inquire the DB