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.

Similar Messages

  • 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

  • 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

  • Wireless Print Server Installation Issue - HP 2101nw

    I have been using the 2101nw for the past year with my HP printer and Qwest DSL (Actiontec Wireless modem / router) without any issues. Well I made the switch over to Comcast so I needed to use a new wireless router (the Linksys WRT54G). For some reason I wasn't able to get the 2101nw to work, it just wouldn't connect to my computer. So I decided to uninstall the software and reinstall it. Well that isn't working very well. Everything loads up fine while the print server is connected to my computer. The instructions then tell me to discount the cable from my computer and plug in the printer, nothing happens at all after that. No connection and the software therefore won't complete the installation. I've spent two days trying to figure out what to do, since the guide really doesn't offer any help.  Any suggestions or recommendations?

    Compatible products for:
    HP 2101nw Wireless G Print Server (Q6301A)
    Black and White Laser Printers HP LaserJet P1005 Printer HP LaserJet P1006 Printer HP LaserJet P1500 Printer series HP LaserJet P2030 Printer series HP LaserJet P2050 Printer series
    Color Inkjet Printers HP Deskjet 6980 Printer series HP Deskjet D2500 Printer series HP Deskjet D4200 Printer series HP Deskjet D4300 Printer series HP Officejet Pro K5400 Printer series HP Photosmart D5300 Printer series HP Photosmart D5400 Printer series HP Photosmart D7200 Printer series HP Photosmart D7400 Printer series
    Color Laser Printers HP Color LaserJet CP1210 Printer series HP Color LaserJet CP2020 Printer series
    Color Multifunction and All-in-One HP Color LaserJet CM2320 Multifunction Printer series HP Deskjet F4200 All-in-One Printer series HP Officejet 6300 All-in-One Printer series HP Officejet J4500/J4600 All-in-One Printer series HP Officejet Pro L7500 All-in-One Printer series HP Officejet Pro L7600 All-in-One Printer series HP Officejet Pro L7700 All-in-One Printer series HP Photosmart C4200 All-in-One Printer series HP Photosmart C4380 All-in-One Printer series HP Photosmart C5200 All-in-One Printer series HP Photosmart C6200 All-in-One Printer series
    Specialty Photo Inkjet Printers HP Photosmart A520 Printer series HP Photosmart A530 Printer series HP Photosmart A620 Printer series HP Photosmart A630 Printer series HP Photosmart A820 Home Photo Center series HP Photosmart B8550 Printer series

  • Search Server installation issue

    Dear all,
    I installed Peoplesoft HRMS 9.1 with Peopletools 8.52.11 on a Windows 2008 x64 server and Oracle 11G database.
    I'm installing the Search Server now from PSAdmin.
    After setting the configuration, I try to boot the server, it is giving me the following error:
    exec GWADM -A -o ".\LOGS\stdout" -e ".\LOGS\stderr":
    Failed
    tmboot CMDTUX_CAT:827: ERROR: Fatal error encountered; initiating user error handler
    tmshutdown -qy
    I tried deleting the cache, Cleaning IPC, I even opened the port (7778) and restarted the server, and I'm still getting the same issue.
    The Search server log doesn't show any error, but the Tuxedo log file shows the following error:
    CMDGW_CAT:3250: Error: Cannot send config to GWADM group=GWTGROUP
    LIBTUX_CAT:250: Error: tpsvrinit() failed
    CMDTUX_CAT:825: ERROR: Process GWADM at PSDEMOVM failed with /T tperrno (TPESVCFAIL - application level service failure)
    CMDTUX_CAT:827: ERROR: Fatal error encountered; initiating user error handler
    CMDGW_CAT:1655: INFO: DMADMSVR is exiting
    CMDTUX_CAT:26: INFO: The BBL is exiting system
    End boot attempt on domain DEMOSRCH
    Any help is much appreciated.
    Thx

    Fixed it.
    I had put the port wrong in the configuration.
    Thanks.

  • Oracle 11g R2 Windows Installation issue

    Hey everybody,
    i was trying to install Oracle 11g R2 on a Windows Server 2008 64-bit machine. During the installation i am getting an error message multiple times (about 20 times) where it says it cannot find certain files like C:\app\ora11g\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\WFMLRSVCApp.ear and some other files too. If i click move on in the dialog box each time an error occurs the installation will succeed and finish successfully.
    What am I doing wrong, do I have to change anything before installation starts?
    I am using the correct 64-bit installation files i downloaded from the Oracle homepage...
    Edited by: user12266335 on 07.04.2010 05:32

    SKramer_MuM wrote:
    Hi Hans,
    know I found where it contains the information about the downloads. It only shows up when you click on the "See All", but it won´t show up if you directly download via the Disk 1 or Disk 2 link on the download page. Good point. I never would have believed noobs would stop at that page and not be curious about what other stuff might be available under 'See All'. Stuff like the 'De-install' package.
    Since you didn't do it, I posted a comment/suggestion in the Download forum to put an additional note on the top 11gR2 download page.
    What brings up more confusion is when you click on the "See All" button next to the download for the 32-bit Version of 11g R2 for Windows an error comes up. Worked for me.
    You reported your error ... where?
    So I think Oracle needs to improve its homepage a lot...If you have ideas there is a forum "Forum Home » Technology Network Community » Community Feedback and Suggestions" in which you you are welcome to submit comments.

  • Oracle VM Server Installation Issues

    The Oracle VM Server 2.2.1 installation hangs after I pick US keyboard and does nothing after. I’ve tried other options including an old version of VM Server and I receive an error that states "isw: untested metadata version 1.2.04 found on /dev/sda", although the installation hangs in the same place. I’m not sure what the issue is and need some help.
    Also, just as a test, I installed Oracle Enterprise Linux R5-U5-Server on the hardware without any issues. I see everything, and it is a nice OS.
    Hardware details:
    I had Fry’s build a U4 server.
    Six 300 GB 10k rpm SATA on a raid 5 stripe
    Two 1.8 TB 7200 rpm SATA on a raid 0 mirror
    Motherboard GIGABYTE GA-X58A-UD3R
    24GB of DDR3 memory
    Intel Core i7-980X 3.33 GHX 12MB 6Core processor 64Bit
    Thanks for any help!!
    Robert
    [email protected]

    In order to get your HDs detected you will need to create a driver disk. Check this link out so you can create one.
    http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/install-guide/ch-driverdisk.html
    What the driver disk will do is load the driver disk image you need, and once you do that it should auto detect your drives.
    This should at least get you headed in the right direction :)
    Of course steps before creating the driver disk you will need to find out what driver you require and get a driver disk image of that driver to load to your bootable floppy/usb. In the example page they use a floppy, but any bootable media will work.
    Good luck,
    Roger.

  • Reporting server installation issue

    Hello,
    I have a problem while installing SCOM 2012 R2 Reporting server. My configuration is as follows:
    1) 3 servers - 1 database server on SQL 2012 Standard SP2 + 2 SCOM 2012 R2 Management servers
    2) all servers on Windows 2012 R2 Standard
    3) Windows Firewall is disabled on all servers
    4) DB server + Reporting server is installed on SQL server
    5) I am able to access SQL Reporting server URLs
    6) Account I am using to install is local admin on SQL and SCOM management server and has public and sysadmin role in SQL
    During the installation I got error messages below. Any idea?
    [17:05:40]: Error: :ModifySRSServiceAccount failed.: Threw Exception.Type: System.Runtime.InteropServices.COMException, Exception Error Code: 0x800706BE, Exception.Message:
    [17:05:40]: Error: :StackTrace:   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
       at System.Management.ManagementObject.InvokeMethod(String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.ReportingConfigurationHelper.ReportingConfiguration.ModifySRSServiceAccount(String userName, String userPassword, String sqlSRSServer, String srsServiceName, String sqlServerForSRSDatabase,
    String srsDBName)
    [17:05:40]: Warn: :Message:SetSRSSecurity Exception Exception: . Will retry..
    [17:05:40]: Debug: :Now Sleeping for : 60000 milliseconds
    [17:06:40]: Debug: :More: 4 rety to go..

    Hi,
    Did you install SCOM reporting on the SQL server which has SQL Reporting service running?
    Have you followed the link below:
    http://www.rickygao.com/step-by-step-installing-system-center-2012-r2-operation-manager/
    In which step you got this error. How about changing another admin account to install the reporting server?
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • OEID 3 - Endeca Server Installation Issue

    Helo,
    I am in the process of installing components of OEID 3 in my Windows7 machine.
    I installed Weblogic and ADF as per the instructions given here - http://docs.oracle.com/cd/E37502_01/server.751/es_install/toc.htm#Installing%20WebLogic%20Server%20and%20Application%20Developer%20Runtime
    I installed Endeca Server as per the instructions given here - http://docs.oracle.com/cd/E37502_01/server.751/es_install/toc.htm#Installing%20Oracle%20Endeca%20Server
    There is no error while installing the Endeca Server but the Oracle Home Size is only 44MB while it should be 470MB as per the instruction.
    The problem is while creating the WebLogic domain, Endeca Server is not appearing for selection.
    Did anyone get into similar situation? Is this related to Windows7? What am I missing?
    Thanks,
    VJ

    Hi VJ,
    Are you referring to this step in the installation procedure (Creating the WebLogic Domain for Endeca Server)?
    http://docs.oracle.com/cd/E37502_01/server.751/es_install/toc.htm#Creating%20the%20WebLogic%20domain%20for%20Endeca%20Server
    If so, this indicates that either the Endeca Server, or the ADF were not properly installed. Are you sure you are using the WLS and ADF packages as indicated in the documentation? Are you using Sun JDK 6?
    Julia

  • Mobil Server installation fails

    When I try to install the Mobile 10.0.0.0.0 server I get an error that says to install JDK 1.4.1.
    My machine has 1.4.1 installed.
    Has anyone else had this problem?
    Norm

    you need jdk 1.2.2 on your machine.
    Emilie

  • 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

  • Oracle 11g FREE download installation issues

    I am installing this database on an HP Pavilion Desktop
    I essentially have TWO (2) issues.
    1st ISSUE
    I was able to successfully run the setup.exe and my Oracle 11g is now installed.
    When I go to start, programs, Oracle, Application Development, SQL Plus
    it opens a windown for SQL plus, however, I am not able to do anything.
    I followed the install instructions about setting up the ODBC drivers, however I still
    can not get this to work. Would also like to know how to set access to this up as a desktop icon.
    2nd ISSUE
    Acording to the README..for the Oracle Enterprise Edition, I was only required to download
    V20610-01 Part 1 of 2
    V20610-01 Part 2 of 2
    V20609-01
    V20606-01
    V19145-01
    The Oracle Fusion Middleware download V18762-01 they said was OPTIONAL (O)
    Because I was having problems with the install where it was coming up with errors about
    not finding files, I downloaded ALL the ones from the list which were for 64bit INCLUDING Orcale Fusion Middleware.
    Only then did my install work properly.
    What I need to know is, on a desktop where I will be the only user,
    IS THE ORACLE FUSION MIDDLEWARE REQIRED?
    If NOT, and I completed the install, what will happen if I delete that folder (size is 11G)?
    Please advise!
    Edited by: user11925571 on Jul 15, 2010 8:31 AM

    >
    I am installing this database on an HP Pavilion Desktop ...
    >
    Which version of 11g ? What is the OS ? Assuming 11gR2 and Windows, pl confirm you meet or exceed the requirements for the install
    http://download.oracle.com/docs/cd/E11882_01/install.112/e10843/reqs.htm#i1011417
    HTH
    Srini

  • Adobe LiveCycle server installation issue

    Dear All,
    While installing Adobe LiveCycle server, I have the following error
    Failed to Deploy component : C:\Adobe\LiveCycle8.2\deploy\adobe-ejbprovider-dsc.jar
    then deployment stops and fails.
    This is the contents of the log file:
    [2009-04-27 12:10:03,552], SEVERE, Thread-24, com.adobe.livecycle.lcm.feature.deployment.DeployDSCs, Failed to deploy component C:\Adobe\LiveCycle8.2\deploy\adobe-ejbprovider-dsc.jar.
    com.adobe.livecycle.lcm.core.LCMException[ALC-LCM-030-200]: Failed to deploy component C:\Adobe\LiveCycle8.2\deploy\adobe-ejbprovider-dsc.jar.
    at com.adobe.livecycle.lcm.feature.deployment.DeployDSCs.deployDSCFiles(DeployDSCs.java:381)
    at com.adobe.livecycle.lcm.feature.deployment.DeployDSCs.deployDSCs(DeployDSCs.java:149)
    at com.adobe.livecycle.lcm.feature.expressTurnkey.ExpressTurnkeyTask.deployDSCs(ExpressTurnk eyTask.java:457)
    at com.adobe.livecycle.lcm.feature.expressTurnkey.ExpressTurnkeyTask.access$2900(ExpressTurn keyTask.java:64)
    at com.adobe.livecycle.lcm.feature.expressTurnkey.ExpressTurnkeyTask$ActualTask.performTurnk ey(ExpressTurnkeyTask.java:239)
    at com.adobe.livecycle.lcm.feature.expressTurnkey.ExpressTurnkeyTask$ActualTask.<init>(Expre ssTurnkeyTask.java:132)
    at com.adobe.livecycle.lcm.feature.expressTurnkey.ExpressTurnkeyTask$1.construct(ExpressTurn keyTask.java:110)
    at com.adobe.livecycle.lcm.core.tasks.SwingWorker$2.run(SwingWorker.java:114)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: ALC-DSC-215-000: com.adobe.idp.dsc.DSCAuthenticationException: None of the Auth Provider could authenticate the user. Authentication Failed
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.authenticate(AbstractMessage Receiver.java:157)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(AbstractMessageReceiv er.java:312)
    at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invokeCall(SoapSdkEndpoint. java:138)
    at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invoke(SoapSdkEndpoint.java :81)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
    at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
    at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
    at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
    at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
    at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:252)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at com.adobe.idp.dsc.provider.impl.soap.axis.InvocationFilter.doFilter(InvocationFilter.java :43)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:202)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:202)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:159)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11P rotocol.java:744)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
    ... 1 more
    Caused by: | [com.adobe.idp.um.api.impl.AuthenticationManagerImpl] errorCode:16386 errorCodeHEX:0x4002 message:null chainedException:java.lang.NullPointerExceptionchainedExceptionMessage:null chainedException trace:java.lang.NullPointerException
    at java.io.StringReader.<init>(StringReader.java:33)
    at com.adobe.idp.um.businesslogic.authentication.SAMLToken.<init>(SAMLToken.java:131)
    at com.adobe.idp.um.api.impl.AuthenticationManagerImpl.validateAssertionCheck(Authentication ManagerImpl.java:577)
    at com.adobe.idp.um.api.impl.AuthenticationManagerImpl.validateAssertion(AuthenticationManag erImpl.java:552)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.authenticate(AbstractMessage Receiver.java:132)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(AbstractMessageReceiv er.java:312)
    at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invokeCall(SoapSdkEndpoint. java:138)
    at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invoke(SoapSdkEndpoint.java :81)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
    at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
    at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
    at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
    at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
    at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:252)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at com.adobe.idp.dsc.provider.impl.soap.axis.InvocationFilter.doFilter(InvocationFilter.java :43)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:202)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:202)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:159)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11P rotocol.java:744)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
    at java.lang.Thread.run(Thread.java:595)
    at com.adobe.idp.um.api.impl.ManagerImpl.handleException(ManagerImpl.java:250)
    at com.adobe.idp.um.api.impl.ManagerImpl.handleException(ManagerImpl.java:192)
    at com.adobe.idp.um.api.impl.AuthenticationManagerImpl.validateAssertionCheck(Authentication ManagerImpl.java:587)
    at com.adobe.idp.um.api.impl.AuthenticationManagerImpl.validateAssertion(AuthenticationManag erImpl.java:552)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.authenticate(AbstractMessage Receiver.java:132)
    ... 41 more
    Anyone can help?
    Thank You
    [2009-04-27 12:15:27,001], INFO, Thread-24, com.adobe.livecycle.lcm.feature.deployment.DeployDSCs, Express mode processing complete
    [2009-04-27 12:15:27,001], INFO, Thread-24, com.adobe.livecycle.lcm.feature.deployment.DeployDSCs, Express task finished, true:false
    [2009-04-27 12:15:27,001], INFO, Thread-24, com.adobe.livecycle.lcm.feature.expressTurnkey.ExpressTurnkeyTask, Progress: Task[100, 7/6   Bootstrapping complete] Step[100, 1/2   Express steps complete]
    [2009-04-27 12:15:27,001], INFO, Thread-24, com.adobe.livecycle.lcm.feature.expressTurnkey.ExpressTurnkeyTask, Progress: Task[100, 7/6   Bootstrapping complete] Step[0, ]

    1) Please describe the:
    host hardware
    amount of host RAM
    host OS
    2) Was this the first time you installed LiveCycle ES on this machine?
    3) If you downloaded the install, did you validate the MD5 checksum for the build?
    http://www.adobe.com/products/livecycle/pdfs/lces1_md5_checksums_for_esd_images.pdf

  • Oracle access server installation issue

    is oracle identity management infrastructure 10.1.4.0.1 is compatible with i oracle access management identity server and web pass 10.1.4.3.0
    reply asap
    Edited by: Aditya on Jun 7, 2011 11:44 AM

    Hey Aditya,
    I can see it in this document below:
    1-http://www.google.com/url?sa=t&source=web&cd=1&ved=0CBkQFjAA&url=http%3A%2F%2Fwww.oracle.com%2Ftechnetwork%2Fmiddleware%2Fdownloads%2Foracle-accessmgr-10gr3-certmatrix-132000.xls&rct=j&q=certification%20matrix%20oam%2010.1.4.3&ei=7SbuTcK5AeLV0QHjm8SRCA&usg=AFQjCNEmg3xQgbQpEdItzo-tOcgMR_xSDA&cad=rja
    -->Oracle Access Manager (OAM)     10.1.4.0.1+     Oracle     Oracle Application Server 10g (10.1.2.x)     n/a     32     Integration available on all supported platforms     n/a     n/a     More details could be found under http://download.oracle.com/docs/cd/E10761_01/doc/oam.1014/e10356/osso.htm#CEGCEAJI
    -->Oracle Access Manager (OAM)     10.1.4.0.1+     Oracle     Oracle Application Server 10g (10.1.3.x)      n/a     32     Integration available on all supported platforms     n/a     n/a     More details could be found under http://download.oracle.com/docs/cd/E10761_01/doc/oam.1014/e10356/osso.htm#CEGCEAJI
    -->Oracle Access Manager (OAM)     10.1.4.0.1+     Oracle     Oracle Application Server 10g Single Sign-On (10.1.2.x)      n/a     32     Integration available on all supported platforms     n/a     n/a     More details could be found under http://download.oracle.com/docs/cd/E10761_01/doc/oam.1014/e10356/osso.htm#CEGCEAJI
    -->Oracle Access Manager (OAM)     10.1.4.0.1+     Oracle     Oracle Application Server 10g Single Sign-On (10.1.4.x)     n/a     32     Integration available on all supported platforms     n/a     n/a     More details could be found under http://download.oracle.com/docs/cd/E10761_01/doc/oam.1014/e10356/osso.htm#CEGCEAJI
    2-http://download.oracle.com/docs/cd/E10761_01/doc/oam.1014/e10356/osso.htm#CEGCEAJI
    3-You can also go to metalink and research in certification tab more details there.
    I hope this helps.
    Thiago Leoncio Guimaraes

Maybe you are looking for

  • TV + Closed-Lid Mode?

    Is running in closed-lid mode on the MacBook using a television with the Apple Video Adapter supported? I can't get it to work properly. Brian

  • Mac wont recognize external usb HD anymore.

    Hello all, I have an external seagate HD that I formatted on my mac which worked on both pc and mac fine. Suddenly my mac wont pick it up when I plug it in. The pc still does. Was this after the update? SO, I re-formatted on pc to ntfs and still no g

  • How do I get a real download status message when I am looking at negative billions of hours (!) as estimate?

    Over four hours later, OS X download bar is showing negative time remaining of 2,147,483,648 hours remaining.  This is under a status message saying 'Preparing to install'.  The blue progress bar was full when the download began. If this is someone a

  • Some  XI-questions

    Hello! I'm still searching information about XI-functionality, especialy the following questions are  relevant. I need just simple (Yes/No) answer, whether XI allows to fullfil the requirements or not. Backup Storage Plan Defined and Documented? (Yes

  • Difference between session facade and business delegate patterns

    Hi, How the session facade and business delegate patterns differ from each other, as both of them have similar and almost same forces to be addressed. Please address. Satya.