Re: [Carbon-dev] Mediator for Complex SOAP Processing

2012-02-29 Thread metin d
e new soap message.. > >-Ratha > > >On 28 February 2012 19:16, metin d wrote: > >I want to deploy a mediator on ESB. It will take SOAP messages as input and by >using some parts of it, it will create new SOAP messages, send them, get >response and according to responses

[Carbon-dev] Mediator for Complex SOAP Processing

2012-02-28 Thread metin d
I want to deploy a mediator on ESB. It will take SOAP messages as input and by using some parts of it, it will create new SOAP messages, send them, get response and according to responses create and send new SOAP messages and finally return a response to base request.  Is creating such as  medi

[Carbon-dev] Result SOAP on Insert and Update Queries in DSS

2012-02-24 Thread metin d
For  such dbs script, dss does not return any response. How can I get a response for this query, something like query is executed or not.                                                                                                     INSERT INTO DM_DEVICE_MODEL (D1,D2,D3) VALUES (?,?,?)  

Re: [Carbon-dev] First Request Fails Between Carbon Servers

2012-01-18 Thread metin d
Although I changed the data source configuration, I'm still getting timeout error. What can else it cause to this problem? From: Anjana Fernando To: metin d Cc: "carbon-dev@wso2.org" Sent: Thursday, January 5, 2012 11:57 AM Subject: Re: [Ca

Re: [Carbon-dev] ESB configuration

2012-01-18 Thread metin d
I have also experienced same problem. Do you have any updated "Activity monitoring using WSO2 BAM Server" document? I think that the blog post mentioned in the e-mail is kind of outdated. From: ezgi kara To: carbon-dev@wso2.org Sent: Wednesday, January 18, 201

Re: [Carbon-dev] First Request Fails Between Carbon Servers

2012-01-05 Thread metin d
I couldn't find  data source configuration in data services. Where is it? From: Anjana Fernando To: metin d Cc: "carbon-dev@wso2.org" Sent: Thursday, January 5, 2012 9:04 AM Subject: Re: [Carbon-dev] First Request Fails Between Carbon Serv

Re: [Carbon-dev] First Request Fails Between Carbon Servers

2012-01-04 Thread metin d
s can be avoided by specifying a validation query for the data sources. Anjana should know more details. > > >Thanks, >Hiranya > > > >On Wed, Jan 4, 2012 at 2:32 PM, Afkham Azeez wrote: > >Did you host the webapp into the super-tenant? Please post the error. >

[Carbon-dev] What is Default Character Encoding of WSO2 Products?

2012-01-04 Thread metin d
What is Default Character Encoding of WSO2 Products? I tried to create new users which include some Turkish characters. As a result, some of the Turkish characters showed as '?'.  ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-

[Carbon-dev] First Request Fails Between Carbon Servers

2012-01-04 Thread metin d
We deployed a web application on AS, in some parts of web application there are calls to .dbs on DSS. If we don't use web application a while, then try to use it, first request to .dbs on DSS fails, but second and consecutive attempts work without any problem. We observe same situation during ou

Re: [Carbon-dev] Weird Problem With Axis2

