Darrin Bolt wrote: > Weblogic deployment update... > > Jetspeed now deploys (in expanded format). Now when I try to hit jeetspeed > I get this complaint: > > initializing service: TurbineGlobalCacheService > XSL Error: Cannot use a DTMLiaison for a input DOM node... pass a > org.apache.xalan.xpath.xdom.XercesLiaison instead! > XSL Error: SAX Exception > > A library conflict perhaps? Where do I start to look? > Other people has been seeing this. It looks like the xerces1.3.1 that I updated is not taken, but another jar (jaxp.jar, parser.jar) from the weblogic classpath. It should work if either: you can replace any jaxp.jar, xerces.jar or parser.jar in the classpath (either explicit or Weblogic generated) by this xerces1.3.1 you can truly isolate the jetspeed webapp from any external classpath This is imagining you are using cvs from yesterday or so. > Ideas are gratefully accepted/appreciated... > > Thanks, > > Darrin > > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 02, 2001 8:41 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: Jetspeed and weblogic 6.0 > > > i don't know about weblogic but there are lots of issues with getting > it to work under jrun. i think the only truly supported platform is > tomcat. websphere seems to do okay (ibm is shipping a product based > on jetspeed) but tomcat is what works. > > i'm waiting for help making it work under jrun... > > rjsjr > > >>> -----Original Message----- >>> From: Darrin Bolt [mailto:[EMAIL PROTECTED]] >>> Sent: Wednesday, May 02, 2001 8:11 AM >>> To: [EMAIL PROTECTED] >>> Subject: Jetspeed and weblogic 6.0 >>> >>> >>> All, >>> >>> Hello, new Jetspeed user and relatively new Weblogic user. >>> Has anyone been >>> able to successfully deploy the war file to Weblogic? I deploy it, but >> >> it >> >>> only extracts the jar files in the hidden expanded directory. I plan to >>> expand it manually and see if that solves the problem, but I would like >> >> to >> >>> hear about the experience of others. >>> >>> Thanks, >>> >>> Darrin Bolt >>> Production Coordinator >>> LAT, Inc. >>> 4201 S Washington St. >>> Marion, IN 46953 >>> >>> Phone: (765) 677-2567 >>> Cell: (765) 661-2742 >>> >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
