Skip to Main Content

Java SE (Java Platform, Standard Edition)

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!

Java unable to launch the allpication

843798Jul 28 2005
Hi
We have our application which is downloaded through Javaws
We are using java1.3
But from today (28-july-2005) we are unable to lauch our application and we are getting following exception in server
Exception in thread "main" java.lang.ExceptionInInitializerError: java.lang.SecurityException: Cannot set up certs for trusted CAs
        at javax.crypto.b.<clinit>([DashoPro-V1.2-120198])
        at javax.crypto.SecretKeyFactory.getInstance([DashoPro-V1.2-120198])
        at com.lucent.iems.platform.util.encryption.KeyGenerator.getKey(KeyGenerator.java:75)
        at com.lucent.iems.platform.util.encryption.Encoder.<init>(Encoder.java:72)
        at com.lucent.iems.platform.security.installation.SecPopulate.encrypt(SecPopulate.java:358)
        at com.lucent.iems.platform.security.installation.UserPopulator.getPassword(UserPopulator.java:239)
        at com.lucent.iems.platform.security.installation.UserPopulator.populate(UserPopulator.java:92)
        at com.lucent.iems.platform.security.installation.SecPopulate.getSection(SecPopulate.java:226)
        at com.lucent.iems.platform.security.installation.SecPopulate.main(SecPopulate.java:280)
Exception in thread "main" com.lucent.iems.platform.util.exception.CannotExecuteException: Error AddSchedulerTask: The Administrator user name is null or empty.
        at com.lucent.iems.platform.scheduler.populator.AddRANSchedulerTasks.main(AddRANSchedulerTasks.java:83)
Exception in thread "main" java.lang.ExceptionInInitializerError: java.lang.SecurityException: Cannot set up certs for trusted CAs
        at javax.crypto.b.<clinit>([DashoPro-V1.2-120198])
        at javax.crypto.SecretKeyFactory.getInstance([DashoPro-V1.2-120198])
        at com.lucent.iems.platform.util.encryption.KeyGenerator.getKey(KeyGenerator.java:75)
        at com.lucent.iems.platform.util.encryption.Encoder.<init>(Encoder.java:72)
        at com.lucent.iems.platform.security.installation.SecPopulate.encrypt(SecPopulate.java:358)
        at com.lucent.iems.platform.security.installation.UserPopulator.getPassword(UserPopulator.java:239)
        at com.lucent.iems.platform.security.installation.UserPopulator.populate(UserPopulator.java:92)
        at com.lucent.iems.platform.security.installation.SecPopulate.getSection(SecPopulate.java:226)
        at com.lucent.iems.platform.security.installation.SecPopulate.main(SecPopulate.java:280)
mkdir: "/backup/OMC": Permission denied
With initial investigation we understood that the Sun certificate was expired
Any body also facing this problem ?

is there any workaround to this problem ?

Thanks
Vijay
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 25 2005
Added on Jul 28 2005
0 comments
130 views