• 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

Weblogic Deployment Issue in 9.2.

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

I have one issue when I am deploying my EAR generated from workshop. When I deply using admin console it gives me following errors:

1.Unable to access the selected application
2.Exception in AppMerge flows' progression

Could you please throw some light on what can be the possible cause for the same? I have tried looking on Google but didn�t get any solution to it. When I am deploying the same application on someone else�s server it gets deployed. I am unable to figure what�s the possible cause.

Thanks in advance,

Saurabh
 
Saurabh Agrawal
Ranch Hand
Posts: 244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone suggest me what this error can be ?? Its urgent and i am not getting any sucess.

Saurabh
 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
complete stack trace please?
 
Saurabh Agrawal
Ranch Hand
Posts: 244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by gopinathang nathan:
complete stack trace please?



Hi,

Thanks a lot for your response. I have got it resolved myself. Actually the application.xml which i was using had different names of my jars and wars i.e. the conventioned used by weblogic is different from the one we have decided for our project.

So whenever EAR was deployed, weblogic was unable to find the jar as specified in application.xml

Thanks,
Saurabh
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Saurabh -- THANKS! You just saved me some tinker-time. Your answer (which you provided for yourself, but were still good enough to post on this forum) solved my problem.

I owe you Duke Dollars. Does JavaRanch have an equivalent? I'll buy ya a drink sumtime, pardner!
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Even i would like to say thanks ... This peice of information was very useful
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Another big thanks to Saurab. Saved my time too...:-)
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends , I am facing same problem

can you please help me;

i am deploying .war file on weblogic.
 
reply
    Bookmark Topic Watch Topic
  • New Topic