> I've been successfully using XSP for a few months now and have not run
into
> anything like this. I have an XSP file that is only 35K in size. It's a
> well-formed document according to tidy so I've skipped that as a possible
> problem. Anyway, I can't get this file to work.. When I try and access
the
> file with my browser, according to top, java just takes over the CPU and
> spins forever. When I look in the repository directory there is a .java
and
> .class file. The class file is a portly 350K!!!! :-)
> The .java file appears syntactically correct. Whatever is going on
though,
> it will not run through a stylesheet and display in a browser. It just
> hangs. When I cut the size of the one of the elements in half (about 100
> tags), it works fine.
> Any ideas, workarounds, solutions!!
Does the .java file compile okay from the command line? If not, try using
Jikes to run out a Javac bug.
Try running the generated class file through a decompilier (JAD at
http://www.geocities.com/SiliconValley/Bridge/8617/jad.html or Mocha) and
seeing what the class contains.
Just some ideas,
Ross Burton
|