Re: Regarding Jetspeed migration

DavidSeanTaylor <[email protected]>
Newsgroups gmane.comp.jakarta.jetspeed.devel
Message-ID <[email protected]>
> In Jetspeed 1 we have url tag, Could you tell me what is the equivalent tag for that in jetapeed 2.
> 
> 

The Java Portlet standard provides a set of standard tags, see our Jetspeed tutorial for quick examples:

https://portals.apache.org/jetspeed-2/tutorial/03/taglib.html <https://portals.apache.org/jetspeed-2/tutorial/03/taglib.html>

There are render URLs, resource URLs, and action URLs. You can read about them in detail in the Portlet Standard specification PDF which can be downloaded from Oracle website:

https://jcp.org/ja/jsr/detail?id=286 <https://jcp.org/ja/jsr/detail?id=286>



> On Jun 25, 2015, at 10:15 AM, Lalitha Bourishetty <[email protected]> wrote:
> 
> Hi Team,
> 
> In Jetspeed 1 we have url tag, Could you tell me what is the equivalent tag for that in jetapeed 2.
> 
> Regards,
> Lalitha
> 
> -----Original Message-----
> From: Lalitha Bourishetty 
> Sent: Thursday, June 25, 2015 3:52 PM
> To: Jetspeed Developers List
> Subject: RE: Regarding Jetspeed migration
> 
> Hi Team,
> 
> When I try to deploy jetexpress tutorial application  in weblogic 10 I am facing below error:
> 
> weblogic.application.ModuleException: [HTTP:101216]Servlet: "velocity" failed to preload on startup in Web application: "jetexpress-portal.war".
> javax.servlet.ServletException: Could not get Jetspeed Component Manager after 6tries
> 	at org.apache.jetspeed.velocity.JetspeedVelocityViewServlet.init(JetspeedVelocityViewServlet.java:158)
> 	at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
> 	at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
> 	at weblogic.security.service.SecurityManager.runAs(Unknown Source)
> 	at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
> 	at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
> 	at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
> 	at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:521)
> 	at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1899)
> 	at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1873)
> 	at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1791)
> 	at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3005)
> 	at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1371)
> 	at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:468)
> 	at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
> 	at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
> 	at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
> 	at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
> 	at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
> 	at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
> 	at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
> 	at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
> 	at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
> 	at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
> 	at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
> 	at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
> 	at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:16)
> 	at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:162)
> 	at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
> 	at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
> 	at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:140)
> 	at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:106)
> 	at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:143)
> 	at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
> 	at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:820)
> 	at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1227)
> 	at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:436)
> 	at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
> 	at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
> 	at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
> 	at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
> 	at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
> 	at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
> 	at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
> 
> 	at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1373)
> 	at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:468)
> 	at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
> 	at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
> 	at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
> 	Truncated. see log file for complete stacktrace
> javax.servlet.ServletException: Could not get Jetspeed Component Manager after 6tries
> 	at org.apache.jetspeed.velocity.JetspeedVelocityViewServlet.init(JetspeedVelocityViewServlet.java:158)
> 	at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
> 	at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
> 	at weblogic.security.service.SecurityManager.runAs(Unknown Source)
> 	at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
> 	Truncated. see log file for complete stacktrace
> 
> Can you help how to resolve this.
> 
> 
> Regards,
> Lalitha
> 
> -----Original Message-----
> From: Lalitha Bourishetty 
> Sent: Tuesday, June 23, 2015 12:04 PM
> To: Jetspeed Developers List
> Subject: RE: Regarding Jetspeed migration
> 
> Hi Team,
> 
> I am not working on new project. I am trying to migrate a project from Jetspeed 1 to Jetspeed 2.
> I can see Jetspeed 2.3 under upcoming releases. In portal it is saying latest release as 2.2.2 only
> 
> 
> Regards,
> Lalitha
> 
> -----Original Message-----
> From: DavidSeanTaylor [mailto:[email protected]] 
> Sent: Monday, June 22, 2015 9:12 PM
> To: Jetspeed Developers List
> Subject: Re: Regarding Jetspeed migration
> 
> 
>> On Jun 19, 2015, at 3:12 AM, Lalitha Bourishetty <[email protected]> wrote:
>> 
>> Hi Team,
>> 
>> we jar file from got new jar file from http://www.bluesunrise.com/downloads/jetspeed-rdbms-2.2.2.jar path.
>> when i tried to compile the example portlet using java 8,it is still throwing the same error.
>> Error as below:
>> 
>> org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs.
>> Enable debug logging for this logger for a complete list of JARs that 
>> were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can i mprove startup time and JSP compilation time.
>> java.lang.ClassCastException: java.lang.String cannot be cast to 
>> java.lang.Class
> 
> Lalitha,
> 
> Sounds like you’ ll need to recompile everything from source, or if you are starting a new project, why not just work off 2.3.0 trunk?
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.