Tuesday, December 22, 2009

Sametime 8.5, Console Message

This came in from our internal server.

12/22/2009 01:00:05 PM HTTP JVM: WARNING: '[ERR 0635] Some generated functions
exceeded the JVM method size limit and were automatically split into smaller fu
nctions. You may get better performance by manually splitting very large templa
tes into smaller templates, by using the 'splitli
12/22/2009 01:00:05 PM HTTP JVM: it' option to the Process or Compile command,
or by setting the 'http://www.ibm.com/xmlns/prod/xltxe-j/split-limit' transforme
r factory attribute.'

Note for IBM, this website does not work. I believe it is looking to go here instead:
http://publib.boulder.ibm.com/infocenter/javasdk/v6r0/index.jsp?topic=/com.ibm.java.doc.user.zos.60/user/xml/xslt_migrate.html

Some methods generated by the compiler might exceed the JVM method size limit, in which case the compiler attempts to split these methods into smaller methods.

* If the compiler splits the method successfully, you receive the following warning: as shown above

Where it basically says ignore this message it is working as designed.

Great so now the server is telling us it is being more efficient, but it's explanation is incorrect. Either way, don't worry about it for now, but what can we do to change this on our end?

No comments:

Post a Comment