4 Replies Latest reply on Nov 27, 2006 6:40 PM by szimano

    Cannot install JBoss Wiki!! Help Required!

    rabi_sultan

      Hi all,

      I've spent a lot of time trying to get JBoss Wiki installed but am not having any luck :(

      My setup:
      Jboss 2.4.0 bundled download
      (modified 'portal core-lib.jar' where I manually added in the missing classes org.jboss.portal.core.modules.* from JBoss portal 2.2)
      EJB 3.0_RC9
      mySQL 4.1.13
      JDK 1.5.0_b09

      I have attempted both the wiki.ear and wiki.war installs but can't seem to get them to work. I have no errors when I put them in my deployment directory (current using /server/default/deploy/custom/.) but when I try to access them I get errors.

      For the wiki.ear I get a stacktrace that throws a massive ServletException (too big to post) when I click on the 'wiki' link from the portal page.

      The wiki.war on the other hand throws this error:

      15:33:59,667 WARN [[default]] Servlet.service() for servlet default threw exception
      java.io.FileNotFoundException: \tmp\wiki\-att\wiki-dir\1.bin (The system cannot find the path specified)
       at java.io.FileInputStream.open(Native Method)
       at java.io.FileInputStream.<init>(FileInputStream.java:106)
       at org.jboss.wiki.fileaccess.WikiFileAccessFilter.doFilter(WikiFileAccessFilter.java:173)
       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
       at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
       at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
       at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
       at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
       at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
       at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
       at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
       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:869)
       at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java
      :664)
       at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
       at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
       at java.lang.Thread.run(Thread.java:595)
      


      Does anyone have any suggestions?