You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by "Fedotov, Alexei A" <al...@intel.com> on 2006/10/05 22:19:46 UTC

RE: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

Hi, Nadya,

I tried to build DRLVM, faced the issue from the thread below, and filed a JIRA issue: https://issues.apache.org/jira/browse/HARMONY-1730. Does the patch worth to be applied to the README.txt?

With best regards,
Alexei Fedotov,
Intel Middleware Products Division

>-----Original Message-----
>From: Spark Shen [mailto:smallsmallorgan@gmail.com]
>Sent: Friday, September 22, 2006 9:56 AM
>To: harmony-dev@incubator.apache.org
>Subject: Re: [drlvm] NPE is thrown when the kernel tests are run on Windows
>at revision 448448
>
>Thank you, I am trying :-).
>
>2006/9/22, Vladimir Gorr <vv...@gmail.com>:
>>
>> On 9/22/06, Spark Shen <sm...@gmail.com> wrote:
>> >
>> > Vladimir Gorr 写道:
>> > > When I roll away the latest changes for Character.java (H-1500
>> *Refactor
>> > > some methods in java.lang.Character*)
>> > > this issue disappears. It means a clue is here.
>> > Sorry for the late reply. JIRA 1500 is due to discussion [1] on the dev
>> > mailing list.
>> >
>> > I can not build DRLVM on my desktop. (Windows XP, RI JDK1.5.0, ant
>> > 1.6.5). So I could not reproduce the bug
>> > The prompted error message is:
>> > C:¥spark¥drlvm¥trunk¥build¥make¥build.xml:238: The following error
>> > occurred while executing this line:
>> > C:¥spark¥drlvm¥trunk¥build¥make¥setup.xml:289: The following error
>> > occurred while executing this line:
>> > C:¥spark¥drlvm¥trunk¥build¥make¥setup.xml:291: The following error
>> > occurred while executing this line:
>> > C:¥spark¥drlvm¥trunk¥build¥make¥setup.xml:462: Warning: Could not find
>> > file
>> > C:¥spark¥drlvm¥trunk¥build¥make¥no_settings_in_config_or_environment to
>> > copy.
>> >
>> > This is the first time I build DRLVM, would you give me some hint about
>> > this error message.
>>
>>
>> It seems you didn't run the *build.bat update* before starting the build.
>>
>> We need to run the following steps (sorry if you're aware about this):
>>
>> - svn checkout classlib
>> - svn checkout drlvm
>> - build classlib (cd classlib/trunk; ant fetch-depend; ant)
>> - cd drlvm/trunk/build
>> - build.bat update (you need to slightly some time here :-) )
>> - build.bat
>>
>> Thanks,
>> Vladimir.
>>
>>
>> [1]
>> >
>> >
>> http://mail-archives.apache.org/mod_mbox/incubator-harmony-
>dev/200609.mbox/%3c211709bc0609150334g5a14cbb6j806db9c855f8fa27@mail.gmail.
>com%3e
>> > Best regards
>> >
>> > >
>> > > Gang, it'd be not bad to run DRLVM testing for any commits to SVN
>> > > repository.
>> > > Otherwise we will be very hard to catch any errors like this. Any
>> > > thoughts?
>> > >
>> > > Thanks,
>> > > Vladimir.
>> > >
>> > >
>> > > On 9/21/06, Vladimir Gorr <vv...@gmail.com> wrote:
>> > >>
>> > >>
>> > >>
>> > >> On 9/21/06, Spark Shen <sm...@gmail.com> wrote:
>> > >> >
>> > >> > Vladimir Gorr 写道:
>> > >> > > NPE is thrown for all kernel tests when testing is run on
>Windows
>> > at
>> > >> > > revision 448448:
>> > >> > >
>> > >> > > build.bat -Djunit.jar=%JUNIT_HOME%/junit-4.0.jar kernel.test
>> > >> > >
>> > >> > > ...
>> > >> > > [echo] RUNNING : java.lang.Class1_5Test
>> > >> > > [junit] java.lang.NullPointerException
>> > >> > > [junit] at com.ibm.icu.lang.UCharacter.getProperty (
>> UCharacter.java
>> > >> > > :6073)
>> > >> > >
>> > >> > > [junit] at com.ibm.icu.lang.UCharacter.getType(UCharacter.java
>> > :2974)
>> > >> > > [junit] at com.ibm.icu.lang.UCharacter.isWhitespace(
>> UCharacter.java
>> > >> > > :3162)
>> > >> > > [junit] at java.lang.Character.isWhitespace(Character.java:3091)
>> > >> > > [junit] at java.lang.Character.isWhitespace(Character.java:3078)
>> > >> > > [junit] at java.util.Properties.load(Properties.java:378)
>> > >> > > [junit] at java.util.PropertyResourceBundle .<init>(
>> > >> > > PropertyResourceBundle.java:44)
>> > >> > > snipped
>> > >> > >
>> > >> > > Does anybody observe this issue? As for Linux all works fine.
>> > >> > I am looking into this issue.
>> > >>
>> > >>
>> > >>
>> > >> Is there any progress here? Did you managed to reproduce it?
>> > >> Same issue is also mentioned for other thread (*Trouble Building
>> > >> DRLVM*).
>> > >>
>> > >> Thanks in advance,
>> > >> Vladimir.
>> > >>
>> > >> Best regards
>> > >> > >
>> > >> > > Thanks,
>> > >> > > Vladimir.
>> > >> > >
>> > >> >
>> > >> >
>> > >> > --
>> > >> > Spark Shen
>> > >> > China Software Development Lab, IBM
>> > >> >
>> > >> >
>> > >> >
>> ---------------------------------------------------------------------
>> > >> > Terms of use : http://incubator.apache.org/harmony/mailing.html
>> > >> > To unsubscribe, e-mail:
>> harmony-dev-unsubscribe@incubator.apache.org
>> > >> > For additional commands, e-mail:
>> > harmony-dev-help@incubator.apache.org
>> > >> >
>> > >> >
>> > >>
>> > >
>> >
>> >
>> > --
>> > Spark Shen
>> > China Software Development Lab, IBM
>> >
>> >
>> > ---------------------------------------------------------------------
>> > Terms of use : http://incubator.apache.org/harmony/mailing.html
>> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
>> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>> >
>> >
>>
>>
>
>
>--
>Spark Shen
>China Software Development Lab, IBM

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org