• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Error when webservice invoked in Linux server(CentOS5) and CF8

New Here ,
Nov 06, 2007 Nov 06, 2007

Copy link to clipboard

Copied

coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: jikes: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory .
TOPICS
Advanced techniques

Views

441

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Nov 06, 2007 Nov 06, 2007

Copy link to clipboard

Copied

Hi Rajesh,

If your component name (the one you use for generating webservice) and its displayname are same then you this error is bound to occur. Though I am not too sure about this, I read something like this in one of the documentation page which I cant able to find now.

HTH

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 13, 2007 Nov 13, 2007

Copy link to clipboard

Copied

LATEST
lib was missing.
yum install compat-libstdc++*
solved the problem.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation