Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

"Failed to parse compiler output"

3 views
Skip to first unread message

Jen

unread,
Sep 23, 2003, 7:59:52 PM9/23/03
to

Hi,
I am testing wls81, some jsp pages can't be compiled. All my lib class are compiled
under jdk1.3.1, and I set the jsp compiler to the bea defaut compiler. But some
pages are fine.
what's wrong? Thanks

<Sep 23, 2003 4:52:56 PM PDT> <Info> <HTTP> <BEA-101047> <[ServletContext(id=374
929,name=myapp,context-path=)] Generated java file: C:\mydomain\jsp_servlet\__index
java>
<Sep 23, 2003 4:52:59 PM PDT> <Info> <HTTP> <BEA-101311> <Compiling generated
ja
va class: C:\mydomain\jsp_servlet\__index.java for jsp produced the following
Java co
mpiler output:

Unexpected Signal : EXCEPTION_FLT_STACK_CHECK occurred at PC=0xEED0D2
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:

Dynamic libraries:
0x00400000 - 0x00408000 C:\bea\jdk141_03\bin\javac.exe
0x77F80000 - 0x77FFB000 C:\WINNT\system32\ntdll.dll
0x7C2D0000 - 0x7C332000 C:\WINNT\system32\ADVAPI32.dll
0x7C4E0000 - 0x7C599000 C:\WINNT\system32\KERNEL32.DLL
0x77D30000 - 0x77D9E000 C:\WINNT\system32\RPCRT4.DLL
0x78000000 - 0x78045000 C:\WINNT\system32\MSVCRT.dll
0x00250000 - 0x002C3000 C:\DOCUME~1\shu\LOCALS~1\Temp\lbr3A2.tmp
0x71710000 - 0x71794000 C:\WINNT\system32\COMCTL32.DLL
0x77F40000 - 0x77F7C000 C:\WINNT\system32\GDI32.dll
0x77E10000 - 0x77E75000 C:\WINNT\system32\USER32.DLL
0x76620000 - 0x76631000 C:\WINNT\system32\MPR.DLL
0x77A50000 - 0x77B3C000 C:\WINNT\system32\OLE32.DLL
0x779B0000 - 0x77A4B000 C:\WINNT\system32\OLEAUT32.DLL
0x75050000 - 0x75058000 C:\WINNT\system32\WSOCK32.DLL
0x75030000 - 0x75044000 C:\WINNT\system32\WS2_32.DLL
0x75020000 - 0x75028000 C:\WINNT\system32\WS2HELP.DLL
0x6D340000 - 0x6D46B000 C:\bea\jdk141_03\jre\bin\client\jvm.dll
0x77570000 - 0x775A0000 C:\WINNT\system32\WINMM.dll
0x6D1E0000 - 0x6D1E7000 C:\bea\jdk141_03\jre\bin\hpi.dll
0x6D310000 - 0x6D31E000 C:\bea\jdk141_03\jre\bin\verify.dll
0x6D220000 - 0x6D239000 C:\bea\jdk141_03\jre\bin\java.dll
0x6D330000 - 0x6D33D000 C:\bea\jdk141_03\jre\bin\zip.dll
0x77920000 - 0x77943000 C:\WINNT\system32\imagehlp.dll
0x72A00000 - 0x72A2D000 C:\WINNT\system32\DBGHELP.dll
0x690A0000 - 0x690AB000 C:\WINNT\system32\PSAPI.DLL

Local Time = Tue Sep 23 16:52:59 2003

****************
Another exception has been detected while we were handling last error.
Dumping information about last error:
ERROR REPORT FILE = (N/A)
PC = 0x00EED0D2
SIGNAL = -1073741678
FUNCTION NAME = (N/A)
OFFSET = 0xFFFFFFFF
LIBRARY NAME = (N/A)
Please check ERROR REPORT FILE for further information, if there is any.
Good bye.
>
<Sep 23, 2003 4:52:59 PM PDT> <Error> <HTTP> <BEA-101019> <[ServletContext(id=37
4929,name=myapp,context-path=)] Servlet failed with IOException
weblogic.servlet.jsp.CompilationException: Compilation of C:\mydomain\jsp_servlet\__i
ndex.java failed.
at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:446)
at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:220)
at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:172)
at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
java:504)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:349)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:305)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
n.run(WebAppServletContext.java:6310)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
dSubject.java:317)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
118)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
rvletContext.java:3622)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:2569)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
Caused by: java.io.IOException: Compiler failed executable.exec
at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvo
ker.java:470)
at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:
329)
at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:
337)
at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:
322)
at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:419)
... 12 more
>

Howard Frost

unread,
Jan 12, 2005, 12:39:32 PM1/12/05
to
I'm getting same stack trace on Solaris/Sparc when configured to use jikes as JSP compiler (javac works fine and both jikes and javac work fine on windows)

WLS8.1 SP4

Has anyone solved this?

0 new messages