Hey Ruwan,

I'm not entirely sure it's a memory issue. I had tried increasing the memory
previously, and have my startup set with the following:

$JAVA_HOME/bin/java -server -Xms512M -Xmx1024M -Xss20M

I'll go a ahead an submit a Jira. I had also submitted a Jira a few weeks
back regarding a somewhat similar issue I had experienced with the
validator, when using a very large XSD (it too had hung up).

Thanks for all of your help!

jeff

On Fri, Aug 8, 2008 at 9:21 PM, Ruwan Linton <[EMAIL PROTECTED]> wrote:

> Jeff,
>
> This can be due to the memory issue, because we load the XSLT to the memory
> even though the source and result is prevented from being loaded fully into
> memory when those are very large.
>
> Can you increase the maximum memory size for the java process which is
> running the Synapse and see? you can use the -Xmx systme property to
> increase the memory in the synapse.sh
>
> Also you may go ahead and file a JIRA for this, I will have a look at it...
>
> Thanks,
> Ruwan
>
> On Sat, Aug 9, 2008 at 12:33 AM, Jeff Davis <[EMAIL PROTECTED]> wrote:
>
> > Has anyone experienced issues when trying to use a large XSTL when using
> > the
> > remote registry (SimpleURLRegistry)? I've got a situation where I have a
> > modestly sized XSTL, and when I use the localEntry to fetch and apply it,
> > it
> > works fine. However, when using the registry, it hangs up. It's finding
> the
> > XSTL fine, because if I prune it way down in size, it works fine. It only
> > has trouble as the stylesheet grows in size, apparently.
> >
> > The last entries in the console log are:
> >
> > DEBUG XSLTMediator Start : XSLT mediator
> > DEBUG StAXUtils XMLStreamWriter is com.ctc.wstx.sw.SimpleNsStreamWriter
> > DEBUG XSLTMediator Using byte array serialization for transformation
> >
> >
> > I didn't see anything in Jira on this particular issue.
> >
> > jeff
> >
>
>
>
> --
> Ruwan Linton
> http://wso2.org - "Oxygenating the Web Services Platform"
> http://ruwansblog.blogspot.com/
>

Reply via email to