I am getting this error. I had been trying for the last month . please let me know what went wrong
Portal Runtime Error
An exception occurred while processing a request for :
iView : WebServiceTutorial.MyGooglePage
Component Name : WebServiceTutorial.MyGooglePage
The exception was logged. Inform your system administrator..
Exception id: 05:13_01/12/04_0003_2099650
See the details for the exception ID in the log file
thanks
venkat
Hello,
First of all, the interesting logs are in:
.../cluster/server/managers/log/portal/logs
The most important are: portal.log and soap.log - you'll find a detailed description (stack traces) of your exceptions.
WebServices is never-ending-story on EP6 SP2, and the google example simply don't work.
Reason - I saw many of them from many people.
I'll give you few:
1) The NetWeaver studio creates "broken" client stub classes. I saw an advice to use pure eclipse with pdk plugin to generate the correct ones. On my environment it doesn't work anyway
2) Some people tries to use Axis client and put it into an iview. I don't know any 'success story' about this idea. I know only about some problems with class loading and a javax.xml.* package which are overwritten by WAS libraries
But, if there is anyone on this forum, who successfully run a webservice on EP6 SP2 (google example in particular) I will be very grateful for any suggestions, some code example, anything.
So, thanks in advance 😉
Regards,
Artur
Add a comment