• 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

Error 500 internal server error on weblogic 10.3.6

 
Greenhorn
Posts: 6
Oracle Redhat Windows XP
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends

when I am using Oracle Application server URL , getting below error

any one can advise me how to fix this issue.

Error 500--Internal Server Error

From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:

10.5.1 500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request


advance thanks your support

 
Bartender
Posts: 598
26
Oracle Notepad Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does the OAS log file record the cause?
 
imrankhan khan
Greenhorn
Posts: 6
Oracle Redhat Windows XP
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Brian Tkatch wrote:Does the OAS log file record the cause?



why is the report server crashing when we get this error..

Error 500--Internal Server Error


From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:

10.5.1 500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.
 
imrankhan khan
Greenhorn
Posts: 6
Oracle Redhat Windows XP
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

when we using wrong paramater (06-0d6-s201e) value in reports

it is giving error 500. after that report service (WLS_REPORTS) is stopped (server crashed)

next need to restart the WLS_REPORT

how to fix this issue?
 
Brian Tkatch
Bartender
Posts: 598
26
Oracle Notepad Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The server's log file should contain more information, recording what caused the error.
 
imrankhan khan
Greenhorn
Posts: 6
Oracle Redhat Windows XP
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Engine log file
------------------

[2016-06-08T14:15:46.227+03:00] [reports] [ERROR] [] [oracle.reports.engine] [tid: 10] [ecid: 0000LKjiL_Q6yGUjM5aQOA1NLzmy000004,0:1:100000000] [EngineName: rwEng-0] C Engine Job ID = 987 ERR ORA-01841: (full) year must be between -4713 and +9999, and not be 0[[
and trunc(delivered_date)>=: ==> DT1
]]
[2016-06-08T14:15:46.227+03:00] [reports] [ERROR] [] [oracle.reports.engine] [tid: 10] [ecid: 0000LKjiL_Q6yGUjM5aQOA1NLzmy000004,0:1:100000000] [EngineName: rwEng-0] rwfdt:rwfdtprint Job ID = 987 ERR Error occurred sending Job output to cache
[2016-06-08T14:15:46.242+03:00] [reports] [INCIDENT_ERROR] [REP-300] [oracle.reports.engine] [tid: 10] [ecid: 0000LKjiL_Q6yGUjM5aQOA1NLzmy000004,0:1:100000000] [EngineName: rwEng-0] REP-300 : (full) year must be between -4713 and +9999, and not be 0[[
and trunc(delivered_date)>=: ==> DT1

oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
at oracle.reports.engine.EngineImpl.run(EngineImpl.java:553)
at oracle.reports.engine.EngineClassPOA._invoke(EngineClassPOA.java:104)
at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatchToServant(CorbaServerRequestDispatcherImpl.java:637)
at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatch(CorbaServerRequestDispatcherImpl.java:189)
at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequestRequest(CorbaMessageMediatorImpl.java:1682)
at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:1540)
at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleInput(CorbaMessageMediatorImpl.java:922)
at com.sun.corba.se.impl.protocol.giopmsgheaders.RequestMessage_1_2.callback(RequestMessage_1_2.java:181)
at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:694)
at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.dispatch(SocketOrChannelConnectionImpl.java:451)
at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.doWork(SocketOrChannelConnectionImpl.java:1213)
at com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.performWork(ThreadPoolImpl.java:471)
at com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:500)

]]
[2016-06-08T14:15:46.242+03:00] [reports] [NOTIFICATION] [] [oracle.reports.engine] [tid: 10] [ecid: 0000LKjiL_Q6yGUjM5aQOA1NLzmy000004,0:1:100000000] [EngineName: rwEng-0] EngineImpl:run oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
 
Brian Tkatch
Bartender
Posts: 598
26
Oracle Notepad Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It looks like there is an issue with a DATE parameter:

ORA-01841: (full) year must be between -4713 and +9999, and not be 0


Can you check all the dates used in the report?
 
imrankhan khan
Greenhorn
Posts: 6
Oracle Redhat Windows XP
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
when use right data with report service is working fine

my issue

when we use wrong data ex:06-janu-2016 in Reports through URL

it is giving 500 error

after that all report are not working

when i press any reports all are getting 500 error

then need to restart WLS_REPORT service

why is the report server crashing when we get this error..that is our issue.

because possibility to user can give wrong information during access application

in this case how we handle application server

please give me the solution

 
Brian Tkatch
Bartender
Posts: 598
26
Oracle Notepad Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I do not know why you need to restart the server, that sounds odd. I also don't understand why bad parameters are not checked before they are passed to the report.

I do not know enough about OAS to help. Sorry.
 
imrankhan khan
Greenhorn
Posts: 6
Oracle Redhat Windows XP
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes, once get error

after all report are not open
i should start then only i can access reports
 
Beauty is in the eye of the tiny ad.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic