Skip to main content
Known Participant
November 6, 2007
Question

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

  • November 6, 2007
  • 2 replies
  • 486 views
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 .
This topic has been closed for replies.

2 replies

rajeshkcAuthor
Known Participant
November 13, 2007
lib was missing.
yum install compat-libstdc++*
solved the problem.
Inspiring
November 6, 2007
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