• 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

Application server 500 server internal error - Fatal Error -

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

There's this strange problem which i'm facing. I have been deploying this EAR file into my extended oracle application server 10.1.3.3.0, and everything was more than great, but lately, the deployment process is just fine, but when i try to fetch the page it gives a 500 server internal error - Fatal Error - and the main page even does not get rendered

It's so confusing this issue, can anybody help me with it ?

Thanks in advance ...
 
Author
Posts: 531
Mac OS X Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Vassili
It is better that you take a look at log files, whether from application server web based console or by looking at ORACLE_AS/j2ee/log/ (I am not sure about the path) by looking at log files you can find more details about your problem.

share your log entry here if you couldn't secure the cause.
 
Vassili Vladimir
Ranch Hand
Posts: 1585
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply Masoud,

Well here's the root problem in the log file :


oracle.classloader.util.AnnotatedNoClassDefFoundError:

Missing class: oracle.jbo.common.ampool.PoolMgr

Dependent class: oracle.adf.model.BindingRequestHandler



Can you help me in what to do ?

Thanks in advance ...
 
Masoud Kalali
Author
Posts: 531
Mac OS X Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
If i am not mistaken you are trying to use ADF business components in your application.
You need to install ADF BC package before you can use them.
You can download seperate ADF business components from oracle ADF web site or you can use Oracle JDeveloper, in Jdeveloper, look at tools menu (IIRC) for some menu item like "Install ADF BC" then you can choose youe application server type and version.

if it is not your problem, please post more details and i will try to help you.
 
Vassili Vladimir
Ranch Hand
Posts: 1585
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes I'm using ADF BC and using the JDeveloper IDE for my whole project, what do you advice me to do ?

Are there some JAR files to include in a specific directory ?

Thanks alot ...
 
Masoud Kalali
Author
Posts: 531
Mac OS X Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
You should use Tools->ADF Runtime Installer from within your Jdeveloper IDE. Also in some section of Oracle web site you can find the installer to use on remote application server...
 
Vassili Vladimir
Ranch Hand
Posts: 1585
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks alot i installed the ADF runtime library and it worked thank you so much

Best of luck ...
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying deploy a website using oc4j 10.1.3.1.0. When I run my web: I only run the login page, when I submit, I got this error:
Servlet error
oracle.classloader.util.AnnotatedNoClassDefFoundError:

Missing class: org.codehaus.commons.compiler.AbstractJavaSourceClassLoader

Dependent class: org.codehaus.janino.JavaSourceClassLoader
Loader: default.web.vms:0.0.0
Code-Source: /C:/MBF_WEB/website/WEB-INF/lib/janino.jar
Configuration: WEB-INF/lib/ directory in C:\MBF_WEB\website\WEB-INF\lib

The missing class is not available from any code-source or loader in the system

Can you help me!!!
 
Friends help you move. Good friends help you move bodies. This tiny ad will help:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic