facebook

Catalog "struts" not found after add "Report

  1. MyEclipse Archived
  2.  > 
  3. MyEclipse Reports
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #293715 Reply

    thmwg
    Member

    Hello together,

    I have a little problem and I hope you can help me. I created a new Web Projekt and then add “My Eclipse ==> Add Struts Capapilities…”. I tested an action forward an everything worked fine. Then a add the report libraries “Add Report Capabilites…”. I deployed the project and started the server (JBoss jboss-5.0.0.GA) and the action forward throws the following exception:

    16:48:26,248 ERROR [[action]] Servlet.service() for servlet action threw exception
    javax.servlet.ServletException: Cannot find catalog ‘struts’
    at org.apache.struts.chain.ComposableRequestProcessor.init(ComposableRequestProcessor.java:161)
    at org.apache.struts.action.ActionServlet.getRequestProcessor(ActionServlet.java:620)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1910)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:601)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    at java.lang.Thread.run(Thread.java:619)


    I use the following MyEclipse BlueEdition version: Build id: 7.0-Blue-20081201

    Hope anybody can help me. Thanks in advance.

    Greetings
    Thomas

    #293726 Reply

    Loyal Water
    Member

    Thomas,
    Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.

    I would suggest you cross post this query on the struts forum as well.

    #293728 Reply

    thmwg
    Member

    here you are. My installation details:

    *** Date:
    Dienstag, 20. Januar 2009 20.20 Uhr CET

    ** System properties:
    OS=WindowsVista
    OS version=6.0.0
    Java version=1.5.0_11

    *** MyEclipse details:
    MyEclipse Blue Edition
    Version: 7.0 Blue
    Build id: 7.0-Blue-20081201

    *** Eclipse details:
    MyEclipse Blue Edition

    Version: 7.0 Blue
    Build id: 7.0-Blue-20081201

    Eclipse Platform

    Version: 3.4.1.r341_v20080731-9I96EiDElYevwz-p1bP5z-NlAaP7vtX6Utotqsu
    Build id: M20080911-1700

    Eclipse Java Development Tools

    Version: 3.4.1.r341_v20080709-0800-7o7tEAfEF_U5qyUgrb2HAp539P97
    Build id: M20080709-0800

    Eclipse Graphical Editing Framework GEF

    Version: 3.4.1.v20080806-67718083A56B4H2A3213573
    Build id: 200809101400

    Eclipse RCP

    Version: 3.4.100.r341_v20080814-989JESIEdAciFYfkZZsBfSwQ2341
    Build id: M20080703-0800

    Eclipse Plug-in Development Environment

    Version: 3.4.1.r341_v20080731-7T7U0E9mlRIuGUYviF_VP
    Build id: M20080703-0800

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -showsplash
    -launcher
    C:\Entwicklung\MyEclipse 7.0 Blue Edition\myeclipse-blue.exe
    -name
    Myeclipse-blue
    –launcher.library
    C:\Entwicklung\MyEclipse 7.0 Blue Edition\../Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll
    -startup
    C:\Entwicklung\MyEclipse 7.0 Blue Edition\../Common\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
    -clean
    -configuration
    configuration
    -vm
    C:\Entwicklung\Common\binary\com.sun.java.jre.win32.x86_1.5.0.011\bin\client\jvm.dll

    #293823 Reply

    Loyal Water
    Member

    I want you to try a couple of things for me.
    1. Can you create a new web project, add struts capabilities to it anc check if you can get this to work.

    2. Can you create a new report project and check if you can get that to work.

    If both work, there could be some lib conflict causing this issue.

    #293899 Reply

    thmwg
    Member

    A single webproject with struts capabilites (without report capabilities) works fine and vice versa as well. I also tried to add struts 1.2 (not 1.3) and it works also with struts AND report capabilties. I think it must be a problem with struts 1.3

    Thomas

    #293952 Reply

    Loyal Water
    Member

    Thomas,
    This could be some kind of a library conflict issue. Not sure what could be causing this but I’ll try and look into this issue.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Catalog "struts" not found after add "Report

You must be logged in to post in the forum log in