Questions tagged [classnotfound]

212 questions
1
vote
1 answer

Fatal error: Uncaught Error: Class 'Cache' not found in Prestashop

I am working width prestashop 1.0. I am facing this issue when i delete the cache folder but i have reupload it but it is solving. if any guys have faced such kind of problem, please suggest me that how i resolve it. Fatal error: Uncaught Error:…
Mohd Hasan
  • 324
  • 1
  • 4
  • 17
1
vote
1 answer

Xamarin Custom View ClassNotFoundException

I'm new to the Xamarin. I'm trying to create my own view in an Android aplication, but it's throwing an ClassNotFoundException on constructor. I was searching for similar issues but I haven't found similar one (only here is something that I think…
fortepian
  • 13
  • 3
1
vote
1 answer

PHP MongoDB: Fatal error: Class 'MongoClient' not found in wamp

Hi I have been trying to connect to mongodb from php. I am using the below dll: php_mongo-1.6.8-5.5-vc11-x86_64.dll I was going through one of the threads on stackoverflow PHP MongoDB: Fatal Error: Class 'Mongo CLient' not found ,which mentions…
aman
  • 73
  • 1
  • 9
1
vote
2 answers

Class not found in kotlin?

Intent intent=new Intent(MainActivity.this, ContactListActivity.class); startActivity(intent); MainActivity.this is written in java and ContactListActivity is written in kotlin. I am trying to call the ContactListActivty…
1
vote
1 answer

Selenium WebDriver 3.0.1 Actions class missing from selenium-api-3.0.1.jar from Maven repository

I am using Selenium WebDriver 3.0.1 in a Maven based project. This code snippet fails (does not compile): Actions myActions = new Actions(myWebDriver); because the org.openqa.selenium.interactions.Actions class is missing from the…
Luca Buraggi
  • 35
  • 1
  • 5
1
vote
0 answers

using spring-boot compile not class found int the jar file

When u using spring-boot package your project , u will get a jar file, but in my jar file,there is no program files included. I'm using clean package spring-boot:repackage It looks like this: Program files missed you can get the progject from…
毕国栋
  • 11
  • 1
1
vote
0 answers

java.lang.NoClassDefFoundError: org.apache.log4j.Logger

In my ejb jar having loggers I am getting following exception @runtime . java.lang.NoClassDefFoundError: org.apache.log4j.Logger at java.lang.Class.getDeclaredFieldsImpl(Native Method) at…
kamikez
  • 11
  • 3
1
vote
2 answers

ClassNotFoundException: But the class is in the right place

I am working on a large project which runs localy on my computer with tomcat and apache httpd server. I did nothing, I just turned normally my computer on like always and started eclipse and than the server, but from now on, I get an exception: …
sickzz1
  • 29
  • 2
  • 7
1
vote
2 answers

Pipedrive Class not found?

I am facing a strange error. I got a fairly simple piece of code yet it is constantly giving me error that class not found. The error i am getting is Fatal error: Class 'pipedriveintegrationConfig' not found in…
Omicans
  • 531
  • 1
  • 8
  • 26
1
vote
1 answer

Symfony 2 and PhpUnit Class not found

I'm lost about how to find a solution for my problem, I already search a lot on internet (and stackoverflow) but nothing is ok for me... The problem I have a Symfony 2 app. I created a test with PHPUnit but when I execute the test, I have these…
Namiro
  • 11
  • 4
1
vote
1 answer

Wildfly 10.1.0 ClassNotFoundException: javax.mail.Authenticator

Creating instance of org.apache.commons.mail.MultiPartEmail the following problem occures: java.lang.NoClassDefFoundError: javax/mail/Authenticator at mypackage.MyClass.sendMail(MyClass.java:123) ... Caused by: java.lang.ClassNotFoundException:…
Egil Saga
  • 43
  • 9
1
vote
1 answer

Adwords API ReportDefinitionService: ReportDefinition not found

If I do : $user->GetService('ManagedCustomerService'); $customer = new \ManagedCustomer(); This works, but if I do: $user->LoadService('ReportDefinitionService'); $report = new \ReportDefinition(); I receive an error: Class 'ReportDefinition' not…
Iana Tempos
  • 582
  • 4
  • 13
1
vote
1 answer

Artisan Cant See WP_Query in Global Namespace

I am building an application inside of Laravel. Part of this project is a front facing website that the marketing team at my company wants to be able to manage through WordPress. In order to allow them to do that, and in order to access that data…
Robert430404
  • 425
  • 5
  • 16
1
vote
1 answer

PHP: Can't use inheritance. It won't find the class

I reached the cap about inheritance but I can't use them, even when I try to use the examples from the book I'm learning. Even though all the files are on the same folder, the error is: "Fatal error: Class 'mother' not found in C:\Program Files…
1
vote
0 answers

Appender classes missing when running WSO2 1.10.1 from GIT

I cloned master branch of WSO2 carbon-apimgt and product-apim from github, and built them with: maven clean install -Dmaven.test.skip=true. Both builds completed successfully, but when I unpacked the zip file wso2am-1.10.1-SNAPSHOT.zip and…
Ofer Lahav
  • 411
  • 4
  • 14