Hi Akila, If you go down to your error log you will be able to see a database connection issue
Caused by: java.sql.SQLException: ORA-00942: table or view does not exist When I go through your database configuration I saw a typo in connection URL jdbc:oracle:*chin*:@10.20.30.40:50/databasess and it should be jdbc:oracle:*thin*:@10.20.30.40:50/databasess I hope this will help you.. Thanks. On Thu, Oct 2, 2014 at 1:45 AM, Udara Rathnayake <[email protected]> wrote: > Hi Akila, > > Are you getting the same error when you login to store app continuously? > > On Wed, Oct 1, 2014 at 7:46 AM, Akila Nimantha [IT/EKO/LOITS] < > [email protected]> wrote: > >> Hi all, >> >> >> >> I am trying to deploy api manager in cluster pattern with targeting >> oracle db. I just followed >> https://docs.wso2.com/display/CLUSTER420/Clustering+API+Manager and >> changed to oracle db from mysql. now all four components are up and running >> but in Store node, when I trying to login, in front end it shows nothing. >> But the log gives me following error,(please check attached log.txt for >> more..) >> >> >> >> TID: [0] [AM] [2014-10-01 19:54:17,205] ERROR >> {org.jaggeryjs.scriptengine.engine.RhinoEngine} - >> org.mozilla.javascript.WrappedException: Wrapped >> org.wso2.carbon.apimgt.api.APIManagementException: Error while getting >> Subscriber (/store/modules/user/login.jag#38) >> {org.jaggeryjs.scriptengine.engine.RhinoEngine} >> >> TID: [0] [AM] [2014-10-01 19:54:17,205] ERROR >> {org.jaggeryjs.jaggery.core.manager.WebAppManager} - >> org.mozilla.javascript.WrappedException: Wrapped >> org.wso2.carbon.apimgt.api.APIManagementException: Error while getting >> Subscriber (/store/modules/user/login.jag#38) >> {org.jaggeryjs.jaggery.core.manager.WebAppManager} >> >> org.jaggeryjs.scriptengine.exceptions.ScriptException: >> org.mozilla.javascript.WrappedException: Wrapped >> org.wso2.carbon.apimgt.api.APIManagementException: Error while getting >> Subscriber (/store/modules/user/login.jag#38) >> >> >> >> also I attached my changed master-datasource.xml and registry.xml. >> >> but in Store node sign up part is working fine. >> > What do you mean by store node here? > Are you able to login to the publisher app? > > Can you attach logs from Key-manager node when you face this issue. > >> >> >> Regards, >> >> Akila >> >> This message (including any attachments) is intended only for the use of >> the individual or entity to which it is addressed and may contain >> information that is non-public, proprietary, privileged, confidential, and >> exempt from disclosure under applicable law or may constitute as attorney >> work product. If you are not the intended recipient, you are hereby >> notified that any use, dissemination, distribution, or copying of this >> communication is strictly prohibited. If you have received this >> communication in error, notify us immediately by telephone and (i) destroy >> this message if a facsimile or (ii) delete this message immediately if this >> is an electronic communication. Thank you. >> >> _______________________________________________ >> Dev mailing list >> [email protected] >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > *Udara Rathnayake* > Software Engineer > WSO2 Inc. : http://wso2.com > > Mobile : 1 4087864651 > Twitter : http://twitter.com/udarakr > Blog : http://udarakr.blogspot.com > > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- *Dinesh J. Weerakkody* Software Engineer WSO2 Inc. lean | enterprise | middleware M : +94 727 361788 | E : [email protected] | W : www.wso2.com
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
