|
Something is wrong with Orion. Sun changed the schema of the jsp tag library definition file (tld) between JSP 1.1 and JSP 1.2. Specifically, the 1.1 <tagclass> was renamed to <tag-class>.
The c.tld file inside friendbook (taken from JSTL) has the correct DOCTYPE declaration for JSP1.2. However, Orion appears to be ignoring this and validating against the 1.1 dtd.
I used to love Orion, but frankly I think they’re losing it. Try a more recent version?
Jeff
-----Original Message-----
Hello
Sorry to bother you all, but I'm just reading about Maverick (and am very excited about it and its philosophy), but I am having trouble running the examples on the Orion app server (v1.5.2). I've installed and run under both Window and Unix without success, although the output is somewhat different - see below.
Under Windows 2000 --------------------------------
The output the browser returns is:
500 Internal Server Error java.lang.RuntimeException: Error instantiating XML parser: Missing 'tagclass' in tag definition at javax.servlet.jsp.tagext.TagLibraryInfo.<init>(TagLibraryInfo.java:42) at com.evermind[Orion/1.5.2 (build 10460)].server.http.TagLibraryArchive.<init>(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)].server.http.TagLibraryArchive._jj(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)]._jnb._cnc(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)]._ah._cnc(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)]._rj._xec(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)]._rj._bb(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)].server.http.JSPPage._bb(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)]._ah._bfe(Unknown Source) at com.evermind[Orion/1.5.2 (build 10460)]._ah._rad(Unknown Source) ....
and the last portion of the log4j output reads:
... 11:51:33,455 DEBUG [MasterFactory] Creating view of type document 11:51:33,455 DEBUG [DispatchedViewFactory] Creating DispatchedView with path: friends.jsp 11:51:33,455 DEBUG [MasterFactory] Creating transform of type document 11:51:33,455 DEBUG [DocumentTransform] Created DocumentTransform with wrapped name "wrapped" and path trimInside.jsp 11:51:33,455 INFO [Dispatcher] Finished configuration load 11:51:33,605 DEBUG [Dispatcher] Command servlet path is: /welcome.m 11:51:33,605 DEBUG [Dispatcher] Command context path is: /fb 11:51:33,605 DEBUG [Dispatcher] Servicing command: welcome 11:51:33,615 DEBUG [CommandBase] Switching to view: NO CONTROLLER DEFINED 11:51:33,615 DEBUG [MaverickContext] Set 1 transform(s), of which 1 will be executed 11:51:33,615 DEBUG [MaverickContext] Creating transform step 0 11:51:33,625 DEBUG [DispatchedViewFactory] Including welcome.jsp 11:51:33,625 DEBUG [AbstractTransformStep] Getting fake response 11:51:33,635 DEBUG [FakeHttpServletResponse] Creating fake response, original buffer size is 2048
Under Unix ----------------- the output the browser returns is:
Page cannot be displayed
and the last portion of the log4j output reads:
... 11:46:14,024 DEBUG [MasterFactory] Creating view of type document 11:46:14,025 DEBUG [DispatchedViewFactory] Creating DispatchedView with path: friends.jsp 11:46:14,025 DEBUG [MasterFactory] Creating transform of type document 11:46:14,025 DEBUG [DocumentTransform] Created DocumentTransform with wrapped name "wrapped" and path trimInside.jsp 11:46:14,029 INFO [Dispatcher] Finished configuration load
Any ideas would be greatly appreciated.
Thanks, Bob
|
- [Mav-user] Help Problem deploying Maverick (friend.jsp) to... Rogers, Bob
- Schnitzer, Jeff
