You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Jeff Pierce <ha...@gmail.com> on 2009/05/01 21:38:50 UTC

Errors logging into Jetspeed 2.2 after building latest code

I just updated to the latest code and built the projects below in order
listed using a "mvn clean install" build for each one. Other than mfa, the
builds seemed to work fine.  It looks like mfa no longer has a trunk
version.

I then deleted all the webapps from Tomcat and my database directory and
built the demo portal using
mvn jetspeed:mvn -Dtarget=demo

The portal seems to start fine. However, whenever I try to log in as
admin/admin, I get the portal error below and have to restart the portal.  I
can log in as user/user.  I can also log in as jetspeed/jetspeed but when I
access the admin portlets, I get the same error.

If these questions are better targeted at the developer list please let me
know.

This is the order I built things in:
apache\portals\pluto\trunk
apache\portals\jetspeed-2\portal\trunk
apache\portals\applications\webapp-logging\trunk
apache\portals\applications\webcontent\trunk
apache\portals\applications\rss\trunk
apache\portals\applications\gems\trunk
apache\portals\applications\demo\trunk
apache\portals\applications\applications-pom\trunk
apache\portals\applications\dbbrowser\trunk
apache\portals\jetspeed-2\applications\j2-admin\trunk
apache\portals\jetspeed-2\applications\mfa\trunk
apache\portals\jetspeed-2\applications\jsaudit\trunk

And here is the error I get in the portal:
Portal Diagnostic Information

General Message: org.apache.jetspeed.pipeline.PipelineException:
org.apache.jetspeed.pipeline.PipelineException:
java.lang.NullPointerException

And here is what is in the Jetspeed log:

2009-05-01 14:31:41,673 [http-8080-Processor25] ERROR
org.apache.jetspeed.profiler.impl.ProfilerValveImpl - Exception in request
pipeline: null
java.lang.NullPointerException
    at
org.apache.jetspeed.om.page.ContentPageImpl.getId(ContentPageImpl.java:469)
    at
org.apache.jetspeed.profiler.impl.ProfilerValveImpl.getPageActionAccess(ProfilerValveImpl.java:315)
    at
org.apache.jetspeed.profiler.impl.ProfilerValveImpl.invoke(ProfilerValveImpl.java:244)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.security.impl.LoginValidationValveImpl.invoke(LoginValidationValveImpl.java:158)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.security.impl.PasswordCredentialValveImpl.invoke(PasswordCredentialValveImpl.java:151)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.localization.impl.LocalizationValveImpl.invoke(LocalizationValveImpl.java:170)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.security.impl.AbstractSecurityValve$1.run(AbstractSecurityValve.java:138)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:454)
    at
org.apache.jetspeed.security.JSSubject.doAsPrivileged(JSSubject.java:179)
    at
org.apache.jetspeed.security.impl.AbstractSecurityValve.invoke(AbstractSecurityValve.java:132)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.container.url.impl.PortalURLValveImpl.invoke(PortalURLValveImpl.java:67)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.capabilities.impl.CapabilityValveImpl.invoke(CapabilityValveImpl.java:127)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline.invoke(JetspeedPipeline.java:146)
    at
org.apache.jetspeed.engine.JetspeedEngine.service(JetspeedEngine.java:225)
    at
org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:282)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:627)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at
org.apache.jetspeed.engine.servlet.XXSUrlAttackFilter.doFilter(XXSUrlAttackFilter.java:52)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
    at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
    at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
    at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
    at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
    at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:875)
    at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
    at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
    at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
    at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
    at java.lang.Thread.run(Thread.java:595)
2009-05-01 14:31:41,673 [http-8080-Processor25] ERROR
org.apache.jetspeed.security.impl.LoginValidationValveImpl - Exception in
request pipeline: java.lang.NullPointerException
org.apache.jetspeed.pipeline.PipelineException:
java.lang.NullPointerException
    at
org.apache.jetspeed.profiler.impl.ProfilerValveImpl.invoke(ProfilerValveImpl.java:297)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.security.impl.LoginValidationValveImpl.invoke(LoginValidationValveImpl.java:158)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.security.impl.PasswordCredentialValveImpl.invoke(PasswordCredentialValveImpl.java:151)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.localization.impl.LocalizationValveImpl.invoke(LocalizationValveImpl.java:170)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.security.impl.AbstractSecurityValve$1.run(AbstractSecurityValve.java:138)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:454)
    at
org.apache.jetspeed.security.JSSubject.doAsPrivileged(JSSubject.java:179)
    at
