Tagged Questions
0
votes
0answers
104 views
JBoss AS 7 Module classloader WEB-INF lib
I'm trying to configure my web application to jboss 7.1.1.Final. It turns out that using modules, then there is a moment that a class that is in a class module needs to access a folder that is inside ...
0
votes
0answers
268 views
Deploy War fail due to “Failed to define class org.springframework.beans.BeansException ”
I'm trying to deploy a WAR application integrating with BlazeDS, when I try to add security the following errors occur
10:14:55,483 WARN [org.jboss.modules] (MSC service thread 1-1) Failed to define ...
0
votes
1answer
355 views
Spring 3.1 integration with JBoss 7.1 Class Not Found errors
I have a single war project in which I am integrating BlazeDS with JBoss 7.1. I can deploy my war file normally but when I try to add security I get the following stack trace
13:23:37,222 INFO ...
0
votes
0answers
162 views
Migration from JBoss 4 to JBoss 7.1.1 with strange ClassNotFoundException - Class-Path failure?
i try to migrate from JBoss 4 to Jboss 7.1.1. But i got this error:
13:38:23,004 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC00001: Failed to start service ...
1
vote
2answers
305 views
EAR lib's class throwing a ClassNotFoundException for a WAR member
I packaged an EAR (myear.ear) file and deployed it in JBoss EAP 6 (that is, JBoss 7 :)).
It looks like this:
lib/
my-common.jar (Custom library containing common classes used by both the WAR and ...
1
vote
2answers
804 views
ClassNotFoundException while dynamic class loading in JBoss 7.1.1 from OSGi-bundle
I deployed a simple OSGi test-bundle into JBoss 7.1.1 and try to dynamically instantiate the Jacorb ORB by doing
Class clazz = Class.forName("org.jacorb.orb.ORB");
All I got is
...
1
vote
0answers
459 views
ClassNotFoundException: error in opening JAR file …jboss/lib/endorsed/._resolver.jar
When starting my JBoss using bin/run.sh I immediately get this error:
Error occurred during initialization of VM
java/lang/ClassNotFoundException: error in opening JAR file ...
2
votes
3answers
5k views
JBOSS 7 - Spring ContextLoaderListener ClassNotFoundException
im trying to migrate my JBOSS 5.1 application to JBOSS 7.0.2. In admin console i select deployments -> add content and my .war and try to enable it.
I already resolved some problems, but cant figure ...
0
votes
1answer
520 views
SOAP client application exception
I wrote a client application that consumes a SOAP web service. I developed the code using Eclips and it works fine there. Now, I'm trying to run the same application from the terminal by using ...
0
votes
1answer
984 views
iText ClassNotFound Exception
I'm using iText library to work with Acrobat Forms. The servlet compiled without any errors. I imported the external jar files of iText. After compiling, i packaged and prepared an executable .war ...
0
votes
0answers
606 views
Jboss jsp classloading in work directory
I have created a jsp "helloworld.jsp" and I would like to load the compiled class in jboss work directory.
When I grep in my jboss server, I have :
Binary file ...
2
votes
4answers
4k views
java.lang.NoClassDefFoundError when the file is there
I've tried to look around for postings that might help me, cant find any.
I am deploying an ear to JBoss4 server, and I started having this problem since I added a new project.
this new project is ...