-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webapi issue main.CRITICAL: LogicException: The "OrderInterface[]" class doesn't exist and the namespace must be specified. Verify and try again. #35942
Comments
Hi @achatpc. Thank you for your report.
Make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
For more details, review the Magento Contributor Assistant documentation. Add a comment to assign the issue: To learn more about issue processing workflow, refer to the Code Contributions.
🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket. ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
Hi @engcom-November. Thank you for working on this issue.
|
After long time of investigation, i can not reproduce issue on fresh install. Anymore can help me to identify source of this issue ? I can not see any details on log about module related with this error. I have tested with all vendor tierce module disabled but withou success. Thank you in advance. |
Hi @achatpc , |
I can sea this with grep: magento_user@achatpc:/var/www/html$ grep -r 'OrderInterface[]' I have disable all related vendor module and i have make test. Issue not solved... I become crazy.... |
Founded and fixed my issue. Whas related with classyllama/module-zendesk. Special thanks to Amasty support for help. @magento/classy-llama |
I can not see update from Classy-llama team. I thy to cite somes users from organisation. Thank you in advance. @magento/classy-llama |
Preconditions and environment
2.4.5 open source
Steps to reproduce
Check webservice availability:
https://www.xxxxx.com/soap/default?wsdl&services=backendModuleServiceV1
Expected result
No error and webservice available list
Actual result
[2022-08-13T14:59:02.868044+00:00] main.CRITICAL: LogicException: The "OrderInterface[]" class doesn't exist and the namespace must be specified. Verify and try again. in /var/www/html/vendor/magento/framework/Reflection/TypeProcessor.php:147
Stack trace:
#0 /var/www/html/vendor/magento/module-webapi/Model/Config/ClassReflector.php(105): Magento\Framework\Reflection\TypeProcessor->register()
#1 /var/www/html/vendor/magento/module-webapi/Model/Config/ClassReflector.php(73): Magento\Webapi\Model\Config\ClassReflector->extractMethodData()
#2 /var/www/html/vendor/magento/module-webapi/Model/ServiceMetadata.php(141): Magento\Webapi\Model\Config\ClassReflector->reflectClassMethods()
#3 /var/www/html/vendor/magento/module-webapi/Model/ServiceMetadata.php(175): Magento\Webapi\Model\ServiceMetadata->initServicesMetadata()
#4 /var/www/html/vendor/magento/module-webapi/Model/ServiceMetadata.php(198): Magento\Webapi\Model\ServiceMetadata->getServicesConfig()
#5 /var/www/html/vendor/magento/module-webapi/Model/Soap/Wsdl/Generator.php(367): Magento\Webapi\Model\ServiceMetadata->getServiceMetadata()
#6 /var/www/html/vendor/magento/module-webapi/Model/AbstractSchemaGenerator.php(172): Magento\Webapi\Model\Soap\Wsdl\Generator->getServiceMetadata()
#7 /var/www/html/vendor/magento/module-webapi/Model/Soap/Wsdl/Generator.php(375): Magento\Webapi\Model\AbstractSchemaGenerator->getAllowedServicesMetadata()
#8 /var/www/html/vendor/magento/module-webapi/Model/AbstractSchemaGenerator.php(107): Magento\Webapi\Model\Soap\Wsdl\Generator->getAllowedServicesMetadata()
#9 /var/www/html/vendor/magento/module-webapi/Controller/Soap.php(134): Magento\Webapi\Model\AbstractSchemaGenerator->generate()
#10 /var/www/html/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Webapi\Controller\Soap->dispatch()
#11 /var/www/html/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Webapi\Controller\Soap\Interceptor->___callParent()
#12 /var/www/html/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Webapi\Controller\Soap\Interceptor->Magento\Framework\Interception{closure}()
#13 /var/www/html/generated/code/Magento/Webapi/Controller/Soap/Interceptor.php(23): Magento\Webapi\Controller\Soap\Interceptor->___callPlugins()
#14 /var/www/html/vendor/magento/framework/App/Http.php(116): Magento\Webapi\Controller\Soap\Interceptor->dispatch()
#15 /var/www/html/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Framework\App\Http->launch()
#16 /var/www/html/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Framework\App\Http\Interceptor->___callParent()
#17 /var/www/html/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Framework\App\Http\Interceptor->Magento\Framework\Interception{closure}()
#18 /var/www/html/generated/code/Magento/Framework/App/Http/Interceptor.php(23): Magento\Framework\App\Http\Interceptor->___callPlugins()
#19 /var/www/html/vendor/magento/framework/App/Bootstrap.php(264): Magento\Framework\App\Http\Interceptor->launch()
#20 /var/www/html/pub/index.php(30): Magento\Framework\App\Bootstrap->run()
#21 {main}
Additional information
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
env:Body
env:Fault
env:Code
env:Valueenv:Receiver</env:Value>
</env:Code>
env:Reason
<env:Text xml:lang="fr">Internal Error. Details are available in Magento log file. Report ID: webapi-62f7beb20ad79</env:Text>
</env:Reason>
</env:Fault>
</env:Body>
</env:Envelope>
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: