Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Could not initialize class oracle.iam.platform.Platform

user11957197Feb 21 2014 — edited Feb 24 2014

Hi,

I created one webservice to update user's end date and send mail to manager. Inout is user's login and number of days to extend. I deployed webservice in weblogic. When I invoke it, it gives me below error:

<env:Body>

    <env:Fault>

      <faultcode>env:Server</faultcode>

      <faultstring>Failed to invoke end component com.xyvs.iam.oim.updateUsrEndDate (POJO), operation=updateEnddate

-> Failed to invoke method

-> Could not initialize class oracle.iam.platform.Platform

</faultstring>

      <detail>

        <bea_fault:stacktrace xmlns:bea_fault="http://www.bea.com/servers/wls70/webservice/fault/1.0.0">java.lang.NoClassDefFoundError: Could not initialize class oracle.iam.platform.Platform

    at com.xyvs.iam.oim.updateUsrEndDate.updateEnddate(updateUsrEndDate.java:52)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

Please let me know if I am missing anything.

Regards,

Kalpana.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 24 2014
Added on Feb 21 2014
6 comments
1,380 views