I have installed IS and MWS.IS is started and working fine but MWS not starting...error is coming like:
2014-01-22 13:55:08 IST (Framework:WARN) - [Pool - default]: connection org.apache.derby.impl.jdbc.EmbedConnection40@1027950221 (XID = 91818), (SESSIONID = 1), (DATABASE = C:/SoftwareAG_SAG/MWS/server/default/data/db), (DRDAID = null) is not contained in either idle pool or check out pool
Your error clearly states its an JDBC pool configuration issue "[b]DATABASE = XXX, (DRDAID = null) is not contained in either idle pool or check out pool[/b]". You should rather check out for IS Admin-> Settings -> Jdbc pools -> Pool Alias definations
If you have already defined one edit it or define a new pool alias defination for MWS..for more understanding refer documentation
I have already define pool alias defination for MWS as Embedded DB.when i create pool alias as Embedded db then its set all the details like idle timeout automatically.we have to do just create pool alias all parameter set by default.but still i am getting same error... :(
Leave a Reply
Guest User
Not sure what solution is right for you?
Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.
wMDevloper
I have installed IS and MWS.IS is started and working fine but MWS not starting...error is coming like:
2014-01-22 13:55:08 IST (Framework:WARN) - [Pool - default]: connection org.apache.derby.impl.jdbc.EmbedConnection40@1027950221 (XID = 91818), (SESSIONID = 1), (DATABASE = C:/SoftwareAG_SAG/MWS/server/default/data/db), (DRDAID = null) is not contained in either idle pool or check out pool
anyone have idea on this ...
Thanks.....
Vikas
you have to setup database, jdbc pool configuration for MWS. This has to be done while installation Refer installation blogs
wMDevloper
I am not using external RDBMS ..i used Embedded database for installation...
there is no any extra settings for Embedded Database...
all blogs have information related to installation with external database ..
i want to know if i selected embedded database and installed...after IS start is there any changes needs to be done for MWS..
Thanks..
Vikas
Your error clearly states its an JDBC pool configuration issue "[b]DATABASE = XXX, (DRDAID = null) is not contained in either idle pool or check out pool[/b]". You should rather check out for IS Admin-> Settings -> Jdbc pools -> Pool Alias definations
If you have already defined one edit it or define a new pool alias defination for MWS..for more understanding refer documentation
wMDevloper
I have already define pool alias defination for MWS as Embedded DB.when i create pool alias as Embedded db then its set all the details like idle timeout automatically.we have to do just create pool alias all parameter set by default.but still i am getting same error... :(