[Dev] Problem with IE6 using WS-SecurityPolicy

2018-05-14 Thread Bernard Paris
Hi devs, We need to useWS-SecurityPolicy with x509Token to query a ws, so we defined an address endpoint with policy, something like https://remote.server;> Here is the initiatorToken part of the policy file I defined in the policy file:

[Dev] wso2-ei-6.2: unexplained FileNotFoundException opening Keystore file at startup

2018-05-22 Thread Bernard Paris
age001.png@01D393A5.24D3BEE0] Bernard Paris Publication programme d'études - gestion ESB Informaticien SGSI/SISG Service général du système d'information (SGSI) Place des Sciences, 4 bte L6.08.01 1348 Louvain-la-Neuve Email: bernard.pa...@uclouvain.be<mailto:bernard.pa...@uclouvain.be> Tél. 32 (0)1

[Dev] RoleBasedAuthorizationHandler: Unable to get the realm

2018-06-11 Thread Bernard Paris
- RoleBasedAuthorizationHandler Unable to authorize the user with the UserName : itsme Probably parameters realmService and/or registryService are not correctly set when AuthenticatorHelper.getUserRealm method is called, … so … what to do ? Thanks for any help, Bernard Paris

Re: [Dev] RoleBasedAuthorizationHandler: Unable to get the realm

2018-06-11 Thread Bernard Paris
Hi, we just found that the place to put the jar file is NOT/lib BUT directly into /dropins Bernard ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] migrating/transfering users and roles

2018-06-07 Thread Bernard Paris
Hello, we are migrating form wso2-ESB 5.0 to brandnew servers with wso2-ei6.2. How could we migrate users and roles from the old system to the other ? Thanks for this, Bernard ___ Dev mailing list Dev@wso2.org

[Dev] Error "Security policy namespace cannot be null." policy is in registry

2018-02-21 Thread Bernard Paris
Using ESB wso2 ei6.1.1, I have an addressEndpoint with a security policy defined like http://ws.apache.org/ns/synapse;> https://services-web/taratata;> "the-policy-LE" is defined into a local localEntry mediator This works ok. The problem appears when I put the localEntry in

[Dev] how to avoid "The certificate used for the signature is not trusted" with self-signed certificate

2018-02-21 Thread Bernard Paris
one of my ESB wso2ei6 carbon apps needs to use WS-Security with x509TokenProfile to query a remote soap service. The send mediator I wrote signs correctly the soap body of the request and then sends the soap message to the service as expected (no body encryption). I can see the service

[Dev] CarbonServerManager Waiting for required Module: rampart-core-1.6.1-wso2v24

2018-02-23 Thread Bernard Paris
Hi, I cannot start ei6 anymore from developper studio, here are the logs. Any idea ? Version: Mars.2 Release (4.5.2) Build id: 20160218-0600 note: it starts normally from bash line command ./integrator.sh [2018-02-23 09:14:52,506] [EI-Core] INFO - CarbonCoreActivator Starting WSO2

Re: [Dev] install not working: Eclipse JavaEE luna + Developer Studio v 3.8.0

2018-02-26 Thread Bernard Paris
s.wso2.com/display/EI611/WSO2+Enterprise+Integrator+Tooling On Mon, Feb 26, 2018 at 10:07 PM, Bernard Paris <bernard.pa...@uclouvain.be<mailto:bernard.pa...@uclouvain.be>> wrote: eclipse works when started from the command line… https://apple.stackexchange.com/questions/258593/

Re: [Dev] Aggregate mediator does not complete

