[SourceJammer-users] Re: problem solved
Brought to you by:
robertmacgrogan
From: Robert M. <rob...@ya...> - 2006-01-10 15:05:57
|
Excellent, Ramya. I'm glad that fixed your problem. --Rob --- Ramya <ra...@al...> wrote: > hai Rob, > > Thank's a lot,the url given by you helps us a lot. > http://tomcat.apache.org/tomcat-4.1-doc/class-loader-howto.html#XML%20Parser > s%20and%20JDK%201.4 > as per the suggestion : > > v just downloaded xalan-j 2.7.0 from > http://www.reverse.net/pub/apache/xml/xalan-j/ > and v add those files in tomcat/common/endorsed ,and start the server > now everything works fine ya. > > regards, > ramya > > ----- Original Message ----- > From: "Robert MacGrogan" <rob...@ya...> > To: <ra...@al...> > Sent: Tuesday, January 10, 2006 1:34 AM > Subject: Fwd: Re: [SourceJammer-users] Error creating initial archive > > > > Ramya, this seems to be the same problem you are having. > > > > --Rob > > > > --- Robert MacGrogan <rob...@ya...> wrote: > > > > > From: Robert MacGrogan <rob...@ya...> > > > Subject: Re: [SourceJammer-users] Error creating initial archive > > > To: Jean du Plessis <je...@iv...>, > > > sou...@li... > > > Date: Mon, 9 Jan 2006 12:01:38 -0800 (PST) > > > > > > This seems to be the same issue as the following: > > > > > > > http://www.mail-archive.com/sou...@li.../msg0042 > 0.html > > > > > > Unfortunately, there's no resolution posted in the user list archive. By > guess is that there's > > > an > > > incompatability involving the version of xerces used by TC 5.5 and SJ. > SJ seems to be burying > > > part > > > of the stacktrace, which is not helpful. > > > > > > This doc from the Tomcat site might be helpful: > > > > > > > http://tomcat.apache.org/tomcat-4.1-doc/class-loader-howto.html#XML%20Parser > s%20and%20JDK%201.4 > > > > > > --Rob > > > > > > --- Jean du Plessis <je...@iv...> wrote: > > > > > > > Hi I installed the SourceJammer server on Fedora Core release 4 with > tomcat > > > > 5.5 and j2sdk1.4.2_10. > > > > > > > > When I try to make an archive I get the exeption listed below. > > > > > > > > The server is runnning and this was a fresh install of the server (no > > > > previous sourcejammer). > > > > > > > > Any help would be appreciated. > > > > > > > > > > > > > > > > Regards > > > > > > > > Jean > > > > > > > > > > > > > > > > :: started session 8082755470972228667 for admin > > > > > > > > org.sourcejammer.project.model.FileAccessException: Trouble with file > > > > system. Exception in transforming XML. java.io.IOException: Exception > in > > > > transforming XML. > > > > > > > > at > > > > > org.sourcejammer.project.model.filesys.FileSysArchiveGetter.addArchive(Unkno > > > > wn Source) > > > > > > > > at > > > > org.sourcejammer.project.controller.ArchiveFactory.makeArchive(Unknown > > > > Source) > > > > > > > > at > > > > org.sourcejammer.project.controller.ArchiveFactory.makeArchive(Unknown > > > > Source) > > > > > > > > at > > > > org.sourcejammer.project.view.MasterControlProgram.addArchive(Unknown > > > > Source) > > > > > > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > > > > > > at > > > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 > > > > ) > > > > > > > > at > > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl > > > > .java:25) > > > > > > > > at java.lang.reflect.Method.invoke(Method.java:324) > > > > > > > > at org.apache.soap.server.RPCRouter.invoke(RPCRouter.java:146) > > > > > > > > at > > > > > org.apache.soap.providers.RPCJavaProvider.invoke(RPCJavaProvider.java:129) > > > > > > > > at > > > > > org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:35 > > > > 4) > > > > > > > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) > > > > > > > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > > > > > > > at > > > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application > > > > FilterChain.java:252) > > > > > > > > at > > > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh > > > > ain.java:173) > > > > > > > > at > > > > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja > > > > va:213) > > > > > > > > at > > > > > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja > > > > va:178) > > > > > > > > at > > > > > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126 > > > > ) > > > > > > > > at > > > > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105 > > > > ) > > > > > > > > at > > > > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java > > > > :107) > > > > > > > > at > > > > > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) > > > > > > > > at > > > > > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868) > > > > > > > > at > > > > > org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processC > > > > onnection(Http11BaseProtocol.java:663) > > > > > > > > at > > > > > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.jav > > > > a:527) > > > > > > > > at > > > > > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWo > > > > rkerThread.java:80) > > > > > > > > at > > > > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav > > > > a:684) > > > > > > > > at java.lang.Thread.run(Thread.java:534) > > > > > > > > java.io.IOException: Exception in transforming XML. > > > > > > > > at > > > > > org.sourcejammer.project.model.filesys.Util.writeXMLDocToFileSys(Unknown > > > > Source) > > > > > > > > at > > > > > org.sourcejammer.project.model.filesys.Util.writeXMLDocToFileSys(Unknown > > > > Source) > > > > > > > > at > > > > > org.sourcejammer.project.model.filesys.Util.addArchiveDirectories(Unknown > > > > Source) > > > > > > > > at > > > > > org.sourcejammer.project.model.filesys.FileSysArchiveGetter.addArchive(Unkno > > > > wn Source) > > > > > > > > at > > > > org.sourcejammer.project.controller.ArchiveFactory.makeArchive(Unknown > > > > Source) > > > > > > > > at > > > > org.sourcejammer.project.controller.ArchiveFactory.makeArchive(Unknown > > > > Source) > > > > > > > > at > > > > org.sourcejammer.project.view.MasterControlProgram.addArchive(Unknown > > > > Source) > > > > > > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > > > > > > at > > > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 > > > > ) > > > > > > > > at > > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl > > > > .java:25) > > > > > > > > at java.lang.reflect.Method.invoke(Method.java:324) > > > > > > > > at org.apache.soap.server.RPCRouter.invoke(RPCRouter.java:146) > > > > > > > > at > > > > > org.apache.soap.providers.RPCJavaProvider.invoke(RPCJavaProvider.java:129) > > > > > > > > at > > > > > org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:35 > > > > 4) > > > > > > > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) > > > > > > > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > > > > > > > at > > > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application > > > > FilterChain.java:252) > > > > > > > > at > > > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh > > > > ain.java:173) > > > > > > > > at > > > > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja > > > > va:213) > > > > > > > > at > > > > > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja > > > > va:178) > > > > > > > > at > > > > > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126 > > > > ) > > > > > > > > at > > > > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105 > > > > ) > > > > > > > > at > > > > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java > > > > :107) > > > > > > > > at > > > > > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) > > > > > > > > at > > > > > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868) > > > > > > > > at > > > > > org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processC > > > > onnection(Http11BaseProtocol.java:663) > > > > > > > > at > > > > > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.jav > > > > a:527) > > > > > > > > at > > > > > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWo > > > > rkerThread.java:80) > > > > > > > > at > > > > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav > > > > a:684) > > > > > > > > at java.lang.Thread.run(Thread.java:534) > > > > > > > > java.io.IOException: Exception in transforming XML. > > > > > > > > at > > > > > org.sourcejammer.project.model.filesys.Util.writeXMLDocToFileSys(Unknown > > > > Source) > > > > > > > > at > > > > > org.sourcejammer.project.model.filesys.Util.writeXMLDocToFileSys(Unknown > > > > Source) > > > > > > > > at > > > > > org.sourcejammer.project.model.filesys.Util.addArchiveDirectories(Unknown > > > > Source) > > > > > > > > at > > > > > org.sourcejammer.project.model.filesys.FileSysArchiveGetter.addArchive(Unkno > > > > wn Source) > > > > > > > > at > > > > org.sourcejammer.project.controller.ArchiveFactory.makeArchive(Unknown > > > > Source) > > > > > > > > at > > > > org.sourcejammer.project.controller.ArchiveFactory.makeArchive(Unknown > > > > Source) > > > > > > > > at > > > > org.sourcejammer.project.view.MasterControlProgram.addArchive(Unknown > > > > Source) > > > > > > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > > > > > > at > > > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 > > > > ) > > > > > > > > at > > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl > > > > .java:25) > > > > > > > > at java.lang.reflect.Method.invoke(Method.java:324) > > > > > > > > at org.apache.soap.server.RPCRouter.invoke(RPCRouter.java:146) > > > > > > > > at > > > > > org.apache.soap.providers.RPCJavaProvider.invoke(RPCJavaProvider.java:129) > > > > > > > > at > > > > > org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:35 > > > > 4) > > > > > > > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) > > > > > > > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > > > > > > > at > > > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application > > > > FilterChain.java:252) > > > > > > > > at > > > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh > > > > ain.java:173) > > > > > > > > at > > > > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja > > > > va:213) > > > > > > > > at > > > > > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja > > > > va:178) > > > > > > > > at > > > > > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126 > > > > ) > > > > > > > > at > > > > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105 > > > > ) > > > > > > > > at > > > > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java > > > > :107) > > > > > > > > at > > > > > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) > > > > > > > > at > > > > > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868) > > > > > > > > at > > > > > org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processC > > > > onnection(Http11BaseProtocol.java:663) > > > > > > > > at > > > > > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.jav > > > > a:527) > > > > > > > > at > > > > > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWo > > > > rkerThread.java:80) > > > > > > > > at > > > > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav > > > > a:684) > > > > > > > > at java.lang.Thread.run(Thread.java:534) > > > > > > > > :: ended session 8082755470972228667 for admin > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > __________________________________________ > > > Yahoo! DSL - Something to write home about. > > > Just $16.99/mo. or less. > > > dsl.yahoo.com > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > > > for problems? Stop! Download the new AJAX search engine that makes > > > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > > > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > > > _______________________________________________ > > > SourceJammer-users mailing list > > > Sou...@li... > > > https://lists.sourceforge.net/lists/listinfo/sourcejammer-users > > > > > > > > > > > > > __________________________________________ > > Yahoo! DSL - Something to write home about. > > Just $16.99/mo. or less. > > dsl.yahoo.com > > > > > > __________________________________________ Yahoo! DSL Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com |