Michael, As a workaround you can try compiling the app from the command line, e.g., lzc --runtime=swf10 myapp.lzx
I think that the flex compiler's error messages that normally go to standard out is getting swallowed by the server. Something is throwing out of an error and not collecting up the compiler output for some reason. If you figure out what's causing the error, and could send me a small test case that reproduces it, I can file a bug and try to get the error info to propagate out of the LPS server better. On Thu, Jul 8, 2010 at 1:01 PM, Michael Brady <[email protected]>wrote: > Hi All, > > I have a simple .lzx file. I can view it just fine in the DHTML > runtime. With the command line lzc command, I can compile it into a > .swf file with no warnings or errors. > > However, when I go to: > > test.lzx?lzt=html&lzr=swf9 > > I get the error: > > Error: org.openlaszlo.sc.CompilerError: > Errors from compiler, output file not created > > I've turned up the LPS servlet logging to DEBUG, and looked in the > lps.log, but I can't for the life of me figure out how to see the actual > errors from the SWF compiler. > > Can anyone help me? How can I see the SWF compiler errors that are > causing this Laszlo CompilerError message? > > Thanks! > > --Michael > -- Henry Minsky Software Architect [email protected]
