Re: svn commit: r749766 - /synapse/trunk/java/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/HttpCoreRequestResponseTransport.java

2009-03-04 Thread Andreas Veithen
If it is properly documented in the code and if you add a comment to SYNAPSE-493 so that we can keep track of this, then I'm fine with it. Andreas On Wed, Mar 4, 2009 at 03:31, Ruwan Linton wrote: > Andreas, > > I didn't note this earlier. My intention was to switch back to sandesha2 > because t

[jira] Assigned: (SYNAPSE-493) Synapse sets the HttpCoreRequestResponseTransport status value to INITIAL

2009-03-04 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton reassigned SYNAPSE-493: Assignee: Ruwan Linton > Synapse sets the HttpCoreRequestResponseTransport status value to

Re: svn commit: r749766 - /synapse/trunk/java/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/HttpCoreRequestResponseTransport.java

2009-03-04 Thread Ruwan Linton
Done ! Thanks, Ruwan On Wed, Mar 4, 2009 at 2:24 PM, Andreas Veithen wrote: > If it is properly documented in the code and if you add a comment to > SYNAPSE-493 so that we can keep track of this, then I'm fine with it. > > Andreas > > On Wed, Mar 4, 2009 at 03:31, Ruwan Linton wrote: > > Andrea

[jira] Commented: (SYNAPSE-493) Synapse sets the HttpCoreRequestResponseTransport status value to INITIAL

2009-03-04 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12678740#action_12678740 ] Ruwan Linton commented on SYNAPSE-493: -- I have modified the code as per in this patch

[jira] Created: (SYNAPSE-511) Properly handle the ?wsdl out put when the proxy service doesn't have a WSDL specified

2009-03-04 Thread Ruwan Linton (JIRA)
Properly handle the ?wsdl out put when the proxy service doesn't have a WSDL specified -- Key: SYNAPSE-511 URL: https://issues.apache.org/jira/browse/SYNAPSE-511 Proj

[jira] Assigned: (SYNAPSE-511) Properly handle the ?wsdl out put when the proxy service doesn't have a WSDL specified

2009-03-04 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton reassigned SYNAPSE-511: Assignee: Ruwan Linton > Properly handle the ?wsdl out put when the proxy service doesn't

[jira] Resolved: (SYNAPSE-511) Properly handle the ?wsdl out put when the proxy service doesn't have a WSDL specified

2009-03-04 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton resolved SYNAPSE-511. -- Resolution: Fixed Fixed on the trunk and will be available with the 1.3 release > Properly ha

[jira] Assigned: (SYNAPSE-492) synapse does not add addressing headers to addresing client response

2009-03-04 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton reassigned SYNAPSE-492: Assignee: Ruwan Linton > synapse does not add addressing headers to addresing client respo

[jira] Resolved: (SYNAPSE-492) synapse does not add addressing headers to addresing client response

2009-03-04 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton resolved SYNAPSE-492. -- Resolution: Fixed Fix Version/s: 1.3 committed the patch from Amila. sould be fixed and

Synapse smoke failure

2009-03-04 Thread Ruwan Linton
Hi devs, I am seeing a smoke failure in synapse I couldn't get any of the samples to run on synapse and to me it seems like a change in the axis2 causes this issue. Asankha have you tried any samples after moving to the axis2 1.5 branch? (Just want to see whether this is local to me or a real

VFS - Synapse Memory Leak

2009-03-04 Thread kimhorn
Have most basic VFS script (see below) that triggers when file written to 'IN' directory. The file is 140,000K. Heap set at Maximum for XP 1.5GB in Warpper.conf I can drop the file in the 'IN' directory 3 times but then on 4th run Out of Memory. So java system Memory used is: Waiting: 35,000

Re: Synapse smoke failure

2009-03-04 Thread Ruwan Linton
Well, this works on r749043 meaning that it is a regression by the changes but not came from axis2. In the process of analyzing the issue... Thanks, Ruwan On Thu, Mar 5, 2009 at 7:35 AM, Ruwan Linton wrote: > Hi devs, > > I am seeing a smoke failure in synapse I couldn't get any of the > s

Re: VFS - Synapse Memory Leak

2009-03-04 Thread Asankha C. Perera
Exception in thread "vfs-Worker-4" java.lang.OutOfMemoryError: Java heap space at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:99) at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:518) at java.lang.StringBuffer.append(Strin

Re: Synapse smoke failure

2009-03-04 Thread Ruwan Linton
and is not working in r749213 :( Indika?? Thanks, Ruwan On Thu, Mar 5, 2009 at 8:09 AM, Ruwan Linton wrote: > Well, this works on r749043 meaning that it is a regression by the changes > but not came from axis2. > > In the process of analyzing the issue... > > Thanks, > Ruwan > > > On Thu,

Re: Synapse smoke failure

2009-03-04 Thread Ruwan Linton
Further, when shutting down the server; 2009-03-05 08:30:25,047 [-] [Thread-5] INFO SynapseServer Shutting down Apache Synapse ... Exception in thread "Thread-1" java.lang.IllegalStateException: Shutdown in progress at java.lang.Shutdown.remove(Shutdown.java:104) at java.lang.Runt

Re: Synapse smoke failure

2009-03-04 Thread Ruwan Linton
Issue one is fixed with the help from indika, but the shutdown issue still persists. Thanks, Ruwan On Thu, Mar 5, 2009 at 8:31 AM, Ruwan Linton wrote: > Further, when shutting down the server; > > 2009-03-05 08:30:25,047 [-] [Thread-5] INFO SynapseServer Shutting down > Apache Synapse ... > Ex

Re: Synapse smoke failure

2009-03-04 Thread Hiranya Jayathilaka
Hi Ruwan, This is a problem with the ListenerManager shutdown hook impl. See AXIS2-4212 for details. Thanks, Hiranya On Thu, Mar 5, 2009 at 10:23 AM, Ruwan Linton wrote: > Issue one is fixed with the help from indika, but the shutdown issue still > persists. > > Thanks, > Ruwan > > > On Thu, Mar

Re: VFS - Synapse Memory Leak

2009-03-04 Thread kimhorn
Thats good; as this stops us using Synapse. Asankha C. Perera wrote: > > >> Exception in thread "vfs-Worker-4" java.lang.OutOfMemoryError: Java heap >> space >> at >> java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:99) >> at >> java.lang.AbstractStri

Re: Synapse smoke failure

2009-03-04 Thread Ruwan Linton
Copying the axis2-dev list as well well, I don't think the patch solves the problem... we need to handle the situation rather than neglecting it. Ideally you should not get ISE. Thanks, Ruwan On Thu, Mar 5, 2009 at 11:04 AM, Hiranya Jayathilaka wrote: > Hi Ruwan, > This is a problem with the Li

Re: VFS - Synapse Memory Leak

2009-03-04 Thread Ruwan Linton
Can you report a JIRA issue on this in synapse JIRA? https://issues.apache.org/jira/browse/SYNAPSE Thanks, Ruwan On Thu, Mar 5, 2009 at 11:51 AM, kimhorn wrote: > > Thats good; as this stops us using Synapse. > > > > Asankha C. Perera wrote: > > > > > >> Exception in thread "vfs-Worker-4" java

Re: VFS - Synapse Memory Leak

2009-03-04 Thread Andreas Veithen
I outlined the solution for this issue in [1]. It will take a few days to get this implemented properly. Andreas [1] http://markmail.org/message/s7i5zewk5mudyxyl On Thu, Mar 5, 2009 at 03:42, Asankha C. Perera wrote: > >> Exception in thread "vfs-Worker-4" java.lang.OutOfMemoryError: Java heap