mobilefirst-server

submitAdapterAuthentication not working

流过昼夜 提交于 2019-12-02 10:06:49
问题 I have been trying to do a specific operation once I receive the submitAdapterAuthentication from the challenge handler and I could not do any operation because my code it does not even compile through it. I am using the submitAdapterAuthentication in one method of my angular service. The method looks like this: login: function (user, pass) { //promise var deferred = $q.defer(); //tempuser tempUser = {username: user, password: pass}; userObj.user = user; checkOnline().then(function (onl) { if

Configuration with id 'ADAPTER_CONTENT' for schema 'mfp_default_schema' with version '1.0' not found

白昼怎懂夜的黑 提交于 2019-12-02 07:30:39
问题 I am trying to deploy an JavaSQL Adapter with Hikari Pool using MobileFirst Foundation 8.0 and Postgres 9.5 On deploying, I get the following in the log: [ERROR ] FWLSE0321: State change failure. Caused by: java.lang.RuntimeException: User code thrown exception: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: FATAL: sorry, too many clients already at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:516) at com.zaxxer.hikari.pool

Migrated Iphone Build not connecting to Remote Server

心不动则不痛 提交于 2019-12-02 07:11:13
问题 Migrated worklight 6.1 project to Mobile First 7.1 Using IBM MobileFirst Platform Studio 7.1.0.00-20160801-2314 Build app to work remote Mobile First server by giving correct Server path and Context path. For local server both Android and Iphone builds are working fine but when I build for remote server, only Android build is working. In Iphone build WL.Client.connect is failing with giving error code 403 and for some times 200 Observed below thing by making worklightSettings include="true"

Configuration with id 'ADAPTER_CONTENT' for schema 'mfp_default_schema' with version '1.0' not found

好久不见. 提交于 2019-12-02 04:35:51
I am trying to deploy an JavaSQL Adapter with Hikari Pool using MobileFirst Foundation 8.0 and Postgres 9.5 On deploying, I get the following in the log: [ERROR ] FWLSE0321: State change failure. Caused by: java.lang.RuntimeException: User code thrown exception: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: FATAL: sorry, too many clients already at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:516) at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:118) at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:71)

submitAdapterAuthentication not working

夙愿已清 提交于 2019-12-02 04:14:07
I have been trying to do a specific operation once I receive the submitAdapterAuthentication from the challenge handler and I could not do any operation because my code it does not even compile through it. I am using the submitAdapterAuthentication in one method of my angular service. The method looks like this: login: function (user, pass) { //promise var deferred = $q.defer(); //tempuser tempUser = {username: user, password: pass}; userObj.user = user; checkOnline().then(function (onl) { if (onl) { //online console.log("attempting online login"); var auth = "Basic " + window.btoa(user + ":"

IBM MobileFirst Platform Installation in Windows 8.1 64Bit

不羁岁月 提交于 2019-11-30 22:11:08
I am using my office laptop (Lenovo vV310 - 8GB RAM - 64 Bit OS - Windows 8.1). I have been trying to fix an installation issue with IBM Mobile First Platform for the past few days. I downloaded the IBM Mobile First Developer Kit from link http://public.dhe.ibm.com/ibmdl/export/pub/software/products/en/MobileFirstPlatform/mobilefirst-deved-devkit-windows-8.0.0.0.exe The problem is the installation software InstallAnywhere is not installing and gives the below warning. Windows error 2 occured while loading the Java VM I have JDK 1.8 installed in my notebook and I couldn't fix the issue. I have

SESN0008E: A user authenticated as anonymous has attempted to access a session owned by user

♀尐吖头ヾ 提交于 2019-11-29 16:25:45
Environment: MFP 6.3 Studio Windows 7 MFP 6.3 Server (WAS LC) Downloaded the form-based sample from the IBM MobileFirst Platform Developer Center. In MFP 6.3 Studio, the sample runs fine. I then change my build settings and Build All Environment -> get the new wlapp file. I get my war file from the MFP 6.3 Server. Open up and put in the modified authenticationConfig.xml Basically it's just transferring the one snippet from the studio authenticationConfig.xml to the xml file within the WAR file. <customSecurityTest name="DummyAdapter-securityTest"> <test isInternalUserID="true" realm=

SESN0008E: A user authenticated as anonymous has attempted to access a session owned by user

二次信任 提交于 2019-11-28 11:20:53
问题 Environment: MFP 6.3 Studio Windows 7 MFP 6.3 Server (WAS LC) Downloaded the form-based sample from the IBM MobileFirst Platform Developer Center. In MFP 6.3 Studio, the sample runs fine. I then change my build settings and Build All Environment -> get the new wlapp file. I get my war file from the MFP 6.3 Server. Open up and put in the modified authenticationConfig.xml Basically it's just transferring the one snippet from the studio authenticationConfig.xml to the xml file within the WAR