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.

Similar Messages

  • 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

  • Run Firefox in headless mode, for automated testing. Ideally other concurrent instances will operate normally for other tasks.

    I'm currently writing a Selenium 2 (Ruby) automated testing suite.
    I would like to be able to pass something that invokes an instance of firefox in headless mode.
    This would allow me to run automated tests whilst carrying on with manual tasks on another, standard set-up instance of Firefox.
    If this is possible, that would be fantastic.

    A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.
    *http://forums.mozillazine.org/viewforum.php?f=25
    The helpers at that forum are more knowledgeable about web development issues.<br>
    You need to register at the MozillaZine forum site in order to post at that forum.

  • Where to download oracle webcenter sites ???

    hi
    i am trying to download oracle webcenter sites ,we would like to test .when i searched at oracle download and e-delivary i couldnt find the setup files ,it is only available in oracle shop to be bought .
    is there anywhere to find the setup for development purposes ?
    hsweiss

    Go to this url: https://edelivery.oracle.com/EPD/Download/get_form?egroup_aru_number=11571973
    Search fo Fatwire at the bottom, this is the WebCenter sites available till this point...
    However no integration is there yet, and you will have to wait for the new release from oracle

  • WebCenter Sites - Export to Disk with Images

    Using WebCenter Sites (11.1.1.6.0), I've followed the 'export to disk' instructions for FirstSiteII but no images are exported. I have selected all types in 'Approve Multiple Assets' query (including images) before publishing. There are a list of totals from the query results, and it appears to have found images and approved them, however there are messages saying:
    "Rendered page returns -4 rendering asset, ItemImage.jpg. Please preview asset and check template, FirstSiteII/Media_C/FSIIDetail."
    (Although this message is presented in a green notification box with a tick)
    How can I include images in the export?
    The plan was to use the 'export to disk' feature as the primary method of publishing site content. I'm using the sample sites to test how feasible this is. I also haven't been able to locate a suitable entry point asset on the avisports sample to test it as well. The 'Home' asset cannot be selected as entry point as 'no templates can be found' (despite it listing that it uses HomeLayout in the form).
    How can I export avisports site to disk?
    Many thanks.

    Still looking for some detail on how to export avisports to disk, and include images in a FirstSiteII export to disk. The image issue may be related to how the images are stored (as an asset in the database served by the blobserver, or separably on disk). I would have thought that if they are database stored, they would be extracted on publishing (export to disk) but this doesn't seem to be happening?

  • Unable to install webcenter Sites

    Hi ,
    I am facing an issue while installing webcenter sites on weblogic server 10.3.6 Error is
    log
    [2012-08-06 12:32:45,499] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/VerifyJars?errno=0&SystemAssetsRoot=/cs/futuretense_cs/&errdetail=0&COMMANDNAME=READURL&USERNAME=ContentServer&Browser=Unknown Browser&PASSWORD=<user password>&
    [2012-08-06 12:32:45,551] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/GatorCheckPath?errno=0&SystemAssetsRoot=/cs/futuretense_cs/&errdetail=0&COMMANDNAME=READURL&USERNAME=ContentServer&Browser=Unknown Browser&PASSWORD=<user password>&
    [2012-08-06 12:32:45,821] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog successfully imported file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/CSDirect/Populate/SiteCatalog.html
    [2012-08-06 12:32:45,992] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog successfully imported file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/CSDirect/Populate/ElementCatalog.html
    [2012-08-06 12:32:45,992] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog Sucessfully imported catalog /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/CSDirect/Populate
    [2012-08-06 12:32:46,036] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] UPGRADE Upgrade is not required from 0.0.0.0.0
    [2012-08-06 12:32:46,053] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] UPGRADE Upgrade is not required from 0.0.0.0.0
    [2012-08-06 12:32:46,067] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] UPGRADE Upgrade is not required from 0.0.0.0.0
    [2012-08-06 12:32:46,080] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] UPGRADE Upgrade is not required from 0.0.0.0.0
    [2012-08-06 12:32:46,094] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] UPGRADE Upgrade is not required from 0.0.0.0.0
    [2012-08-06 12:32:46,107] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] UPGRADE Upgrade is not required from 0.0.0.0.0
    [2012-08-06 12:32:46,295] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog successfully imported file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/Xcelerate/Populate/SystemTransforms.html
    [2012-08-06 12:32:46,348] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog successfully imported file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/Xcelerate/Populate/FW_MsgBus.html
    [2012-08-06 12:32:46,586] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog successfully imported file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/Xcelerate/Populate/SystemSQL.html
    [2012-08-06 12:32:46,787] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog successfully imported file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/Xcelerate/Populate/FlexAssetDef_reg.html
    [2012-08-06 12:32:46,990] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog successfully imported file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/Xcelerate/Populate/LocaleMap.html
    [2012-08-06 12:32:48,734] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog successfully imported file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/Xcelerate/Populate/SiteCatalog.html
    [2012-08-06 12:32:48,931] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog successfully imported file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/Xcelerate/Populate/StatusCode.html
    [2012-08-06 12:32:49,287] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog successfully imported file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/Xcelerate/Populate/SystemSeedAccess.html
    [2012-08-06 12:32:49,328] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.db] Exception creating table info hint for column id in table Category
    java.lang.Exception: Unknown Catalog column type
         at COM.FutureTense.Common.ftDBTable.sqlFromCol(ftDBTable.java:3102)
         at COM.FutureTense.Common.TempTable.cloneSchema(TempTable.java:64)
         at COM.FutureTense.Common.TempTable.createTable(TempTable.java:196)
         at COM.FutureTense.Common.ftDBTable.createTable(ftDBTable.java:2265)
         at COM.FutureTense.CatalogManager.CatalogEngine.createTable(CatalogEngine.java:3461)
         at COM.FutureTense.CatalogManager.MirrorEngine.createTemporaryTable(MirrorEngine.java:4494)
         at COM.FutureTense.Common.CatalogManager.execute(CatalogManager.java:854)
         at COM.FutureTense.Common.ContentServer.runManager(ContentServer.java:3338)
         at COM.FutureTense.Common.CS.CatalogManager(CS.java:1501)
         at COM.FutureTense.Common.CS.CatalogManager(CS.java:1456)
         at COM.FutureTense.Apps.Install.command.ImportCatalog.doIt(ImportCatalog.java:478)
         at COM.FutureTense.Apps.Install.command.ImportCatalog.importCatalogDirectory(ImportCatalog.java:732)
         at COM.FutureTense.Apps.Install.command.ImportCatalog.doImport(ImportCatalog.java:271)
         at COM.FutureTense.Apps.Install.command.ImportCatalog.exec(ImportCatalog.java:189)
         at COM.FutureTense.Apps.Install.command.Command.execute(Command.java:130)
         at COM.FutureTense.Apps.Install.server.InstallManager.invokeCommand(InstallManager.java:479)
         at COM.FutureTense.Apps.Install.server.InstallManager.execute(InstallManager.java:104)
         at COM.FutureTense.Apps.Install.server.InstallServer.evalPage(InstallServer.java:123)
         at COM.FutureTense.Common.ContentServer.execute(ContentServer.java:453)
         at COM.FutureTense.Servlet.FTServlet.execute(FTServlet.java:129)
         at COM.FutureTense.Servlet.FTServlet.doGet(FTServlet.java:54)
         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.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         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.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:57)
         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)
    [2012-08-06 12:32:49,331] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.db] Missing required key columns in creation of table tt1344236561378
    [2012-08-06 12:32:49,331] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.db] Error -100 creating table tt1344236561378
    [2012-08-06 12:32:49,331] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalogcreateTemporaryTable: Error creating the temp table. Error number=-100
    [2012-08-06 12:32:49,331] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog importCatalogFile: error importing the file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/Xcelerate/Populate/Category.html
    [2012-08-06 12:32:49,341] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog Importing file= /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/Xcelerate/Populate/Category.html fail due to error -100
    [2012-08-06 12:35:00,694] [INFO ] [.kernel.Default (self-tuning)'] [logging.cs.cache.page] FW_InvalidationMemory table not found. Creating.
    thanks in advance
    Regards,
    Ajay

    HI Ajay,
    There is some problem with your database access. Please ensure you have Db access as DBA with all the priveleges and then create a datasource in weblogic. test this datasource it should be successful. Then install webcenter sites mentioning your weblogic details it should be rectified.
    ~Cheers
    Rajiv Jain

  • Webcenter site installation is failing

    Hi,
    I have tried to install webcenter sites in my local desktop but it is failing.
    Ping to application URL http://127.0.0.1:7001/servlet/HelloCS is not working. DB ping is also not working.
    Please help
    Sunil

    Hi,
    Are you using WebLogic? could it be that you're pointing to the Management node and not the managed server port? Usually the management node runs on port 7001 and the managed server on 7002 (or the one that you've specified)
    During installation, you'll be asked to deploy the application (CS, cas). After deployment, did you hit test? What was the result?
    You can also send us your install.log, it should reside in your ominstalldir directory.
    Cheers,
    Rodney

  • Tools for automated testing

    Hi,
    our QA dept is looking for a tool for creating automated tests that simulate user activity on web sites (APEX-based particularly).
    This tool probably should be able to create initial test scripts on behalf of QA engineer and then play them on its own to test our business processes.
    Could anybody recommend a good tool for this purpose?
    Thanks

    Hi Edward,
    Although it's maybe not entirely APEX, I saw Steven Feuerstein showing "Quest Code Tester for Oracle" (http://www.quest.com/code%2Dtester%2Dfor%2Doracle/ or http://unittest.inside.quest.com/product_info.jspa).
    As Steven describes: Code Tester automates the process of building and running tests of your PL/SQL programs. The major breakthrough achieved by this tool is that you describe the expected behaviour of your program through a graphical interface, and then Code Tester generates the test code needed to implement those tests.
    I found it quiet nice and as we're using a lot of PLSQL packages too, I think it can be useful in an APEX environment.
    Dimitri
    http://dgielis.blogspot.com

  • 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

  • Queries on Webcenter Sites capabilities

    Hi experts,
    I am trying to understand the capabilities of the Webcenter Sites product. I have the below queries.
    Please feel free to answer as many as you can.
    1. Is installation supported on Mac? Can content contribution be done using Mac/iOS/Safari?
    2. Can content authoring be done from mobile devices like iphone, ipad, android smartphones?
    3. Is it possible to publish content from Delivery to Management instance?
    4. Is there any language translation capability or we have to rely on third-party products for this?
    5. Can the product provide A/B and multivariate testing?
    Thanks!
    -DFy

    Hi DFy -
    Please find my replies inline --
    1. Is installation supported on Mac? Can content contribution be done using Mac/iOS/Safari?
       Installation on Mac is not supported officially, but browser support is there for safari on Mac. You can go through the certification matrix for sites 11.1.1.6.0 (Oracle WebCenter Sites Documentation&lt;/title&gt;&lt;meta name=&quot;Title&quot; content=&quot;Oracle WebCenter Sites D… ) for better understanding.
    3. Is it possible to publish content from Delivery to Management instance?
    This is not a valid user case, publishing is done from Management site to delivery. Management system is where the contributors create the content and they will check , approve and publish this content to delivery system, in order for the content to go live on the site. Delivery is the server where the website is served from.
    4. Is there any language translation capability or we have to rely on third-party products for this?
    We do not have language translation capabilities in sites, i.e data cannot be translated into another language, but users can create data in different languages. Localization support for sites UI is there in 11.1.1.6.0.

  • Webcenter Sites 11g: Mobility server installation issue!!

    Hi ,
    I am trying to setup Webcenter Sites Mobility Server standalone ( Webcenter Sites CS and CAS up and running).
    I am facing some issue, trying to setup the same. Can anyone pls. help me on the same?
    I am getting the folloing error in the apache log -
    File does not exist: /opt/MS/msadmin/web/adminpanel/allProperties, referer: http://admin.ms1.coedomain.com:8001/
    The default properties are not getting populated on the MSADMIN UI.
    It says "Loading..." but never loads.
    I can see them in the database but not getting populated on the msadmin UI.
    The mapper url http://admin.ms1.coedomain.com:8001/mapper is also throwing 404 error.
    I can see the modules present under "/var/www/html/mobilityserver/apps/frontend/modules".
    Can anyone pls. let me know that apart from the installation steps mentioned in the Installation guide did I need to do anything else ?
    Please help. I am stuck on this for sometime!!
    Thanks

    Hi,
    Yes I have followed the same document.
    I have followed the steps exactly as mentioned in the document ( Only I have configured OCI and its working fine).
    At the end I ran the below command to test-
    sudo php symfony mobilityserver:testInstall env=prod host=ms1.coedomain.com:8001
    OUTPUT:
    mobilityserver:testInstall Task started at 2012-09-24 17:15:46
    mobilityserver:testInstall oraclecms configuration settings are present
    mobilityserver:testInstall Unable to connect to URL: http://ms1.coedomain.com:8001/writetest.php
    mobilityserver:testInstall Unable to connect to URL: http://ms1.coedomain.com:8001/writetest.php
    mobilityserver:testInstall Unable to connect to URL: http://ms1.coedomain.com:8001/writetest.php
    mobilityserver:testInstall Unable to connect to URL: http://ms1.coedomain.com:8001/writetest.php
    mobilityserver:testInstall WURFL works
    mobilityserver:testInstall Pulling XML from Content Server was successful
    mobilityserver:testInstall Parsing XML from Content Server was successful
    mobilityserver:testInstall Task ended at 2012-09-24 07:45:47 (1.696 seconds)I do not find the file "writetest.php" anywhere.
    I can see the errors in the log as "File does not exist: /opt/MS/msadmin/web/adminpanel/allProperties, referer: http://admin.ms1.coedomain.com:8001/"
    Do you have any file named "allProperties" under "adminpanel " directory?
    Probably because of this its not able to load the properties.
    Thanks,
    Dev.

  • 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

  • Integration between Webcenter Sites and Oracle Real time Decision(RTD)

    Hi,
    I want to integrate RTD with Webcenter Sites for automated targetting purpose. Can you please provide any implementation view on this?
    Thanks,
    Krishnendu Chatterjee

    Hi,
    Hi,
    I am also looking for the same..
    Did you get any link or documents?
    Thanks,
    Dev

  • Hi, I got the problem with Firefox 27.0.1. I can not run Selenium on Firefox after login a website for automation testing. The browser is not responding.

    Hi, I got the problem with Firefox 27.0.1. I can not run Selenium on Firefox after login a website for automation testing. The browser is not responding. However when I close Nunit, the page is back to be normal. The title is returned to the name of website without "not responding". I sure this problem did not happen on Firefox version 26. I just got this problem when firefox upgrading automatically to version 27. Please help me fix this problem because it is very important for my work. If you need more information pls send your concerns via my email address.
    Thanks so much

    Hi, the work around suggested above should put you in working mode in the meantime. However to help investigate the issue it is possible to analyze what is not loading or taking a long time by analyzing the network traffic or http headers of the Nunit web page.
    *[https://addons.mozilla.org/en-us/firefox/addon/live-http-headers/]
    *Web developer Tools > Web console
    If you post the results with out the user data, we are happy to help.

  • Forms and Reports: Automated Test tools - functionality AND performance

    All,
    I'm looking to get a few leads on an automated test tools that may be used to validate Oracle forms and reports (see my software configuration below). I'm looking for tools that can automate both functional tests and performance. By this I mean;
    Functional Testing:
    * Use of shortcut keys
    * Navigation between fields
    * Screen organisation (filed locations)
    * Exercise forms validation (bad input values)
    * Provide values to forms and simulate user commit, and go and verify database state is as expected
    Performance Testing:
    * carry out tests for fixed user load
    * carry out tests for scaled step increase in user load
    * automated collection of log files and metrics during test
    So far I have:
    http://www.neotys.com/
    Thanks in advance for your response.
    Mathew Butler
    Configuration:
    Red Hat Enterprise Linux x86-64 architecture v4.5 64 bit
    Oracle Application Server 10.1.2.0.2 ( with patch 10.1.2.3 )
    Oracle Developer Suite (Oracle Forms and Reports) V10.1.2.0.2 ( with patch 10.1.2.3 )
    Oracle JInitiator 1.3.1.17 or later
    Microsoft Internet Explorer 6

    are there any tools for doing this activity like oracle recommended tools?
    Your question is unclear.  As IK mentioned, the only tool you need is a new version of Oracle Forms/Reports.  Open your v10 modules in a v11 Builder and select Save.  You now have a v11 module.  Doing a "Compile All PL/SQL" before saving is a good idea, but not required.  The Builders and utilites provided with the version 11 installation are the only supported tools for upgrading your application.  If you are trying to do the conversion of many Forms files in a scripted manner, you can use the Forms compiler in a script.  Generating new "X" files will also update the source modules (fmb, mmb, pll).  See MyOracleSupport Note 955143.1
    Also included in the installation in the Forms Migration Assistant.  Although it is more useful to people coming from older versions, it can also be used to move from v10 to 11.  It allows you to select more than one file at a time.  Documentation for this utility can be found in the Forms Upgrade Guide.
    Using the Oracle Forms Migration Assistant

Maybe you are looking for