It wasn't with 1.4.1, but with 1.4.0. Maybe that was just my particular
setup. Let's wait to have more user feedback to see if I am the only one
having this issue.

> -----Message d'origine-----
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de
> Jason Dillon
> Envoye : mardi, 8 octobre 2002 10:40
> A : [EMAIL PROTECTED]
> Objet : RE: [JBoss-dev] HEAD Build: numerous failure
>
>
> I do not think that is possible... could be a problem with 1.4.1.  I
> verified that clean builds of all projects build correctly with
> 1.3.1 (using
> the new module names that is... did anyone get that email?  I
> sent it hours
> agao?).
>
> --jason
>
>
> On Tue, 8 Oct 2002, Sacha Labourey wrote:
>
> > Here is one I got on 3.0 with jdk 1.4.0_01-b03 on windows:
> >
> > I simply think that the new libs introduce more memory overhead
> >
> >
> >   [xdoclet]   Generating output for
> > 'org.jboss.management.j2ee.MessageDrivenBean
> > ' using template file
> > 'jar:file:/J:/CVS_HOME/jboss-3.0/tools/lib/xdoclet.jar!/xd
> > oclet/jmx/mbean.j'.
> >   [xdoclet]   Generating output for
> > 'org.jboss.management.j2ee.ResourceAdapter'
> > using template file
> > 'jar:file:/J:/CVS_HOME/jboss-3.0/tools/lib/xdoclet.jar!/xdoc
> > let/jmx/mbean.j'.
> >   [xdoclet]   Generating output for
> > 'org.jboss.management.j2ee.ResourceAdapterMo
> > dule' using template file
> > 'jar:file:/J:/CVS_HOME/jboss-3.0/tools/lib/xdoclet.jar
> > !/xdoclet/jmx/mbean.j'.
> >   [xdoclet]   Generating output for
> > 'org.jboss.management.j2ee.RMI_IIOPResource'
> >  using template file
> > 'jar:file:/J:/CVS_HOME/jboss-3.0/tools/lib/xdoclet.jar!/xdo
> > clet/jmx/mbean.j'.
> >   [xdoclet]
> >   [xdoclet] Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at
> > PC=0x6D3B
> > 784D
> >   [xdoclet] Function=JVM_RegisterUnsafeMethods+0x1166
> >   [xdoclet] Library=H:\java\j2sdk1.4.0_01\jre\bin\client\jvm.dll
> >   [xdoclet]
> >   [xdoclet] Current Java thread:
> >   [xdoclet]     at java.lang.Throwable.fillInStackTrace(Native Method)
> >   [xdoclet]     - locked <029F0590> (a java.lang.NullPointerException)
> >   [xdoclet]     at java.lang.Throwable.<init>(Throwable.java:180)
> >   [xdoclet]     at java.lang.Exception.<init>(Exception.java:29)
> >   [xdoclet]     at
> > java.lang.RuntimeException.<init>(RuntimeException.java:32)
> >   [xdoclet]     at
> > java.lang.NullPointerException.<init>(NullPointerException.ja
> > va:36)
> >   [xdoclet] [error occured during error reporting]
> > J:\CVS_HOME\jboss-3.0\management\build.xml:238: Java returned:
> -2147483645
> >         at org.apache.tools.ant.taskdefs.Java.execute(Java.java:90)
> >         at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:175)
> >         at xdoclet.DocletTask.execute(DocletTask.java:298)
> >         at
> > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:104)
> >         at org.apache.tools.ant.Task.perform(Task.java:217)
> >         at org.apache.tools.ant.Target.execute(Target.java:164)
> >         at org.apache.tools.ant.Target.performTasks(Target.java:182)
> >         at org.apache.tools.ant.Project.executeTarget(Project.java:601)
> >         at org.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261)
> >         at
> > org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(E
> > xecuteModules.java:269)
> >         at
> > org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(Execute
> > Modules.java:184)
> >         at org.apache.tools.ant.Task.perform(Task.java:217)
> >         at org.apache.tools.ant.Target.execute(Target.java:164)
> >         at org.apache.tools.ant.Target.performTasks(Target.java:182)
> >         at org.apache.tools.ant.Project.executeTarget(Project.java:601)
> >         at org.apache.tools.ant.Project.executeTargets(Project.java:560)
> >         at org.apache.tools.ant.Main.runBuild(Main.java:454)
> >         at org.apache.tools.ant.Main.start(Main.java:153)
> >         at org.apache.tools.ant.Main.main(Main.java:176)
> >
> > BUILD FAILED
> >
> > J:\CVS_HOME\jboss-3.0\management\build.xml:238: Java returned:
> -2147483645
> >
> > Total time: 1 minute 14 seconds
> >
> >
> >
> > > -----Message d'origine-----
> > > De : [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]]De la part de
> > > Jason Dillon
> > > Envoye : lundi, 7 octobre 2002 23:07
> > > A : Jboss-Dev
> > > Objet : Re: [JBoss-dev] HEAD Build: numerous failure
> > >
> > >
> > > What errors do you get specifically Sacha?
> > >
> > > --jason
> > >
> > >
> > > On Mon, 7 Oct 2002, Sacha Labourey wrote:
> > >
> > > > Hello,
> > > >
> > > > Is it just me? I am trying to compile jboss-all from HEAD
> (I did a fresh
> > > > checkout a few minutes ago) on windows 2000 and I get lots of
> > > errors which
> > > > change over time i.e the compiler (1.4.0) makes an exception
> > > and, if I start
> > > > again the build process, it goes further, ... then it is an
> RMI compiler
> > > > errror (couldn't read LOC header), then it is a set of silent
> > > break, etc. At
> > > > the end (after 4-5 restart, it is build successfuly)
> > > >
> > > > Cheers,
> > > >
> > > >
> > > >                 Sacha
> > > >
> > > >
> > > >
> > > > -------------------------------------------------------
> > > > This sf.net email is sponsored by:ThinkGeek
> > > > Welcome to geek heaven.
> > > > http://thinkgeek.com/sf
> > > > _______________________________________________
> > > > Jboss-development mailing list
> > > > [EMAIL PROTECTED]
> > > > https://lists.sourceforge.net/lists/listinfo/jboss-development
> > > >
> > >
> > >
> > >
> > > -------------------------------------------------------
> > > This sf.net email is sponsored by:ThinkGeek
> > > Welcome to geek heaven.
> > > http://thinkgeek.com/sf
> > > _______________________________________________
> > > Jboss-development mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/jboss-development
> > >
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Jboss-development mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-development
> >
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to