Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.3.2
-
Fix Version/s: None
-
Labels:None
-
Environment:Windowx XP - j2sdk 1.4.2_04 - maven 1.0
-
Number of attachments :1
Description
When i run site plugin with link-check report on my project I get a java.lang.StackOverflowError for each file that is over ~128k in my $basedir/target/docs/apidocs directory.
I think this issue is related to : MPSITE-20 wich is closed saying that the problem is not it site plugin.
I tried to boost the stack size with -Xss option with no success.
I have a simple test case to repro the bug wich I Will attach to this bug.
the ouput is :
----- BEGIN OUTPUT -------
...
maven-linkcheck-plugin: Not using a proxy
Found 0 files so far.
Memory: 10M/11M
Validating apidocs/allclasses-frame.html
Validating apidocs/allclasses-noframe.html
Validating apidocs/com/tsc/util/bug/BugBean.html
Caught java.lang.StackOverflowError processing apidocs/com/tsc/util/bug/BugBean.
html
Exception Message: null
Validating apidocs/com/tsc/util/bug/class-use/BugBean.html
Validating apidocs/com/tsc/util/bug/package-frame.html
Validating apidocs/com/tsc/util/bug/package-summary.html
Validating apidocs/com/tsc/util/bug/package-tree.html
Validating apidocs/com/tsc/util/bug/package-use.html
Validating apidocs/constant-values.html
Validating apidocs/deprecated-list.html
...
----- END OUTPUT ----------
Thanks
-
Hide
- TestCase.zip
- 06/Jan/05 3:16 PM
- 180 kB
- Denis Dallaire
-
- TestCase/project.xml 0.8 kB
- TestCase/target/.../allclasses-frame.html 0.7 kB
- TestCase/target/.../allclasses-noframe.html 0.7 kB
- TestCase/target/docs/.../bug/BugBean.html 120 kB
- TestCase/target/.../class-use/BugBean.html 5 kB
- TestCase/target/.../bug/package-frame.html 0.9 kB
- TestCase/target/.../bug/package-summary.html 6 kB
- TestCase/target/.../bug/package-tree.html 5 kB
- TestCase/target/.../bug/package-use.html 5 kB
- TestCase/target/.../constant-values.html 9 kB
- TestCase/target/.../deprecated-list.html 5 kB
- TestCase/target/.../apidocs/help-doc.html 8 kB
- TestCase/target/.../apidocs/index-all.html 45 kB
- TestCase/target/docs/apidocs/index.html 0.8 kB
- TestCase/target/.../overview-tree.html 5 kB
- TestCase/target/.../apidocs/package-list 0.0 kB
- TestCase/target/.../apidocs/packages.html 0.9 kB
- TestCase/target/.../resources/inherit.gif 0.1 kB
- TestCase/target/.../apidocs/stylesheet.css 1 kB
- TestCase/target/docs/cvs-usage.html 2 kB
- TestCase/target/docs/dependencies.html 2 kB
- TestCase/target/docs/downloads.html 2 kB
- TestCase/target/docs/images/add.gif 0.2 kB
- TestCase/target/.../images/collapsed.gif 0.1 kB
- TestCase/target/docs/images/expanded.gif 0.1 kB
- TestCase/target/.../external-classic.png 0.9 kB
- TestCase/target/docs/images/external.png 0.2 kB
- TestCase/target/docs/images/file.gif 0.1 kB
- TestCase/target/docs/images/fix.gif 0.2 kB
- TestCase/target/.../images/folder-closed.gif 0.2 kB
Activity
I've also tried linkcheck 1.3.4 and the bug is still there.
Thanks
I've upgraded to maven-1.0.2 but still get the bug. Also I don't think it's because of the file size. I've seen linkcheck succeed with bigger files.
But what version of the JDK are you using ? Should I try a newer version ?
Thanks you very much.
Denis
To repro the bug, simply unzip TestCase.zip and run maven:site in the directory where project.xml is located.