1 Reply Latest reply on Oct 3, 2008 1:47 PM by peterj

    javax.ejb.EJBException:  RMI class loader disabled)

    emkong82

      this is the error message displayed when i run my plug-in application.
      i dun know what should i do with it.
      can some one tell me what the problem is?and what to i do to solve it?


      javax.ejb.EJBException: RMI class loader disabled)
      at my.com.shinyang.ejb.EJBInvoker.invokeRemoteEJB(EJBInvoker.java:91)
      at my.com.shinyang.eply.pager.PagingUtil.nextPage(PagingUtil.java:69)
      at my.com.shinyang.eply.pager.PagingUtil.doSearch(PagingUtil.java:42)
      at my.com.shinyang.eply.ui.views.DicPlywoodGroupTableView.defaultRecordView(DicPlywoodGroupTableView.java:615)
      at my.com.shinyang.eply.ui.views.DicPlywoodGroupTableView.createPartControl(DicPlywoodGroupTableView.java:171)
      at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:137)
      at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
      at org.eclipse.core.runtime.Platform.run(Platform.java:747)
      at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:133)
      at org.eclipse.ui.internal.ViewPane.createChildControl(ViewPane.java:135)
      at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:205)
      at org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:119)
      at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:349)
      at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
      at org.eclipse.core.runtime.Platform.run(Platform.java:747)
      at org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFactory.java:273)
      at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:530)
      at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
      at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:528)
      at org.eclipse.ui.internal.Perspective.showView(Perspective.java:1603)
      at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:773)
      at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:753)
      at org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.java:3046)
      at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
      at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3043)
      at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3023)
      at my.com.shinyang.eply.ui.actions.OpenViewAction.run(OpenViewAction.java:109)
      at my.com.shinyang.eply.ui.actions.MenuAction.run(MenuAction.java:48)
      at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:276)
      at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:206)
      at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915)
      at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866)
      at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:785)
      at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
      at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2773)
      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2432)
      at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
      at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
      at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
      at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
      at my.com.shinyang.eply.ui.MainWindow.run(MainWindow.java:31)
      at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
      at org.eclipse.core.launcher.Main.run(Main.java:704)
      at org.eclipse.core.launcher.Main.main(Main.java:688)