Tagged Questions
0
votes
1answer
26 views
ClassNotFoundException: com.sun.faces.config.ConfigureListener - Deployment of jars to Tomcat configured under Eclipse
I have a problem very similar to these:
java.lang.ClassNotFoundException: com.sun.faces.config.ConfigureListener when using MyFaces with WASCE/Geronimo
ClassNotFoundException: ...
0
votes
0answers
76 views
Java Nested Inner Class results in ClassNotFoundException? [closed]
I am developing a Java Web Application inside a servlet with Netbeans 7.2, JDK 7 and Tomcat 7.0.39. As it is an assignment, I cannot use any framework so that I self-created a framework. I am creating ...
1
vote
3answers
487 views
HTTP Status 500 - Error instantiating servlet class pkg.coreServlet
I am creating simple servlet and deploying it in tomcat server but I am getting error
HTTP Status 500 - Error instantiating servlet class pkg.coreServlet
File Structure is tomat server :
...
0
votes
0answers
84 views
classnotfound exception when running jsf + richfaces project
I have a project on eclipse that is using richfaces and jsf. It is tied to a server (apache tomcat 7.0). when i run i am getting a class not found error.
Here are my libraries:
...
0
votes
1answer
60 views
applet not loading in tomcat
I'm trying to load an applet through a webapp in tomcat. I have my my class files and the applet works if I open the HMTL file with applet in a browser. But if I try to open the same HMTL file through ...
0
votes
1answer
59 views
ClassNotFoundException in tomcat for an inner class in servlet code
We have a web-application, instance of which get deployed multiple times under the same tomcat (v6.0.14) instance. Suppose the war file is named "app.war", then we deploy "app1.war", "app2.war" and so ...
0
votes
1answer
252 views
Error while starting the tomcat 7 in eclipse
I am getting this error, when i start the tomcat in eclipse, please tell me how to fix it, i tried removing and adding server again and again..
And i am new to tomcat server, Please i need help to ...
1
vote
0answers
50 views
Utility to know what classes are loaded by classloader in Tomcat
I have a web application that has some jars under plugins directory
Eg: tomcat/webapps/sampleApp/WEB-INF/plugins
My Tomcat server is throwing ClassNotFoundException for those classes. Please ...
0
votes
0answers
55 views
ClassNotFoundException when deploying more than 1 app to tomcat
I have an application which by it's own is deployed well and works fine, however - when I deploy another one of the same application (under a different context, directory, etc) suddenly both apps are ...
1
vote
2answers
61 views
Running servlet within Eclipse requires libs to be defined 3 times - am I doing something wrong?
Hullo - issue is this:
I wrote a servlet in Eclipse which requires mysql-connector-java-5.1.22-bin.jar
To compile I need to add the jar via the project's "Java Build Path"
To deploy I need to add ...
0
votes
1answer
135 views
ClassNotFoundException: BasicDataSourceFactory
I have a JAVA application that runs fine in my local Windows7 environment on Tomcat7. I am trying to put this into production in a Linux environment.
Everything is done and is working fine except ...
0
votes
3answers
150 views
ClassNotFoundException: HibernateDaoSupport - Tomcat 7
I have problem with my web application. In files .java I see HibernateDaoSupport, and all tests are success. When I run application on server I have this error
Caused by: ...
0
votes
0answers
30 views
Tomcat Eclipse can not building project
In Tomcat server path is
\workspaces\default\.metadata\.plugins\org.eclipse.wst.server.core\tmp0
deploy path is
wtpwebapps
when i looked at the ...
0
votes
0answers
169 views
How to verify path to applet ok? applet ClassNotFoundException
I have an applet in an HTML page served from a tomcat 6 servlet. The applet element is as follows:
<applet code="com.iteloffice.cuba4remedy.cubaapplet.class" name="cubaapplet"
...
0
votes
0answers
120 views
tomcat in eclipse - intermittent ClassNotFound on servlet listener classes
I can compile and run a servlet in tomcat in eclipse on one day. And then stop eclipse close down machine etc, go home. The next day when I re-start eclipse and publish and start tomcat then I get ...
0
votes
1answer
198 views
ClassNotFoundException at Spring Bean Injection
I have a Spring beans.xml that specifies a certain class my.package.Class to be injected somewhere in my code by Autowiring. The program is actually a web application inside a Tomcat container. Now ...
0
votes
2answers
251 views
ClassNotFoundException DelegatingFilterProxy
I'm trying to perform some custom authentication using Spring security.
I've read a few things about it:
http://stackoverflow.com/a/4074532/759452
http://stackoverflow.com/a/2701722/759452
...
2
votes
2answers
2k views
Error in Eclipse-Tomcat Setup - ClassNotFoundException “1catalina.org.apache.juli.FileHandler”
Setup: Eclipse Juno R, Tomcat 7.0.8, tomcat run through eclipse plug in.
Tomcat launch configuration from eclipse has VM argument
...
0
votes
0answers
857 views
Birt 4.2 JDBCException: Cannot load JDBC Driver class: com.mysql.jdbc.Driver (Tomcat 6.0)
I'm trying to get Birt 4.2.0 working on a Tomcat 6.0 server, and I simply can not get it to load the mySql JDBC driver. My report works fine in Eclipse's preview, and it works fine when I feed it to ...
0
votes
1answer
138 views
Issue with running Tomcat from Eclipse/STS
I am having trouble getting Tomcat-7.0.29 to work with Eclipse/sts.
My war deploys fine when I drop it into the deploy directory of Tomcat directly but when I deploy it using Eclipse/STS, I get a ...
0
votes
1answer
297 views
grails tomcat 7 deployment
So I have a grails 2.0.4 application that works exactly the way I want. I created the war file and deployed it to Tomcat 7. I'm getting an error saying that the application can't find the jar I'm ...
0
votes
1answer
110 views
SSL configuration : getting class(PureTLSImplementation, JSSE15Factory) not found on tomcat startup
I am using tomcat 5.5.30 and configured the same for SSL.Functionality is working fine but I am getting below exception on tomcat start up.
java.lang.ClassNotFoundException: Error loading SSL ...
2
votes
1answer
8k views
ClassNotFoundException: com.sun.faces.config.ConfigureListener for JSF project using eclipse + tomcat
We are three people developing a JSF project and we've not been into JSF before. Oddly, with the same data checked out from SVN, one of the team members gets an 404 error everytime using Tomcat ...
0
votes
1answer
1k views
java.lang.NoClassDefFoundError in eclipse and tomcat however WAR is working in standalone tomcat
I am trying to deploy maven generated war file into tomcat server in eclipse.. but I get java.lang.NoClassDefFoundError on a jar file. I verified multiple times, jar is in .war and corresponding class ...
0
votes
1answer
100 views
Tomcat 6 can't find custom FileDirContext implmentation in WEB-INF/classes
So my server.xml defines a <Context> tag with nested <Resources className="my.MyFileDirContext">, where MyFileDirContext extends FileDirContext and is in the appropriate place under ...
0
votes
2answers
1k views
ClassNotFoundException with Spring 3.1 and Tomcat 7
I have found similar questions on StackOverflow, but not quite the same as mine:
I've configured a Spring bean 'ontologyClient' that is a POJO that I have imported from a library which is added to my ...
0
votes
2answers
184 views
GWT - TOMCAT: service ClassNotFoundException
I have a GWT project that is composed of multiple java projects. The server-side code is in a separate project. It works fine in eclipse. But when I deploy it to TOMCAT I get a ...
12
votes
10answers
14k views
ClassNotFoundException when starting tomcat
I'm trying to make a Webservice REST.
After some hours to find how can i solve the problem...
My project looks like :
The traceback is :
8 déc. 2011 18:31:36 ...
0
votes
0answers
159 views
Tomcat 6 “losing” classes in production
I'm having an intermittent error with a legacy production app.
On some boxes, certain features will break somewhat randomly. In the logs, i get a ClassNotFound exception.
However, the class is there, ...
7
votes
2answers
4k views
ClassNotFound when running Tomcat in Eclipse
I'm using Eclipse 3.7 (STS) with Tomcat 7 running inside the IDE. I've created a new Dynamic Web project and added a single JSP file to the web content root folder. I can run Tomcat and access the JSP ...
11
votes
8answers
12k views
eclipse/tomcat: deploy doesn't work any more (ClassNotFoundException)
I'm running Eclipse Helios Service Release 1, with Tomcat 7.0.12 in Linux Ubuntu Natty Narwhal.
I've been happily hot re-deploying my webapp until it stopped working for apparently no reason. The ...
5
votes
6answers
3k views
Tomcat throws ClassNotFound exceptions for classes in other open eclipse projects
I have an eclipse project structure that looks something like this:
eclipse
project a
project b
All of these projects are Maven projects. Project B is an Eclipse WTP project and contains ...
18
votes
3answers
13k views
ClassNotFoundException DispatcherServlet when launching Tomcat (Maven dependencies not copied to wtpwebapps)
I've run into this problem a few times and only just stumbled upon a (semi-) reliable solution, so thought I would post it here in case it helps anyone else, or in case I forget it, and also to ask if ...
2
votes
3answers
9k views
Tomcat Restart automatically Web Application on startup, after error
I've a big trouble on tomcat.
Before explaine, let me tell is the first time I see something like this...
I'm building an application using JPA on Hibernate, Spring 3.0 and Jersey REST Framework.
...
1
vote
1answer
4k views
java.lang.ClassNotFoundException: org.springframework.ui.ModelMap
I create a simple webapp using tomcat 6, spring 2.5.6 and maven.
The problem is when I boot up tomcat, I am getting the following errors:
SEVERE: StandardWrapper.Throwable
...