2018-08-17 Thread Bernard Paris
lement? Thanks On Tue, Aug 14, 2018 at 8:57 PM, Bernard Paris mailto:bernard.pa...@uclouvain.be>> wrote: Hi devs, what could explain that an aggregate mediator never complete ? DEBUG {org.apache.synapse.mediators.eip.aggregator.AggregateMedi

[Dev] Aggregate mediator does not complete

2018-08-14 Thread Bernard Paris
s. So where are the missing requests ? Thanks, Bernard [cid:image001.png@01D393A5.24D3BEE0] Bernard Paris Publication programme d'études - gestion ESB Informaticien SGSI/SISG Service général du système d'information (SGSI) Place des Sciences, 4 bte L6.08.01 1348 Louvain-la-Neuve Email: bernard.pa...@u

[Dev] Problems with aggregate: empty enclosingElementProperty

2018-03-07 Thread Bernard Paris
Hi, could someone tell me why my "all_programs" property remains empty after aggregation ? In my logs I can see the aggregation seems to work correctly but all_programs property is empty. Here is my code :

[Dev] XPATH 2 function "tokenize" unresolvable ?

2018-03-01 Thread Bernard Paris
Hi, can anybody explain me how to get out of this problem ? In file [EI-HOME]/conf/synapse.properties synapse.xpath.dom.failover.enabled=true This is my filter mediator : [2018-03-01

Re: [Dev] XPATH 2 function "tokenize" unresolvable ?

2018-03-01 Thread Bernard Paris
hat exception occurred in the AXIOM xpath evaluation and it's performing a DOM base reevaluation since you have enabled the synapse property to fallback to DOM (to enable XPATH 2.0). I believe you are getting the correct results? Is it not? On Thu, Mar 1, 2018 at 2:49 PM, Bernard Paris <b

Re: [Dev] CarbonServerManager Waiting for required Module: rampart-core-1.6.1-wso2v24

2018-02-26 Thread Bernard Paris
, Thomas [1] https://github.com/wso2/product-ei/issues/251 2018-02-23 11:17 GMT+01:00 Bernard Paris <bernard.pa...@uclouvain.be<mailto:bernard.pa...@uclouvain.be>>: Hi, I cannot start ei6 anymore from developper studio, here are the logs. Any idea ? Version: Mars.2 Release (4.5.2)

[Dev] install not working: Eclipse JavaEE luna + Developer Studio v 3.8.0

2018-02-26 Thread Bernard Paris
Hi, I don't know if this is the (good) place to post this problem: I was unable to install Eclipse JavaEE luna + Developer Studio v 3.8.0 downloaded from https://wso2.com/products/developer-studio/ I have tried with or without System Integrity Protection disabled on MacOs X 10.13.3 (High

Re: [Dev] install not working: Eclipse JavaEE luna + Developer Studio v 3.8.0

2018-02-26 Thread Bernard Paris
eclipse works when started from the command line… https://apple.stackexchange.com/questions/258593/eclipse-luna-installing-issues-on-macos-sierra-10-12 bernard Le 26 févr. 2018 à 16:50, Bernard Paris <bernard.pa...@uclouvain.be<mailto:bernard.pa...@uclouvain.be>> a écrit :

[Dev] How to transfer API manager to a new system

2018-10-11 Thread Bernard Paris
/display/AM250/Upgrading+from+the+Previous+Release ? (by the way, online upgrade info to latest 2.6.0 should be fine) Thanks for your help Bernard Paris ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] JsonStreamFormatter fail to convert XML to JSON in DSS

2018-10-16 Thread Bernard Paris
Hi devs, we are facing this issue with IE6.3.0 https://github.com/wso2/product-ei/issues/2523 Is there any workaround or fix ? Is this issue present in newer 6.4.0 version ? Many thanks, regards Bernard https://www.uclouvain.be ___ Dev mailing list

[Dev] upgrading to analytics 6.4.0

2018-10-23 Thread Bernard Paris
Hi devs, we were using these only 4 DBs to make analytics aggregating datas from our ESB until version 6.3.0 ; ANALYTICS_CARBON_DB ANALYTICS_METRICS_DB ANALYTICS_EVENT_STORE_DB ANALYTICS_PROCESSED_DATA_STORE_DB These were postgres databases. Now I see there are more then 10 databases

[Dev] Problems in the web console after upgrade WSO2EI 6.3.0 to 6.4.0

2018-10-17 Thread Bernard Paris
Hi, after upgrading from WSO2EI 6.3.0 to 6.4.0 re-using all same databases, starting the server 6.4.0 is ok, the only error in the logs at startup is DefaultCryptoProviderComponent} - 'CryptoService.Secret' property has not been set. ... Calling services (APIs) from remote clients works ok.

[Dev] Analytics 6.4.0 strange admin passwd issue

2018-10-24 Thread Bernard Paris
We have a cluster with 3 EI 6.4.0 servers, 2 are EI workers and one is our EI management. "Analytics-worker" is running on the EI management server to collect datas from the 3 EI instances. On the 3 EI instances I set the "mediation.flow.statistics.xxx" properties in the

Re: [Dev] Analytics 6.4.0 strange admin passwd issue

2018-10-25 Thread Bernard Paris
trange … Bernard Le 24 oct. 2018 à 10:49, Bernard Paris mailto:bernard.pa...@uclouvain.be>> a écrit : We have a cluster with 3 EI 6.4.0 servers, 2 are EI workers and one is our EI management. "Analytics-worker" is running on the EI management server to collect datas from the 3 EI i

Re: [Dev] JsonStreamFormatter fail to convert XML to JSON in DSS

2018-10-25 Thread Bernard Paris
format. https://docs.wso2.com/display/EI640/Using+JSON+with+Data+Services On Tue, Oct 16, 2018 at 3:36 PM Bernard Paris mailto:bernard.pa...@uclouvain.be>> wrote: Hi devs, we are facing this issue with IE6.3.0 https://github.com/wso2/product-ei/issues/2523 Is there any workaround or fix ? I

