that is almost certainly an Apple Java issue.  If by charting, you mean
graphics, then even more so.  The Java2D api on Mac still has bugs that will
crash.

But you can't be certain unless you test ur webapp on a windows machine.

On Fri, Jan 23, 2009 at 11:03 AM, Stephen Caine <step...@commongrnd.com>wrote:

> All,
>
> Whenever I attempt to access a charting jsp, I get an invalid memory access
> error and the JVM just crashes.  Here are the relevant portions of the java
> crash log.  Any thoughts would be appreciated.  Is this an Apple Java
> issue??
>
> Stephen Caine
> CommonGround Softworks, Inc.
>
> ___________________________________________
>
> Process:         java [67620]
> Path:
> /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/java
> Identifier:      java
> Version:         ??? (???)
> Code Type:       X86-64 (Native)
> Parent Process:  launchd [1]
>
> Date/Time:       2009-01-21 14:53:08.281 -0500
> OS Version:      Mac OS X Server 10.5.5 (9F33)
> Report Version:  6
>
> Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
> Exception Codes: KERN_INVALID_ADDRESS at 0x00000001b6f272f8
> Crashed Thread:  28
>
> Application Specific Information:
>
> Java information:
> Exception type: Bus Error (0xa) at pc=0x00000001010a633d
>
> Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0_07-b06-57 mixed mode
> macosx-amd64)
>
> Heap
> PSYoungGen      total 690496K, used 680383K [0x000000018a560000,
> 0x00000001b5000000, 0x00000001b5000000)
> eden space 684160K, 98% used
> [0x000000018a560000,0x00000001b37a0de0,0x00000001b4180000)
> from space 6336K, 99% used
> [0x00000001b4180000,0x00000001b47aeeb0,0x00000001b47b0000)
> to   space 8384K, 0% used
> [0x00000001b47d0000,0x00000001b47d0000,0x00000001b5000000)
> PSOldGen        total 1398144K, used 1296068K [0x0000000135000000,
> 0x000000018a560000, 0x000000018a560000)
> object space 1398144K, 92% used
> [0x0000000135000000,0x00000001841b11d0,0x000000018a560000)
> PSPermGen       total 437248K, used 431571K [0x0000000105000000,
> 0x000000011fb00000, 0x0000000135000000)
> object space 437248K, 98% used
> [0x0000000105000000,0x000000011f574c70,0x000000011fb00000)
>
> Virtual Machine Arguments:
> JVM Args: -Xserver -Xms2048m -Xmx2048m -XX:+MaxFDLimit -XX:MaxPermSize=768m
> -XX:+UseParallelGC -Djava.awt.headless=true
> -Djava.endorsed.dirs=/Applications/Qilan 3/Tomcat_Qilan//common/endorsed
> -Dcatalina.base=/Applications/Qilan 3/Tomcat_Qilan/
> -Dcatalina.home=/Applications/Qilan 3/Tomcat_Qilan/
> -Djava.io.tmpdir=/Applications/Qilan 3/Tomcat_Qilan//temp
> Java Command: org.apache.catalina.startup.Bootstrap start
> Launcher Type: SUN_STANDARD
> Physical Memory: Page Size = 4k, Total = 2048M, Free = 1811M
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to