WebCenter Sites (WCS) Community Application infrastructure questions

Essentially, we are looking to perform the most basic, bare-bones installation of WCS Community. After reading through the Community installation guide, I have gathered that the following infrastructure will be necessary, and I am hoping you can either confirm or correct me if I am wrong. We will be deploying on WebLogic. Figure 3 on page 11 of the Community install guide diagrams the most basic infrastructure as I understand it to be, which is:
1. Two separate physical servers, one for the Production Stack, and one for the Management Stack.
2. Deployment of a Production Delivery instance of WCS on the Production Stack (the Co-Resident Satellite Server that comes out-of-the-box with WCS install is not enough).
3. Deployment of a Management instance of Community on the Management Stack (but on a separate WebLogic managed server instance than the WCS Management deployment).
4. Deployment of a Production instance of Community on the Production Stack (but on a separate WebLogic managed server instance than the WCS Delivery deployment).
I understand that all 4 deployments need to happen on separate WebLogic application (managed) server instances. But to dig a little deeper, I guess my main question is, do the Production and Management Stacks need to be on separate virtual machines (we are using VMs to house WebLogic), or can we have 4 WebLogic managed servers on the same VM and house all 4 deployments on the same WebLogic domain?
Thanks, and your advice will be greatly appreciated,
Somen

Hi Somen -
Sorry for the delay in responding.
There's no need to install WebLogic on separate domains, just be careful that they don't collide. If you get creative, you'll also see that you can actually configure CoS on far fewer WL instances than those called out in the spec. Support issues may ensue, however. But for dev purposes, no need to torture yourself with 4 app servers unless you want to.
Tony

