Closed glassfishrobot closed 13 years ago
@glassfishrobot Commented gekis@java.net said: Created an attachment (id=4542) Servel log when admin console is requested
@glassfishrobot Commented anilam said: request ken to do some evaluation and see if this is also an issue for 3.1 as well.
@glassfishrobot Commented kenpaulsen said: xfer'ing to jdlee... Jason, you may want to check w/ Ed & team to see if this is something they have come across.
@glassfishrobot Commented @edburns said: I recall there are some JVM options that turn on or off the built in XML parser in JDK. I recommend a quick call to Max Starets from the ADF team. I bet he could diagnose this pretty quickly.
@glassfishrobot Commented ai109478 said: Getting help from Siraj
@glassfishrobot Commented sirajg said: Waiting for response from Matthias Wessendorf/Max Starets (ADF).
@glassfishrobot Commented sirajg said: Need information on which Oracle Client and xdb.jar and xmlparserv2.jar to test with. Specify details of product name, version, URL/process to get the product and steps to reproduce.
@glassfishrobot Commented gekis said: xmlparserv2.jar: .xdk_version_10.2.0.1.0_production (see in description)
@glassfishrobot Commented gekis said: Do not understand why status resolved.
@glassfishrobot Commented kumara said: Where can we download xdk from? Can you confirm the steps to reproduce? For example, install xdk, copy files (list of files) to glassfish/lib folder, start the server, access admin console. The status of "resolved" is qualified by "Incomplete" because detailed information to reproduce the issue was not available.
Appreciate the detailed verbose classloading messages in the attachment but without the overall context, it is difficult to make progress with just that.
@glassfishrobot Commented gekis said: Attached. Reproduce- make for example war application used XML Oracle type.
@glassfishrobot Commented File: server.zip Attached By: gekis@java.net
@glassfishrobot Commented File: xmlparserv2.jar Attached By: gekis
@glassfishrobot Commented Was assigned to sirajg
@glassfishrobot Commented This issue was imported from java.net JIRA GLASSFISH-12500
@glassfishrobot Commented Reported by gekis@java.net
@glassfishrobot Commented Marked as incomplete on Thursday, December 9th 2010, 11:50:35 pm
For working with Oracle PL/SQL oracle.xdb.XMLType parameters it is needed 2 library (included in Oracle client): xdb.jar and xmlparserv2.jar.
This libraries must be included at the system path or Glassfish lib level otherwise (if they will be included in war lib) Oracle driver coudn't load them:
Caused by: java.lang.ClassNotFoundException: oracle.xml.parser.v2.XMLNode at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 21 more
But when them put to Glassfish library Glassfish concole coudn't be started with response: Status 404 - Servlet FacesServlet is not available
From Glassfish log with FINEST level: [#|2010-07-06T16:50:32.888+0400|INFO|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=141;_ThreadName=httpWorkerThread-4848-0;|PWC1412: WebModule[] ServletContext.log():PWC1409: Marking servlet FacesServlet as unavailable|#]
Full console request log attached. I suppose there are some JSF conflict with xmlparserv2.jar\javax\xml package.
Glassfish version: Sun GlassFish Enterprise Server v2.1 (9.1.1) (build b60e-fcs) xmlparserv2.jar: .xdk_version_10.2.0.1.0_production
Environment
Operating System: All Platform: All
Affected Versions
[9.1.1]