Hi rp, The log indicates that the code tried to make a system call which is not allowed in the app engine runtime. Can you file an issue on our issue tracker?
-- Takashi On Sun, Jun 24, 2012 at 2:10 PM, rp1970 <[email protected]> wrote: > > Hi, > > I am experiencing a constant crash when inserting the below code into any > call: > Bidi bidi = new Bidi("some string", Bidi.DIRECTION_DEFAULT_RIGHT_TO_LEFT); > int runs = bidi.getRunCount(); > int base = bidi.getBaseLevel(); > > the code as is is of course not usable, this is just the simplest code I > found to crash my servlet. Crash happens only on the deployed environment; > when I run locally my (full) Bidi code works fine. > I am using the latest SDK 1.6.6, so the problem is not there I guess(?) The > logging on the server shows: > > A problem was encountered with the process that handled this request, > causing it to exit. This is likely to cause a new process to be used for the > next request to your application. (Error code 202) > > > Any suggestions from any one? Let me know if any more info is needed > Thanks > rp > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/jey28DC27VoJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. -- Takashi Matsuo | Developer Advocate | [email protected] -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
