Hello Everyone,
I am able to connect and do transactions with the JDBC connection pool, but when I am doing manual deployment through the package manager then the issue happens, I am new to AEM and not getting what to do also this is a SPA project. below is the stack trace can anyone please help me on how to solve this or any other alternative I can use
Solved! Go to Solution.
Views
Replies
Total Likes
Dear @bhavya1724 ,
I suspect that's configuration issue - something is missing/miss-configured. You need to double check your configurations. Check in OSGI, check on your code every little detail for your database settings. These are the two things to look at. Then try to install the bundle/package again.
Reference: https://experienceleague.adobe.com/docs/experience-manager-64/developing/platform/jdbc.html?lang=en
Hope that helps!
Regards,
Santosh
Dear @bhavya1724 ,
I suspect that's configuration issue - something is missing/miss-configured. You need to double check your configurations. Check in OSGI, check on your code every little detail for your database settings. These are the two things to look at. Then try to install the bundle/package again.
Reference: https://experienceleague.adobe.com/docs/experience-manager-64/developing/platform/jdbc.html?lang=en
Hope that helps!
Regards,
Santosh
Thank you @SantoshSai i will have a look once again
Hi @bhavya1724,
Can you please check in your code if you are closing DataSourcePool anywhere, as once closed, it will have to be initialised again, before using it.
Please share your code and configurations.
Hi Chitra, Thank you for your response. we are not closing the data source anywhere here are the OSGi and other config
Hi @bhavya1724
Can you share the osgi config as deployed via code (the one you shared is from Felix console)
Hi @bhavya1724
some of the steps you can try to troubleshoot the issue
if the aforementioned steps does not resolve issue, I will go with @SantoshSai's comments and validate the configuration.
Hi @Nitin_laad, thank you for your response yes if we restart the server then it is working but every time we cannot restart the server so to avoid that looking for a solution where we can correct it, and there are no errors in the log
Views
Likes
Replies