Webcenter Site 11g : Cluster Install : logout issue facing.

Hi Friends ,
We have installed the Webcenter site 11g Cluster install on Weblogic server successfully. We have faced any issues while installation. After successful installtion , When we login to sample sites( going here & then) and click on the LOGOUT button on the page , its not logging out , again it is landing with same page where we clicked LOGOUT button.
We shutdown one cluster server (NODE1) , and NODE2 was up and running , now logout issue is not persisting and same NODE2 was down and NODE1 was up , now also no issue. BUT , if we start accessing sites from LBR url , this logout issue facing. There is no Error in sites..log & cas.log.
:-( we have created the ORacle SR , but still we have not received any soln.
Please help us , what could be the issue here.
Naveen

It's possible this is due to the cas url not being set correctly. In SSOConfig.xml you have two places to set this
casUrl - needs to be set to the external address for cas, this link will be included in pages visible to the end user (eg via webserver or loadbalancer).
casInternalUrl - needs to be set to an internal address for cas, Sites/CS will call this directly (should not go through webserver/loadbalancer)
If these are correct, then try to rule out whether the webserver/loadbalancer is an issue
- is it session sticky?
- if you set casUrl / casInternalUrl to point direct to cas can you login/logout direct to CS without the loadbalancer?
Phil

Similar Messages

  • 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 11g installation using HSQLDB

    Want to know if its possible to use HSQLDB on Webcenter Sites 11g? I just want a lightweight DB for my development instance and dont want to go with DB2/Oracle/SQL Server. I tried with the following configs:
    OS: Windows 2008 R2
    App server: Tomcat 6.0.35
    DB: HSQLDB 1.8.0
    If someone has tried and successful then do let me know the exact steps and also any inputs will be most welcome. Thanks.

    You might want to give Oracle XE (www.oracle.com/technetwork/products/express-edition/overview/index.html) a try, it is for sure heavier than hsqldb which is one jar, but is free and smaller than full blown Oracle DB. I use it for most of my installs so there is less chance of running into db-specific surprise behaviour.
    I have also installed CS7.6 on H2 (www.h2database.com) which is like hsqldb but smaller still.
    Phil

  • 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

  • 11G Cluster Install: Identify Net Interface shows wrong IP subnets??

    I'm in the middle of an 11Gr2 cluster install.
    On the screen where it has you Identify Network Devices,
    On my eth0 (public) ip...and the eth3 (vip) listings...it has the wrong subnet.
    Example...
    11.8.224.0(shown by oui)....should be 11.8.232.0 for eth0
    and
    11.8.224.0 (shown by oui)...should be 11.8.232.0 for eth3
    eth1, is shown correctly.
    When I look at ifconfig...I confirm my subnet numbers should be ok. I cannot find a way on the OUI screen, to change anything about the subnet IP address. It will only let me change the "type" to public, private or do not use.
    Any ideas where the OUI is picking up its information concerning the network interfaces?? I dunno why it is showing 224 rather than 232.
    Any suggestions? I can't find anything about this on the Oracle support site...
    This is on a RHEL5 box, 64 bit.
    Thanks in advance,
    cayenne

    Yes,
    you can configure etho or eth1 using
    #system-config-networkafter changes done you have to restart the services, make sure both the nodes are not using same ethernet ports
    service network restart

  • Oracle Linux 6.2 with RAC 11g cluster install fails on root.sh ioctl

    I have 2 HP Servers I'm trying to install a cluster to.
    I've tried Oracle Linux 6.2 and 6.3 with the same error on both nodes when running the root.sh script.
    I have tried the permissions, run-levels, etc that I have found in the forum and nothing has worked except the deconfigure works great. /u01/app/11.2.0/grid/crs/install/rootcrs.pl -deconfig -force
    root.sh Errors:
    Adding daemon to inittab
    CRS-4124: Oracle High Availability Services startup failed.
    CRS-4000: Command Start failed, or completed with errors.
    ohasd failed to start: Inappropriate ioctl for device
    ohasd failed to start at /u01/app/11.2.0/grid/crs/install/rootcrs.pl line 443.
    I can't see whats wrong, I did use ASM to configure iSCSI disks from a storage device which appeared to work correctly:
    # oracleasm listdisks
    VOL1
    VOL2
    VOL3
    VOL5
    # ls /dev/oracleasm/disks/
    VOL1 VOL2 VOL3 VOL5
    When I created the disks with ASM I used multipath successfuly:
    # oracleasm createdisk VOL1 /dev/mapper/23535333762373932
    The other node can see the disks just fine with oracleasm listdisks
    I chose 3 disks for the OCR - VOL1-3
    There was one forum work around to edit the $GRID_HOME/crs/install/s_crsconfig_lib.pm which I did no Oracle Linux 6.3 to no avail. I also tried using NFS mounted volumes for the OCR drives but got the same error.
    Using the install: linux.x64_11gR2_grid

    oracleasm (aka asmlib) may not be supported on RHEL(OEL) 6.x. You do NOT need asmlib and it's days are numbered.
    upon review of this document, even though it was for 10g, it still appears to be relevant
    "10g: Using Openfiler iSCSI with an Oracle RAC database on Linux [ID 371434.1]"
    and
    udev utility can be used for disk mounting consistency between the nodes. It is the preferred tool. Note:371814.1 explains how to use the udev option.
    and
    Can't install GI 11gr2 (11.2.0.3) root.sh fail
    Edited by: onedbguru on Dec 13, 2012 3:40 PM

  • Is WebCenter Site 11g OSGI ready?

    Hi there,
    We are running WCS 11g on top of WebLogic 11g R2 and we would like to have different versions of the same library running together, one for WCS itself and other to some Java code we are developing (which will be part of the new website).
    Is that possible?
    The real question is: How can we have a current version of a library (for isntance, Spring MVC) running side by side with a (much) older version of that library which is required by OWCS? Some people said we could wrap the application (running on top of a current version of Spring) into an EJB, but that sounds a lot of overhead.
    Cheers

    I guess this is more a Weblogic Server question - see this forum WebLogic Server - Upgrade / Install / Environment / Migration

  • AIA 11g  new install, console issue - no tasks in tasklist

    Hi
    I installed AIA foundation pack 11.1.1.3. I created user and added this user to all groups AIAIntegrationAdmin belongs to. When i login in to BPM worklist application as AIAIntegrationAdmin user, i see the task list in the worklist application. But, when i login as a new user assigned to all groups AIAIntegrationAdmin belong to, i don't see any tasks in the tasklist. Is there a specific role user need to have ?
    I want to create a user with all priveleges that AIAIntegrationAdmin user have. Please let me know how can i do this.
    Arun

    Hi Arun,
    I want to know from where you got the instalables of AIA 11.1.1.3
    If you can share the download link for this, it will be a great help.
    Because I am searching for it since last month but its not available on Oracle Website. I can see the latest 11.1.1..5 vresion there and prerequisites of it.
    Please help.
    Regards,
    Ashutosh Singh

  • Create header in webcenter sites

    Dear All,
       I am new to oracle webcenter site 11g version .I feel difficult to create header for my web page with submenu.

    Hi ,
    Can you elaborate the problem you are facing?
    Do you want to create a menu displayed on top of your window like the FSII or Avisports?
    Thanks,
    G.

  • Webcenter Sites installation failure (java.sql.SQLIntegrityConstraintViolationException: ORA-01400)

    We are installing webcenter sites 11g on windows 7 machine 64 bit and using weblogic 10.3.6 as application server and oracle database 11g R2 Express edition as database.
    We have created a user named GENPACT with system privilages as CREATE SESSION,CREATE TABLE,CREATE VIEW AND UNLIMITED TABLE SPACE with roles as CONNECT and RESOURCE.
    We followed all configuration guide lines for weblogic given in configuration guide by oracle.
    When installation is at 74 percent installation stops with following error--
    [2013-07-25 14:17:46,762 IST] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.db] Exception executing prepared statement: INSERT INTO tt1374741961848 (ELEMENTNAME,DESCRIPTION) VALUES (?,?)
    ELEMENTNAME = OpenMarket/Xcelerate/Installation/Miscellaneous/RemoveOldAlloyUIElements
    DESCRIPTION = This element removes old UI elements
    java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ("GENPACT"."TT1374741961848"."URL")
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
    and
    weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    [2013-07-25 14:17:46,778 IST] [ERROR] [.kernel.Default (self-tuning)'] [cs.core.db.DBTransaction] TransactionUnit failed to execute
    com.fatwire.cs.core.db.TransactionAbortException: replacerows failed
    at COM.FutureTense.CatalogManager.CatalogEngine$4.execute(CatalogEngine.java:1549)

    I installed Weblogic 10.3.6 and still the same error is occurring.
    I revoked the DBA role from the user and only gave it the privileges mentioned in the documentation. Those privileges are:
    CREATE SESSION
    CREATE TABLE
    CREATE VIEW
    UNLIMITED TABLESPACE
    However, the documentation doesn't mention anything about the Connect and Resources roles.
    Please take into consideration that the error is not related to any privileges or roles the user does not have. This is a ORA-0140 error meaning that the installer is trying to insert a null value into the URL column in the TT1343304398222 table.
    Any ideas ???
    Edited by: user13280720 on Jul 30, 2012 12:39 AM

  • 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

  • Dynamic pages with WebCenter Sites CSElements

    We are using the benefits of WebCenter Sites 11g regarding the possibilities of create the templates and the final user be able to compose the the pages. By the other hand, we have the necessity to create dynamic pages with business logic and interaction with database or web-services with WebCenter Sites templates. We expect to be able to embed these dynamic pages inside CSElements. With all of this in mind, what is the best approach? I'd like to know if our solution to use the Spring 2.5 + JPA 2 is a good a approach to reach our necessity/requirement or WebCenter Sites 11g has another better way to do that.

    You can add your own business logic to CSElements, or create your own tag libraries and add your logic there. If you're using a framework like the GSF you can call an action from your element as well. In all cases, you are free to use whatever tools you like to help you implement your business logic (provided that it is compatible, which you've already learned about. :-). Just be careful that you don't use the same database connection pool that Sites uses or you may run out of connections. Also, pay attention to how you are caching your pages and pagelets when you are calling external services or accessing external resources.
    Regards
    Tony

  • Books for Webcenter sites development easy steps

    Hi,
    I am looking for a good book to learn webcenter sites 11g R1 or any easy tutorial to build a website. Any inputs will be of great help.
    Thanks
    Ashwini

    Hi Ashwini,
    You can find developer guide and many other stuff at this link : http://www.oracle.com/technetwork/middleware/webcenter/sites/downloads/index.html
    Thanks,
    Harish

  • 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

  • Facing problem installing webcenter site

    I am trying to install weblogic webcenter site 11.1.1.6 in my system following the document available on [http://www.oracle.com/technetwork/middleware/webcenter/sites/documentation/index.html]. I am able to install without any errors and it says installation successful but when i log in to the app it doesnt have anything to display. It shows a blank page .Can anyone suggest as to where i am goin wrong. need some urgent solutions as i am in critical stage of my project.
    Thanks n regards in advance.
    Edited by: 941226 on Jun 18, 2012 1:28 AM

    It can be best answered under the below forum
    WebCenter Sites

Maybe you are looking for

  • PDF portfolio view in Adobe reader

    Hi, I recently created a PDF portfolio for a co-worker using Acrobat 9.0 Pro. I used the Grid with File Preview layout and added a header that appears right above the grid. Everything works well except that when my co-worker opens the PDF portfolio i

  • How do I get iPhone 4S notes to appear in Outlook

    With IOS 5 all iphone notes magically synced with Outlook. With IOS 6 I get three options for my Notes to have a 'default account' (why does it need an account at all? It's a NOTE). But playing the game, my options are On My Iphone (where else?! It's

  • Why am I getting these lines?

    Hello everyone. I have asked this before here and was helped out very well. I have followed the same steps I was told before which worked before but for some reason is not working now. Here is a clip of a Demo I made for a client but I keep getting t

  • How can I permanently delete my iTunes library from my Mac?

    I selected all of the songs and deleted them (and chose to move them to the Trash when prompted). However when I check Finder >>Music >> iTunes >> iTunes Library, the songs are still all there. I even restarted my computer and the songs are still the

  • Document signature for multiple patients

    I need to find a way to have my patients sign documents for each time I make a home visit. How can I do this and at the end of the day send all the signed docs from each patient to the insurance company?