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!

OIA - Error

Srivatsa.kashyapJul 30 2012 — edited Sep 5 2012
Hi All,

I am continuously getting the following error in OIA 11.1.1.5. i am not able to get what is the problem .

help me.

02:53:52,082 ERROR [QuartzSchedulerProviderImpl] Could not retrieve the Job from Scheduler
02:53:52,082 ERROR [QuartzSchedulerProviderImpl] org.quartz.JobPersistenceException: Couldn't retrieve job because the BLOB couldn't be deserialized: null [See nested exception: java.io.EOFException]
02:53:52,084 ERROR [QuartzSchedulerProviderImpl] Could not retrieve the Job from Scheduler
02:53:52,084 ERROR [QuartzSchedulerProviderImpl] org.quartz.JobPersistenceException: Couldn't retrieve job because the BLOB couldn't be deserialized: null [See nested exception: java.io.EOFException]
02:53:52,086 ERROR [QuartzSchedulerProviderImpl] Could not retrieve the Job from Scheduler
02:53:52,086 ERROR [QuartzSchedulerProviderImpl] org.quartz.JobPersistenceException: Couldn't retrieve job because the BLOB couldn't be deserialized: null [See nested exception: java.io.EOFException]
02:53:52,119 ERROR [QuartzSchedulerProviderImpl] Could not retrieve the Job from Scheduler
02:53:52,119 ERROR [QuartzSchedulerProviderImpl] org.quartz.JobPersistenceException: Couldn't retrieve job because the BLOB couldn't be deserialized: null [See nested exception: java.io.EOFException]
02:53:52,122 ERROR [QuartzSchedulerProviderImpl] Could not retrieve the Job from Scheduler
02:53:52,122 ERROR [QuartzSchedulerProviderImpl] org.quartz.JobPersistenceException: Couldn't retrieve job because the BLOB couldn't be deserialized: null [See nested exception: java.io.EOFException]
02:53:52,124 ERROR [QuartzSchedulerProviderImpl] Could not retrieve the Job from Scheduler
02:53:52,124 ERROR [QuartzSchedulerProviderImpl] org.quartz.JobPersistenceException: Couldn't retrieve job because the BLOB couldn't be deserialized: null [See nested exception: java.io.EOFException]
02:54:00,169 ERROR [EventListenerServiceImpl] max event count exceeded, actual event count:14 max event count:5 listener:Demo_User Transfer action type:3
02:54:00,182 ERROR [JobRunShell] Job eventlistener.eventAction1-3 threw an unhandled Exception:
org.springframework.mail.MailParseException: Could not parse mail; nested exception is javax.mail.internet.AddressException: Illegal address in string ``''
at org.springframework.mail.javamail.MimeMailMessage.setCc(MimeMailMessage.java:126)
at org.springframework.mail.SimpleMailMessage.copyTo(SimpleMailMessage.java:185)
at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:305)
at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:297)
at com.vaau.rbacx.system.manager.MailManagerImpl.sendSimpleMessage(MailManagerImpl.java:298)
at com.vaau.rbacx.eventlistener.service.EventListenerServiceImpl.sendThresholdExceededNotification(EventListenerServiceImpl.java:615)
at com.vaau.rbacx.eventlistener.service.EventListenerServiceImpl.fireEventTrigger(EventListenerServiceImpl.java:535)
at sun.reflect.GeneratedMethodAccessor284.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy166.fireEventTrigger(Unknown Source)
at com.vaau.rbacx.scheduling.executor.eventlistener.EventTriggerJobExecutor.execute(EventTriggerJobExecutor.java:27)
at com.vaau.rbacx.scheduling.manager.providers.quartz.jobs.AbstractJob.execute(AbstractJob.java:72)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:534)
Caused by: javax.mail.internet.AddressException: Illegal address in string ``''
at javax.mail.internet.InternetAddress.<init>(InternetAddress.java:108)
at org.springframework.mail.javamail.MimeMessageHelper.setCc(MimeMessageHelper.java:638)
at org.springframework.mail.javamail.MimeMailMessage.setCc(MimeMailMessage.java:123)
... 22 more
02:54:00,182 ERROR [ErrorLogger] Job (eventlistener.eventAction1-3 threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.springframework.mail.MailParseException: Could not parse mail; nested exception is javax.mail.internet.AddressException: Illegal address in string ``'']
at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:534)
Caused by: org.springframework.mail.MailParseException: Could not parse mail; nested exception is javax.mail.internet.AddressException: Illegal address in string ``''
at org.springframework.mail.javamail.MimeMailMessage.setCc(MimeMailMessage.java:126)
at org.springframework.mail.SimpleMailMessage.copyTo(SimpleMailMessage.java:185)
at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:305)
at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:297)
at com.vaau.rbacx.system.manager.MailManagerImpl.sendSimpleMessage(MailManagerImpl.java:298)
at com.vaau.rbacx.eventlistener.service.EventListenerServiceImpl.sendThresholdExceededNotification(EventListenerServiceImpl.java:615)
at com.vaau.rbacx.eventlistener.service.EventListenerServiceImpl.fireEventTrigger(EventListenerServiceImpl.java:535)
at sun.reflect.GeneratedMethodAccessor284.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy166.fireEventTrigger(Unknown Source)
at com.vaau.rbacx.scheduling.executor.eventlistener.EventTriggerJobExecutor.execute(EventTriggerJobExecutor.java:27)
at com.vaau.rbacx.scheduling.manager.providers.quartz.jobs.AbstractJob.execute(AbstractJob.java:72)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
... 1 more
Caused by: javax.mail.internet.AddressException: Illegal address in string ``''
at javax.mail.internet.InternetAddress.<init>(InternetAddress.java:108)
at org.springframework.mail.javamail.MimeMessageHelper.setCc(MimeMessageHelper.java:638)
at org.springframework.mail.javamail.MimeMailMessage.setCc(MimeMailMessage.java:123)
... 22 more
02:54:00,299 ERROR [JobRunShell] Job eventlistener.eventAction1-4 threw an unhandled Exception:
java.lang.NullPointerException
at com.vaau.rbacx.idc.util.IDCUtil.getRoleWithPolicies(IDCUtil.java:875)
at com.vaau.rbacx.idc.service.support.impl.UserCertificationHelperImpl.createUserCertification(UserCertificationHelperImpl.java:146)
at sun.reflect.GeneratedMethodAccessor446.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:50)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy129.createUserCertification(Unknown Source)
at com.vaau.rbacx.idc.service.impl.RbacxIDCServiceImpl.createUserEntitlementCertifications(RbacxIDCServiceImpl.java:843)
at com.vaau.rbacx.idc.service.impl.RbacxIDCServiceImpl.createUserCertificationsBySelectedUsers(RbacxIDCServiceImpl.java:1036)
at com.vaau.rbacx.idc.service.impl.RbacxIDCServiceImpl.createUserCertificationsBySelectedUsers(RbacxIDCServiceImpl.java:919)
at sun.reflect.GeneratedMethodAccessor445.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:66)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy136.createUserCertificationsBySelectedUsers(Unknown Source)
at com.vaau.rbacx.eventlistener.service.EventListenerServiceImpl.executeAction(EventListenerServiceImpl.java:711)
at com.vaau.rbacx.eventlistener.service.EventListenerServiceImpl.fireEventTrigger(EventListenerServiceImpl.java:527)
at sun.reflect.GeneratedMethodAccessor284.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy166.fireEventTrigger(Unknown Source)
at com.vaau.rbacx.scheduling.executor.eventlistener.EventTriggerJobExecutor.execute(EventTriggerJobExecutor.java:27)
at com.vaau.rbacx.scheduling.manager.providers.quartz.jobs.AbstractJob.execute(AbstractJob.java:72)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:534)
02:54:00,299 ERROR [ErrorLogger] Job (eventlistener.eventAction1-4 threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.NullPointerException]
at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:534)
Caused by: java.lang.NullPointerException
at com.vaau.rbacx.idc.util.IDCUtil.getRoleWithPolicies(IDCUtil.java:875)
at com.vaau.rbacx.idc.service.support.impl.UserCertificationHelperImpl.createUserCertification(UserCertificationHelperImpl.java:146)
at sun.reflect.GeneratedMethodAccessor446.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:50)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy129.createUserCertification(Unknown Source)
at com.vaau.rbacx.idc.service.impl.RbacxIDCServiceImpl.createUserEntitlementCertifications(RbacxIDCServiceImpl.java:843)
at com.vaau.rbacx.idc.service.impl.RbacxIDCServiceImpl.createUserCertificationsBySelectedUsers(RbacxIDCServiceImpl.java:1036)
at com.vaau.rbacx.idc.service.impl.RbacxIDCServiceImpl.createUserCertificationsBySelectedUsers(RbacxIDCServiceImpl.java:919)
at sun.reflect.GeneratedMethodAccessor445.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:66)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy136.createUserCertificationsBySelectedUsers(Unknown Source)
at com.vaau.rbacx.eventlistener.service.EventListenerServiceImpl.executeAction(EventListenerServiceImpl.java:711)
at com.vaau.rbacx.eventlistener.service.EventListenerServiceImpl.fireEventTrigger(EventListenerServiceImpl.java:527)
at sun.reflect.GeneratedMethodAccessor284.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy166.fireEventTrigger(Unknown Source)
at com.vaau.rbacx.scheduling.executor.eventlistener.EventTriggerJobExecutor.execute(EventTriggerJobExecutor.java:27)
at com.vaau.rbacx.scheduling.manager.providers.quartz.jobs.AbstractJob.execute(AbstractJob.java:72)
at org.quartz.core.JobRunShell.run(JobRunShell.java:20


Thank you
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 3 2012
Added on Jul 30 2012
9 comments
605 views