• 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 Unable to access the selected application.

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using weblogic 12c while deploying ear file showing below error messages.
Message icon - Error Unable to access the selected application.
Message icon - Error Exception in AppMerge flows' progression
Message icon - Error Exception in AppMerge flows' progression
Message icon - Error Unable to resolve deadlock in factory claims
Message icon - Error Unable to resolve deadlock in factory claims

Below are application.xml and weblogic.xml files using.

Weblogic.xml

<?xml version = '1.0' encoding="UTF-8"?>
<!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN" "http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd">
<weblogic-web-app>
<reference-descriptor/>
<context-root>hp</context-root>

</weblogic-web-app>

application.xml

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE Application 1.2//EN' 'http://java.sun.com/j2ee/dtds/application_1_2.dtd'>
<application>
<display-name>hp</display-name>
<module>
<ejb>spframeworkEJB.jar</ejb>
</module>
<module>
<web>
<web-uri>hp.war</web-uri>
<context-root>/hp</context-root>
</web>
</module>
</application>


Please help me on this.
 
Ramesh kakarla
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Below is the log snippet form server logs.

ortlet; calling from method ServletContext.getResourceAsStream().>
<Mar 27, 2015 10:33:03 AM EDT> <Error> <netuix> <BEA-423158> <No content found at contentUri = /PortalConfig/security/providers/AuthenticatorConfigCommon.portlet.>
<Mar 27, 2015 10:33:09 AM EDT> <Warning> <Socket> <BEA-000449> <Closing the socket, as no data read from it on 10.183.15.45:64,749 during the configured idle timeout of 5 seconds.>
<Mar 27, 2015 10:33:09 AM EDT> <Warning> <Socket> <BEA-000449> <Closing the socket, as no data read from it on 10.183.15.45:64,750 during the configured idle timeout of 5 seconds.>
<Mar 27, 2015 10:33:35 AM EDT> <Error> <J2EE> <BEA-160233> <Unable to identify module type>
<Mar 27, 2015 10:33:35 AM EDT> <Error> <J2EE> <BEA-160228> <AppMerge failed to merge your application. Merge again with the -verbose option for more details. See the error message(s) below.>
 
So you made a portal in time and started grabbing people. This tiny ad thinks that's rude:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic