Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Other Build Tools
Search Coderanch
Advance search
Google search
Register / Login
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:
Tim Cooke
Campbell Ritchie
paul wheaton
Ron McLeod
Devaka Cooray
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Paul Clapham
Saloon Keepers:
Tim Holloway
Carey Brown
Piet Souris
Bartenders:
Forum:
Other Build Tools
weblogic.descriptor.DescriptorException
Jyothsna Panchagnula
Ranch Hand
Posts: 113
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi all,
I am trying to migrate the project from weblogic 8.1 SP6 to weblogic 9.2 MP3.
When I am building the app I am getting the following error.
[java] <Oct 3, 2009 7:44:07 PM CDT> <Error> <J2EE> <BEA-160197> <Unable to load descriptor jpanchagnula\Proj\App\jsp/WEB-INF/web.xml of module nu ll. The error is weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WE RE FOUND [java] problem: cvc-datatype-valid.1.1: string value 'index.jsp' does not match pattern for war-pathType in namespace http://java.sun.com/xml/ns/j2ee:><nu ll> [java] problem: cvc-datatype-valid.1.1: string value 'jsp/problem.jsp' do es not match pattern for war-pathType in namespace http://java.sun.com/xml/ns/j2 ee:<null> [java] at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResu lts(MarshallerFactory.java:229) [java] at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResu lts(MarshallerFactory.java:216) [java] at weblogic.descriptor.internal.MarshallerFactory$1.createDescri ptor(MarshallerFactory.java:141) [java] at weblogic.descriptor.DescriptorManager.createDescriptor(Descri ptorManager.java:280) [java] at weblogic.descriptor.DescriptorManager.createDescriptor(Descri ptorManager.java:248) [java] at weblogic.application.descriptor.AbstractDescriptorLoader2.get DescriptorBeanFromReader(AbstractDescriptorLoader2.java:749) [java] at weblogic.application.descriptor.AbstractDescriptorLoader2.cre ateDescriptorBean(AbstractDescriptorLoader2.java:376) [java] at weblogic.application.descriptor.AbstractDescriptorLoader2.loa dDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:720) [java] at weblogic.application.descriptor.AbstractDescriptorLoader2.loa dDescriptorBean(AbstractDescriptorLoader2.java:729) [java] at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebA ppDescriptor.java:134) [java] at weblogic.servlet.jsp.jspc20.initDescriptors(jspc20.java:471) [java] at weblogic.servlet.jsp.jspc20.runBody(jspc20.java:228) [java] at weblogic.utils.compiler.Tool.run(Tool.java:158) [java] at weblogic.utils.compiler.Tool.run(Tool.java:115) [java] at weblogic.jspc.main(jspc.java:22) [java] .> [java] [jspc] Warning: Error occured while parsing WEB-INF/web.xml, tag lib raries will not be resolved [java] Exception in thread "main" java.lang.NoClassDefFoundError: com/bea/c ompiler/ILanguage [java] at weblogic.servlet.jsp.jspc20.runBodyInternal(jspc20.java:421) [java] at weblogic.servlet.jsp.jspc20.runBody(jspc20.java:232) [java] at weblogic.utils.compiler.Tool.run(Tool.java:158) [java] at weblogic.utils.compiler.Tool.run(Tool.java:115) [java] at weblogic.jspc.main(jspc.java:22) BUILD FAILED
I have all the jar files in the path.
Am I missing anything here?
thanks,
Jyothsna
Jyothsna Panchagnula
Ranch Hand
Posts: 113
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi all ,
The issue with the JSPs is fixed .. but then I am getting some NoCLassDefinitionFound error
[echo] weblogic.jspc precompilation in progress ... [echo] JAVA HOME = C:\bea92\jdk150_12 [echo] JAVA HOME tools= C:\bea92\jdk150_12\lib\tools.jar [java] Exception in thread "main" java.lang.NoClassDefFoundError: com/bea/compiler/ILanguage [java] at weblogic.servlet.jsp.jspc20.runBodyInternal(jspc20.java:421) [java] at weblogic.servlet.jsp.jspc20.runBody(jspc20.java:232) [java] at weblogic.utils.compiler.Tool.run(Tool.java:158) [java] at weblogic.utils.compiler.Tool.run(Tool.java:115) [java] at weblogic.jspc.main(jspc.java:22) BUILD FAILED
I have javelinx.jar ,javelinx-client.jar and bcel-5.jar in the path
am I missing anything here?
thanks,
Jyothsna
Martijn Verburg
author
Posts: 3285
13
I like...
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
You need to include the JAR that contains the com.bea.compiler.ILanguage class
Cheers, Martijn,
Twitter
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
jsfcookmenu problem
getting error when deploying web app in weblogic 10.0
problem in deploying war file
Build Failed while using xdoclet with jdk1.5
Build falied while running ant script
More...