Skip to content
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

module-xml: confusing error message with WSDLLib::getWebServiceFromUrl() in the WSDL module #4451

Closed
davidnich opened this issue Feb 18, 2022 · 0 comments

Comments

@davidnich
Copy link
Contributor

the error message does not provide the correct file name:

unhandled QORE System exception thrown in TID 1 at 2022-02-18 11:38:57.733743 Fri +01:00 (CET) in ReadOnlyFile::readTextFile() (/export/home2/dnichols/src/Qorus/current/bin/qdp:424 (Qore builtin code))
FILE-OPEN2-ERROR: cannot open '': No such file or directory, arg: 2
call stack:
 15: RETHROW at /export/home2/dnichols/src/Qorus/current/bin/qdp:424)
 14: ReadOnlyFile::readTextFile() (/export/home2/dnichols/src/Qorus/current/qlib/FileLocationHandler/FileLocationHandlerFile.qc:90 (Qore builtin code))
 13: FileLocationHandlerFile::getTextFileImpl() (/export/home2/dnichols/src/Qorus/current/qlib/FileLocationHandler/FileLocationHandler.qc:52 (Qore user code))
 12: AbstractFileLocationHandler::getTextFile() (/export/home2/dnichols/src/Qorus/current/qlib/FileLocationHandler/FileLocationHandler.qc:267 (Qore user code))
 11: FileLocationHandler::getTextFileFromLocation() (/export/home2/dnichols/src/Qorus/current/qlib/FileLocationHandler/FileLocationHandler.qc:289-291 (Qore user code))
 10: FileLocationHandler::getFileFromLocation() (/export/home2/dnichols/src/Qorus/current/qlib/WSDL.qm:354 (Qore user code))
  9: WSDLLib::getFileFromURL() (/export/home2/dnichols/src/Qorus/current/qlib/WSDL.qm:416 (Qore user code))
  8: WSDLLib::getWSDL() (/export/home2/dnichols/src/Qorus/current/qlib/WSDL.qm:426 (Qore user code))
  7: WSDLLib::getWebServiceFromUrl() (/export/home2/dnichols/src/Qorus/current/qlib/SoapDataProvider/SoapDataProvider.qc:101 (Qore user code))
  6: SoapDataProvider::constructor() (<builtin>:-1 (Qore user code))
  5: ConstructorMethodVariant::call() (/export/home2/dnichols/src/Qorus/current/qlib/DataProvider/AbstractDataProviderFactory.qc:50 (Qore builtin code))
  4: AbstractDataProviderFactory::create() (/export/home2/dnichols/src/Qorus/current/qlib/DataProvider/DataProvider.qc:202 (Qore user code))
  3: DataProvider::getFactoryObjectFromStringUseEnv() (/export/home2/dnichols/src/Qorus/current/bin/qdp:419 (Qore user code))
  2: QdpCmd::getDataProvider() (/export/home2/dnichols/src/Qorus/current/bin/qdp:119 (Qore user code))
  1: QdpCmd::constructor() (<builtin>:-1 (Qore user code))
@davidnich davidnich added this to the 0.9.16 milestone Feb 18, 2022
@davidnich davidnich added this to To do in Qore Development via automation Feb 18, 2022
@davidnich davidnich self-assigned this Feb 18, 2022
davidnich added a commit to qorelanguage/module-xml that referenced this issue Feb 18, 2022
…ple references

refs qorelanguage/qore#4451 fixed a confusing error msg in WSDLLib::getWebServiceFromUrl()
davidnich added a commit to qorelanguage/module-xml that referenced this issue Feb 18, 2022
…ple references

refs qorelanguage/qore#4451 fixed a confusing error msg in WSDLLib::getWebServiceFromUrl()
davidnich added a commit to qorelanguage/module-xml that referenced this issue Feb 18, 2022
refs qorelanguage/qore#4451 fixed a confusing error msg with WSDLLib::getWebServiceFromUrl()
davidnich added a commit to qorelanguage/module-xml that referenced this issue Feb 18, 2022
refs qorelanguage/qore#4451 fixed a confusing error msg with WSDLLib::getWebServiceFromUrl()
Qore Development automation moved this from To do to Done Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant