• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Getting internal server error on Oracle Application server EM console

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Team,

We are getting internal server error on Oracle Application server EM console.

I found the following error in error.log and ssl_engine log of Apache logs. And ssl_engine log size increased to 922MB now.

05-ZONE1:4443, client 203.88.11.5)
[Fri Jan 18 14:18:06 2013] [error] mod_ossl: Unknown error
[Fri Jan 18 14:18:06 2013] [error] mod_ossl: SSL call to NZ function nzos_Handshake failed with error 29014 (server IMASUNT54405-ZONE1:4443, client 203.88.11.6)
[Fri Jan 18 14:18:06 2013] [error] mod_ossl: Unknown error
[Fri Jan 18 14:18:06 2013] [error] [client 203.88.11.4] [ecid: 1358498630:172.16.10.228:16557:0:163,0] mod_oc4j: request to OC4J IMASUNT54405-ZONE1:12512 failed: Connect failed
[Fri Jan 18 14:18:06 2013] [error] mod_ossl: SSL call to NZ function nzos_Handshake failed with error 29014 (server IMASUNT54405-ZONE1:4443, client 203.88.11.6)
[Fri Jan 18 14:18:06 2013] [error] mod_ossl: Unknown error
[Fri Jan 18 14:18:07 2013] [warn] [client 203.88.11.3] oc4j_socket_recvfull timed out
[Fri Jan 18 14:18:07 2013] [warn] [client 203.88.11.3] oc4j_socket_recvfull timed out
[Fri Jan 18 14:18:07 2013] [warn] [client 203.88.11.1] oc4j_socket_recvfull timed out
[Fri Jan 18 14:18:07 2013] [warn] [client 125.18.246.169] oc4j_socket_recvfull timed out
[Fri Jan 18 14:18:07 2013] [warn] [client 203.88.11.1] oc4j_socket_recvfull timed out
[Fri Jan 18 14:18:07 2013] [warn] [client 203.88.11.6] oc4j_socket_recvfull timed out
[Fri Jan 18 14:18:07 2013] [error] [client 203.88.11.3] [ecid: 1358498825:172.16.10.228:16558:0:156,0] mod_oc4j: request to OC4J IMASUNT54405-ZONE1:12512 failed: Connect failed
[Fri Jan 18 14:18:07 2013] [error] [client 125.18.246.169] [ecid: 1358498825:172.16.10.228:11359:0:8,0] mod_oc4j: request to OC4J IMASUNT54405-ZONE1:12512 failed: Connect failed.

Six months before we increased from 1 JVM to 2 JVMs and increased the heap size to resolve the internal server error kind of issue. After that we are getting this the same 500 internal server error again.

Kindly could anyone share the suggestions on above.

Thanks
Krishna

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic