Accéder au contenu principal

Articles

Affichage des articles associés au libellé installation

Starting Oracle WebCenter Ensemble adminui

In some situations, a FQDN (Fully Qualified Domain Name) machine can lead to problems after a fresh install of Oracle Webcenter Ensemble, when accessing to Admin console http://mymachine:20070/ensembleadminui/run/ensemble.faces The problems occurs on Windows XP or 2003 machines. Version of ensemble wich is concerned: 10.3.0j.0 and above In this case, have a look to the log into: <HOME_DIR>\ensembleadminui\10.3.0\wrapper.log If you get an error as following …<1.0.0-SNAPSHOT-SNAPSHOT nonfatal store error> kodo.jdo.DataStoreException: Syntax error: Encountered ")" at line 1, column 176. {SELECT t0.DOMN, t0.REALMN, t0.NAME, t1.URI FROM BEASAML2_SPPARTNER t0, BEASAML2_SP_AUDIENCEURI t1 WHERE (t0.DOMN = ? AND t0.REALMN = ? AND t0.NAME = ?) AND t0.DOMN = t1.DOMN(+) AND t0.REALMN = t1.REALMN(+) AND t0.NAME = t1.PARTNER_NAME(+) ORDER BY t0.DOMN ASC, t0.REALMN ASC, t0.NAME ASC} [code=-1, state=42X01…. then replace the FQDN by localhost into: <HOME_DIR>\settings...

Using REST Apis in WebCenter : Setup for Linux

REST Apis are available with Oracle WebCenter R1 PS1 (Nov 2009). This post gives informations for installing samples on an existing WebCenter plateform. REST Samples which are provided on otn site can be installed either with Apache, or with WebLogic Server directly. Setup For Apache To avoid cross site scripting errors, you should proxy URL access to the REST service:   http://<hostname>:<WLSport>/rest/api/resourceIndex On Apache or Oracle HTTP Server Depending the current configuration of apache2.conf, it will be needed to setup the Proxy mod by updating the httpd.conf file, and by adding directives for proxying the target url dedicated to REST. In the lines below, replace the port 7001 by the port used by WLS. Modify httpd.conf by adding the following lines: LoadModule proxy_module /usr/lib/apache2/modules/mod_proxy.so LoadModule proxy_ajp_module /usr/lib/apache2/modules/mod_proxy_ajp.so LoadModule proxy_balancer_module /usr/lib/apache2/modules/mod_proxy_bala...

Installation de Oracle Portal 11g Release 1 (11.1.1)

La version 11g de Oracle Portal peut être téléchargée depuis Juillet 2009. Cette nouvelle version apporte essentiellement un meilleur niveau de conformité vis à vis de standards tels que XHTML ou bien WSRP 2. On remarquera également que l’on peut substituer BPEL au mécanisme de workflow natif. Cette intéressante option permettra de configurer des processus de contribution plus sophistiqués (imbrication avec des appels de web Services par exemple) Pré-requis logiciels Voici les logiciels qu’il est nécessaire de télécharger (pour Windows 32) avant d’entamer l’installation: Oracle Identity Manager 10.1.4.1 télécharger, au minimum : Oracle Identity Management Infrastructure and Oracle Identity Federation Oracle IDM 10.1.4.3 Patch (IM 10.1.4.3 PATCHSET) nro 7215628 via le site metalink Oracle 11G est certifié avec Oracle SSO 10.1.4.3. C’est la raison pour laquelle il faut appliquer ce patcshet Oracle SGBD 11g R1 ( 11.1.0.7 ) On peut également utiliser une 11gR2 Oracle Fusion Mid...