2 Replies Latest reply on Aug 28, 2013 10:36 AM by abdulbasitmughal

    Setup GateIn with Eclipse Kepler Release for the Debugging of Portlets

    abdulbasitmughal

      Can anyone please guide me that how i can integrate GateIn 3.6 as server into Eclipse (Kepler Release) for the debugging of Portlets. Currently i have installed JBoss tool for kepler through market place. Whenever i am trying to add GateIn as server then getting error on the start of server.

      org.jboss.modules.ModuleNotFoundException: Module org.jboss.as.standalone:main is not found in local module loader @2fa8d4e2 (roots: C:\gatein\modules:C:\gatein\gatein\modules)

          at org.jboss.modules.LocalModuleLoader.findModule(LocalModuleLoader.java:126)

          at org.jboss.modules.ModuleLoader.loadModuleLocal(ModuleLoader.java:275)

          at org.jboss.modules.ModuleLoader.preloadModule(ModuleLoader.java:222)

          at org.jboss.modules.LocalModuleLoader.preloadModule(LocalModuleLoader.java:94)

          at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:204)

          at org.jboss.modules.Main.main(Main.java:262)

      Currently I have placed GateIn 3.6 in C:\gatein and following these steps for the application deployment that is not feasible

       

      - Create war file using cmd command "mvn clean package"

      - Copy war file into "C:\gatein\standalone\deployments" manually

      - Start server using command C:\gatein\bin>standalone.bat -Dexo.product.developing=true

      - Import portlets through GateIn interface and doing required operations

       

      So can anyone guide me how i can integrate in eclipse step by step so i can debug portlet through eclipse?

       

      Thanks in advance.