Similar Messages

  • WebCenter Sites, Ananlytics, Community and compatibility

    Hello,
    I'm hoping someone can quickly carify something for me. I've been reviewing the following compatibility matrix to understand we have the correct certification.
    http://www.oracle.com/technetwork/middleware/webcenter/sites/owcs-11gr1certmatrix-1609746.xls
    I just wanted to quickly understand the main difference between:
    WebCentre Sites
    WebCenter Sites: Analytics
    WebCenter Sites: Community
    We have a version of FatWire installed before Oracle aquired them and wish to upgrade. Am I correct in thinking that Analytics and Community are still WebCenter Sites overall, but with added functionality, etc?
    Regards,
    Jonathan

    "WebCenter Sites" was formerly "FatWire Content Server"
    "WebCenter Sites: Analytics" was formerly "FatWire Analytics Server" (also briefly known as FatWire Content Optimizer)
    "WebCenter Sites: Community" was formerly "FatWire Community Server"
    Each are still separately installable products, the latter two both requiring installation(s) of WebCenter Sites to be of use.
    "WebCenter Sites" is something of an umbrella term that can refer to the products it comprises of (Sites, Analytics, Community, Gadget and Mobility) but typically also just refers to the core product, what you know as Content Server.
    If all you had before the acquisition was Content Server, then upgrading that to the latest version would put you on WebCenter Sites 11g. That wouldn't automatically give you Analytics etc, because they are still separate optional installations.
    Phil

  • WebCenter Sites installation troubleshooting

    Hi Sites experts.
    I'm having lot of issues during the installation of WebCenter Sites with Community Server.
    Scenario is the next: 2 domains (management and delivery with)
    - managementDomain with two manage server, one for Sites and CAS and one for CoS.
    - deliveryDomain with two manage server, one for Sites and CAS and one for CoS and CAS Visitor.
    The installation is in WebLogic 10.3.6 and Sites is 11.1.1.6.1 version.
    Issues in management sites application. When starting application I'm getting all time in log file next:
    [ERROR] [temBasedClusteredEventExecutor] [com.fatwire.logging.cs] Exception reading url from http://servername:8010/cs/ContentServer?pagename=OpenMarket%2FXcelerate%2FSearch%2FEvent
    com.fatwire.cs.core.http.HttpAccessException: org.apache.http.conn.HttpHostConnectException: Connection to http://servername:8010 refused
            at com.fatwire.cs.core.http.HttpAccess.execute(HttpAccess.java:367)Why is refused if I can access perfectly to http://servername:8010/cs and http://servername:8010/cas?
    Issue in delivery sites application.
    [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.db] Exception executing prepared statement: INSERT INTO FW_InvalidationMemory (DEPENDENCY,MDATE) VALUES (?,?) DEPENDENCY = ____NULL_RECORD__ MDATE = 2013-02-23 09:20:02.0 java.sql.SQLRecoverableException: Connection has been administratively disabled. Try later.         at weblogic.jdbc.common.internal.ConnectionEnv.checkIfEnabled(ConnectionEnv.java:1025)         at weblogic.jdbc.wrapper.PoolConnection.checkConnection(PoolConnection.java:63)         at weblogic.jdbc.wrapper.Connection.preInvocationHandler(Connection.java:100)         at weblogic.jdbc.wrapper.Connection.prepareStatement(Connection.java:545)         at COM.FutureTense.Servlet.JDBCTable.executeUpdate_trans_logic(JDBCTable.java:1361)         at COM.FutureTense.Servlet.JDBCTable.executeUpdate_trans(JDBCTable.java:1337)         at COM.FutureTense.Servlet.JDBCTable.executeUpdate(JDBCTable.java:1211)         at COM.FutureTense.Servlet.JDBCTable.AddRow(JDBCTable.java:943)         at COM.FutureTense.Common.ftDBTable.insertRow(ftDBTable.java:1272)         at COM.FutureTense.Cache.EHCacheInvalidationMemory.addInvalidation(EHCacheInvalidationMemory.java:162)         at COM.FutureTense.Cache.EHCacheInvalidationMemory.deleteInvalidationsBefore(EHCacheInvalidationMemory.java:250)         at COM.FutureTense.Common.CacheServer._purgeInvalidationmemory(CacheServer.java:210)         at COM.FutureTense.Common.CacheServer.flushPages(CacheServer.java:193)         at COM.FutureTense.Common.CacheServer.execute(CacheServer.java:79)         at COM.FutureTense.Servlet.FTServlet.doPost(FTServlet.java:61)         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)         at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)         at com.fatwire.auth.RequestAuthenticationFilter.doFilter(RequestAuthenticationFilter.java:192)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)         at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:695)         at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221) [2013-02-26 09:20:02,662 SAST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.db] Exception executing prepared statement: DELETE FROM FW_InvalidationMemory WHERE FW_InvalidationMemory.mdate < ? FW_InvalidationMemory.mdate < 2013-02-23 09:20:02.660 java.sql.SQLRecoverableException: Connection has been administratively disabled. Try later.         at weblogic.jdbc.common.internal.ConnectionEnv.checkIfEnabled(ConnectionEnv.java:1025)         at weblogic.jdbc.wrapper.PoolConnection.checkConnection(PoolConnection.java:63)         at weblogic.jdbc.wrapper.Connection.preInvocationHandler(Connection.java:100)         at weblogic.jdbc.wrapper.Connection.prepareStatement(Connection.java:545)         at COM.FutureTense.Servlet.JDBCTable.executeUpdate_trans_logic(JDBCTable.java:1361)         at COM.FutureTense.Servlet.JDBCTable.executeUpdate_trans(JDBCTable.java:1337)         at COM.FutureTense.Servlet.JDBCTable.executeUpdate(JDBCTable.java:1211)         at COM.FutureTense.Servlet.JDBCTable.DeleteRow(JDBCTable.java:960)         at COM.FutureTense.Common.ftDBTable.deleteRow(ftDBTable.java:1108)         at COM.FutureTense.Cache.EHCacheInvalidationMemory.deleteInvalidationsBefore(EHCacheInvalidationMemory.java:255)         at COM.FutureTense.Common.CacheServer._purgeInvalidationmemory(CacheServer.java:210)         at COM.FutureTense.Common.CacheServer.flushPages(CacheServer.java:193)         at COM.FutureTense.Common.CacheServer.execute(CacheServer.java:79)         at COM.FutureTense.Servlet.FTServlet.doPost(FTServlet.java:61)         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)         at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)         at com.fatwire.auth.RequestAuthenticationFilter.doFilter(RequestAuthenticationFilter.java:192)         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)         at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:695)         at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221) Why those errors about writing/deleting in tables of FW?
    [2013-02-25 14:50:37,775 SAST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.framework] error: errno -105 on at
    tempt to add a rowDuring the installation of Community Server we've got problems to execute Sites Explorer.
    Can be possible do the "Post Installation steps" using a normal BBDD client?. The password provided in SystemSatellite table is encrypted or directly text?
    When executing /cos/status test in delivery domain is appearing next errors.
    REST CAS is DOWN reason: Failed to acquire TGT. HTTP Response code 400 in CAS REST of delivery. Management is working.
    CAS response code: 500 http://servername:7010/cas_community/login?wemLoginTemplate=http://servername:7009/cos/login_template/template.jsp&wemLoginCss=http://servername:7009/cos/login_template/css.css in CoS application
    In cas visitor log's is appearing next:
    INFO [org.jasig.cas.authentication.AuthenticationManagerImpl] - AuthenticationHandler: com.fatwire.wem
    .sso.cas.plugin.CSAuthenticationHandler failed to authenticate the user which provided the following credentials: [username: fwadmin]
    2013-02-26 14:22:26,364 ERROR [com.fatwire.wem.sso.cas.integration.rest.TicketResource] - org.jasig.cas.ticket.TicketCreationE
    xception: error.authentication.credentials.badAnd the biggest question is...
    Can be CoS and Sites running in the same WebLogic domain?.
    Regards.

    What exactly were the issues you faced related to network and proxy? Could you explain how you fixed it?
    regards,
    Joy

  • WebCenter Sites:Problem Rendering Save Button and Contributor UI DashBoard IN WCS

    Hi All,
    I am facing an issue in Webcenter sites regarding the Save button not being shown up while creating a new asset and contributor UI Dashboard not being displayed in some systems when opened in chrome.
    Currently,when we try to create any new asset from our system we are able to see the save button in WCS environment.Also,in some of the systems contributor UI Dashboard doesn't display instead a white screen is shown up.But in our client system neither the Save button is displayed nor the Contributor UI Dashboard.
    The issue for Contributor UI Dashboard sometimes get resolved when we reinstall chrome.
    Further,Our system is having a jdk version as jdk1.6.0._38 and that works on 64 bit OS while our client machine is having the latest version of jdk7 which works on 32/64 bit OS.
    Is the issue related to improper jdk version/there is some setting that needs to be done in browser/the browser version is not compatible?
    Kindly suggest.
    Regards,
    Anurag Guru

    Sometimes the WEM Admin app corrupts the role and site assignments when saving changes.  Whenever you work in the WEM admin UI, be sure that all of your changes save fully - don't rush the saving of data in that UI.
    To fix this, try to "re-provision" your users and sites and you should be able to restore access.  This is definitely frustrating, but it's fairly contained issue.

  • Ask the Expert: Single-Site and Multisite FlexPod Infrastructure

    With Haseeb Niazi and Chris O'Brien 
    Welcome to the Cisco Support Community Ask the Expert conversation. This is an opportunity to learn and ask questions about Single-Site and Multisite FlexPod Infrastructure with experts Haseeb Niazi and Chris O'Brien.
    This is a continuation of the live webcast.
    FlexPod is a predesigned and prevalidated base data center configuration built on Cisco Unified Computing System, Cisco Nexus data center switches, NetApp FAS storage components, and a number of software infrastructure options supporting a range of IT initiatives. FlexPod is the result of deep technology collaboration between Cisco and NetApp, leading to the creation of an integrated, tested, and validated data center platform that has been thoroughly documented in a best practices design guide. In many cases, the availability of Cisco Validated Design guides has reduced the time to deployment of mission-critical applications by 30 percent.
    The FlexPod portfolio includes a number of validated design options that can be deployed in a single site to support both physical and virtual workloads or across metro sites for supporting high availability and disaster avoidance. This session covers various design options available to customers and partners, including the latest MetroCluster FlexPod design to support a VMware Metro Storage Cluster (vMSC) configuration.
    Haseeb Niazi is a technical marketing engineer in the Data Center Group specializing in security and data center technologies. His areas of expertise also include VPN and security, the Cisco Nexus product line, and FlexPod. Prior to joining the Data Center Group, he worked as a technical leader in the Solution Development Unit and as a solutions architect in Advanced Services. Haseeb holds a master of science degree in computer engineering from the University of Southern California. He’s CCIE certified (number 7848) and has 14 years of industry experience.   
    Chris O'Brien is a technical marketing manager with Cisco’s Computing Systems Product Group.  He is currently focused on developing infrastructure best practices and solutions that are designed, tested, and documented to facilitate and improve customer deployments. Previously, O'Brien was an application developer and has worked in the IT industry for more than 20 years.
    Remember to use the rating system to let Haseeb and Chris know if you have received an adequate response. 
    Because of the volume expected during this event, Haseeb and Chris might not be able to answer every question. Remember that you can continue the conversation in the Data Center community, subcommunity Unified Computing shortly after the event. This event lasts through September 27, 2013. Visit this forum often to view responses to your questions and the questions of other Cisco Support Community members.
    Webcast related links:
    Single-Site and Multisite FlexPod Infrastructure - Slides from live webcast
    Single-Site and Multisite FlexPod Infrastructure: FAQ from live webcast
    Single-Site and Multisite FlexPod Infrastructure - Video from live webcast

    I would suggest you read this white paper which details the pros and cons of direct connect storage. 
    http://www.cisco.com/en/US/partner/prod/collateral/ps10265/ps10276/whitepaper_c11-702584.html   This paper captures all the major design points for Ethernet and FC  protocols.
    I would only add that in FlexPod we are trying to create a highly  available solution and "flexible" solution; Nexus switching helps us  deliver on both with vPC and unified ports.
    NPV equats  to end-host mode which allows the system to present all of the servers  as N ports to the external fabric.  In this mode, the vHBAs are pinned  to the egress interfaces of the fabric interconnects.  This pinning  removes the potential of loops in the SAN fabric.  Host based multipathing of the  vHBAs account for potential uplink failures.  The NPV mode (end-host  mode) simplifies the attachment of UCS into the SAN fabric and that is  why it is in NPV mode by default.
    So for your last question, I will have to put my  Product Manager hat on so bear with me.   First off there is no drawback  to enabling the NPIV feature (none that I am aware of) the Nexus 5000  platform simply offers you a choice to design and support multiple FC  initiators (N-Ports) per F-Port via NPIV.  This allows for the  integration of the FI end-host mode described above.  I  imagine being a  unfied access layer switch, the Nexus team enabled standard Fibre  Channel switching capability and features first.  The implementatin of  NPIV is a customer choice based on their specific access layer  requirements.
    /Chris

  • Automation Testing on Webcenter Sites

    Hello,
    How do I automate content creation using any automated test tool?
    Thanks,
    Sushanth

    This question can be approached from two perspectives:
    - is your task to create automated tests, or
    - is your task to automate content creation?
    If the former, there is a number of tools (both commercial and open source) which can automate test scenarios on web-based applications. Oracle has one too, called Oracle Application Testing Suite.
    If the latter, there might be better means than generic testing tools. Take a look at this article: http://manifesto.co.uk/using-webcenter-sites-rest-api-part-1/?goback=.gde_142076_member_5809268750695821313#!
    which describes REST API. Also, if you use WebCenter Content as you content repository, you could use Batch Loader, or RIDC interface.

  • Hardware requirements for WebCenter Sites?

    Hi,
    I didn't found hardware requirements/recommendations for this product.
    Is there any official document somewhere?
    Other opinions?
    Best Regards,
    Martins

    There isn't a generic sizing document as such, you would be best advised to speak with your Oracle sales representative as there are very many factors involved in sizing. To give a rough indication of lowest requirements, a bare-bones single instance of Webcenter Sites (not Gadget, Community, etc) for development/testing could run on a single 32bit or 64bit core with 2gb heap, with a small application server like tomcat, and Oracle Database standard/express.
    Phil

  • WebCenter Sites Site Capture Installation Issue

    Hi,
    Recently I have installed WebCenter Sites on a linux VM using Oracle DB and WebLogic server.
    I am successfully able to run WebCenter Sites UI.
    Now, I am trying to install Site Capture. I am following Oracle Installation Guide for Site Capture Application.
    I created a manager server on the same weblogic VM(on which I had WCS installed), created a datasource that mapped to this new data source.
    Then I deployed the Site Capture ROOT application on the weblogic, setting the target as the new Managed Server that I created above.
    Then I tried to start this managed server, but I got following error:
    ####<Jul 27, 2013 1:24:53 AM IST> <Info> <Deployer> <localhost.localdomain> <WCSManagedServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1374868493142> <BEA-149060> <Module ROOT of application ROOT successfully transitioned from STATE_PREPARED to STATE_ADMIN on server WCSManagedServer.>
    ####<Jul 27, 2013 1:24:53 AM IST> <Info> <ServletContext-> <localhost.localdomain> <WCSManagedServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1374868493229> <BEA-000000> <Set web app root system property: 'webapp.root' = [/home/oracle/WCS/SiteCapture/fw-site-capture/webapps/ROOT]>
    ####<Jul 27, 2013 1:24:53 AM IST> <Info> <ServletContext-> <localhost.localdomain> <WCSManagedServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1374868493244> <BEA-000000> <Initializing log4j from [/home/oracle/WCS/SiteCapture/fw-site-capture/webapps/ROOT/WEB-INF/log4j.xml]>
    ####<Jul 27, 2013 1:24:53 AM IST> <Info> <ServletContext-> <localhost.localdomain> <WCSManagedServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1374868493271> <BEA-000000> <Initializing Spring root WebApplicationContext>
    ####<Jul 27, 2013 1:24:55 AM IST> <Warning> <HTTP> <localhost.localdomain> <WCSManagedServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1374868495899> <BEA-101162> <User defined listener org.springframework.web.context.ContextLoaderListener failed: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerServiceImpl': Invocation of init method failed; nested exception is org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL grammar [SELECT * FROM FW_SC_Schedule ORDER BY virtualhost DESC]; nested exception is java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerServiceImpl': Invocation of init method failed; nested exception is org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL grammar [SELECT * FROM FW_SC_Schedule ORDER BY virtualhost DESC]; nested exception is java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
            at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1413)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
            at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
            at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
            at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
            at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
            at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)
            at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
            at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
            at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
            at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
            at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
            at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
            at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
            at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
            at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
            at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
            at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
            at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
            at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
            at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
            at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
            at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
            at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:43)
            at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
            at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
            at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
            at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
            at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
            at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
            at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
            at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
            at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
            at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
            at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
            at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
            at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL grammar [SELECT * FROM FW_SC_Schedule ORDER BY virtualhost DESC]; nested exception is java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    Please help where I am missing.
    The deployment of ROOT application is getting failed and I am not able to see the Site Capture icon on the Web Center Sites UI.
    Thanks
    Mohit

    Looks like the tables are not created, you need to create the tables manually by running the q uery from the crawler_oracle_db.sql scripts filein the sql-scripts folder. This is specific to Oracle DB, if u are using DB2 or sql server u do not need to follow the above stated steps.

  • WebCenter Sites (11.1.1.6) install alongside WebCenter Portal (11.1.1.6)

    I'm looking for some recommendations for installing WebCenter Sites (11.1.1.6) on a development server which currently has WebCenter Portal (and Spaces), WebCenter Content (UCM/ECM) and WebTier installed.
    For WebCenter Content and WebCenter Portal I followed the standard instructions and have been able to successfully start them in the Enterprise Manager, and login to the provided Spaces application.
    Environment
    Oracle Linux 6 (64bit)
    Oracle XE 11.2.0-1
    WebLogic 10.3.6
    Oracle (Sun) JDK 1.6.0_23
    Installed Products
    WebCenter Portal 11.1.1.6
    Content 11.1.1.6
    WebTier 11.1.1.6
    RCU 11.1.1.6
    Middleware Home Files
    ls /app/Middleware
         coherence_3.7
         domain-registry.xml
         logs
         modules
         ocm.rsp
         oracle_common
         Oracle_ECM1
         Oracle_WC1
         Oracle_WT1
         user_projects
         utils
         wlserver_10.3
    Webcenter domain:
    /app/Middleware/user_projects/domains/webcenter_domain
    WebCenter Sites installation
    The instructions (http://docs.oracle.com/cd/E29495_01/index.htm) for "Installing on Oracle WebLogic Application Server" say to run "<wl_home>/wlserver_10.x/common/bin/config.sh" to create a new domain.
    However as this machine already has Portal, Spaces and UCM installed under a domain called 'webcenter_domain'. My question is: How can I add WebCenter Sites into the existing webcenter domain, if that is the recommended way?
    If it's better to create a new separate domain such as 'sites_domain', then how can both webcenter_domain and sites_domain be run alongside each other? This might be more of a WebLogic configuration question, I'm not sure.
    I'm looking for what the best practice recommendation is for running these parts of WebCenter together on the same machine.
    The WebCenter Sites install wizard settings I was going to use are below, if this is useful. The part I'm unsure about is astrixed:
    _./csInstall_
    - Installation Directory:     /app/Middleware/Oracle_WCS1
    - Development type
    - Install mode: custom
    - Avisport sample (check)
    - FirstSite II Sample site modules: (all)
    - Single server
    - Sites System Admin account: -
    - Sites Application Admin account: -
    - Satellite Server account: -
    - Sites Shared Files System: /app/Middleware/Oracle_WCS1/Shared     
    - Host name: webcenterserver
    - Port of Application Server: 7001
    - Platform Type: Application Server Platform
    - Application Server: Weblogic
    - Site Application Deployment: 1
    Path: /app/Middleware/wlserver_10.3
    Application Context root: /cs
    - Sites Application Deployment: 2
    ** Weblogic domain name: sites_domain / webcenter_domain
    ** Sites application name: CS
    ** Manual Deployment dir: /app/Middleware/Oracle_WCS1/domains
    Any pointers would be much appreciated.
    Thanks

    The recommendation from the Oracle WebCenter & ADF Architecture Team is to keep the parts decoupled, installing WebCenter Sites on a separate machine. Otherwise it would be leading towards a 'Type 3' integration. Specifically looking at the proof-of-concept application 'Spark', which requires WebCenter Sites and WebCenter Portal installed on the same machine:
    +"Due to this co-deployment requirement, most clients have avoided installing or using Spark. And not without reason: installing two big, complex applications on the same environment is problematic with regards to scalability and tuning."+
    http://blogs.oracle.com/ATEAM_WEBCENTER/entry/integrating_webcenter_sites_with_webcenter3
    The introductory article on integrating WebCenter Sites and WebCenter Portal:
    http://blogs.oracle.com/ATEAM_WEBCENTER/entry/integrating_webcenter_sites_with_webcenter
    Thanks

  • WebCenter Sites Mobility Server, SSXA and workflows

    Hi all,
    I am trying to evaluate if "WebCenter Sites Mobility Server" adapts to the requirements of a new project. I have been reading the documentation intensively but I have not been able to find the answers to the two questions below.
    1) Is it possible to use Site Studio for External Applications with WebCenter Sites Mobility Server?
    2) Is it possible to use workflows with Mobility Server so that a contributor can accept or reject changes?
    Any help would be really helpful.

    You can not use SSXA or SiteStudio with Mobility Server. Also deep workflow integration is not there.
    You should think about Mobility Server as a preview and publishing extension of Sites. You would create and approve all your assets in WebCenter Sites the way you normally would. Mobility Server accesses those assets via REST but uses it's own pubishing model to deploy the mobile site. It's integrated to via REST and the Preview UI (which sits in the Sites container as a App next to the contributor interface). That is the extent of the integration we have today.
    Mariam Tariq
    WebCenter Sites Product Management

  • Error while starting Webcenter Sites JSK 11.1.1.8

    Hi,
    I am getting the below error when I start the Webcenter sites JumpstartKit (11.1.1.8). Kindly help with the solution.
    Feb 19, 2015 6:53:57 AM org.apache.catalina.core.AprLifecycleListener init
    INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: D:\Oracle\WebCenter\Sites\11gR1\windowsJDK\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:\Oracle\WebCenter\Sites\11gR1\windowsJDK/bin:D:\Oracle\WebCenter\Sites\11gR1\windowsJDK/bin:D:\Oracle\WebCenter\Sites\11gR1\windowsJDK\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;"C:\Program Files\Crimson Editor\";C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;D:\Oracle\WebCenter\Sites\11gR1\ContentServer\11.1.1.8.0\bin;.;D:/Oracle/WebCenter/Sites/11gR1\Sites/11.1.1.8.0\bin;D:\Oracle\WebCenter\Sites\11gR1\windowsJDK\bin;;.
    Feb 19, 2015 6:53:59 AM org.apache.coyote.AbstractProtocol init
    INFO: Initializing ProtocolHandler ["http-bio-9080"]
    Feb 19, 2015 6:53:59 AM org.apache.coyote.AbstractProtocol init
    INFO: Initializing ProtocolHandler ["ajp-bio-9009"]
    Feb 19, 2015 6:53:59 AM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 2600 ms
    Feb 19, 2015 6:53:59 AM org.apache.catalina.core.StandardService startInternal
    INFO: Starting service Catalina
    Feb 19, 2015 6:53:59 AM org.apache.catalina.core.StandardEngine startInternal
    INFO: Starting Servlet Engine: Apache Tomcat/7.0.42
    Feb 19, 2015 6:54:15 AM net.sf.ehcache.CacheManager addShutdownHookIfRequired
    INFO: The CacheManager shutdown hook is enabled because net.sf.ehcache.enableShutdownHook is set to true.
    Feb 19, 2015 6:54:16 AM net.sf.ehcache.CacheManager addShutdownHookIfRequired
    INFO: The CacheManager shutdown hook is enabled because net.sf.ehcache.enableShutdownHook is set to true.
    Feb 19, 2015 6:54:18 AM net.sf.ehcache.CacheManager addShutdownHookIfRequired
    INFO: The CacheManager shutdown hook is enabled because net.sf.ehcache.enableShutdownHook is set to true.
    Feb 19, 2015 6:54:22 AM com.sun.jersey.server.impl.application.WebApplicationImpl initiate
    INFO: Initiating Jersey application, version 'Jersey: 1.1.4.1 11/24/2009 01:30 AM'
    Feb 19, 2015 6:54:23 AM net.fckeditor.handlers.PropertiesLoader <clinit>
    INFO: fckeditor.properties loaded successfully!
    Feb 19, 2015 6:54:23 AM net.fckeditor.connector.ConnectorServlet init
    INFO: ConnectorServlet successfully initialized!
    Feb 19, 2015 6:54:23 AM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory D:\Oracle\WebCenter\Sites\11gR1\App_Server\apache-tomcat-7.0.42\Sites\webapps\cas
    Feb 19, 2015 6:54:34 AM org.apache.catalina.core.StandardContext startInternal
    SEVERE: Error filterStart
    Feb 19, 2015 6:54:34 AM org.apache.catalina.core.StandardContext startInternal
    SEVERE: Context [/cas] startup failed due to previous errors
    Feb 19, 2015 6:54:34 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cas] appears to have started a thread named [Timer,null,null] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:34 AM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory D:\Oracle\WebCenter\Sites\11gR1\App_Server\apache-tomcat-7.0.42\Sites\webapps\host-manager
    Feb 19, 2015 6:54:34 AM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory D:\Oracle\WebCenter\Sites\11gR1\App_Server\apache-tomcat-7.0.42\Sites\webapps\manager
    Feb 19, 2015 6:54:34 AM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory D:\Oracle\WebCenter\Sites\11gR1\App_Server\apache-tomcat-7.0.42\Sites\webapps\ROOT
    Feb 19, 2015 6:54:34 AM org.apache.coyote.AbstractProtocol start
    INFO: Starting ProtocolHandler ["http-bio-9080"]
    Feb 19, 2015 6:54:34 AM org.apache.coyote.AbstractProtocol start
    INFO: Starting ProtocolHandler ["ajp-bio-9009"]
    Feb 19, 2015 6:54:34 AM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 35253 ms
    Feb 19, 2015 6:54:34 AM org.apache.catalina.core.StandardServer await
    SEVERE: StandardServer.await: create[localhost:9005]:
    java.net.BindException: Cannot assign requested address: JVM_Bind
      at java.net.DualStackPlainSocketImpl.bind0(Native Method)
      at java.net.DualStackPlainSocketImpl.socketBind(DualStackPlainSocketImpl.java:96)
      at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
      at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:175)
      at java.net.ServerSocket.bind(ServerSocket.java:376)
      at java.net.ServerSocket.<init>(ServerSocket.java:237)
      at org.apache.catalina.core.StandardServer.await(StandardServer.java:427)
      at org.apache.catalina.startup.Catalina.await(Catalina.java:779)
      at org.apache.catalina.startup.Catalina.start(Catalina.java:725)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:601)
      at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:322)
      at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:456)
    Feb 19, 2015 6:54:34 AM org.apache.coyote.AbstractProtocol pause
    INFO: Pausing ProtocolHandler ["http-bio-9080"]
    Feb 19, 2015 6:54:35 AM org.apache.coyote.AbstractProtocol pause
    INFO: Pausing ProtocolHandler ["ajp-bio-9009"]
    Feb 19, 2015 6:54:36 AM org.apache.catalina.core.StandardService stopInternal
    INFO: Stopping service Catalina
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [Multicast Heartbeat Receiver Thread] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [Multicast Heartbeat Sender Thread] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [net.sf.ehcache.CacheManager@9858fb] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [pool-2-thread-1] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [pool-2-thread-2] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [Multicast Heartbeat Receiver Thread] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [Multicast Heartbeat Sender Thread] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [net.sf.ehcache.CacheManager@1f77ce9] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [pool-8-thread-1] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [HSQLDB Timer @130e76] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [pool-10-thread-1] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
    SEVERE: The web application [/cs] appears to have started a thread named [pool-11-thread-1-FileSystemBasedClusteredEventExecutor] but has failed to stop it. This is very likely to create a memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@6834]) and a value of type [com.fatwire.cs.core.db.DataSourceBackedPool.ConnectionWrapper] (value [{Connection=jdbc:hsqldb:D:/Oracle/WebCenter/Sites/11gR1/App_Server/apache-tomcat-7.0.42/Sites/default/data/hypersonic/csDB, UserName=SA, HSQL Database Engine Driver ref count=1}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [COM.FutureTense.Util.ftUtil$1] (value [COM.FutureTense.Util.ftUtil$1@10012fb]) and a value of type [java.lang.Integer] (value [0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [com.sun.xml.bind.v2.ClassFactory$1] (value [com.sun.xml.bind.v2.ClassFactory$1@1de2ca3]) and a value of type [java.util.WeakHashMap] (value [{class javax.xml.bind.annotation.W3CDomHandler=java.lang.ref.WeakReference@144a110}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@aa44f7]) and a value of type [com.fatwire.cs.core.db.DataSourceBackedPool] (value [DataSourceBackedPool{_ds=org.apache.tomcat.dbcp.dbcp.BasicDataSource@95c2d4, _threadConn={Connection=jdbc:hsqldb:D:/Oracle/WebCenter/Sites/11gR1/App_Server/apache-tomcat-7.0.42/Sites/default/data/hypersonic/csDB, UserName=SA, HSQL Database Engine Driver ref count=1}}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:36 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@aa44f7]) and a value of type [com.fatwire.cs.core.db.DataSourceBackedPool] (value [DataSourceBackedPool{_ds=org.apache.tomcat.dbcp.dbcp.BasicDataSource@95c2d4, _threadConn={Connection=jdbc:hsqldb:D:/Oracle/WebCenter/Sites/11gR1/App_Server/apache-tomcat-7.0.42/Sites/default/data/hypersonic/csDB, UserName=SA, HSQL Database Engine Driver ref count=1}}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/cs] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@88f6d]) and a value of type [java.util.Hashtable] (value [{}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    Feb 19, 2015 6:54:37 AM org.apache.coyote.AbstractProtocol stop
    INFO: Stopping ProtocolHandler ["http-bio-9080"]
    Feb 19, 2015 6:54:38 AM org.apache.coyote.AbstractProtocol stop
    INFO: Stopping ProtocolHandler ["ajp-bio-9009"]
    Feb 19, 2015 6:54:39 AM org.apache.coyote.AbstractProtocol destroy
    INFO: Destroying ProtocolHandler ["http-bio-9080"]
    Feb 19, 2015 6:54:39 AM org.apache.coyote.AbstractProtocol destroy
    INFO: Destroying ProtocolHandler ["ajp-bio-9009"]

    SEVERE: StandardServer.await: create[localhost:9005]:
    java.net.BindException: Cannot assign requested address: JVM_Bind
    this is most likely related to another process using the same port as the one of the JSK . On Windows, run the command: 
    netstat -a -n | grep "LIST"
    And it should list anything there that's blocking the port.
    You can configure the JSK to use a different port if needed.
    Regards,
    Pietro

  • Not able to Install Webcenter site 11g R1 (11.1.1.6.0)  in my local PC

    1. I downloaded hsqldb 2.2.8 and set up the database, the connection properties are
         TYPE      :     HSQL Database Engine In-Memory
         Driver     :     org.hsqldb.jdbc.JDBCDriver
         URL     :     jdbc:hsqldb:mem:.
         USER     :     SA
         Password:
    2. I started the database server and created a sample table 'emp'.
    3. Downloaded tomcat 6.0.35 and in context.xml i did the below entry to make the hsqldb connection, and copies hsqldb.jar into lib folder of Tomcat
         <Resource auth="Container" defaultTransactionIsolation="READ_UNCOMMITTED" description="Tomcat Connection Pool" driverClassName="org.hsqldb.jdbc.JDBCDriver" initialSize="1" maxActive="100" maxWait="7500" name="csDataSource" password="" scope="Shareable" type="javax.sql.DataSource" url="jdbc:hsqldb:hsql://localhost/" username="SA"/>
    4. In catalina.properties i setup the classpath for cas.properties or else the tomcat throwing the error saying not able to identify cas.properties.
    The entry is given below
    shared.loader=C:/Sri/installables/fatwire/bin
    5. From oracle i downloaded ofm_sites_generic_11.1.1.6.0_disk1_1of1.zip i extracted all the content
    6. To install the webcenter site content server, i clicked csInstall.bat under C:\Sri\FatWire\ContentServer
    7. It started and installing the server upto 70% then a dialog box pop up with the following message
              Do not click OK until you have completed all of the following steps:
              1. If your platform requires you to manually deploy the Oracle
              WebCenter Sites application, deploy Oracle WebCenter Sites now. Otherwise,
              continue with step 2.
              2. If you wish to customize your Oracle WebCenter Sites installation
              and require access to Oracle WebCenter Sites's property files,
              click the Property Editor button.
              3. Restart your application server.
              4. Click Test to test your installation and make sure all tests
              are successful.
              5. If the tests are successful, click OK.
    8. Then when i click Test button, i got the following messages
         The status is an follows :
              HelloCS has failed
              Ping DB has failed
              DB Permissions has failed
    9. In the log file install_log under <fatwire_instll_dir>/ominstallinfo, i saw the following entries
    [2012-07-27 09:10:57.134][CS.INSTALL][INFO] InstallActionManager.orderActions() : StartAppServer Action found at = (-1)
    [2012-07-27 09:10:57.165][CS.INSTALL][INFO] InstallActionManager.orderActions() : StartAppServer Action found at = (-1)
    [2012-07-27 09:11:43.144][CS][ERROR] com.fatwire.cs.core.http.HttpAccessException: org.apache.http.conn.HttpHostConnectException: Connection to http://PRK-SSUNDARAR.us.ad.xxxx.com:80 refused
    [2012-07-27 09:11:43.175][CS.INSTALL][INFO] CSSetupEngine.postURL: PostURL failed for http://PRK-SSUNDARAR.us.ad.xxxx.com:80/cs/HelloCS
    :: ERROR = No response was received from the server
    [2012-07-27 09:11:44.236][CS][ERROR] com.fatwire.cs.core.http.HttpAccessException: org.apache.http.conn.HttpHostConnectException: Connection to http://PRK-SSUNDARAR.us.ad.xxxx.com:80 refused
    [2012-07-27 09:11:44.236][CS.INSTALL][INFO] CSSetupEngine.postURL: PostURL failed for http://PRK-SSUNDARAR.us.ad.xxxx.com:80/cs/Install?test=test&ReInit=FALSE&CSInstallType=single&CSInstallAccountName=ContentServer&CSInstallAccountPassword=675286278df204915f228fd298c09388&CSInstallDirectory=C%3A%2FSripY%2Finstallables%2Ffatwire&CSInstallAppName=fwadmin&CSInstallAppPassword=675286278df204915f228fd298c09388
    :: ERROR = No response was received from the server
    [2012-07-27 09:12:55.005][CS.INSTALL][INFO] CSSetupEngine.testConnectionAction: Testing user configuration and database connectivity.
    What could went wrong here?
    regards
    Sri

    Hi Tony,
    I don't have mac o/s so am using Windows XP. I tried to open "Download the scripts and instructions here" from your blog but
    it is opening a new window in the browser with some gybrish characters.
    Here is what i did, as i explained it in my earlier post, now also i am facing the
    same issue while setting up the server in GUI mode but in the log file it is showing
    different exception now compare to the earlier one. I will explain the step by step approach of mine
    1. start the Hsqldb2.2.8 in webserver mode (will the latest version cause any issue here?)
    2. started the tomcat 6.0.35
    3. As explained it in oracle site document for "installing webcenter sites in Tomcat" i did
    the below changes
    1. i downloaded the installation zip file and extracted it in my local m/c. Note:
    this is not my installation folder.
    2. then i went to cs-cache.xml,linked-cache.xml, ss-cache.xml and cas-cache.xml and
    maintain the unique entries for multicastGroupAddress, multicasegroupport and timeToLive.
    [I did the modification in the extracted folder thinking that it will get copied while
    doing the installation, and my assumption is correct in the tomcat while deploying later i
    saw all my entries in corresponding files ]
    3. In jbossTicketCacheReplicationConfig.xml i modified mcast_addr="239.255.0.0" and
    mcast_port as 4447
    4. Then i started installing the content server, i gave the host name and port "localhost"
    and "8080" wherever it is asking.
    5. i clickec express installation instead of Custom settings
    6. After installing it fro 73% again i got the same issue
    7. When i was going through all the issues logs i found below issues.
    a) it was not able to identify cache bean reference inside ticketRegistry.xml so i
    commented out JBossCacheTicketRegistry and started using DefaultTicketRegistry in ticketRegistry.xml
    <!-- Ticket Registry -->
         <bean id="ticketRegistry" class="org.jasig.cas.ticket.registry.DefaultTicketRegistry"
              />
         <!--<bean id="ticketRegistry" class="org.jasig.cas.ticket.registry.JBossCacheTicketRegistry"
              p:cache-ref="cache" />
    <bean id="cache" class="org.jasig.cas.util.JBossCacheFactoryBean"
              p:configLocation="classpath:jbossTicketCacheReplicationConfig.xml" />
    -->
    Again i restarted the Tomcat server.....
    b) In sites.log file i notice an exception
              org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ssolistener' defined in class path resource [SSOConfig.xml]: Instantiation of bean failed; nested exception is java.lang.ExceptionInInitializerError
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:883)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:839)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:221)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
         at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:381)
         at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
         at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
         at com.fatwire.wem.sso.DynamicInjector.<init>(DynamicInjector.java:52)
         at com.fatwire.wem.sso.DynamicInjector.instance(DynamicInjector.java:232)
         at com.fatwire.wem.sso.SSOFilter.init(SSOFilter.java:65)
         at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:295)
         at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:422)
         at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:115)
         at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4072)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4726)
         at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1284)
         at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1382)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:306)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
         at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1389)
         at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1653)
         at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1662)
         at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1642)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.ExceptionInInitializerError
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)
         at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:61)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:877)
         ... 32 more
    Caused by: net.sf.ehcache.CacheException: error setting options
         at net.sf.ehcache.distribution.MulticastRMICacheManagerPeerProvider.init(MulticastRMICacheManagerPeerProvider.java:99)
         at net.sf.ehcache.CacheManager.init(CacheManager.java:306)
         at net.sf.ehcache.CacheManager.<init>(CacheManager.java:234)
         at com.fatwire.cache.ehcache.EhCacheObjectCache._initCache(EhCacheObjectCache.java:704)
         at com.fatwire.cache.ehcache.EhCacheObjectCache.start(EhCacheObjectCache.java:538)
         at com.fatwire.wem.sso.cas.cache.SessionMappingStorage.<init>(SessionMappingStorage.java:47)
         at com.fatwire.wem.sso.cas.listener.CASListener.<clinit>(CASListener.java:15)
    c) In cms.log i got below exception
    2012-07-28 11:49:59,500 ERROR [org.springframework.web.context.ContextLoader] - Context initialization failed
    org.springframework.beans.factory.BeanDefinitionStoreException: Could not resolve bean definition resource pattern [WEB-INF/spring-configuration/*.xml]; nested exception is java.io.FileNotFoundException: ServletContext resource [WEB-INF/spring-configuration/] cannot be resolved to URL because it does not exist
         at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:190)
         at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149)
         at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124)
         at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92)
         at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123)
         at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:422)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
         at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
         at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
         at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
         at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62)
         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4705)
         at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1284)
         at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1382)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:306)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
         at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1389)
         at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1653)
         at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1662)
         at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1642)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: java.io.FileNotFoundException: ServletContext resource [WEB-INF/spring-configuration/] cannot be resolved to URL because it does not exist
         at org.springframework.web.context.support.ServletContextResource.getURL(ServletContextResource.java:130)
         at org.springframework.core.io.support.PathMatchingResourcePatternResolver.isJarResource(PathMatchingResourcePatternResolver.java:406)
         at org.springframework.core.io.support.PathMatchingResourcePatternResolver.findPathMatchingResources(PathMatchingResourcePatternResolver.java:338)
         at org.springframework.core.io.support.PathMatchingResourcePatternResolver.getResources(PathMatchingResourcePatternResolver.java:276)
         at org.springframework.context.support.AbstractApplicationContext.getResources(AbstractApplicationContext.java:1018)
         at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:177)
         ... 21 more
    2012-07-28 11:49:59,515 FATAL [org.jasig.cas.web.init.SafeContextLoaderListener] - SafeContextLoaderListener:
    The Spring ContextLoaderListener we wrap threw on contextInitialized.
    But for our having caught this error, the web application context would not have initialized.
    org.springframework.beans.factory.BeanDefinitionStoreException: Could not resolve bean definition resource pattern [WEB-INF/spring-configuration/*.xml]; nested exception is java.io.FileNotFoundException: ServletContext resource [WEB-INF/spring-configuration/] cannot be resolved to URL because it does not exist
         at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:190)
         at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149)
         at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124)
         at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92)
         at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123)
         at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:422)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
         at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
         at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
         at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
         at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62)
         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4705)
         at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1284)
         at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1382)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:306)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
         at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1389)
         at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1653)
         at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1662)
         at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1642)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: java.io.FileNotFoundException: ServletContext resource [WEB-INF/spring-configuration/] cannot be resolved to URL because it does not exist
         at org.springframework.web.context.support.ServletContextResource.getURL(ServletContextResource.java:130)
         at org.springframework.core.io.support.PathMatchingResourcePatternResolver.isJarResource(PathMatchingResourcePatternResolver.java:406)
         at org.springframework.core.io.support.PathMatchingResourcePatternResolver.findPathMatchingResources(PathMatchingResourcePatternResolver.java:338)
         at org.springframework.core.io.support.PathMatchingResourcePatternResolver.getResources(PathMatchingResourcePatternResolver.java:276)
         at org.springframework.context.support.AbstractApplicationContext.getResources(AbstractApplicationContext.java:1018)
         at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:177)
         ... 21 more
    Let me know what else i missed here.
    regards
    Sri

  • Unable to synch Assets of type Page to webcenter sites.....

    Hi All,
    We have kept repository containing developed source code on SVN and i have checked out the code into my workspace.
    When i am trying to import Templates to my webcenter sites instance using 'Synch to WebCenterSites' , for some templates
    i am getting log message as following
    [2012-10-12 11:44:48,278] [INFO ] [.kernel.Default (self-tuning)'] [com.fatwire.csdt] Importing DSKEY Template-b7b5e4d6-2aee-4536-9514-559b602d19f4 (batch 1349998214674)
    [2012-10-12 11:44:48,326] [INFO ] [.kernel.Default (self-tuning)'] [com.fatwire.csdt] SKIPPING Template:1349502826947 as it has same timestamp as that in CS.
    [2012-10-12 11:44:48,326] [INFO ] [.kernel.Default (self-tuning)'] [com.fatwire.csdt] *** Completed importing batch 1349998214674
    And when i loged in to WCS i cant see there Templates of type Page in Admin interface!!!!!!
    Is there something special process for importing Page assets ??? Even i cant see any pages in Contributor mode????
    Can anyone help me in it???
    Thanks in advance,
    SUVARNA
    Edited by: 964284 on 11-Oct-2012 18:03

    Did you created any choice filed in the page layout?
    Textfiled shold like this
    <SharePointWebControls:TextField FieldName="FieldName"
    runat="server" id="txtName"></SharePointWebControls:TextField>
    Below article describes "how to create pagelayouts in sharepoint 2007"
    http://blogs.msdn.com/b/kaevans/archive/2011/04/02/page-layouts-in-sharepoint.aspx

  • Out of memory Exception in webcenter sites

    Hi experts,
    I installed webcenter sites 11gR1 on weblogic with Jrocket.
    In development system ,if no.of users accessing at a time its getting down.
    Could some one help me to resolve this issue.
    For Ref. in sites.log i found
    [2013-03-21 15:20:33,777] [fatwire.logging.cs.request] Exception including resource /jsp/cs_deployed/Page/MainNav.jsp
    javax.servlet.ServletException: java.lang.OutOfMemoryError: allocLargeObjectOrArray: [I, size 262160
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:342)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:447)
         at COM.FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1411)
         at COM.FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1429)
         at COM.FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:102)
         at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)
         at COM.FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)
         at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$JSPDataFile.run(FILESYSTEMJSPManager.java:190)
         at COM.FutureTense.Common.ContentServer.jspExecute(ContentServer.java:2923)
         at COM.FutureTense.Common.ContentServer.evalTemplate(ContentServer.java:2517)
         at COM.FutureTense.Common.ContentServer.generatePage(ContentServer.java:1536)
         at COM.FutureTense.Common.ContentServer.evalPage(ContentServer.java:1247)
         at COM.FutureTense.Common.ContentServer.execute(ContentServer.java:455)
         at COM.FutureTense.Common.ContentServer.runManager(ContentServer.java:3339)
         at COM.FutureTense.Common.CS.getPage(CS.java:1361)
         at COM.FutureTense.Common.CS.ReadPage(CS.java:1307)
         at com.openmarket.Satellite.CoResidentContentServerEh._handlePage(CoResidentContentServerEh.java:200)
         at com.openmarket.Satellite.CoResidentContentServerEh.fetchCacheObject(CoResidentContentServerEh.java:131)
         at com.openmarket.Satellite.AbstractContentServer$CacheObjectFetchFunction.doWork(AbstractContentServer.java:413)
         at com.openmarket.Satellite.AbstractContentServer.getCacheObject(AbstractContentServer.java:220)
         at com.openmarket.Satellite.AbstractContentServerEh.getCacheObject(AbstractContentServerEh.java:168)
         at com.openmarket.Satellite.CoResidentContentServerEh.getCacheObject(CoResidentContentServerEh.java:31)
         at com.openmarket.Satellite.PagePiece.stream(DataPiece.java:307)
         at com.openmarket.Satellite.ComplexList.stream(DataPiece.java:565)
         at com.openmarket.Satellite.CacheObjectImpl.stream(CacheObjectImpl.java:653)
         at com.openmarket.Satellite.WrapperAwareResponder.respond(WrapperAwareResponder.java:42)
         at com.openmarket.Satellite.PagePiece.stream(DataPiece.java:330)
         at com.openmarket.Satellite.ComplexList.stream(DataPiece.java:565)
         at com.openmarket.Satellite.CacheObjectImpl.stream(CacheObjectImpl.java:653)
         at com.openmarket.Satellite.WrapperAwareResponder.respond(WrapperAwareResponder.java:42)
         at com.openmarket.Satellite.PagePiece.stream(DataPiece.java:330)
         at com.openmarket.Satellite.CacheObjectImpl.stream(CacheObjectImpl.java:653)
         at com.openmarket.Satellite.Http11Responder.respondForWrapper(Http11Responder.java:143)
         at com.openmarket.Satellite.WrapperAwareResponder.respond(WrapperAwareResponder.java:36)
         at com.openmarket.Satellite.SatelliteServer.execute(SatelliteServer.java:85)
         at com.openmarket.Satellite.servlet.BaseServlet.doGet(BaseServlet.java:118)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at com.fatwire.gst.foundation.httpstatus.HttpResponseStatusFilter.doFilter(HttpResponseStatusFilter.java:83)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:557)
         at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)
    Thanks
    Rajendar.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi Sankar,
    Thank for your Response and support.
    In my environment webcentersites application is getting down frequently.
    every day we are facing this issue when multiple users are working with the application.
    and my system configurations are
    8GB RAM, UNIX-OS, WebCenterSites11gR1 and weblogic 10.3.6 with JRocket.
    Could you please help me to resolve this problem.
    I found the following error in CAS.log..
    2013-04-15 02:52:36,306 ERROR [org.jgroups] - uncaught exception in Thread[Timer,null,null,5,Timers] (thread group=org.jgroups.util.Util$1[name=JGroups,maxpri=10] )
    java.lang.OutOfMemoryError
    2013-04-15 02:52:56,318 ERROR [org.jgroups] - uncaught exception in Thread[UDP mcast,TreeCache-Cluster,172.25.125.100:34273,10,JGroups] (thread group=org.jgroups.util.Util$1[name=JGroups,maxpri=10] )
    java.lang.OutOfMemoryError
    2013-04-15 02:52:58,163 ERROR [org.jgroups] - uncaught exception in Thread[Timer,TreeCache-Cluster,172.25.125.100:34273,5,Timers] (thread group=org.jgroups.util.Util$1[name=JGroups,maxpri=10] )
    java.lang.OutOfMemoryError: getNewTla
         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.addConditionWaiter(AbstractQueuedSynchronizer.java:1801)
         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2016)
         at java.util.concurrent.DelayQueue.take(DelayQueue.java:164)
         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:609)
         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:602)
         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
         at java.lang.Thread.run(Thread.java:662)
    in csDomain.log file i found the following error
    ####<Apr 16, 2013 1:42:23 AM EDT> <Error> <WebLogicServer> <tacfmwmt02.dibos02.di-cloud.com> <AdminServer> <[STANDBY] ExecuteThread: '197' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1366090943133> <BEA-000337> <[STUCK] ExecuteThread: '71' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "667" seconds working on the request "Workmanager: default, Version: 1, Scheduled=true, Started=true, Started time: 667524 ms
    GET /cs/ContentServer?action=getPubTargetStatus&target=1347209048668&pagename=OpenMarket%2FXcelerate%2FPrologActions%2FPublish%2FAdvPub%2FPublishingStatController HTTP/1.1
    Referer: http://owcstest.taconic.com/cs/ContentServer?id=1347209048668&action=details&cs_environment=standard&pagename=OpenMarket%2FXcelerate%2FAdmin%2FPublish%2FDestEdit&cs_formmode=WCM
    X-Requested-With: XMLHttpRequest
    X-Prototype-Version: 1.5.1.1
    Accept: text/javascript, text/html, application/xml, text/xml, */*
    Accept-Language: en-us
    User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
    Cookie: contentPaneTreeSaveStateCookie=paneRoot; myWorkPaneTreeSaveStateCookie=paneRoot%2CCSTree%40History___history_; sitePaneTreeSaveStateCookie=paneRoot%2C0%40PlacedPages%2CPlacedPages%401347208698531; BIGipServerpool_tac_owcs_test=2311461292.22811.0000; JSESSIONID=gJ83RsfLTtFNKJCf0h688sKdWQxFXGKSJYf1Plpf9yRvbDt4hvyw!-260764669; fw_cookienames_cookie=
    X-Forwarded-For: 14.140.150.250, 172.25.10.26
    ECID-Context: 1.004qbEeioSsCSsnMwmicMG0007GE00001U;kXjE1ZDLIPGIj3RSj3JRiKTPiKVK_IUT_IS
    X-Forwarded-Host: owcstest.taconic.com
    X-Forwarded-Server: owcstest.taconic.com
    Connection: Keep-Alive
    ]", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
    Thread-20539 "[STUCK] ExecuteThread: '71' for queue: 'weblogic.kernel.Default (self-tuning)'" <alive, suspended, waiting, priority=1, DAEMON> {
    -- Waiting for notification on: com.openmarket.xcelerate.locks.LockObject@1e24e3bf[fat lock]
    java.lang.Object.wait(Object.java:485)
    com.openmarket.xcelerate.locks.LockObject.enterWriteLock(LockObject.java:63)
    com.openmarket.xcelerate.locks.LockManager.enterWriteLock(LockManager.java:193)
    com.openmarket.xcelerate.publish.PubSessionManager.createSession(PubSessionManager.java:213)
    com.fatwire.realtime.PubMain.testConnection(PubMain.java:159)
    com.fatwire.realtime.messaging.PubsessionStatusFacade.testConnection(PubsessionStatusFacade.java:390)
    jsp_servlet._jsp._cs_deployed._openmarket._xcelerate._prologactions._publish._advpub.__publishingstatcontroller._jspService(__publishingstatcontroller.java:75)
    weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:224)
    weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:108)
    weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:207)
    weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:184)
    weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:520)
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:350)
    COM.FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1385)
    COM.FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1426)
    COM.FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:77)
    COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)
    COM.FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:39)
    COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$JSPDataFile.run(FILESYSTEMJSPManager.java:190)
    COM.FutureTense.Common.ContentServer.jspExecute(ContentServer.java:2752)
    COM.FutureTense.Common.ContentServer.evalTemplate(ContentServer.java:2392)
    COM.FutureTense.Common.ContentServer.generatePage(ContentServer.java:1450)
    COM.FutureTense.Common.ContentServer.evalPage(ContentServer.java:1083)
    COM.FutureTense.Common.ContentServer.execute(ContentServer.java:419)
    COM.FutureTense.Servlet.FTServlet.execute(FTServlet.java:69)
    COM.FutureTense.Servlet.FTServlet.doGet(FTServlet.java:53)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:700)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:815)
    weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:224)
    weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:108)
    weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:207)
    weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:55)
    com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:122)
    com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:48)
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:55)
    com.fatwire.cs.ui.framework.UIFilter.doFilter(UIFilter.java:73)
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:55)
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3702)
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:308)
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:116)
    weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2209)
    weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2131)
    weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1457)
    weblogic.work.ExecuteThread.execute(ExecuteThread.java:250)
    weblogic.work.ExecuteThread.run(ExecuteThread.java:213)
    >
    in Sites.log i found following Exceptions
    [2013-04-15 03:14:04,196] [fatwire.logging.cs.db] SQLException loading table definition for GSTUrlRegistry with state 99999: Protocol violation: [100]
    java.sql.SQLException: Protocol violation: [100]
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:464)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:192)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:884)
         at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1167)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1289)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3593)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3637)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1495)
         at oracle.jdbc.driver.OracleDatabaseMetaData.getColumnsWithWildcards(OracleDatabaseMetaData.java:331)
         at oracle.jdbc.driver.OracleDatabaseMetaData.getColumns(OracleDatabaseMetaData.java:125)
         at weblogic.jdbc.wrapper.DatabaseMetaData_oracle_jdbc_driver_OracleDatabaseMetaData.getColumns(Unknown Source)
         at COM.FutureTense.Servlet.JDBCTable.load(JDBCTable.java:1908)
         at COM.FutureTense.Servlet.JDBCTable.get_trans(JDBCTable.java:701)
         at COM.FutureTense.Servlet.JDBCTable.get(JDBCTable.java:611)
         at COM.FutureTense.Servlet.JDBCTable.<init>(JDBCTable.java:288)
         at COM.FutureTense.Servlet.JDBCConn.GetTable(JDBCConn.java:1333)
         at COM.FutureTense.Common.ftDBTable.getconn(ftDBTable.java:3899)
         at COM.FutureTense.Common.ftDBTable.grab(ftDBTable.java:982)
         at COM.FutureTense.ContentServer.ObjectCatalog.grab(ObjectCatalog.java:71)
         at COM.FutureTense.CatalogManager.CatalogEngine.newTable(CatalogEngine.java:415)
         at COM.FutureTense.CatalogManager.CatalogEngine.newTable(CatalogEngine.java:227)
         at COM.FutureTense.CatalogManager.CatalogEngine.executeStatement(CatalogEngine.java:5040)
         at COM.FutureTense.Common.CS.SQL(CS.java:1163)
         at com.fatwire.gst.foundation.facade.sql.SqlHelper.select(SqlHelper.java:161)
         at com.fatwire.gst.foundation.url.db.UrlRegistry.resolveAsset(UrlRegistry.java:112)
         at com.fatwire.gst.foundation.controller.BaseRenderPage.resolveAssetId(BaseRenderPage.java:316)
         at com.fatwire.gst.foundation.controller.BaseRenderPage.renderPage(BaseRenderPage.java:282)
         at com.fatwire.gst.foundation.controller.action.RenderPage.handleRequest(RenderPage.java:38)
         at com.fatwire.gst.foundation.controller.action.AbstractActionController.doExecute(AbstractActionController.java:70)
         at com.fatwire.gst.foundation.controller.AbstractController.Execute(AbstractController.java:74)
         at COM.FutureTense.XML.Template.CallJava.execute(CallTag.java:190)
         at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)
         at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)
         at COM.FutureTense.XML.Template.Root.execute(BlockTag.java:365)
         at COM.FutureTense.XML.Template.XMLEval.run(XMLEval.java:331)
         at COM.FutureTense.Common.ContentServer.evalTheXML(ContentServer.java:3186)
         at COM.FutureTense.Common.ContentServer.evalTemplate(ContentServer.java:2447)
         at COM.FutureTense.Common.ContentServer.generatePage(ContentServer.java:1536)
         at COM.FutureTense.Common.ContentServer.evalPage(ContentServer.java:1247)
         at COM.FutureTense.Common.ContentServer.execute(ContentServer.java:453)
         at COM.FutureTense.Common.ContentServer.runManager(ContentServer.java:3338)
         at COM.FutureTense.Common.CS.getPage(CS.java:1361)
         at COM.FutureTense.Common.CS.ReadPage(CS.java:1307)
         at com.openmarket.Satellite.CoResidentContentServerEh._handlePage(CoResidentContentServerEh.java:200)
         at com.openmarket.Satellite.CoResidentContentServerEh.fetchCacheObject(CoResidentContentServerEh.java:131)
         at com.openmarket.Satellite.AbstractContentServer$CacheObjectFetchFunction.doWork(AbstractContentServer.java:413)
         at com.openmarket.Satellite.AbstractContentServer.getCacheObject(AbstractContentServer.java:220)
         at com.openmarket.Satellite.AbstractContentServerEh.getCacheObject(AbstractContentServerEh.java:168)
         at com.openmarket.Satellite.CoResidentContentServerEh.getCacheObject(CoResidentContentServerEh.java:31)
         at com.openmarket.Satellite.SatelliteServer.execute(SatelliteServer.java:83)
         at com.openmarket.Satellite.servlet.BaseServlet.doGet(BaseServlet.java:118)
         at javax.servlet.http.HttpServlet.doHead(HttpServlet.java:281)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:724)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.fatwire.gst.foundation.httpstatus.HttpResponseStatusFilter.doFilter(HttpResponseStatusFilter.java:81)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:557)
         at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    [2013-04-15 03:13:38,247] [fatwire.logging.cs.db] Exception in query of ElementCatalog with where clause elementname = GST/ErrorHandler/500
    java.lang.NullPointerException
         at COM.FutureTense.Common.ftDBTable.selectTo(ftDBTable.java:2224)
         at COM.FutureTense.CatalogManager.ElementCatalog._getElementData(ElementCatalog.java:383)
         at COM.FutureTense.CatalogManager.ElementCatalog._get(ElementCatalog.java:366)
         at COM.FutureTense.CatalogManager.ElementCatalog.get(ElementCatalog.java:276)
         at COM.FutureTense.CatalogManager.ElementCatalog.isElement(ElementCatalog.java:484)
         at COM.FutureTense.Common.CS.IsElement(CS.java:522)
         at com.fatwire.gst.foundation.controller.AbstractController.sendError(AbstractController.java:159)
         at com.fatwire.gst.foundation.controller.action.AbstractActionController.handleException(AbstractActionController.java:99)
         at com.fatwire.gst.foundation.controller.AbstractController.Execute(AbstractController.java:76)
         at COM.FutureTense.XML.Template.CallJava.execute(CallTag.java:190)
         at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)
         at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)
         at COM.FutureTense.XML.Template.Root.execute(BlockTag.java:365)
         at COM.FutureTense.XML.Template.XMLEval.run(XMLEval.java:331)
         at COM.FutureTense.Common.ContentServer.evalTheXML(ContentServer.java:3186)
         at COM.FutureTense.Common.ContentServer.evalTemplate(ContentServer.java:2447)
         at COM.FutureTense.Common.ContentServer.generatePage(ContentServer.java:1536)
         at COM.FutureTense.Common.ContentServer.evalPage(ContentServer.java:1247)
         at COM.FutureTense.Common.ContentServer.execute(ContentServer.java:453)
         at COM.FutureTense.Common.ContentServer.runManager(ContentServer.java:3338)
         at COM.FutureTense.Common.CS.getPage(CS.java:1361)
         at COM.FutureTense.Common.CS.ReadPage(CS.java:1307)
         at com.openmarket.Satellite.CoResidentContentServerEh._handlePage(CoResidentContentServerEh.java:200)
         at com.openmarket.Satellite.CoResidentContentServerEh.fetchCacheObject(CoResidentContentServerEh.java:131)
         at com.openmarket.Satellite.AbstractContentServer$CacheObjectFetchFunction.doWork(AbstractContentServer.java:413)
         at com.openmarket.Satellite.AbstractContentServer.getCacheObject(AbstractContentServer.java:220)
         at com.openmarket.Satellite.AbstractContentServerEh.getCacheObject(AbstractContentServerEh.java:168)
         at com.openmarket.Satellite.CoResidentContentServerEh.getCacheObject(CoResidentContentServerEh.java:31)
         at com.openmarket.Satellite.SatelliteServer.execute(SatelliteServer.java:83)
         at com.openmarket.Satellite.servlet.BaseServlet.doGet(BaseServlet.java:118)
         at javax.servlet.http.HttpServlet.doHead(HttpServlet.java:281)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:724)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.fatwire.gst.foundation.httpstatus.HttpResponseStatusFilter.doFilter(HttpResponseStatusFilter.java:81)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:557)
         at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    [2013-04-15 03:14:08,222] [fatwire.logging.cs.db] SQLException loading table definition for SystemItemCache with state 99999: Protocol violation: [116]
    java.sql.SQLException: Protocol violation: [116]
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:464)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:192)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:884)
         at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1167)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1289)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3593)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3637)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1495)
         at oracle.jdbc.driver.OracleDatabaseMetaData.getColumnsWithWildcards(OracleDatabaseMetaData.java:331)
         at oracle.jdbc.driver.OracleDatabaseMetaData.getColumns(OracleDatabaseMetaData.java:125)
         at weblogic.jdbc.wrapper.DatabaseMetaData_oracle_jdbc_driver_OracleDatabaseMetaData.getColumns(Unknown Source)
         at COM.FutureTense.Servlet.JDBCTable.load(JDBCTable.java:1908)
         at COM.FutureTense.Servlet.JDBCTable.get_trans(JDBCTable.java:701)
         at COM.FutureTense.Servlet.JDBCTable.get(JDBCTable.java:611)
         at COM.FutureTense.Servlet.JDBCTable.<init>(JDBCTable.java:288)
         at COM.FutureTense.Servlet.JDBCConn.GetTable(JDBCConn.java:1333)
         at COM.FutureTense.Common.ftDBTable.getconn(ftDBTable.java:3899)
         at COM.FutureTense.Common.ftDBTable.grab(ftDBTable.java:982)
         at COM.FutureTense.Common.ContentServer.getSysItem(ContentServer.java:246)
         at COM.FutureTense.Common.ContentServer.recordBlobList(ContentServer.java:1745)
         at COM.FutureTense.Common.ContentServer.generatePage(ContentServer.java:1659)
         at COM.FutureTense.Common.ContentServer.evalPage(ContentServer.java:1247)
         at COM.FutureTense.Common.ContentServer.execute(ContentServer.java:453)
         at COM.FutureTense.Common.ContentServer.runManager(ContentServer.java:3338)
         at COM.FutureTense.Common.CS.getPage(CS.java:1361)
         at COM.FutureTense.Common.CS.ReadPage(CS.java:1307)
         at com.openmarket.Satellite.CoResidentContentServerEh._handlePage(CoResidentContentServerEh.java:200)
         at com.openmarket.Satellite.CoResidentContentServerEh.fetchCacheObject(CoResidentContentServerEh.java:131)
         at com.openmarket.Satellite.AbstractContentServer$CacheObjectFetchFunction.doWork(AbstractContentServer.java:413)
         at com.openmarket.Satellite.AbstractContentServer.getCacheObject(AbstractContentServer.java:220)
         at com.openmarket.Satellite.AbstractContentServerEh.getCacheObject(AbstractContentServerEh.java:168)
         at com.openmarket.Satellite.CoResidentContentServerEh.getCacheObject(CoResidentContentServerEh.java:31)
         at com.openmarket.Satellite.SatelliteServer.execute(SatelliteServer.java:83)
         at com.openmarket.Satellite.servlet.BaseServlet.doGet(BaseServlet.java:118)
         at javax.servlet.http.HttpServlet.doHead(HttpServlet.java:281)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:724)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.fatwire.gst.foundation.httpstatus.HttpResponseStatusFilter.doFilter(HttpResponseStatusFilter.java:81)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:557)
         at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
         [2013-04-15 03:14:28,564] [fatwire.logging.cs.db] SQLException loading table definition for SystemUsers with state 99999: Protocol violation: [105]
    java.sql.SQLException: Protocol violation: [105]
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:464)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:192)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:884)
         at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1167)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1289)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3593)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3637)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1495)
         at oracle.jdbc.driver.OracleDatabaseMetaData.getColumnsWithWildcards(OracleDatabaseMetaData.java:331)
         at oracle.jdbc.driver.OracleDatabaseMetaData.getColumns(OracleDatabaseMetaData.java:125)
         at weblogic.jdbc.wrapper.DatabaseMetaData_oracle_jdbc_driver_OracleDatabaseMetaData.getColumns(Unknown Source)
         at COM.FutureTense.Servlet.JDBCTable.load(JDBCTable.java:1908)
         at COM.FutureTense.Servlet.JDBCTable.get_trans(JDBCTable.java:701)
         at COM.FutureTense.Servlet.JDBCTable.get(JDBCTable.java:611)
         at COM.FutureTense.Servlet.JDBCTable.<init>(JDBCTable.java:288)
         at COM.FutureTense.Servlet.JDBCConn.GetTable(JDBCConn.java:1333)
         at COM.FutureTense.Common.ftDBTable.getconn(ftDBTable.java:3899)
         at COM.FutureTense.Common.ftDBTable.grab(ftDBTable.java:982)
         at COM.FutureTense.Access.StandardUsers.grab(ftUsers.java:362)
         at COM.FutureTense.Access.AccessEngine.doLogin(AccessEngine.java:391)
         at COM.FutureTense.Access.AccessEngine.doLogin(AccessEngine.java:381)
         at COM.FutureTense.Common.ftAppLogic.checkLogin(ftAppLogic.java:3256)
         at COM.FutureTense.Common.ContentServer.standaloneInit(ContentServer.java:786)
         at COM.FutureTense.Servlet.FRequestObj.init(FRequestObj.java:974)
         at COM.FutureTense.Servlet.FRequestObj.<init>(FRequestObj.java:271)
         at COM.FutureTense.Servlet.FRequestObj.newInstance(FRequestObj.java:231)
         at COM.FutureTense.Servlet.FRequestObj.newInstance(FRequestObj.java:218)
         at COM.FutureTense.CS.Factory.newCS(Factory.java:66)
         at com.openmarket.Satellite.RequestContext.getICS(RequestContext.java:1026)
         at com.openmarket.Satellite.RequestContext.captureInputCoResident(RequestContext.java:518)
         at com.openmarket.Satellite.RequestContext.<init>(RequestContext.java:428)
         at com.openmarket.Satellite.servlet.BaseServlet.doGet(BaseServlet.java:112)
         at javax.servlet.http.HttpServlet.doHead(HttpServlet.java:281)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:724)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.fatwire.gst.foundation.httpstatus.HttpResponseStatusFilter.doFilter(HttpResponseStatusFilter.java:81)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:557)
         at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

  • How to install webcenter sites 11.1.1.6 or 11.1.1.8 in cluster configuration and delivery mode?

    I am trying to install webcenter sites 11.1.1.6 using cluster configuration and in delivery mode but its not getting installed properly.
    Can anyone please share on the steps to follow while installing webcenter sites in delivery environment?

    The recommendation from the Oracle WebCenter & ADF Architecture Team is to keep the parts decoupled, installing WebCenter Sites on a separate machine. Otherwise it would be leading towards a 'Type 3' integration. Specifically looking at the proof-of-concept application 'Spark', which requires WebCenter Sites and WebCenter Portal installed on the same machine:
    +"Due to this co-deployment requirement, most clients have avoided installing or using Spark. And not without reason: installing two big, complex applications on the same environment is problematic with regards to scalability and tuning."+
    http://blogs.oracle.com/ATEAM_WEBCENTER/entry/integrating_webcenter_sites_with_webcenter3
    The introductory article on integrating WebCenter Sites and WebCenter Portal:
    http://blogs.oracle.com/ATEAM_WEBCENTER/entry/integrating_webcenter_sites_with_webcenter
    Thanks

