• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Debugging A Deployment Failure

 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am attempting to deploy the artifactory Maven Repository webapp to OAS (OC4J) 10.1.3.3, but it dies during the deployment, usually with an ExceptionInInitializerError. I _think_ this is a case of Oracle and Spring not getting along, but I can't seem to narrow it down to what line is actually causing the issue.

Does anyone know a way to attach a debugger to a deployment process, or some other way to figure out where the problem is? (Of course, it works fine out of the box with tomcat, but I'm not allowed to use Tomcat in a production environment).

Jason
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Jason Ferguson:
I am attempting to deploy the artifactory Maven Repository webapp to OAS (OC4J) 10.1.3.3, but it dies during the deployment, usually with an ExceptionInInitializerError. I _think_ this is a case of Oracle and Spring not getting along, but I can't seem to narrow it down to what line is actually causing the issue.

Does anyone know a way to attach a debugger to a deployment process, or some other way to figure out where the problem is? (Of course, it works fine out of the box with tomcat, but I'm not allowed to use Tomcat in a production environment).
Jason


I was wondering if you ever got this working, I am attempting to do something similar and I wasn't sure where exactly to begin. I have gottne Artifactory working in Windows with both Jetty and Tomcat, but in production we're using Oracle App Server in a Linux environment.
 
Marshal
Posts: 80871
506
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch, PSU Ross.
 
reply
    Bookmark Topic Watch Topic
  • New Topic