FWIW I have also observed this behavior with Win2K and XP and have noted that it 
usually coincides with bad XML content.
Usually a short between the keyboard and chair on my part.  :)
Perhaps something within the Javadoc tags is causing the problem.
Have a closer look a possible entity resolution.
Hard to say without instrumenting debug mode further down in bowels of the Javadoc 
process.
Good Luck.
Regards,
Sean

-----Original Message-----
From: Stefan Hedtfeld [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 24, 2003 12:48 PM
To: Maven Users List
Subject: Re: access violation when executing multiproject:site on win XP machine


Hi,
 yes I know it's more a VM error, I was just thinking that someone else 
had experienced the same and would be able to provide a workaround. And 
I tried with several JDK versions from 1.4.0_xx and 1.4.1_03 and at 
least tried 1.4.2_01 which produced the described error.

If there is nobody out there who can help me I guess I will report the 
bug to sun as you suggested.

Kind regards,

Stefan Hedtfeld.

Anthony Vito wrote:

>Hi,
>  Like it says, it's a VM error, not really a Maven issue. Try 
>upgrading to Java version 1.4.1_03 or whatever the latest and greatest 
>is for 1.4.1. If that doesn't fix it, try to isolate the javadoc 
>command which is causing the error, and then submit a bug report to 
>Sun.
>
>-Anthony Vito
>
>On Tue, 2003-09-23 at 16:04, Stefan Hedtfeld wrote:
>  
>
>>  Hi,
>>
>>I have a problem executing the multiproject:site goal. Since more than
>>ten days I tried it, always taking a fresh snapshot from CVS, but I 
>>always get the same result (see snipplet below).
>>
>>As you can see from the error message I am using jdk 1.4.2_01, I use a
>>XP machine with the latest available patches installed (see systeminfo 
>>result below snipplet; I removed german umlauts and some personal 
>>information).
>>
>>I am using MAVEN_OPTS="-Xmx512m" to have enough memory (there is 640MB
>>real memory installed).
>>
>>Has anyone experienced the same?
>>
>>Regards,
>>
>>Stefan Hedtfeld.
>>
>>=========================
>>== Begin Snipplet =======
>>=========================
>>
>>+----------------------------------------
>>| Generating site for  Maven Artifact Plug-in
>>| Memory: 60M/73M
>>+----------------------------------------
>>
>>
>>
>>
>>xdoc:
>>
>>
>>site:
>>xdoc:register-reports:
>>maven-jdepend-plugin:register:
>>
>>maven-checkstyle-plugin:register:
>>
>>maven-changes-plugin:register:
>>
>>maven-changelog-plugin:register:
>>
>>maven-developer-activity-plugin:register:
>>
>>maven-file-activity-plugin:register:
>>
>>maven-license-plugin:register:
>>
>>maven-javadoc-plugin:register:
>>
>>maven-jxr-plugin:register:
>>
>>maven-junit-report-plugin:register:
>>
>>maven-linkcheck-plugin:register:
>>
>>maven-tasklist-plugin:register:
>>
>>
>>site:run-reports:
>>    [echo] Generating the Metrics...
>>maven-jdepend-plugin:report:
>>java:prepare-filesystem:
>>
>>java:compile:
>>    [echo] Compiling to
>>E:\home\maven\src\plugins-build\artifact/target/classes
>>
>>    [mkdir] Created dir:
>>E:\home\maven\src\plugins-build\artifact\target\generated-xdocs
>>
>>    [echo] Generating the Checkstyle...
>>checkstyle:init:
>>
>>checkstyle:license:
>>
>>checkstyle:report:
>>    [echo] Using 
>>E:\home\maven\src\plugins-build\artifact/checkstyle.xml
>>for checkstyle ...
>>
>>    [echo] Generating the Changes...
>>changes:report:
>>
>>    [echo] Generating the Change Log...
>>maven-changelog-plugin:report:
>>    [echo] Generating the changelog report
>>SCM Working Directory: E:\home\maven\src\plugins-build\artifact
>>SCM Command Line[0]: cvs
>>SCM Command Line[1]: -d
>>SCM Command Line[2]: :pserver:[EMAIL PROTECTED]:/home/cvspublic
>>SCM Command Line[3]: log
>>SCM Command Line[4]: -d 2003-08-23<2003-09-23
>>ChangeLog found: 5 entries
>>
>>    [echo] Generating the Developer Activity...
>>maven-developer-activity-plugin:report:
>>    [echo] Generating the developer activity report
>>
>>    [echo] Generating the File Activity...
>>maven-file-activity-plugin:report:
>>    [echo] Generating the file activity report
>>
>>    [echo] Generating the Project License...
>>maven-license-plugin:report:
>>xdoc:init:
>>    [mkdir] Created dir:
>>E:\home\maven\src\plugins-build\artifact\target\docs
>>
>>license:transfer:
>>
>>license:
>>
>>
>>    [echo] Generating the JavaDocs...
>>xdoc:init:
>>
>>maven-javadoc-plugin:report:
>>    [mkdir] Created dir:
>>E:\home\maven\src\plugins-build\artifact\target\docs\apidocs
>>    [echo] Linking with API information from 
>>http://jakarta.apache.org/commons/jelly/apidocs/ ...
>>    [echo] Linking with API information from 
>>http://jakarta.apache.org/commons/betwixt/apidocs/ ...
>>    [echo] Linking with API information from 
>>http://werkz.werken.com/apidocs/ ...
>>    [mkdir] Created dir: 
>>E:\home\maven\src\plugins-build\artifact\target\javadoc
>>    [javadoc] Generating Javadoc
>>    [javadoc] Javadoc execution
>>
>>An unexpected exception has been detected in native code outside the 
>>VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) 
>>occurred at PC=0x6C706544 Function=[Unknown.]
>>Library=(N/A)
>>
>>NOTE: We are unable to locate the function name symbol for the error
>>      just occurred. Please refer to release documentation for possible
>>      reason and solutions.
>>
>>
>>Current Java thread:
>>        at java.lang.Win32Process.create(Native Method)
>>        at java.lang.Win32Process.<init>(Win32Process.java:66)
>>        at java.lang.Runtime.execInternal(Native Method)
>>        at java.lang.Runtime.exec(Runtime.java:566)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>        at
>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>        at 
>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>        at java.lang.reflect.Method.invoke(Method.java:324)
>>        at 
>>org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:646)
>>        at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:416)
>>        at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:427)
>>        at org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:1845)
>>        at org.apache.tools.ant.Task.perform(Task.java:341)
>>        at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:232)
>>        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
>>        at 
>>org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
>>        at 
>>org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
>>        at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
>>        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
>>        at 
>>org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
>>        at 
>>org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
>>        at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
>>        at com.werken.werkz.Goal.fire(Goal.java:639)
>>        at com.werken.werkz.Goal.attain(Goal.java:575)
>>        at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
>>        at 
>>com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:134)
>>        at 
>>org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainGoalTag.java:107)
>>        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
>>        at 
>>org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
>>        at 
>>org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
>>        at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
>>        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
>>        at 
>>org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
>>        at 
>>org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
>>        at 
>>org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:145)
>>        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
>>        at 
>>org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
>>        at 
>>org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
>>        at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
>>        at com.werken.werkz.Goal.fire(Goal.java:639)
>>        at com.werken.werkz.Goal.attain(Goal.java:575)
>>        at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
>>        at 
>>com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:134)
>>        at 
>>org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainGoalTag.java:107)
>>        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
>>        at 
>>org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
>>        at 
>>org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
>>        at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
>>        at com.werken.werkz.Goal.fire(Goal.java:639)
>>        at com.werken.werkz.Goal.attain(Goal.java:575)
>>        at 
>>org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:454)
>>        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:360)
>>        at 
>>org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:378)
>>        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
>>        at 
>>org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
>>        at 
>>org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
>>        at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
>>        at com.werken.werkz.Goal.fire(Goal.java:639)
>>        at com.werken.werkz.Goal.attain(Goal.java:575)
>>        at 
>>org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:454)
>>        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
>>        at org.apache.maven.cli.App.doMain(App.java:543)
>>        at org.apache.maven.cli.App.main(App.java:1109)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>        at 
>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>        at 
>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>        at java.lang.reflect.Method.invoke(Method.java:324)
>>        at com.werken.forehead.Forehead.run(Forehead.java:551)
>>        at com.werken.forehead.Forehead.main(Forehead.java:581)
>>
>>Dynamic libraries:
>>0x00400000 - 0x00406000         D:\java\jdk1.4.2_01\bin\java.exe
>>0x77F40000 - 0x77FEE000         C:\WINDOWS\System32\ntdll.dll
>>0x77E40000 - 0x77F38000         C:\WINDOWS\system32\kernel32.dll
>>0x77DA0000 - 0x77E3C000         C:\WINDOWS\system32\ADVAPI32.dll
>>0x78000000 - 0x78086000         C:\WINDOWS\system32\RPCRT4.dll
>>0x77BE0000 - 0x77C33000         C:\WINDOWS\system32\MSVCRT.dll
>>0x08000000 - 0x08136000         D:\java\jdk1.4.2_01\jre\bin\client\jvm.dll
>>0x77D10000 - 0x77D96000         C:\WINDOWS\system32\USER32.dll
>>0x77C40000 - 0x77C80000         C:\WINDOWS\system32\GDI32.dll
>>0x76AF0000 - 0x76B1D000         C:\WINDOWS\System32\WINMM.dll
>>0x10000000 - 0x100A0000         C:\WINDOWS\System32\scorillont.dll
>>0x00390000 - 0x003C0000         C:\WINDOWS\System32\scorsock.dll
>>0x003D0000 - 0x003D7000         D:\java\jdk1.4.2_01\jre\bin\hpi.dll
>>0x003F0000 - 0x003FE000         D:\java\jdk1.4.2_01\jre\bin\verify.dll
>>0x00AA0000 - 0x00AB8000         D:\java\jdk1.4.2_01\jre\bin\java.dll
>>0x00AC0000 - 0x00ACD000         D:\java\jdk1.4.2_01\jre\bin\zip.dll
>>0x03EA0000 - 0x03EAF000         D:\Java\jdk1.4.2_01\jre\bin\net.dll
>>0x71A10000 - 0x71A25000         C:\WINDOWS\System32\WS2_32.dll
>>0x71A00000 - 0x71A08000         C:\WINDOWS\System32\WS2HELP.dll
>>0x719B0000 - 0x719EC000         C:\WINDOWS\System32\mswsock.dll
>>0x76EE0000 - 0x76F05000         C:\WINDOWS\System32\DNSAPI.dll
>>0x76F70000 - 0x76F77000         C:\WINDOWS\System32\winrnr.dll
>>0x76F20000 - 0x76F4D000         C:\WINDOWS\system32\WLDAP32.dll
>>0x76F80000 - 0x76F85000         C:\WINDOWS\System32\rasadhlp.dll
>>0x719F0000 - 0x719F8000         C:\WINDOWS\System32\wshtcpip.dll
>>0x75EE0000 - 0x75EFF000         C:\WINDOWS\system32\Apphelp.dll
>>0x76C50000 - 0x76C72000         C:\WINDOWS\system32\imagehlp.dll
>>0x6DA00000 - 0x6DA7D000         C:\WINDOWS\system32\DBGHELP.dll
>>0x77BD0000 - 0x77BD7000         C:\WINDOWS\system32\VERSION.dll
>>0x76BB0000 - 0x76BBB000         C:\WINDOWS\System32\PSAPI.DLL
>>
>>Heap at VM Abort:
>>Heap
>> def new generation   total 5312K, used 4047K [0x100a0000, 0x10660000, 
>>0x12800000)
>>  eden space 4736K,  76% used [0x100a0000, 0x10427bd8, 0x10540000)
>>  from space 576K,  75% used [0x10540000, 0x105ac210, 0x105d0000)
>>  to   space 576K,   0% used [0x105d0000, 0x105d0000, 0x10660000)
>> tenured generation   total 70300K, used 63020K [0x12800000, 0x16ca7000, 
>>0x300a0000)
>>   the space 70300K,  89% used [0x12800000, 0x1658b040, 0x1658b200,
>>0x16ca7000)
>> compacting perm gen  total 10752K, used 10738K [0x300a0000, 0x30b20000, 
>>0x340a0000)
>>   the space 10752K,  99% used [0x300a0000, 0x30b1c938, 0x30b1ca00, 
>>0x30b20000)
>>
>>Local Time = Mon Sep 22 22:23:08 2003
>>Elapsed Time = 240
>>#
>># The exception above was detected in native code outside the VM #
>># Java VM: Java HotSpot(TM) Client VM (1.4.2_01-b06 mixed mode)
>>#
>># An error report file has been saved as hs_err_pid1076.log.
>># Please refer to the file for further information.
>>#
>>
>>=========================
>>== End Snipplet =========
>>=========================
>>
>>=========================
>>== Begin systeminfo =====
>>=========================
>>
>>E:\home\maven>systeminfo
>>
>>Hostname:                               GRIMES
>>Betriebssystemname:                     Microsoft Windows XP Professional
>>Betriebssystemversion:                  5.1.2600 Service Pack 1 Build 2600
>>Betriebssystemhersteller:               Microsoft Corporation
>>Betriebssystemkonfiguration:            Eigenstaendige Arbeitsstation
>>Buildtyp von Betriebssystem:            Uniprocessor Free
>>Registrierter Benutzer:                 XXX
>>Registrierte Organisation:              XXX
>>Produktkennung:                         XXX
>>Urspruengliches Installationsdatum:      31.03.2002, 00:58:58
>>Systembetriebszeit:                     0 Tage, 0 Stunden, 51 Minuten, 
>>20 Sekunden
>>Systemhersteller:                       VIA694
>>Systemmodell:                           AWRDACPI
>>Systemtyp:                              X86-based PC
>>Prozessor(en):                          1 Prozessor(en) installiert.
>>                                        [01]: x86 Family 6 Model 2
>>Stepping 2 AuthenticAMD ~751 MHz
>>BIOS-Version:                           VIA694 - 42302e31
>>Windows-Verzeichnis:                    C:\WINDOWS
>>System-Verzeichnis:                     C:\WINDOWS\System32
>>Startgeraet:                             \Device\HarddiskVolume1
>>Systemgebietsschema:                    de;Deutsch (Deutschland)
>>Eingabegebietsschema:                   de;Deutsch (Deutschland)
>>Zeitzone:                               Nicht verfuegbar
>>Gesamter physikalischer Speicher:       639 MB
>>Verfuegbarer physikalischer Speicher:    416 MB
>>Virtueller Speicher: Maximale Groesse:    1.883 MB
>>Virtueller Speicher: Verfuegbar:         1.461 MB
>>Virtueller Speicher: Zurzeit verwendet: 422 MB
>>Auslagerungsdateipfad(e):               C:\pagefile.sys
>>Domaene:                                 GRIMESNET
>>Anmeldeserver:                          \\GRIMES
>>Hotfix(es):                             54 Hotfix(e) installiert.
>>                                        [01]: File 1
>>                                        [02]: File 1
>>                                        [03]: File 1
>>                                        [04]: File 1
>>                                        [05]: File 1
>>                                        [06]: Q147222
>>                                        [07]: Q323255 - Windows 
>>XP-Hotfixpaket [Weitere Informationen unter Q323255]
>>                                        [08]: Q328310 - Windows 
>>XP-Hotfix (SP2) Q328310
>>                                        [09]: Q329048 - Windows 
>>XP-Hotfixpaket [Weitere Informationen unter Q329048]
>>                                        [10]: Q329115 - Windows 
>>XP-Hotfixpaket [Weitere Informationen unter Q329115]
>>                                        [11]: Q329170 - Windows 
>>XP-Hotfix (SP2) Q329170
>>                                        [12]: Q329390 - Windows 
>>XP-Hotfixpaket [Weitere Informationen unter Q329390]
>>                                        [13]: Q329441 - Windows 
>>XP-Hotfix (SP2) Q329441
>>                                        [14]: Q329834 - Windows 
>>XP-Hotfixpaket [Weitere Informationen unter Q329834]
>>                                        [15]: Q331953 - Windows 
>>XP-Hotfix (SP2) Q331953
>>                                        [16]: Q810565 - Windows 
>>XP-Hotfix (SP2) Q810565
>>                                        [17]: Q810577 - Windows 
>>XP-Hotfix (SP2) Q810577
>>                                        [18]: Q810833 - Windows 
>>XP-Hotfix (SP2) Q810833
>>                                        [19]: Q811493 - Windows 
>>XP-Hotfix (SP2) Q811493
>>                                        [20]: Q811630 - Windows 
>>XP-Hotfix (SP2) Q811630
>>                                        [21]: Q814033 - Windows 
>>XP-Hotfix (SP2) Q814033
>>                                        [22]: Q815021 - Windows 
>>XP-Hotfix (SP2) Q815021
>>                                        [23]: Q817287 - Windows 
>>XP-Hotfix (SP2) Q817287
>>                                        [24]: Q817606 - Windows 
>>XP-Hotfix (SP2) Q817606
>>                                        [25]: Q819696 - Windows 
>>XP-Hotfix (SP2) Q819696
>>                                        [26]: Q318202
>>                                        [27]: Q318203
>>                                        [28]: Q823718
>>                                        [29]: wm817787
>>                                        [30]: Q324720 - Service Pack
>>                                        [31]: KB821557 - Update
>>                                        [32]: KB823559 - Update
>>                                        [33]: KB823980 - Update
>>                                        [34]: KB824105 - Update
>>                                        [35]: KB824146 - Update
>>                                        [36]: Q323255 - Update
>>                                        [37]: Q328310 - Update
>>                                        [38]: Q329048 - Update
>>                                        [39]: Q329115 - Update
>>                                        [40]: Q329170 - Update
>>                                        [41]: Q329390 - Update
>>                                        [42]: Q329441 - Update
>>                                        [43]: Q329834 - Update
>>                                        [44]: Q331953 - Update
>>                                        [45]: Q810565 - Update
>>                                        [46]: Q810577 - Update
>>                                        [47]: Q810833 - Update
>>                                        [48]: Q811493 - Update
>>                                        [49]: Q811630 - Update
>>                                        [50]: Q814033 - Update
>>                                        [51]: Q815021 - Update
>>                                        [52]: Q817287 - Update
>>                                        [53]: Q817606 - Update
>>                                        [54]: Q819696 - Update
>>Netzwerkcarte(n):                       Nicht verfuegbar
>>
>>=========================
>>== End systeminfo =======
>>=========================
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>    
>>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to