org.apache.jetspeed.security.impl.AbstractSecurityValve.invoke(AbstractSecurityValve.java:132)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.container.url.impl.PortalURLValveImpl.invoke(PortalURLValveImpl.java:67)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.capabilities.impl.CapabilityValveImpl.invoke(CapabilityValveImpl.java:127)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline.invoke(JetspeedPipeline.java:146)
    at
org.apache.jetspeed.engine.JetspeedEngine.service(JetspeedEngine.java:225)
    at
org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:282)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:627)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at
org.apache.jetspeed.engine.servlet.XXSUrlAttackFilter.doFilter(XXSUrlAttackFilter.java:52)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
    at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
    at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
    at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
    at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
    at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:875)
    at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
    at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
    at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
    at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
    at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.NullPointerException
    at
org.apache.jetspeed.om.page.ContentPageImpl.getId(ContentPageImpl.java:469)
    at
org.apache.jetspeed.profiler.impl.ProfilerValveImpl.getPageActionAccess(ProfilerValveImpl.java:315)
    at
org.apache.jetspeed.profiler.impl.ProfilerValveImpl.invoke(ProfilerValveImpl.java:244)
    ... 40 more
2009-05-01 14:31:41,673 [http-8080-Processor25] ERROR
org.apache.jetspeed.security.impl.PasswordCredentialValveImpl - Exception in
request pipeline: org.apache.jetspeed.pipeline.PipelineException:
java.lang.NullPointerException
org.apache.jetspeed.pipeline.PipelineException:
org.apache.jetspeed.pipeline.PipelineException:
java.lang.NullPointerException
    at
org.apache.jetspeed.security.impl.LoginValidationValveImpl.invoke(LoginValidationValveImpl.java:163)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.security.impl.PasswordCredentialValveImpl.invoke(PasswordCredentialValveImpl.java:151)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.localization.impl.LocalizationValveImpl.invoke(LocalizationValveImpl.java:170)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.security.impl.AbstractSecurityValve$1.run(AbstractSecurityValve.java:138)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:454)
    at
org.apache.jetspeed.security.JSSubject.doAsPrivileged(JSSubject.java:179)
    at
org.apache.jetspeed.security.impl.AbstractSecurityValve.invoke(AbstractSecurityValve.java:132)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.container.url.impl.PortalURLValveImpl.invoke(PortalURLValveImpl.java:67)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.capabilities.impl.CapabilityValveImpl.invoke(CapabilityValveImpl.java:127)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline.invoke(JetspeedPipeline.java:146)
    at
org.apache.jetspeed.engine.JetspeedEngine.service(JetspeedEngine.java:225)
    at
org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:282)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:627)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at
org.apache.jetspeed.engine.servlet.XXSUrlAttackFilter.doFilter(XXSUrlAttackFilter.java:52)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
    at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
    at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
    at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
    at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
    at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:875)
    at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
    at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
    at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
    at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
    at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.jetspeed.pipeline.PipelineException:
java.lang.NullPointerException
    at
org.apache.jetspeed.profiler.impl.ProfilerValveImpl.invoke(ProfilerValveImpl.java:297)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.security.impl.LoginValidationValveImpl.invoke(LoginValidationValveImpl.java:158)
    ... 38 more
Caused by: java.lang.NullPointerException
    at
org.apache.jetspeed.om.page.ContentPageImpl.getId(ContentPageImpl.java:469)
    at
org.apache.jetspeed.profiler.impl.ProfilerValveImpl.getPageActionAccess(ProfilerValveImpl.java:315)
    at
org.apache.jetspeed.profiler.impl.ProfilerValveImpl.invoke(ProfilerValveImpl.java:244)
    ... 40 more
2009-05-01 14:31:41,673 [http-8080-Processor25] ERROR
org.apache.jetspeed.engine.JetspeedServlet - Fatal error encountered while
processing portal request: org.apache.jetspeed.pipeline.PipelineException:
org.apache.jetspeed.pipeline.PipelineException:
java.lang.NullPointerException
org.apache.jetspeed.pipeline.PipelineException:
org.apache.jetspeed.pipeline.PipelineException:
org.apache.jetspeed.pipeline.PipelineException:
java.lang.NullPointerException
    at
org.apache.jetspeed.security.impl.PasswordCredentialValveImpl.invoke(PasswordCredentialValveImpl.java:156)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.localization.impl.LocalizationValveImpl.invoke(LocalizationValveImpl.java:170)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.security.impl.AbstractSecurityValve$1.run(AbstractSecurityValve.java:138)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:454)
    at
org.apache.jetspeed.security.JSSubject.doAsPrivileged(JSSubject.java:179)
    at
org.apache.jetspeed.security.impl.AbstractSecurityValve.invoke(AbstractSecurityValve.java:132)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.container.url.impl.PortalURLValveImpl.invoke(PortalURLValveImpl.java:67)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.capabilities.impl.CapabilityValveImpl.invoke(CapabilityValveImpl.java:127)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline.invoke(JetspeedPipeline.java:146)
    at
