Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Not able to connect to database directly from a component
GOMATHY
Hi ,
I have used the way specified in the livesite developer guide for establishing database connection.The class file mentioned in livesite 2.0.0 is different compared to other versions of the livesite guide.
But iam getting the following error.Has anybody worked in this? could u guide me?
Find more posts tagged with
Comments
tec_iwov
can you check your log files it looks like your connection pool is failing to intialize correctly.
GOMATHY
I saw an error similar to mine in devnet and there they referred an article in Support site .In that article they have specified to set the POOL_FACTORY and i did the same but then also iam able to rectify it.It is not recognizing the class files present in livesite.jar .
we are trying to setup an environment similar to the one used in client location .In our client location they have used a package of classes in components. when we copy the jar file from the client location and place them in the same location and run it is giving exceptions.Then we decompiled the classes and in the java files we modified .when we try to compile these java files it gives error and it is not recognizing the other classes in the package.How to resolve this issue.
GOMATHY
I saw an error similar to mine in devnet and there they referred an article in Support site .In that article they have specified to set the POOL_FACTORY and i did the same but then also iam able to rectify it.It is not recognizing the class files present in livesite.jar .
we are trying to setup an environment similar to the one used in client location .In our client location they have used a package of classes in components. when we copy the jar file from the client location and place them in the same location and run it is giving exceptions.Then we decompiled the classes and in the java files we modified .when we try to compile these java files it gives error and it is not recognizing the other classes in the package.How to resolve this issue.
GOMATHY
Thanks all for the few tips which was helpful for me.The problem i had was the class not found exception and it was due to driver's jar files missing in the different locations where it needs to be there.