Skip to Main Content

Integration

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!

Hadoop cartridge test-org.springframework.beans.FatalBeanException

979373Dec 12 2012 — edited Dec 12 2012
Hi, I'm a beginner in CEP and I'm trying to test the Hadoop cartridge on OCEP11.1.1.7,
But when I try to start the CEP server, the following exception was thrown:

org.springframework.beans.FatalBeanException: Error in context lifecycle initialization; nested exception is java.lang.IllegalStateException: java.lang.reflect.InvocationTargetException
at com.bea.wlevs.spring.ApplicationContextLifecycle.onApplicationEvent(ApplicationContextLifecycle.java:146)
at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:79)
......
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused By: java.lang.IllegalStateException: java.lang.reflect.InvocationTargetException
at com.bea.wlevs.management.spi.StageMBeanFactoryBean.createMBean(StageMBeanFactoryBean.java:47)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
......
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused By: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
.......
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused By: java.lang.ClassNotFoundException: tests.functionalcartridge.common.apps.mapredap.EventSinkMBean
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506)
......
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

Anyway, my package name is : tests.functional.cartridge.common.apps.mapredap

Does anyone encountered the similar issues or any advice?
Thanks.

---------------------------------

Anyway it just because the java source --Class.forName() quoted the wrong class path.

Edited by: Dora OY on 2012-12-12 上午2:31

Comments

JeffJon
Have you tried updating the configuration setting for the amount of time that the message is displayed?
LarryR
James, I don't know if thiere is a way to promote your Info Bar message, but given that it may not be possible, would a pop-up window work better in this situation?
783124
Yes this is a good solution, or at least it would be if the message window were left on top, instead of the modal popup and the main window taking centre-stage again a split second later! Is there a way to keep this message window on top?

Another possible solution - do you know if it would be possible to add the message to the "LoadOptMethodVal" Option of the adapter, by passing in the message string? It would be great if the message could feature in the Target System Load modal popup. I suspect not, but it would be ideal, since this would then give the user the option of whether to proceed with the data load or not. I tried modifying the Description field, but this does not appear to feature in the modal popup.
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 9 2013
Added on Dec 12 2012
0 comments
863 views