org.apache.jetspeed.engine.JetspeedEngine.service(JetspeedEngine.java:225)
    at
org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:282)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:627)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at
org.apache.jetspeed.engine.servlet.XXSUrlAttackFilter.doFilter(XXSUrlAttackFilter.java:52)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
    at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
    at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
    at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
    at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
    at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:875)
    at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
    at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
    at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
    at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
    at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.jetspeed.pipeline.PipelineException:
org.apache.jetspeed.pipeline.PipelineException:
java.lang.NullPointerException
    at
org.apache.jetspeed.security.impl.LoginValidationValveImpl.invoke(LoginValidationValveImpl.java:163)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.security.impl.PasswordCredentialValveImpl.invoke(PasswordCredentialValveImpl.java:151)
    ... 36 more
Caused by: org.apache.jetspeed.pipeline.PipelineException:
java.lang.NullPointerException
    at
org.apache.jetspeed.profiler.impl.ProfilerValveImpl.invoke(ProfilerValveImpl.java:297)
    at
org.apache.jetspeed.pipeline.JetspeedPipeline$Invocation.invokeNext(JetspeedPipeline.java:167)
    at
org.apache.jetspeed.security.impl.LoginValidationValveImpl.invoke(LoginValidationValveImpl.java:158)
    ... 38 more
Caused by: java.lang.NullPointerException
    at
org.apache.jetspeed.om.page.ContentPageImpl.getId(ContentPageImpl.java:469)
    at
org.apache.jetspeed.profiler.impl.ProfilerValveImpl.getPageActionAccess(ProfilerValveImpl.java:315)
    at
org.apache.jetspeed.profiler.impl.ProfilerValveImpl.invoke(ProfilerValveImpl.java:244)
    ... 40 more

*
*

Re: Errors logging into Jetspeed 2.2 after building latest code

Posted by Jeff Pierce <ha...@gmail.com>.
Thanks Vivek.  After getting the latest code and rebuilding everything seems
to be working again.

On Mon, May 4, 2009 at 7:11 AM, Vivek Kumar <fi...@gmail.com> wrote:

>
> I am sorry, these error was caused by my commits for JS2-900.
> I have reverted back my changes, it is working fine now.
>
> Vivek
>
>
> David Sean Taylor wrote:
>
>>
>> On May 1, 2009, at 12:38 PM, Jeff Pierce wrote:
>>
>>  I just updated to the latest code and built the projects below in order
>>> listed using a "mvn clean install" build for each one. Other than mfa,
>>> the
>>> builds seemed to work fine.  It looks like mfa no longer has a trunk
>>> version.
>>>
>>>  MFA was just this week moved into j2-admin project. No longer necessary
>> to build it
>>
>>  I then deleted all the webapps from Tomcat and my database directory and
>>> built the demo portal using
>>> mvn jetspeed:mvn -Dtarget=demo
>>>
>>> The portal seems to start fine. However, whenever I try to log in as
>>> admin/admin, I get the portal error below and have to restart the portal.
>>>  I
>>> can log in as user/user.  I can also log in as jetspeed/jetspeed but when
>>> I
>>> access the admin portlets, I get the same error.
>>>
>>> If these questions are better targeted at the developer list please let
>>> me
>>> know.
>>>
>>> This is the order I built things in:
>>> apache\portals\pluto\trunk
>>> apache\portals\jetspeed-2\portal\trunk
>>> apache\portals\applications\webapp-logging\trunk
>>> apache\portals\applications\webcontent\trunk
>>> apache\portals\applications\rss\trunk
>>> apache\portals\applications\gems\trunk
>>> apache\portals\applications\demo\trunk
>>> apache\portals\applications\applications-pom\trunk
>>> apache\portals\applications\dbbrowser\trunk
>>> apache\portals\jetspeed-2\applications\j2-admin\trunk
>>> apache\portals\jetspeed-2\applications\mfa\trunk
>>> apache\portals\jetspeed-2\applications\jsaudit\trunk
>>>
>>
>> Thats a good question. Its a bit confusing now that are in the middle of
>> re-orging the projects
>> Yes, pluto should be built first. I usually build jetspeed all at once
>> from the root:
>>
>> mvn install
>>
>> then you can starting building applications, with the application-pom
>> first, then webapp-logging, gems, webcontent, rss, demo, dbbrowser
>> Finally build the jetspeed apps (j2-admin, jsaudit)
>>
>> We need to formalize this procedure and maybe put together a mult-module
>> build for applications
>>
>> Im not sure what that exception is. Give this a try and see if things
>> clear up...
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
>> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>
>


