sun.security.validator.ValidatorException: PKIX path building failed:

No momento que configuramos uma keystore no SOA 12C alguns problemas podem ocorrer. Caused By: oracle.j2ee.ws.wsdl.LocalizedWSDLException: WSDLException: faultCode=PARSER_ERROR: Failed to read wsdl file at: “https://SOA_SERVER:8002/soa-infra/services/default/DocumentRouting/documentrouting_client_ep?WSDL”, caused by: javax.net.ssl.SSLHandshakeException. : javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Ou <bpelFault><faultType>0</faultType><remoteFault xmlns=”http://schemas.oracle.com/bpel/extension”><part name=”summary”><summary>oracle.fabric.common.FabricInvocationException: javax.xml.ws.WebServiceException: Could not determine wsdl ports. WSDLException: faultCode=PARSER_ERROR: Failed to read wsdl file at: “https://sandbox.zmsolution.com.br/ws2/ZMsolutionBean?wsdl”, caused by: javax.net.ssl.SSLHandshakeException.: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable[…]

Read more

Erro ORA-25226 após import com impdp

As vezes realizamos o import de um sistema que possui queue, normalmente após o import ocorre o seguinte erro: ORA-25226 dequeue failed queue not enabled for dequeue, para solucionar esse erro é bem simples, apos o import habilite novamente as queues. segue o comando abaixo: select para verificar a QUEUE SQL> select OWNER,NAME,QUEUE_TABLE,ENQUEUE_ENABLED,DEQUEUE_ENABLED from dba_queues where NAME=’EVENT_QUEUE’; OWNER NAME —————————— —————————— QUEUE_TABLE ENQUEUE DEQUEUE —————————— ——- ——- STRMADMIN EVENT_QUEUE EVENT_QUEUE_TAB NO NO execute o comando com sys[…]

Read more

AdminServer em Cluster?

Todos Sabemos que não é possível subir o Admin Server em Cluster, mas se ele for configurado corretamente, poderá ser iniciado iniciado em qualquer nó. O erro que mais ocorre quando tentamos subir o Admin Server em outro Nó do Cluster é: 1. weblogic.security.SecurityInitializationException: Authentication for user weblogic denied. 2. java.lang.IllegalStateException: Unable to perform operation: post construct on weblogic.security.SecurityService 3. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.jndi.internal.RemoteNamingService errors were found 4. java.lang.IllegalStateException: Unable[…]

Read more

Criando um Cluster no Oracle SOA Suite 12c

Neste artigo vamos aprender como criar um Cluster no Oracle SOA Suíte 12C. Para quem está chegando agora e quer saber um pouco mais sobre a instalação do Oracle SOA Suite, sugiro dar uma olhada nos artigos abaixo. Parte 1: Preparando e Instalando o Banco de Dados Parte 2: Preparando e Instalando o Oracle SOA Suíte Parte 3: Configurações necessárias do Oracle SOA Suíte Acesse a console administrativa do Weblogic Clique em Lock & Edit Clique em Servers Clique em[…]

Read more

Aplicando Patch no Oracle SOA Suíte 12.2.1.3

No Oracle SOA Suíte 10.3 existiam três formas de aplicação de Patch: OPATCH,BSU e PSA O OPATCH funciona para patchs no Oracle Home, o BSU que funciona para no weblogic e PSU funciona para patchs no FMW schemas que no caso são os esquemas de banco que criamos com o rca. Acho bem interessante fazer esse comentário sobre o Oracle SOA Suíte 10.3 devido a maioria dos produtos Oracle ainda funcionarem em cima dessa versão[…]

Read more

Instalando o Oracle Https Server 12.2.1.3

Hoje vamos instalar o Oracle Https Server 12.2.1.3. O OHS  facilita bastante na hora de trabalharmos com  balanceamento e alta disponibilidade do Oracle SOA Suite. Para quem está chegando agora e quer saber mais sobre como instalar o Oracle SOA Suite, aconselho dar uma olhada nas nossas matérias anteriores. Parte 1: Preparando e Instalando o Banco de Dados Parte 2: Preparando e Instalando o Oracle SOA Suíte Parte 3: Configurações necessárias do Oracle SOA Suíte O Oracle Https Server será configurado na mesma máquina em[…]

Read more

Instalando o Oracle SOA 12.2.1 – Parte 3

Parte 3– Configurando o  Oracle SOA Suíte    Neste artigo Instalando o Oracle SOA 12.2.1 – Parte 3  vou falar de algumas configurações que são imprescindíveis  na preparação do nosso ambiente, vamos iniciar com o boot.properties  Criando o arquivo boot.properties Todas as vezes que precisamos subir o nosso ambiente, o weblogic solicita que seja digitado o usuário e a senha da aplicação como mostrado na abaixo: INFO: JPS bootstrap service started. <Mar 15, 2018 9:12:49 PM BRT> <Info> <RCM>[…]

Read more

Instalando o Oracle SOA 12.2.1 – Parte 2

Parte 2 – Instalando o  Oracle SOA Suíte 12.2.1.3. yum install  binutils-2.* yum install  compat-libstdc++-33* yum install  elfutils-libelf-0.* yum install  libaio-0.* yum install  libaio-devel-0.* yum install  sysstat-9.* yum install  glibc-2.* yum install  glibc-common-2.* yum install  glibc-devel-2.* glibc-headers-2.* yum install  ksh-2* yum install  make-3.* yum install  libgcc-4.* yum install  libstdc++-4.* yum install  libstdc++-4.*.i686* yum install  libstdc++-devel-4.* yum install  gcc-4.*x86_64* yum install  gcc-c++-4.*x86_64* yum install  allfiles elfutils-libelf-0*x86_64* elfutils-libelf-devel-0*x86_64* yum install  elfutils-libelf-0*i686* elfutils-libelf-devel-0*i686* yum install  libtool-ltdl*i686* yum install  ncurses*i686*[…]

Read more

Instalando o Oracle SOA 12.2.1 – Parte 1

Parte 1 – Criando o Banco de Dados. Nesse artigo vou instalar o Oracle 12c r2 que será o nosso repositório na instalação do SOA 12.2.1 . 1- Instalando os pacotes necessários. yum install binutils -y yum install compat-libstdc++-33 -y yum install compat-libstdc++-33.i686 -y yum install gcc -y yum install gcc-c++ -y yum install glibc -y yum install glibc.i686 -y yum install glibc-devel -y yum install glibc-devel.i686 -y yum install ksh -y yum install libgcc[…]

Read more

JPS-00027: There was an internal error: oracle.net.ns.NetException: Unknown host specified

Encontrei esse erro na hora de  subir um OSB, o problema ocorre devido a maquina não esta com o arquivo resolv.conf configurado corretamente .   Alguns erros semelhantes: Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services – 2.6.3.v20160526-8f41838): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLRecoverableException: IO Error: Unknown host specified Error Code: 17002 oracle.security.jps.JpsException: JPS-00027: There was an internal error: oracle.net.ns.NetException: Unknown host specified Caused By: oracle.net.ns.NetException: Unknown host specified Caused by: java.sql.SQLRecoverableException: IO Error: Unknown host specified at[…]

Read more