Just a quick followup: so far I can't reproduce the problem when I set the compilation value to <init compile="false"/> but I can reproduce it when I set it to lazy or true, leading me to believe that the problem is in the code branch that does the compilation and not the code branch that runs the page in interpreted mode.
So I have a workaround, but obviously lose the performance advantage of having a compiled version... Thanks Marshall Levin wrote: > Oops, I should add that I'm using resin pro 3.1 10/26 snapshot. > > Marshall Levin wrote: >> Hi there, >> >> I'm trying to run one of our existing PHP sites under Quercus and I >> frequently get this error: >> >> java.lang.UnsupportedOperationException: >> com.caucho.quercus.env.BinaryBuilderValue at >> com.caucho.quercus.env.StringValue.append(StringValue.java:663) >> >> The strange thing is that the first time I hit a page, it works fine, >> but the second time I hit that same page, I get this error -- and >> then from then on I get it until I bounce Resin. >> >> Any ideas? >> >> Thanks >> >> > _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