Maybe you are looking for

  • Getting GTK error while running javaFX application on linux

    I developed an JavaFX application that works fine on Windows. So, I tried to run this same application on Linux (ubuntu x86) and it is not working. I setup all the environment with following this article : http://docs.oracle.com/javafx/2.0/release_no

  • Consistency check error in sender file content conversion

    Dear Experts, I am trying one simple File to File scenario in which i have only fields 1>salesorder_number 2>Description I created a txt file with line items "100,crudeoil" with file name as salesorder.txt In the sender file adapter i have configured

  • I can't print to my HP MF device from my IPad.

    I can't print from my IPad to my LaserJEtM1217nfwMFP. I have tried all the troubleshooting techniques including unplugging and replugging everything, and uninstalling and reinstalling the software. I have HPePrint, but it just shows "No Printers foun

  • Photos dont sync in iTunes

    I am seriously getting tired of the sync not working. I did have 152 photos in an album, added more to take the total too 253 pictures. Yet when i sync it does not include the extra pictures, I removed the whole album and it again added only 152 of t

  • [NEW] alexandria

    Hi, I was trying to make PKGBUILDs for Alexandria and its depends, Alexandria is a GNOME application to help you manage your book collection. http://www.gnomefiles.org/app.php?soft_id=110 REXML # Contributor: Krzysiek Wojszko <w dot krzysiek at gmail