Re: [Dev] upgrading to analytics 6.4.0

2018-11-06 Thread Bernard Paris
uses WSO2 DAS<https://docs.wso2.com/display/DAS320> runtime. EI analytics 6.4.0 uses WSO2 SP<https://docs.wso2.com/display/SP430> runtime. WSO2 SP is a total rewrite of the WSO2 DAS, which has a feature enhancements as well. On Tue, Oct 23, 2018 at 1:50 PM Bernard Paris mailto:bernard.pa.

Re: [Dev] upgrading to analytics 6.4.0

2018-11-06 Thread Bernard Paris
03 7536 [http://c.content.wso2.com/signatures/wso2-signature-general.png] On Tue, Nov 6, 2018 at 3:59 PM Bernard Paris mailto:bernard.pa...@uclouvain.be>> wrote: Hi Ramindu, thanks for this. Effectively I saw that everything has been changed in new analytics distribution, and I can't cop

Re: [Dev] Remote login to analytics ok but SQL errors on EI_Analytics_StatApp

2019-01-15 Thread Bernard Paris
: +94 077 903 7536 [http://c.content.wso2.com/signatures/wso2-signature-general.png] On Wed, Nov 28, 2018 at 9:13 PM Bernard Paris wrote: Hi Niveathika I checked my carbon.xml and found missing block related to I corrected it and now the client can connect to analytics, great ! Any

[Dev] Question about empty vs. not empty body in ESB-EI640

2018-12-12 Thread Bernard Paris
Hi, could some one explain why this differences between these 2 log statements, the one just preceding the second ? In other words why is body first empty then not, with absolutely NO treatment between the 2 logs. By the way, why is the first $body not containing incoming datas ?

[Dev] Error on 'EI_Analytics_StatApp' (EI-640)

2018-12-20 Thread Bernard Paris
Hi devs, I often get this kind of errors when EI-640 ESB sends their statistics data to (remote) EI-640 worker. I understand that data are not well formatted from the client (esb) to fit into the analytics DB, right ? How could I correct this ? Since we plan to later use postgres when going

[Dev] analytics worker : SQL errors "Value too long for column" on EI_Analytics_StatApp

2018-11-29 Thread Bernard Paris
Hello, Globally Analytics recording events but I find this kind of error in the log of analytics-worker so probably all events are not correctly recorded: For now I'm using out of the box default H2 DB but we will soon migrate to postgres DBs. [2018-11-28 16:30:07,921] ERROR

Re: [Dev] issue when undeploying an artifact

2018-12-06 Thread Bernard Paris
Hello, I have a same issue with another API artifact: each time it is modified then redeployed I have to restart IE, great ! Any chance to avoid this ? Thanks Bernard > Le 22 nov. 2018 à 09:59, Bernard Paris a écrit : > > Hi, > > using EI_6.4.0 out of the box (i.e. using H2

Re: [Dev] remote login to analytics worker issue

2018-11-26 Thread Bernard Paris
thentication-exception-wrong-username-or-password-in-wso?answertab=votes#tab-top Best Regards, Niveathika Rajendran, Senior Software Engineer. Mobile : +94 077 903 7536 [http://c.content.wso2.com/signatures/wso2-signature-general.png] On Mon, Nov 19, 2018 at 4:03 PM Bernard Paris mailt

Re: [Dev] remote login to analytics worker issue

2018-11-27 Thread Bernard Paris
the secret if the provider needs to be registered. What is about ? Could it be related with the issue ? Bernard Le 27 nov. 2018 à 11:57, Bernard Paris mailto:bernard.pa...@uclouvain.be>> a écrit : Hi, I have found a data-agent-config.xml file under {EI_HOME}/conf/data-bridge/

[Dev] issue when undeploying an artifact

2018-11-22 Thread Bernard Paris
Hi, using EI_6.4.0 out of the box (i.e. using H2 DBs, just have one file WSO2CARBON_DB.h2.db) on my own dev workstation I have a problem with just an API artifact which is never more clearly undeployed along with its car container file. As a consequence I get the error SynapseException:

Re: [Dev] remote login to analytics worker issue

2018-11-27 Thread Bernard Paris
and MessageFlowConfigurationPublisher.xml are being cyphered by the agent then uncyphered on server side ? Thanks, Bernard Le 26 nov. 2018 à 09:46, Bernard Paris mailto:bernard.pa...@uclouvain.be>> a écrit : Hello Niveathika Le 19 nov. 2018 à 14:53, Niveathika Rajendran mailto:niveath...@wso2.com>> a écrit :

[Dev] Remote login to analytics ok but SQL errors on EI_Analytics_StatApp

2018-11-28 Thread Bernard Paris
03 7536 [http://c.content.wso2.com/signatures/wso2-signature-general.png] On Tue, Nov 27, 2018 at 9:30 PM Bernard Paris mailto:bernard.pa...@uclouvain.be>> wrote: Starting EI-640 server I see this [2018-11-27 16:56:33,612] [EI-Core] INFO - DefaultCryptoProviderComponent 'CryptoS

[Dev] SP Analytics REST APIs

2019-01-03 Thread Bernard Paris
Hi devs, before EI640 and previous Analytics version software we were using the REST API to query Analytics for its datas then build our own graphical web pages with results in a web application [cid:AA1D2A22-0100-43C3-AAAF-DBCE1B9297D9] This doesn't work anymore with new Analytics now

[Dev] issue with undeployed artifacts

2018-12-19 Thread Bernard Paris
s. Thanks for you help Bernard Le 22 nov. 2018 à 09:59, Bernard Paris mailto:bernard.pa...@uclouvain.be>> a écrit : Hi, using EI_6.4.0 out of the box (i.e. using H2 DBs, just have one file WSO2CARBON_DB.h2.db) on my own dev workstation I have a problem with just an API artifact whi

Re: [Dev] issue with undeployed artifacts

2018-12-19 Thread Bernard Paris
l file and artifact.xml. Can you verify that if the names are same in both files? Thanks! On Wed, 19 Dec 2018 at 14:53, Bernard Paris mailto:bernard.pa...@uclouvain.be>> wrote: Hi devs, I'm back with this question because I have the same problem both on my EI_6.4.0 dev platform a

Re: [Dev] analytics worker overloads CPU after 3 days

2019-03-04 Thread Bernard Paris
/signatures/wso2-signature-general.png] On Thu, Feb 28, 2019 at 2:05 PM Bernard Paris mailto:bernard.pa...@uclouvain.be>> wrote: Hi, using wso2 EI 6.4 Analytics worker: after about 3 days of running well, the worker process raise almost 400% CPU and the server doesn't respond to requests any

Re: [Dev] disabling SSL for the connexion pool in SP EI-6.4

2019-02-19 Thread Bernard Paris
ection to the DB.[1] [1] https://stackoverflow.com/a/34449182/4027644 Best Regards, Niveathika Rajendran, Senior Software Engineer. Mobile : +94 077 903 7536 [http://c.content.wso2.com/signatures/wso2-signature-general.png] On Mon, Feb 18, 2019 at 10:18 PM Bernard Paris mailto:bern

[Dev] init table ERRORs with EI_Analytics_StatApp.siddhi using mysql

2019-02-19 Thread Bernard Paris
Hello, (using wso2 EI-6.4.0) Starting analytics worker log lot of errors about several similar table initialization -errors are repeated every 2 minutes - it talks about a key which is too long. Here is an log example for MediatorStatAgg_DAYS table, same error logs occur for

Re: [Dev] init table ERRORs with EI_Analytics_StatApp.siddhi using mysql

2019-02-20 Thread Bernard Paris
r set the DB is configured with? Best Regards, Niveathika Rajendran, Senior Software Engineer. Mobile : +94 077 903 7536 [http://c.content.wso2.com/signatures/wso2-signature-general.png] On Tue, Feb 19, 2019 at 3:01 PM Bernard Paris mailto:bernard.pa...@uclouvain.be>> wrote: Hello, (u

Re: [Dev] init table ERRORs with EI_Analytics_StatApp.siddhi using mysql

2019-02-25 Thread Bernard Paris
Go into mysql then > ALTER DATABASE WORKER_EI_ANALYTICS_DB CHARACTER SET latin1 COLLATE > latin1_swedish_ci solves this problem Bernard Le 25 févr. 2019 à 09:55, Bernard Paris mailto:bernard.pa...@uclouvain.be>> a écrit : Hi, reading https://stackoverflow.com/questions/

Re: [Dev] init table ERRORs with EI_Analytics_StatApp.siddhi using mysql

2019-02-25 Thread Bernard Paris
tables in concern in analytics worker package, could you please tell us where/how we should change this charset ? Thanks, Bernard Le 20 févr. 2019 à 12:53, Bernard Paris mailto:bernard.pa...@uclouvain.be>> a écrit : Hello, yes we are testing mySQL because too much problems with Po

[Dev] ISSUE with load on analytics worker

2019-03-14 Thread Bernard Paris
We have 2 remote ESB EI 6.4.0 instances in a cluster sending datas to analytics worker. Here is what I can reproduce > start Analytics worker (EI package 6.4.0) with options -Xms6G -Xmx6G I tested the worker with both java versions "1.8.0_162" and Java(TM) SE Runtime Environment (build

Re: [Dev] analytics worker overloads CPU after 3 days

2019-03-11 Thread Bernard Paris
o-generated when there a heap issue. This is the 'heap-dump.hprof' file you observed. Best Regards, Rushmin [1] - https://plumbr.io/outofmemoryerror [2] - https://www.eclipse.org/mat/ On Mon, Mar 4, 2019 at 1:59 PM Bernard Paris mailto:bernard.pa...@uclouvain.be>> wrote: Hello, This is jav

Re: [Dev] ISSUE with load on analytics worker

2019-03-19 Thread Bernard Paris
for one or two percents (instead of 100%) then decreases to almost nothing when traffic stops (instead of staying at 100%) This sounds very good ! So this new SP version is really a good thing. Bernard Le 14 mars 2019 à 11:22, Bernard Paris mailto:bernard.pa...@uclouvain.be>> a

Re: [Dev] analytics worker overloads CPU after 3 days

2019-03-11 Thread Bernard Paris
A heap dump is auto-generated when there a heap issue. This is the 'heap-dump.hprof' file you observed. Best Regards, Rushmin [1] - https://plumbr.io/outofmemoryerror [2] - https://www.eclipse.org/mat/ On Mon, Mar 4, 2019 at 1:59 PM Bernard Paris mailto:bernard.pa...@uclouvain.be>

[Dev] EI_Analytics_StatApp.siddhi error when purging

2019-02-06 Thread Bernard Paris
Hi team, We are running wso2 EI-6.4 package (EI + Analytics worker) I get this error, I understand it but really don't know how to solve it (EI_Analytics_StatApp.siddhi file is just "out of the box"; we use postgres for datasources) Error performing record deletion on table

[Dev] disabling SSL for the connexion pool in SP EI-6.4

2019-02-18 Thread Bernard Paris
Hello, I follow the documentation at https://docs.wso2.com/display/SP430/Configuring+Datasources to configure mySql for our datasources with StreamProcessor (Analytics worker in wso2 EI-6.4). I get this SSL error on SP startup. Is it possible to disable SSL for the connexion pool ? how to

Re: [Dev] java.net.SocketTimeoutException with SP analytics worker & postgres

2019-02-14 Thread Bernard Paris
l. Default: 60 (10 minutes) ⌚validationTimeout This property controls the maximum amount of time that a connection will be tested for aliveness. This value must be less than the connectionTimeout. The lowest accepted validation timeout is 1000ms (1 second). Default: 5000 On Wed, Feb 6

Re: [Dev] EI_Analytics_StatApp.siddhi error when purging

2019-02-11 Thread Bernard Paris
e late reply! Could you let us know the Postgres Database version and the connector version? Best Regards, Sajith Dimal On Wed, Feb 6, 2019 at 7:15 PM Bernard Paris mailto:bernard.pa...@uclouvain.be>> wrote: Hi team, We are running wso2 EI-6.4 package (EI + Analytics worker) I get this e

[Dev] java.net.SocketTimeoutException with SP analytics worker & postgres

2019-02-06 Thread Bernard Paris
l.java:392) at java.net.Socket.connect(Socket.java:589) at org.postgresql.core.PGStream.(PGStream.java:69) at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:156) ... 14 more Le 28 janv. 2019 à 10:15, Bernard

[Dev] thrift.transport.TIOStreamTransport- Error closing output stream in SP analytics worker

2019-01-28 Thread Bernard Paris
Hi devs, we are evaluating wso2-EI 6.4 in pre-prod environment, running EI with analytics worker. I followed the guide at https://docs.wso2.com/display/SP430/Configuring+Datasources to configure postgres datasources in deployment.yaml, for all dbs: METRICS_DB CARBON_DB PERMISSIONS_DB

Re: [Dev] [Architecture] [VOTE] Release of WSO2 Stream Processor 4.4.0 RC2

2019-04-15 Thread Bernard Paris
Hi, We use the "worker" module ALONE, and the EI_Analytics_StatApp.siddhi file alone too (all other siddhi files removed form the repository worker/deployment/siddhi-files. So I do NOT need the WSO2AM_MGW_ANALYTICS_DB database, but if not defined in the worker file deployment.yaml I get

Re: [Dev] MacOs + Eclipse JavaEE luna + Developer Studio v3.8.0 crashes

2019-04-16 Thread Bernard Paris
Thanks for this, this software at https://wso2.com/integration/tooling/ can be installed quiet simple. I just have a problem with its new ESB editor version where handlers are attached to : [cid:297BDB75-22B5-48A1-86BC-266ECAF1535C] I don't have this error with previous version of eclipse

[Dev] Transfer API manager 2.1 swagger.json files to API manager 2.6

2019-05-27 Thread Bernard Paris
) ? Thanks, Bernard Paris ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Transfer API manager 2.1 swagger.json files to API manager 2.6

2019-06-03 Thread Bernard Paris
Thanks, Bernard Le 27 mai 2019 à 17:00, Bernard Paris mailto:bernard.pa...@uclouvain.be>> a écrit : Hi, we want to migrate API définition datas from API manager 2.1 to 2.6. Our API manager 2.1 runs postgres, the new 2.6 runs mysql. I tried this of some APIs: get a swagger.json fi

Re: [Dev] Transfer API manager 2.1 swagger.json files to API manager 2.6

2019-06-05 Thread Bernard Paris
t 2:33 PM Bernard Paris wrote: Hello, no answer for this ? I just tested with wso2am-3.0.0-m33 and got exactly same issue when trying to load swagger json exported from APIM-2.1. Question: how to migrate dats form APIM-2.1 running PostGres to APIM-2.6 ou APIM-3.0 running mySQL Thanks, B

[Dev] AxisFault: "The signature or decryption was invalid" only when response code is 500

2019-06-13 Thread Bernard Paris
We are using WSSecurity (body message signed) for communications between our EI-640 and an external service provider. We have installed their certificate in our truststore, and things are working well ... except when the application server respond with code error 500: in this case the

[Dev] EI6.4.0 : Expected value type - 'null', but found - 'STRING'.

2019-06-12 Thread Bernard Paris
Hi devs, we have this error using DSS of EI.6.4.0. [2019-06-12 15:17:23,236] [EI-Core] DEBUG - wire HTTP-Listener I/O dispatcher-1 >> "POST /services/inscriptions-quid/inscriptions HTTP/1.1[\r][\n]" [2019-06-12 15:17:23,237] [EI-Core] DEBUG - wire HTTP-Listener I/O dispatcher-1 >> "Host:

[Dev] Dev studio: Invalid content in ... with element 'handlers'.

2019-06-24 Thread Bernard Paris
Using Developer Studio6.5.0 WSO2-Developer-Studio il looks like under are not allowed by the XML editor: cvc-complex-type.2.4.a: Invalid content was found starting with element 'handlers'. One of '{"http://ws.apache.org/ns/synapse":resource}' is expected. Any workaround

Re: [Dev] EI6.4.0 : Expected value type - 'null', but found - 'STRING'.

2019-06-24 Thread Bernard Paris
- 'STRING'[\r][\n]" My service definition: INSERT INTO inscriptions values (:id , :xyz_ref , now() , null ) Bernard > Le 17 juin 2019 à 11:32, Bernard Paris a écrit : > > Hello, > > unfortunetely it is not so simple: > > 1) using cla

Re: [Dev] EI6.4.0 : Expected value type - 'null', but found - 'STRING'.

2019-06-17 Thread Bernard Paris
hould > be "_post$RESOURCE_NAME". Since the resource name is inscriptions, the > correct payload should be {"_postinscriptions": {"id": "001122334466"}} > > I hope this will be satisfactory to you. > > Regards, > Samith > > On Wed,

Re: [Dev] Issue with GsonXMLStreamReader in DSS

2019-07-03 Thread Bernard Paris
ocs.wso2.com/display/EI650/Exposing+a+Datasource+as+a+Data+Service> : <_postemployee> 3 Will Smith w...@google.com 15500.0 Issue in software or in documentation ? Bernard > Le 3 juil. 2019 à 09:47, Bernard Paris a écrit : > > Hi, > >

[Dev] Issue with GsonXMLStreamReader in DSS

2019-07-03 Thread Bernard Paris
Hi, Sorry I have already posted this problem but since I'm spending hours to not find a solution, here I come again to get some help : Using EI-6.4.0 In DSS: INSERT INTO inscriptions(id, my_ref, beginDate, endDate) values (:id , :my_ref, :beginDate, :endDate )

[Dev] Questions using WSO2 API Manager 2.6.0

2019-07-10 Thread Bernard Paris
Hello, using WSO2 API Manager 2.6.0 we have this kind of API interface, I have a problem and a question: > the problem : the selected value for "type" parameter is not applied in the > URL > the question : how do we do in the publisher to obtain this kind of "select" > field type ? (for the

Re: [Dev] [Architecture] [VOTE] Release of WSO2 Stream Processor 4.4.0 RC2

2019-04-16 Thread Bernard Paris
tion(MGWFileSourceDBUtil.java:49) at org.wso2.extension.siddhi.io.mgwfile.dao.MGWFileSourceDAO.deleteProcessedOldFiles(MGWFileSourceDAO.java:242) ... 3 more Bernard Le 15 avr. 2019 à 13:59, Bernard Paris mailto:bernard.pa...@uclouvain.be>> a écrit : Hi, We use t

[Dev] MacOs + Eclipse JavaEE luna + Developer Studio v3.8.0 crashes

2019-04-16 Thread Bernard Paris
Hi, I'm using Eclipse JavaEE Mars with Developer Studio for a while so I think it's time to upgrade the platform. I downloaded and install MacOS 64bits version of "Eclipse JavaEE luna + Developer Studio v3.8.0" on my High Sierra macOs from https://wso2.com/more-downloads/developer-studio/

[Dev] JMSException with apim-2.6 active/active depl.

2019-07-31 Thread Bernard Paris
I just installed an Active-Active Deployment APIM-2.6 (2 nodes with same configs). Both servers share a common /repository/deployment/server directory, and both start with no errors/warnings. I can publish and test APIs, on any of one of the 2 servers, it's ok, but in my logs I find this

[Dev] Cannot get token from APIM-store

2019-07-29 Thread Bernard Paris
Hi, Runnig APIM-2.6…. I don't understand why I cannot succeed in getting tokens from the API store. Host name verification fails, but that sounds strange to me: first it is simply localhost, and also it seems to me hostVerification is disabled by default (see below) API Store - Error Error

[Dev] Possible to have a different port number to access "/store" with API-2.6 ?

2019-08-06 Thread Bernard Paris
Hi, using apim-2.6 in an active/active deployment, we want only "/store" to be a public service, and on the other side we want paths "/carbon" and "/publisher" to be only available from our intranet. Our problem is that all these 3 services are based on same 9443 port so we cannot use our

[Dev] ConnectionStartOkMethodHandler - Authentication failed

2019-08-01 Thread Bernard Paris
message réexpédié : > > De: Bernard Paris > Objet: JMSException with apim-2.6 active/active depl. > Date: 31 juillet 2019 à 12:05:31 UTC+2 > À: dev > > > I just installed an Active-Active Deployment APIM-2.6 (2 nodes with same > configs). > Both servers share a c

[Dev] wso2 EI 6.4.0: "System may be unstable" error

2019-10-01 Thread Bernard Paris
running 2 nodes wso2 EI 6.4.0 behind a load balancer (round robbin) for months now, suddenly yesterday one node was very very busy without any good reason.. In the logs we found thousands and thousands of this message : [2019-09-30 16:41:06,440] [-1] [] [PassThrough HTTPS-Listener I/O

[Dev] Cannot logout from devportal with APIM-3.1.0m4

2019-12-11 Thread Bernard Paris
Hi devs, I had the problem described and solved at https://stackoverflow.com/questions/58719654/wso2-apim-3-0-0-install-config-problem-with-publisher-and-store-invalid-callba/59271690#59271690 So that I couldn't log into devportal nor publisher. Editing the url regex of the service providers

Re: [Dev] Cannot logout from devportal with APIM-3.1.0m4

2019-12-12 Thread Bernard Paris
his could happen if logout callback is not properly updated. regexp=(https://localhost:9443/devportal/services/auth/callback/login|https://localhost:9443/devportal/services/auth/callback/logout) Thanks, Krishan On Wed, Dec 11, 2019 at 3:49 PM Harsha Kumara mailto:hars...@wso2.com>> wrote: On W

Re: [Dev] Invalid JWT token in APIM-3.1.0m4 when hostname have been set

2019-12-12 Thread Bernard Paris
ISecurity%2FOAuth2DeepDive%2FAccessTokenTypes%2Fjwt-tokens%2F=02%7C01%7C%7C92cbf38fa12544e5a4cc08d77e55a337%7C7ab090d4fa2e4ecfbc7c4127b4d582ec%7C0%7C0%7C637116778585518114=yB8NxxEpi0Dsa5Rf7VGLv93iv7BjTgoFQ%2FUr2W0PAsc%3D=0> On Wed, Dec 11, 2019 at 9:37 PM Bernard Paris mailto:bernard.pa...@uclouvain.be>&

[Dev] Invalid JWT token in APIM-3.1.0m4 when hostname have been set

2019-12-11 Thread Bernard Paris
Hi devs, I'm testing wso2am-3.1.0-m4 I'm not sure this is n issue or a missing configuration stuff, here is the problem: On my own "localhost" workstation I can with no problem configure and run the example at https://apim.docs.wso2.com/en/latest/GettingStarted/quick-start-guide/ I have

Re: [Dev] Cannot logout from devportal with APIM-3.1.0m4

2019-12-12 Thread Bernard Paris
oops sorry I didn't saw the callback URL regex field is also containing the logout URL part. I just correct it and now it's ok. Bernard Le 12 déc. 2019 à 10:37, Bernard Paris mailto:bernard.pa...@uclouvain.be>> a écrit : Hello, I don't see any other place than > Service

[Dev] Setup multiple CARBON_DB in a wso2 IS cluster env

2019-12-18 Thread Bernard Paris
Hello, It is not clear to me what to do with CARBON_DB setup for nodes in a WSO2-IS cluster env. The documentation at https://is.docs.wso2.com/en/5.9.0/setup/deployment-guide/ says that "In this cluster setup, we use the default h2 database as the local registry in each node individually and

[Dev] APIM key manager with shibboleth idP

2019-12-19 Thread Bernard Paris
Hi, What is the simple way to couple the APIM-3.x key manager with shibboleth idP ? Do we have to first use IS with APIM and couple IS with shibboleth or is possible to directly add / configure shibboleth as a third party key manager ? Thanks, Bernard

Re: [Dev] Shibboleth as an identity provider for APIM-3

2020-01-15 Thread Bernard Paris
rd, You can upload the certificate into the 'Identity Provider Public Certificate' which is available under the 'Basic Information' section of Identity Provider configuration. Thanks, On Wed, Jan 15, 2020 at 8:19 PM Bernard Paris mailto:bernard.pa...@uclouvain.be>> wrote: Hi devs,

[Dev] Shibboleth as an identity provider for APIM-3

2020-01-15 Thread Bernard Paris
Hi devs, We want to use Shibboleth as an identity provider for API manager V.3. In the carbon console, via the IdP list, we have added an IdP entry then under "Federated Authenticators section and the SAML2 Web SSO Configuration section" we have configured our Shibboleth as identity provider.

Re: [Dev] Shibboleth as an identity provider for APIM-3

2020-01-16 Thread Bernard Paris
. WSO2 server will decrypt assertions using its private key in wso2carbon.jks. Hope this clarifies your query. On Wed, Jan 15, 2020 at 22:24, Bernard Paris mailto:bernard.pa...@uclouvain.be>> wrote: Hello, I understood that the certificate defined into the 'Identity Provider Public

Re: [Dev] Shibboleth as an identity provider for APIM-3

2020-01-16 Thread Bernard Paris
encrypt the SAML assertions using this WSO2 public key. WSO2 server will decrypt assertions using its private key in wso2carbon.jks. Hope this clarifies your query. On Wed, Jan 15, 2020 at 22:24, Bernard Paris mailto:bernard.pa...@uclouvain.be>> wrote: Hello, I understood that t

Re: [Dev] Shibboleth as an identity provider for APIM-3

2020-01-16 Thread Bernard Paris
Changing the "Signature Algorithm" to "RSA with SHA256" solved this problem. Bernard Le 16 janv. 2020 à 10:51, Bernard Paris mailto:bernard.pa...@uclouvain.be>> a écrit : Hi again, Unfortunately I get an error while trying to use SAML signat

[Dev] WSO2 IS 5.9.0 missing mysql CM_RECEIPT table ?

2020-01-07 Thread Bernard Paris
ble > 'WSO2IS590_IDENTITY_DB.CM_RECEIPT' doesn't exist Strange because the CM_RECEIPT table is being looked up into DB WSO2IS590_IDENTITY_DB, while I see this table in WSO2IS590_CONSENT_DB What's the problem ?? Thanks, Bernard Paris ___ Dev mailin

Re: [Dev] WSO2 IS 5.9.0 missing mysql CM_RECEIPT table ?

2020-01-08 Thread Bernard Paris
672a76008d79406d583%7C7ab090d4fa2e4ecfbc7c4127b4d582ec%7C0%7C0%7C637140629969406555=lj6LOEbJfpxMwCcVtOflGpcLF3dZ3sNL53Kh5Qt72BY%3D=0> Regards, Omindu. On Tue, Jan 7, 2020 at 3:45 PM Bernard Paris mailto:bernard.pa...@uclouvain.be>> wrote: Hi devs, I just installed WSO2 IS 590 with mysql DBs. I can create/edit

[Dev] $.. selector in javascript script mediator

2020-04-30 Thread Bernard Paris
Hi devs, I spent hours trying to select all "results" properties in a JSON payload within a javascript (script mediator), without success. After var payload = mc.getPayloadJSON(); I can easily select first levels "results" and get an array with var allResults = payload.results; that works

[Dev] RhinoCompiledScript exception with JSON payload when concurrent calls

2020-05-04 Thread Bernard Paris
Hi devs, Using WSO 2 EI-6.4.0 I have a JSON payload I need to modify, so I use a javascript to do this with inline script mediator in the output sequence of my resource. It's ok I can manipulate and modify the json content successfully this way when I call the resource once. If the resource

Re: [Dev] RhinoCompiledScript exception with JSON payload when concurrent calls

2020-05-05 Thread Bernard Paris
Hello, Crazy… the problem disappear using

[Dev] APImanager SSO: metadata file to give to shibboleth

2020-10-07 Thread Bernard Paris
Hi devs, In wso2 APImanager (3.2.0) we define an IdP provider to use SSO with our shibboleth system. We need to provide shibboleth with the APImanager metadata file, something like : https://apim.server/shibboleth;> http://www.w3.org/2001/04/xmlenc#sha512"/>