Erro no WebLogic Cluster : socket MaxMessage Size Exceeded Exception

Tive esse erro alguns dias: weblogic.socket.MaxMessageSizeExceededException: Incoming message of size: ‘10000080’ bytes exceeds the configured maximum of: ‘10000000’ bytes for protocol: ‘t3’. Outras formas do erro aparecer: Can Not Access The Audit Trail From Enterprise Manager: “weblogic.socket.MaxMessageSizeExceededException” “weblogic.rmi.extensions.RequestTimeoutException”  <Error> <Socket> <s00lnx09> <SoaAdminServer> <ExecuteThread: ‘0’ for queue: ‘weblogic.socket.Muxer’> <<WLS Kernel>> <> <ce5420ea0a3b4654:2964ecc4:15ce4aee40c:-8000-0000000000000c7e> <1498487541929> <BEA-000403> <IOException occurred on socket: Socket[addr=/10.10.30.187,port=17668,localport=7010]  weblogic.socket.MaxMessageSizeExceededException: Incoming message of size: ‘10000080’ bytes exceeds the configured maximum of: ‘10000000’ bytes for protocol: ‘t3’.[…]

Read more

Problemas com certificado no OSB Service Key Providers

Abaixo três problemas que podem ocorrer ao configurar um serviço no OSB com certificado digital Caused by: java.security.cert.CertificateException: Certificates does not conform to algorithm constraints Caused by: java.security.cert.CertPathValidatorException: Algorithm constraints check failed: MD5withRSA Caused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: Algorithm constraints check failed: MD5withRSA Solução Fácil 1- Edite o arquivo JAVA_HOME\jre\lib\security\java.security 2- Altere os parâmetros abaixo jdk.certpath.disabledAlgorithms=RSA keySize < 1024 jdk.tls.disabledAlgorithms=SSLv3, MD5withRSA, DH keySize < 768 para jdk.certpath.disabledAlgorithms=RSA keySize < 1024 jdk.tls.disabledAlgorithms=SSLv3, DH[…]

Read more

ORABPEL-30084

Algumas vezes quando realizamos um undeploy  ou um deploy da problema na sua execução  no Oracle BPM ,algumas linhas desse depoloy podem ficar como ativas com o status 1 Causando o erro abaixo: Caused By: ORABPEL-30084 exception.code:30084 exception.type: ERROR exception.severity: 2 exception.name: Não foi possível localizar o composto. exception.description: Não foi possível localizar o composto do componente do workflow default/zmsolution!1.12*soa_57abc4a8-7ec8-4fdf-805b-896f0cd183eb/ZM_composerDFV_HT. exception.fix: Certifique-se de que o composto foi implantado com sucesso e de que o servidor[…]

Read more

ORA-08104 Problema ao cancelar a Criação de um index online

E ai galera! Alguns dias atrás passei por esse problema ao parar a criação de um índex Online que foi o erro ORA-08104 , pode ser visto no alert.log com a mensagem online index (re)build cleanup: objn=24584040 maxretry=2000 forever=0 A solução e simples,vamos executar um bloco com uma rotina que agilizara a limpeza do objeto. O erro é causado por um bug : BUG:3805539 e pode ser solucionado executando a rotina abaixo: 1- Verificando o objeto[…]

Read more

ORA-00701: object necessary for warmstarting database cannot be altered

Um Probleminha bem legal, Uma Base sem archivelog com um bloco corrompido o que fazer? Bem se fosse uma tabela qualquer apenas isolaríamos o bloco com o dbms_repair. Mais se esse objeto corrompido fosse a tabela obj$ do esquema sys? Se fossemos utilizar o dbms_repair daria: ERROR at line 1: ORA-00701: object necessary for warmstarting database cannot be altered ORA-06512: at “SYS.DBMS_REPAIR”, line 419 ORA-06512: at line 1 Mais como isolar esse bloco e deixar o acesso a essa tabela[…]

Read more

Probleminha ao logar com usuario do AD no BAM 12.2.1.1

Tem Coisa que so se resolve com patch mesmo…  😥 Error 403–Forbidden From RFC 2068 Hypertext Transfer Protocol — HTTP/1.1: 10.4.4 403 Forbidden The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in[…]

Read more