RE: access violation when executing multiproject:site on win XP machine

2003-10-10 Thread Stefan Hedtfeld
Hi,

on Sep 23 I posted a message with the above subject. I first thought it 
was a maven problem as I first saw it in the maven context. But a few 
days later I recognised the same error with a different library, so I 
thought it could be an Windows XP issue. But now I must admit that it's 
simply a virus scanner. As long as my virus scanner (Bit Defnder Murphy 
Shield 2.5.1, fyi) is running (it does not have to be active!) I receive 
the error. After stopping the scanner everything works fine.

So I apologize for having brought this up at this list, and now I will 
start using maven to find out about it's "magic".

Best regards,

Stefan Hedtfeld.

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


RE: access violation when executing multiproject:site on win XP machine

2003-09-25 Thread W. Sean Hennessy
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-buil

Re: access violation when executing multiproject:site on win XP machine

2003-09-24 Thread Stefan Hedtfeld
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 (0xc005) 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.(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:

Re: access violation when executing multiproject:site on win XP machine

2003-09-23 Thread Anthony Vito
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 (0xc005) 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.(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(Execut

access violation when executing multiproject:site on win XP machine

2003-09-23 Thread Stefan Hedtfeld
 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 (0xc005) 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.(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.imp