2011-12-21 Thread metin d
AM, metin d wrote: We deployed an Application  Server and a web application on the top it via a .war file, it works perfectly. On the other hand with same configuration we deployed app server and web application to another machine and while working in web application (actually exactly when it

[Carbon-dev] Weird Problem With Axis2

2011-12-20 Thread metin d
We deployed an Application  Server and a web application on the top it via a .war file, it works perfectly. On the other hand with same configuration we deployed app server and web application to another machine and while working in web application (actually exactly when it tries to send a reque

Re: [Carbon-dev] Key Store Problem While Logging With New Tenant Admin

2011-12-09 Thread metin d
Yes both server, Greg and IS , were running when I creating new tenants. What is the relation between Manager and Greg? And we use Carbon 3.2.2   From: Muhammed Shariq To: metin d Cc: "carbon-dev@wso2.org" Sent: Friday, December 9, 2011 10:14

Re: [Carbon-dev] Key Store Problem While Logging With New Tenant Admin

2011-12-09 Thread metin d
ilder Could it be reason for the exception?   From: metin d To: Muhammed Shariq ; "carbon-dev@wso2.org" Sent: Friday, December 9, 2011 8:40 AM Subject: Re: [Carbon-dev] Key Store Problem While Logging With New Tenant Admin Hi Muhammed, Sorr

Re: [Carbon-dev] Key Store Problem While Logging With New Tenant Admin

2011-12-08 Thread metin d
Hi Muhammed, Sorry, I didn't say specifically but we had managed to create tenant by Manager UI, then we got this exception. By the way, I will take a look into build script. From: Muhammed Shariq To: metin d ; carbon-dev@wso2.org Sent: Friday, Decem

[Carbon-dev] Key Store Problem While Logging With New Tenant Admin

2011-12-08 Thread metin d
We managed to create a new tenant, but when we try to login with it, we get the following exception: ERROR {org.wso2.carbon.identity.sso.saml.processors.AuthnRequestProcessor} -   Error processing the authentication request {org.wso2.carbon.identity.sso.saml.processors.AuthnRequestProcessor} Dec

[Carbon-dev] Can't Add A new Tenant From Manager

2011-12-05 Thread metin d
While I try to add a new tenant from Manager UI, I get this exception, do you have any idea?  17:20:33 10.0.0.38 [2011-12-05 17:20:33,348] ERROR {org.wso2.carbon.tenant.mgt.ui.utils.TenantMgtUtil} -  Failed to add tenant config. tenant-domain: mydomain.com, tenant-admin: testuser. {org.wso2.

Re: [Carbon-dev] What is the type of the password used in carbon products? md5, sha1 etc ?

2011-11-28 Thread metin d
And I guess you were the replier in that question, how can I produce sting in wso2 table from key? From: metin d To: Hasini Gunasinghe ; "carbon-dev@wso2.org" Cc: Prabath Siriwardena Sent: Monday, November 28, 2011 2:04 PM Subject: Re: [Carbon

Re: [Carbon-dev] What is the type of the password used in carbon products? md5, sha1 etc ?

2011-11-28 Thread metin d
wso2, this mail is talking about some extra processes. http://old.nabble.com/How-hashed-passwords-are-generated-td31740602.html From: Hasini Gunasinghe To: metin d ; carbon-dev@wso2.org Cc: Prabath Siriwardena Sent: Monday, November 28, 2011 1:51 PM Subject: R

[Carbon-dev] What are the PasswordDigest options in user-mgt.xml ?

2011-11-28 Thread metin d
What are the PasswordDigest options in user-mgt.xml ?___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Re: [Carbon-dev] What is the type of the password used in carbon products? md5, sha1 etc ?

2011-11-28 Thread metin d
Is there any other way to use the users in wso2 database with another application outside of carbon products ? From: metin d To: Prabath Siriwardena ; "carbon-dev@wso2.org" Sent: Friday, November 25, 2011 12:56 PM Subject: Re: [Carbon-dev] What i

Re: [Carbon-dev] What is the type of the password used in carbon products? md5, sha1 etc ?

2011-11-25 Thread metin d
. From: Prabath Siriwardena To: metin d ; carbon-dev@wso2.org Sent: Friday, November 25, 2011 11:25 AM Subject: Re: [Carbon-dev] What is the type of the password used in carbon products? md5, sha1 etc ? On Fri, Nov 25, 2011 at 2:38 PM, Prabath Siriwardena wrote: What is the carbon

Re: [Carbon-dev] What is the type of the password used in carbon products? md5, sha1 etc ?

2011-11-25 Thread metin d
It says SHA-256, but is doesn't create SHA-256 encoded passwords in database, I checked it from here and in other places. http://www.technipixel.com/webapps/hashencoder.htm From: metin d To: "carbon-dev@wso2.org" Sent: Friday, November 2

Re: [Carbon-dev] What is the type of the password used in carbon products? md5, sha1 etc ?

2011-11-24 Thread metin d
Found it under user-mgt.sml     SHA-256 From: metin d To: "carbon-dev@wso2.org" Sent: Friday, November 25, 2011 9:17 AM Subject: [Carbon-dev] What is the type of the password used in carbon products? md5, sha1 etc ? What is the t

[Carbon-dev] What is the type of the password used in carbon products? md5, sha1 etc ?

2011-11-24 Thread metin d
What is the type of the password used in carbon products? md5,sha1 etc ? ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Re: [Carbon-dev] Carbon server does not send some logs to syslog-ng server

2011-11-24 Thread metin d
Sorry, I checked the wrong line, my mistake From: metin d To: Afkham Azeez Cc: "carbon-dev@wso2.org" Sent: Thursday, November 24, 2011 4:44 PM Subject: Re: [Carbon-dev] Carbon server does not send some logs to syslog-ng server It

Re: [Carbon-dev] Carbon server does not send some logs to syslog-ng server

2011-11-24 Thread metin d
It's already log4j.rootLogger=INFO, CARBON_CONSOLE, CARBON_LOGFILE, CARBON_MEMORY, CARBON_SYS_LOG From: Afkham Azeez To: metin d Cc: "carbon-dev@wso2.org" ; Samisa Abeysinghe Sent: Thursday, November 24, 2011 4:31 PM Subject: Re: [Car

Re: [Carbon-dev] Carbon server does not send some logs to syslog-ng server

2011-11-24 Thread metin d
I attached it. From: Afkham Azeez To: metin d Cc: "carbon-dev@wso2.org" ; Samisa Abeysinghe Sent: Thursday, November 24, 2011 4:14 PM Subject: Re: [Carbon-dev] Carbon server does not send some logs to syslog-ng server Can you post

Re: [Carbon-dev] Carbon server does not send some logs to syslog-ng server

2011-11-24 Thread metin d
How I gonna do that ? Is this enough? log4j.rootLogger=INFO, CARBON_CONSOLE, CARBON_LOGFILE, CARBON_MEMORY, CARBON_SYS_LOG From: Afkham Azeez To: metin d Cc: "carbon-dev@wso2.org" ; Samisa Abeysinghe Sent: Thursday, November 24, 2011 11:37

Re: [Carbon-dev] Carbon server does not send some logs to syslog-ng server

2011-11-24 Thread metin d
log4j.appender.CARBON_SYS_LOG.layout.ConversionPattern=[%d] %5p - %x %m {%c}%n log4j.appender.CARBON_SYS_LOG.SyslogHost=syslog.mycompany.com log4j.appender.CARBON_SYS_LOG.Facility=USER log4j.appender.CARBON_SYS_LOG.threshold=TRACE From: Afkham Azeez To: metin d ; carbon-dev

Re: [Carbon-dev] Carbon server does not send some logs to syslog-ng server

2011-11-23 Thread metin d
.clustering.management.DefaultGroupManagementAgent From: Samisa Abeysinghe To: metin d ; carbon-dev@wso2.org Sent: Thursday, November 24, 2011 3:43 AM Subject: Re: [Carbon-dev] Carbon server does not send some logs to syslog-ng server This is probably a config issue.  Can you

[Carbon-dev] Carbon server does not send some logs to syslog-ng server

2011-11-23 Thread metin d
I have an carbon server (Identity), and I configured a log appender for a syslog server. It sends some of logs(admin login) to syslog server, but not all of them (cluster membership). By the way it logs all of them to the local log file. Interestingly, I have also  another carbon server (ESB) w

Re: [Carbon-dev] ESB Cluster Manager Logs Activity of AS Cluster Nodes

2011-11-22 Thread metin d
part is logs are not stable, they are not logged always in ESB manager but sometimes AS manager. From: Afkham Azeez To: metin d ; carbon-dev@wso2.org Sent: Tuesday, November 22, 2011 4:11 PM Subject: Re: [Carbon-dev] ESB Cluster Manager Logs Activity of AS

Re: [Carbon-dev] ESB Cluster Manager Logs Activity of AS Cluster Nodes

2011-11-22 Thread metin d
Yes I use multicast mode, I will change multicast socket. Thanks. From: Afkham Azeez To: metin d Cc: "carbon-dev@wso2.org" Sent: Tuesday, November 22, 2011 4:35 PM Subject: Re: [Carbon-dev] ESB Cluster Manager Logs Activity of AS Cluster Nodes

[Carbon-dev] ESB Cluster Manager Logs Activity of AS Cluster Nodes

2011-11-22 Thread metin d
I have two separate clusters in same network, both of them have one manager and two nodes, namely ESB_CLUSTER and AS_CLUSTER. In both cluster, I can see nodes using cluster management feature. On the hand when a node is left cluster in AS_CLUSTER, its log is printed by manager at ESB_CLUSTER.

Re: [Carbon-dev] Syslog configuration for Carbon products

2011-11-22 Thread metin d
Then, what is the purpose of syslog-config.xml. Is it only useful if syslog server exposes logs via http ? Thanks, Metin From: Amani Soysa To: metin d ; carbon-dev@wso2.org Sent: Tuesday, November 22, 2011 11:33 AM Subject: Re: [Carbon-dev] Syslog

[Carbon-dev] Syslog configuration for Carbon products

2011-11-22 Thread metin d
I setup a syslog-ng server and it logs to a mysql server. I send logs of carbon products to syslog-ng server by configuring  a Log4J Appender, and syslog-ng server logs them into mysql server. But how will I monitor logs, there is syslog-config.xml, but how should I use it ?