• 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

While Deploying Ear File i am getting error

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

While Deploying .Ear file in weblogic8.1 iam getting following error.

<BEA-101248>
Deployment descriptor "weblogic.xml" is malformed. Check against the DTD: Content is not allowed in prolog. (line 1, column 1).>

<BEA-149004>
<Failures were detected while initiating Deploy task for application cgui_fe.>

Module: cguiError: [HTTP:101179][HTTP] Error occurred while parsing descriptor in Web application "/opt/bea/dev/bdd7_cgui_fe/./admin/.wlnotdelete/cgui_fe/cgui.war" [Path="/opt/bea/dev/bdd7_cgui_fe/admin/upload/cgui_fe.ear", URI="cgui.war"
org.xml.sax.SAXParseException: Content is not allowed in prolog.


Please help me .
[ December 19, 2007: Message edited by: Suresh Dunna ]
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This issue could be bcoz your weblogic.xml is not in proper format. (or the schema mentioned is wrong)
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Suresh,


<BEA-101248> is only a WLS warning and as Rang pointed the reason could be is your web.xml does not conform to the standards of the DTD you are using. For eg, in the recent dtds, the tags need to be in a specific order in the web.xml
 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you please send the line 1 of your weblogic.xml file.

Regards
Prem Kashyap
SCJP 1.4
 
machines help you to do more, but experience less. Experience this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic