Hi rp, Thanks! It's always helpful for us if you create an issue with a minimal code for repro.
-- Takashi On Jun 26, 2012 9:44 PM, "rp1970" <[email protected]> wrote: > Hi Takashi, > > Thanks for the quick reply! I will file an issue, to make it easier I will > simulate first with a completely clean app. Let me know if this is not > needed. > > Thanks > rp > > On Monday, June 25, 2012 8:19:08 PM UTC+3, Takashi Matsuo (Google) wrote: >> >> 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 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 >> > >> >> >> -- >> Takashi Matsuo | Developer Advocate | [email protected] >> > -- > 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/-/0H9rm_NN2I4J. > 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. > -- 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.
