[JBoss JIRA] Created: (GTNPORTAL-615) Build Fails for Tomcat Deployment of SSO-CAS Gatein Plugin
by Art Munro (JIRA)
Build Fails for Tomcat Deployment of SSO-CAS Gatein Plugin
----------------------------------------------------------
Key: GTNPORTAL-615
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-615
Project: GateIn Portal
Issue Type: Bug
Components: Identity integration
Affects Versions: 3.0.0-Beta05
Environment: Deployed on Ubuntu 8 with Java 1.6 and Maven 2.2.1
Reporter: Art Munro
Looks like the plugin is looking for the JBoss deployment structure and not the tomcat structure.. There is no ear to unpack.. should just be the WAR.
/usr/local/GateIn-3.0.0-Beta05/deploy/gatein.ear/02portal.war
/usr/local/GateIn-3.0.0-Beta05/webapps/portal.war
see details below..
thoughts on this??
------------------------------------------------------------------------
[INFO] Building CAS Agent and Server Packages
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [enforcer:enforce {execution: enforce-java-version}]
[INFO] [enforcer:enforce {execution: enforce-maven-version}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /usr/local/GateinSRC/trunk/packaging/cas/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /usr/local/GateinSRC/trunk/packaging/cas/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[INFO] [jar:jar {execution: default-jar}]
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] No sources in project. Archive not created.
[INFO] [antrun-extended:run {execution: agent-package}]
[INFO] Executing tasks
[echo] Preparing the CAS Agent for GateIn
[delete] Deleting directory /usr/local/GateinSRC/trunk/packaging/cas/target/gatein
[mkdir] Created dir: /usr/local/GateinSRC/trunk/packaging/cas/target/gatein
[unjar] Expanding: /usr/local/GateIn-3.0.0-Beta05/deploy/gatein.ear/02portal.war into /usr/local/GateinSRC/trunk/packaging/cas/target/gatein/portal.war
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] An Ant BuildException has occured: Error while expanding /usr/local/GateIn-3.0.0-Beta05/deploy/gatein.ear/02portal.war
/usr/local/GateIn-3.0.0-Beta05/deploy/gatein.ear/02portal.war (No such file or directory)
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15 seconds
[INFO] Finished at: Wed Feb 03 15:03:01 EST 2010
[INFO] Final Memory: 42M/63M
[INFO] ------------------------------------------------------------------------
root@ubuntu:/usr/local/GateinSRC/trunk#
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month
[JBoss JIRA] Created: (GTNPORTAL-620) Show exception when select a page of dashboard which was delete in Manage page
by Hang Nguyen (JIRA)
Show exception when select a page of dashboard which was delete in Manage page
------------------------------------------------------------------------------
Key: GTNPORTAL-620
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-620
Project: GateIn Portal
Issue Type: Bug
Affects Versions: 3.0.0-Beta05
Reporter: Hang Nguyen
- Go to Dashboard
- Create new some tab: aaa,bbb...
- Go go Manage page
- Select a page which created aboved
- Click Delete
- Return to Dashboard and choose page which was delete on menu item
=> Show exception
java.lang.NullPointerException
at org.exoplatform.portal.webui.page.UIPageBody.setPageBody(UIPageBody.java:108)
at org.exoplatform.portal.webui.portal.UIPortal.refreshUIPage(UIPortal.java:247)
at org.exoplatform.portal.webui.page.UIPageActionListener$ChangePageNodeActionListener.execu
te(UIPageActionListener.java:142)
at org.exoplatform.webui.core.UIComponent.broadcast(UIComponent.java:349)
at org.exoplatform.portal.webui.workspace.UIPortalApplication.processDecode(UIPortalApplicat
ion.java:492)
at org.exoplatform.portal.application.PortalRequestHandler.execute(PortalRequestHandler.java
:101)
at org.exoplatform.web.WebAppController.service(WebAppController.java:143)
at org.exoplatform.portal.application.PortalController.onService(PortalController.java:127)
at org.exoplatform.container.web.AbstractHttpServlet.service(AbstractHttpServlet.java:116)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j
ava:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.exoplatform.frameworks.jcr.web.ThreadLocalSessionProviderInitializedFilter.doFilter(T
hreadLocalSessionProviderInitializedFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j
ava:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.exoplatform.web.CacheUserProfileFilter.doFilter(CacheUserProfileFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j
ava:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.exoplatform.services.security.web.SetCurrentIdentityFilter.doFilter(SetCurrentIdentit
yFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j
ava:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.exoplatform.web.filter.ExtensibleFilter$ExtensibleFilterChain.doFilter(ExtensibleFilt
er.java:112)
at org.exoplatform.web.filter.ExtensibleFilter.doFilter(ExtensibleFilter.java:84)
at org.exoplatform.web.filter.GenericFilter.doFilter(GenericFilter.java:66)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j
ava:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.exoplatform.web.login.ClusteredSSOFilter.doFilter(ClusteredSSOFilter.java:72)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j
ava:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja
va:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month