Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within BEA/Weblogic
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:
Campbell Ritchie
Ron McLeod
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Rob Spoor
Junilu Lacar
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Piet Souris
Carey Brown
Bartenders:
Forum:
BEA/Weblogic
Problem: Could not find the main class: weblogic.appc. Program will exit.
aydeniz kirmizi
Ranch Hand
Posts: 40
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
can anyone please help me? I am getting the errors below:
Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/appc Caused by: java.lang.ClassNotFoundException: weblogic.appc at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:252) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) Could not find the main class: weblogic.appc. Program will exit. ./compile_wls_ejbs.sh: line 49: cd: xxxxx: No such file or directory mv: cannot stat `META-INF/application.xmle': No such file or directory
Using WebLogic 10.3
Thanks
Debasis Dana
Greenhorn
Posts: 5
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hi,
please check the shell script first and thne check web.xml,application.xml,application-j2ee-engine.xml(if there).
Regards,
Debasis Dana
With a little knowledge, a
cast iron skillet
is non-stick and lasts a lifetime.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
HELP with classpath please
Ant - How to create a runnable jar of jars and classes
3rd party library problem
Getting Exception while running a class file.
java.lang.NoClassDefFoundError
More...