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 após a finalização do clone no EBS 12.2

Enter password: ERROR: ORA-00604: error occurred at recursive SQL level 1 ORA-20099: E-Business Suite Patch Edition does not exist. ORA-06512: at line 29 1 – Verifique se o parâmetro esta ativo: select value from v$parameter where name=’_system_trig_enabled’; Se não tiver , altere o init.ora e adicione o parâmetro como true 2-Se estiver tudo Ok com o parâmetro, analise a tabela  applsys.TXK_TCC_RESULTS na tabela pode existir linhas duplicadas, se a linha estiver duplicada, elimine uma das linhas[…]

Read more

ORA-06512: at “APPS.FND_CP_FNDSM”

O erro ORA-06512: at “APPS.FND_CP_FNDSM” pode fazer com que o gerenciador de concurrent do Oracle EBS pare de Funcionar Cause: cleanup_node failed due to ORA-01427: single-row subquery returns more than one row ORA-06512: at “APPS.FND_CP_FNDSM”, line 91 ORA-06512: at line 1. Para solucionar o problema  execute o select abaixo: select * from FND_CONCURRENT_QUEUES where MANAGER_TYPE = 6   se retorna duas linhas com manager_type=6, elimine a linha que não esta aparecendo no log dos concurrents.[…]

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

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

Objetos inválidos apos executar um grant de select no Oracle EBS Release 12.2

No EBS 12.2 foram  adicionadas muitas novidades, entre elas a utilização do Edition Bases Redefinition(EBR) no Banco de Dados. O EBR faz com que o EBS trabalhe com versões de objetos no banco facilitando a aplicação de patchs online. Contudo, o EBR  tem alguns pontos negativos. Um deles é na hora de executar um grant em um objeto em que esteja ativado o EBR, se o objeto estiver em utilização na hora do grant , vai[…]

Read more