-- 
Regards,
Jeff Pierce

Re: Errors logging into Jetspeed 2.2 after building latest code

Posted by Vivek Kumar <fi...@gmail.com>.
I am sorry, these error was caused by my commits for JS2-900.
I have reverted back my changes, it is working fine now.

Vivek

David Sean Taylor wrote:
>
> On May 1, 2009, at 12:38 PM, Jeff Pierce wrote:
>
>> I just updated to the latest code and built the projects below in order
>> listed using a "mvn clean install" build for each one. Other than 
>> mfa, the
>> builds seemed to work fine.  It looks like mfa no longer has a trunk
>> version.
>>
> MFA was just this week moved into j2-admin project. No longer 
> necessary to build it
>
>> I then deleted all the webapps from Tomcat and my database directory and
>> built the demo portal using
>> mvn jetspeed:mvn -Dtarget=demo
>>
>> The portal seems to start fine. However, whenever I try to log in as
>> admin/admin, I get the portal error below and have to restart the 
>> portal.  I
>> can log in as user/user.  I can also log in as jetspeed/jetspeed but 
>> when I
>> access the admin portlets, I get the same error.
>>
>> If these questions are better targeted at the developer list please 
>> let me
>> know.
>>
>> This is the order I built things in:
>> apache\portals\pluto\trunk
>> apache\portals\jetspeed-2\portal\trunk
>> apache\portals\applications\webapp-logging\trunk
>> apache\portals\applications\webcontent\trunk
>> apache\portals\applications\rss\trunk
>> apache\portals\applications\gems\trunk
>> apache\portals\applications\demo\trunk
>> apache\portals\applications\applications-pom\trunk
>> apache\portals\applications\dbbrowser\trunk
>> apache\portals\jetspeed-2\applications\j2-admin\trunk
>> apache\portals\jetspeed-2\applications\mfa\trunk
>> apache\portals\jetspeed-2\applications\jsaudit\trunk
>
> Thats a good question. Its a bit confusing now that are in the middle 
> of re-orging the projects
> Yes, pluto should be built first. I usually build jetspeed all at once 
> from the root:
>
> mvn install
>
> then you can starting building applications, with the application-pom 
> first, then webapp-logging, gems, webcontent, rss, demo, dbbrowser
> Finally build the jetspeed apps (j2-admin, jsaudit)
>
> We need to formalize this procedure and maybe put together a 
> mult-module build for applications
>
> Im not sure what that exception is. Give this a try and see if things 
> clear up...
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: Errors logging into Jetspeed 2.2 after building latest code

Posted by David Sean Taylor <d....@onehippo.com>.
On May 1, 2009, at 12:38 PM, Jeff Pierce wrote:

> I just updated to the latest code and built the projects below in  
> order
> listed using a "mvn clean install" build for each one. Other than  
> mfa, the
> builds seemed to work fine.  It looks like mfa no longer has a trunk
> version.
>
MFA was just this week moved into j2-admin project. No longer  
necessary to build it

> I then deleted all the webapps from Tomcat and my database directory  
> and
> built the demo portal using
> mvn jetspeed:mvn -Dtarget=demo
>
> The portal seems to start fine. However, whenever I try to log in as
> admin/admin, I get the portal error below and have to restart the  
> portal.  I
> can log in as user/user.  I can also log in as jetspeed/jetspeed but  
> when I
> access the admin portlets, I get the same error.
>
> If these questions are better targeted at the developer list please  
> let me
> know.
>
> This is the order I built things in:
> apache\portals\pluto\trunk
> apache\portals\jetspeed-2\portal\trunk
> apache\portals\applications\webapp-logging\trunk
> apache\portals\applications\webcontent\trunk
> apache\portals\applications\rss\trunk
> apache\portals\applications\gems\trunk
> apache\portals\applications\demo\trunk
> apache\portals\applications\applications-pom\trunk
> apache\portals\applications\dbbrowser\trunk
> apache\portals\jetspeed-2\applications\j2-admin\trunk
> apache\portals\jetspeed-2\applications\mfa\trunk
> apache\portals\jetspeed-2\applications\jsaudit\trunk

Thats a good question. Its a bit confusing now that are in the middle  
of re-orging the projects
Yes, pluto should be built first. I usually build jetspeed all at once  
from the root:

mvn install

then you can starting building applications, with the application-pom  
first, then webapp-logging, gems, webcontent, rss, demo, dbbrowser
Finally build the jetspeed apps (j2-admin, jsaudit)

We need to formalize this procedure and maybe put together a mult- 
module build for applications

Im not sure what that exception is. Give this a try and see if things  
clear up...



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org