Unable to create editor ID com.m7.wide.eclipse.jstudio.DocEditor.jsp

Posting this on behalf of abrahamkf from the jsp newsgroups.
I am using eclips 3.1.2 and BEU free jsp editor. I have a eclipse project created by appfuse with the WEB-INF folder under 'web' directory, but my jsp pages are under the directory 'web/pages'. The following error is being thrown on opening the jsp pages.
Unable to create editor ID com.m7.wide.eclipse.jstudio.DocEditor.jsp: An unexpected exception was thrown.
java.lang.NullPointerException
at com.m7.wide.doceditor.EditorFactory.createDocEditor(Unknown Source)
at com.m7.wide.eclipse.jstudio.DynamicMultiPageEditor.createPages(Unknown Source)
at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:241)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:609)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:384)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:269)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:391)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1102)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1051)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1256)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:442)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:109)
at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:60)
at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:212)
at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:202)
at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:758)
at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:665)
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:628)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2360)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2295)
at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2287)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2273)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2268)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2249)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:371)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:334)
at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:251)
at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:131)
at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49)
at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:169)
at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:153)
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:222)
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:198)
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:296)
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:869)
at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:741)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:783)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:739)
at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:968)
at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1067)
at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:243)
at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:238)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:277)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1021)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2867)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2572)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
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:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.eclipse_main(Main.java:948)
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:585)
at com.m7.installer.util.NitroxMain$1.run(NitroxMain.java:29)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Please contact [email protected] with following information.
- The product you downloaded (or installer zip file name)
- email-id & installation key used (in case of Studio/Struts/JSF product)
- The OS you are working on
br
Srinagesh Susarla wrote:
Posting this on behalf of abrahamkf from the jsp newsgroups.
I am using eclips 3.1.2 and BEU free jsp editor. I have a eclipse project created by appfuse with the WEB-INF folder under 'web' directory, but my jsp pages are under the directory 'web/pages'. The following error is being thrown on opening the jsp pages.
Unable to create editor ID com.m7.wide.eclipse.jstudio.DocEditor.jsp: An unexpected exception was thrown.
java.lang.NullPointerException
at com.m7.wide.doceditor.EditorFactory.createDocEditor(Unknown Source)
at com.m7.wide.eclipse.jstudio.DynamicMultiPageEditor.createPages(Unknown Source)
at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:241)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:609)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:384)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:269)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:391)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1102)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1051)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1256)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:442)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:109)
at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:60)
at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:212)
at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:202)
at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:758)
at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:665)
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:628)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2360)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2295)
at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2287)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2273)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2268)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2249)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:371)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:334)
at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:251)
at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:131)
at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49)
at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:169)
at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:153)
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:222)
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:198)
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:296)
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:869)
at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:741)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:783)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:739)
at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:968)
at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1067)
at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:243)
at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:238)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:277)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1021)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2867)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2572)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
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:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.eclipse_main(Main.java:948)
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:585)
at com.m7.installer.util.NitroxMain$1.run(NitroxMain.java:29)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Similar Messages

  • Unable to create editor ID bpelz.editors.BPELEditor

    Hi.
    I have a problem with Bpel designer for eclipse.
    Eclipse built correctly the xml file but an error occurs :
    Unable to create editor ID bpelz.editors.BPELEditor: An unexpected exception was thrown:
    java.lang.NullPointerException
         at org.eclipse.ui.part.MultiPageEditorPart.pageChange(MultiPageEditorPart.java:511)
         at bpelz.editors.BPELEditor.pageChange(BPELEditor.java:291)
         at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:580)
         at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:244)
         at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:598)
         at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:374)
         at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
         at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:285)
         at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
         at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:263)
         at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
         at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:387)
         at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1130)
         at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1083)
         at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1288)
         at org.eclipse.ui.internal.PartStack.add(PartStack.java:453)
         at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:101)
         at org.eclipse.ui.internal.PartStack.add(PartStack.java:440)
         at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:110)
         at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:60)
         at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:214)
         at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:204)
         at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:743)
         at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:650)
         at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:613)
         at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2380)
         at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2315)
         at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:2307)
         at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2293)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2288)
         at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2269)
         at org.eclipse.ui.ide.IDE.openEditor(IDE.java:372)
         at org.eclipse.ui.ide.IDE.openEditor(IDE.java:335)
         at bpelz.wizards.BPELProcessWizard$1.run(BPELProcessWizard.java:133)
         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3213)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2859)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1774)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1738)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:376)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
         at org.eclipse.core.launcher.Main.run(Main.java:977)
         at org.eclipse.core.launcher.Main.main(Main.java:952)
    how can i do?
    Help me plz, i have to develop an important work for my university.
    thx

    OK, it appears to be a version issue. I originally installed the latest stable version available (3.2M3), thinking that is always best. I had the same symptom. So I went down to 3.0 since that is the version in the HelloWorld tutorial PDF and it works as advertized. Looks like Oracle needs to update the plugin to work with 3.2

  • New Error - Unable to Create Any Backups (com.adobe.versioncue.boot - Failed to start com.adobe.vers

    A new error just started showing up in my Vc logs: com.adobe.versioncue.boot - Failed to start com.adobe.versioncue.backup.schedule.
    Since the report of this error, I am unable to create any kind of Version Cue backups. Has anyone else seen this error?
    I had hoped that a simple reboot would alleviate the problem, but it didn't. The error occurs during Vc startup (boot). It's a little odd that Vc was mostly fine until I rescheduled my Windows Backup (ntbackup.exe) to run 90 minutes earlier, and failed to tell Diskeeper to also not auto-defrag 90 minutes earlier. (In other words, it's possible that Diskeeper did its thing the same time ntbackup was running.)
    Running Windows XP SP3. I'm going to try a repair install of Vc in a few moments.

    Update 2: ntbackup restore of System State to day before last successful Vc backup failed to correct the problem. I can't even run a manual backup.
    Can anyone tell me how to determine the ClassPath used by Vc?
    There is no stack trace from this error - the exception is caught and handled, so Vc continues to run after creating the single log entry posted in Msg-1 above. By knowing the ClassPath, I may be able to restore the corrupted Java JARs, if that is the root of this problem.
    I'd really hate to have to (ntbackup) restore the whole computer back to last Monday...

  • Unable to create the bluetooth virtual COM port

    Hi all
    I install BS from Toshiba and it seems ok. Bt ir desn´t work. I see all the drivers installed, system devices, etc. No Toshiba BT ports can be seen. Local com ports only show modem port. Try to create a virtual port but get a message "unable to create a bluetooh virtual port" I have a satellite m100-145. Can anyone help on this ?
    thx

    Thx for your suport.
    I decide to reinstall windows and all software. Now it works.
    The error was due to the fact that if you have BS from Microsoft (called bluetooth monitor) and you install the BS from Toshiba after that, even if you remove the BS from MS, the BS from Tos is unable to create the virtual com ports (except modem).
    I try with the latest version of BS and the problem was not solved. So if there is a previous installation of BS fom MS the BS from Tos get the message of "unable to create the bluetooth virtual com port".
    Now i fixed reinstalling SO from beginning.

  • Unable to create SOAPFactory

    I am working with weblogic workshop and want to add a soap element to the soap message using soap handlers but when i try using any of the factory class such as SOAPFactory and run the service i get following error:
    Unable to create SOAPFactory:provider com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl not found
    for code
    SOAPFactory factory=SOAPFactory.newInstance();

    hello,
    try to set this flag :
    -Djavax.xml.soap.SOAPFactory=weblogic.xml.saaj.SOAPFactoryImpl
    in your start script.
    regards,
    makiey

  • AM console - Unable to create Users

    I'm unable to create users under any organization through AM console. I'm getting the following error in amProfile_ldap.
    12/04/2006 10:19:03:585 AM CST: Thread[service-j2ee-2,5,main]
    WARNING: DirectoryServicesImpl.createUser(): Internal Error occurred. Unable to create User Entry
    com.iplanet.ums.UMSException: Unable to add the entry "uid=scott,ou=People,o=testorg,dc=test,dc=com"::null. Root exception is
    netscape.ldap.LDAPException: error result (65); Object class violation
    at netscape.ldap.LDAPConnection.checkMsg(LDAPConnection.java:4866)
    at netscape.ldap.LDAPConnection.add(LDAPConnection.java:2851)
    at netscape.ldap.LDAPConnection.add(LDAPConnection.java:2866)
    at netscape.ldap.LDAPConnection.add(LDAPConnection.java:2816)
    at com.iplanet.ums.DataLayer.addEntry(DataLayer.java:432)
    at com.iplanet.ums.PersistentObject.addChild(PersistentObject.java:722)
    at com.iplanet.am.sdk.ldap.DirectoryServicesImpl.createUser(DirectoryServicesImpl.java:998)
    at com.iplanet.am.sdk.ldap.DirectoryServicesImpl.createEntry(DirectoryServicesImpl.java:1490)
    at com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl.createEntry(CachedDirectoryServicesImpl.java:349)
    at com.iplanet.am.sdk.AMObjectImpl.create(AMObjectImpl.java:1001)
    at com.iplanet.am.sdk.AMPeopleContainerImpl.createUsers(AMPeopleContainerImpl.java:190)
    at com.iplanet.am.console.user.model.UMCreateUserModelImpl.createUser(UMCreateUserModelImpl.java:356)
    at com.iplanet.am.console.user.UMCreateUserViewBean.createUser(UMCreateUserViewBean.java:490)
    at com.iplanet.am.console.user.UMCreateUserViewBean.handleBtnCreateRequest(UMCreateUserViewBean.java:368)
    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:585)
    at com.iplanet.jato.view.command.DefaultRequestHandlingCommand.execute(DefaultRequestHandlingCommand.java:183)
    at com.iplanet.jato.view.RequestHandlingViewBase.handleRequest(RequestHandlingViewBase.java:308)
    at com.iplanet.jato.view.ViewBeanBase.dispatchInvocation(ViewBeanBase.java:802)
    at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandlerInternal(ViewBeanBase.java:740)
    at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandler(ViewBeanBase.java:571)
    at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:957)
    at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:615)
    at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:473)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:807)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
    at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:580)
    12/04/2006 10:19:03:597 AM CST: Thread[service-j2ee-2,5,main]
    In CachedDirectoryServicesImpl.getAttributes(SSOToken entryDN, attrNames, ignoreCompliance, byteValues) (cn=dsameuser,ou=dsame
    users,dc=test,dc=com, o=testorg,dc=test,dc=com, [sunRegisteredServiceName], true, false method.
    12/04/2006 10:19:03:598 AM CST: Thread[service-j2ee-2,5,main]
    CachedDirectoryServicesImpl.getAttributes(): found all attributes in Cache.
    12/04/2006 10:19:03:598 AM CST: Thread[service-j2ee-2,5,main]
    DirectoryServicesImpl.getRegisteredServiceNames() Registered Service Names for entryDN: o=testorg,dc=test,dc=com are: [iPlanet
    AMSessionService, iPlanetAMAuthMembershipService, iPlanetAMAdminConsoleService, iPlanetAMAuthService, iPlanetAMPolicyConfigSer
    vice, iPlanetAMAuthLDAPMultiService, iPlanetAMUserService, iPlanetAMAuthAnonymousService, iPlanetAMAuthConfiguration, iPlanetA
    MAuthLDAPService, SunPortalDesktopService, sunAMAuthSAMLService, srapGatewayAccessService]
    12/04/2006 10:19:03:599 AM CST: Thread[service-j2ee-2,5,main]
    CachedDirectoryServicesImpl.getOrganizationDN() - looping Organization DN for entry: o=testorg,dc=test,dc=com
    12/04/2006 10:19:03:600 AM CST: Thread[service-j2ee-2,5,main]
    CachedDirectoryServicesImpl.getOrganizationDN(): found OrganizationDN: o=testorg,dc=test,dc=com for: o=testorg,dc=test,dc=com
    12/04/2006 10:19:03:631 AM CST: Thread[service-j2ee-2,5,main]
    CachedDirectoryServicesImpl.doesEntryExist(): entryDN: uid=amAdmin,ou=People,dc=test,dc=com found in cache & exists: true
    12/04/2006 10:19:03:642 AM CST: Thread[service-j2ee-2,5,main]
    CachedDirectoryServicesImpl.getOrganizationDN() - looping Organization DN for entry: o=testorg,dc=test,dc=com
    12/04/2006 10:19:03:642 AM CST: Thread[service-j2ee-2,5,main]
    CachedDirectoryServicesImpl.getOrganizationDN(): found OrganizationDN: o=testorg,dc=test,dc=com for: o=testorg,dc=test,dc=com
    I'm really not sure what change caused this to happen. I can't import any user specific ldif files through DS console as well. I appreciate if somebody guides me how to correct this?
    Thanks in advance,
    lakshmi

    Lakshmi.Panala wrote:
    I'm unable to create users under any organization through AM console. I'm getting the following error in amProfile_ldap.
    12/04/2006 10:19:03:585 AM CST: Thread[service-j2ee-2,5,main]
    WARNING: DirectoryServicesImpl.createUser(): Internal Error occurred. Unable to create User Entry
    com.iplanet.ums.UMSException: Unable to add the entry "uid=scott,ou=People,o=testorg,dc=test,dc=com"::null. Root exception is
    netscape.ldap.LDAPException: error result (65); Object class violation
    at netscape.ldap.LDAPConnection.checkMsg(LDAPConnection.java:4866)
    at netscape.ldap.LDAPConnection.add(LDAPConnection.java:2851)
    at netscape.ldap.LDAPConnection.add(LDAPConnection.java:2866)
    at netscape.ldap.LDAPConnection.add(LDAPConnection.java:2816)
    at com.iplanet.ums.DataLayer.addEntry(DataLayer.java:432)
    at com.iplanet.ums.PersistentObject.addChild(PersistentObject.java:722)
    at com.iplanet.am.sdk.ldap.DirectoryServicesImpl.createUser(DirectoryServicesImpl.java:998)
    at com.iplanet.am.sdk.ldap.DirectoryServicesImpl.createEntry(DirectoryServicesImpl.java:1490)
    at com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl.createEntry(CachedDirectoryServicesImpl.java:349)
    at com.iplanet.am.sdk.AMObjectImpl.create(AMObjectImpl.java:1001)
    at com.iplanet.am.sdk.AMPeopleContainerImpl.createUsers(AMPeopleContainerImpl.java:190)
    at com.iplanet.am.console.user.model.UMCreateUserModelImpl.createUser(UMCreateUserModelImpl.java:356)
    at com.iplanet.am.console.user.UMCreateUserViewBean.createUser(UMCreateUserViewBean.java:490)
    at com.iplanet.am.console.user.UMCreateUserViewBean.handleBtnCreateRequest(UMCreateUserViewBean.java:368)
    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:585)
    at com.iplanet.jato.view.command.DefaultRequestHandlingCommand.execute(DefaultRequestHandlingCommand.java:183)
    at com.iplanet.jato.view.RequestHandlingViewBase.handleRequest(RequestHandlingViewBase.java:308)
    at com.iplanet.jato.view.ViewBeanBase.dispatchInvocation(ViewBeanBase.java:802)
    at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandlerInternal(ViewBeanBase.java:740)
    at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandler(ViewBeanBase.java:571)
    at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:957)
    at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:615)
    at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:473)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:807)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
    at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:580)
    12/04/2006 10:19:03:597 AM CST: Thread[service-j2ee-2,5,main]
    In CachedDirectoryServicesImpl.getAttributes(SSOToken entryDN, attrNames, ignoreCompliance, byteValues) (cn=dsameuser,ou=dsame
    users,dc=test,dc=com, o=testorg,dc=test,dc=com, [sunRegisteredServiceName], true, false method.
    12/04/2006 10:19:03:598 AM CST: Thread[service-j2ee-2,5,main]
    CachedDirectoryServicesImpl.getAttributes(): found all attributes in Cache.
    12/04/2006 10:19:03:598 AM CST: Thread[service-j2ee-2,5,main]
    DirectoryServicesImpl.getRegisteredServiceNames() Registered Service Names for entryDN: o=testorg,dc=test,dc=com are: [iPlanet
    AMSessionService, iPlanetAMAuthMembershipService, iPlanetAMAdminConsoleService, iPlanetAMAuthService, iPlanetAMPolicyConfigSer
    vice, iPlanetAMAuthLDAPMultiService, iPlanetAMUserService, iPlanetAMAuthAnonymousService, iPlanetAMAuthConfiguration, iPlanetA
    MAuthLDAPService, SunPortalDesktopService, sunAMAuthSAMLService, srapGatewayAccessService]
    12/04/2006 10:19:03:599 AM CST: Thread[service-j2ee-2,5,main]
    CachedDirectoryServicesImpl.getOrganizationDN() - looping Organization DN for entry: o=testorg,dc=test,dc=com
    12/04/2006 10:19:03:600 AM CST: Thread[service-j2ee-2,5,main]
    CachedDirectoryServicesImpl.getOrganizationDN(): found OrganizationDN: o=testorg,dc=test,dc=com for: o=testorg,dc=test,dc=com
    12/04/2006 10:19:03:631 AM CST: Thread[service-j2ee-2,5,main]
    CachedDirectoryServicesImpl.doesEntryExist(): entryDN: uid=amAdmin,ou=People,dc=test,dc=com found in cache & exists: true
    12/04/2006 10:19:03:642 AM CST: Thread[service-j2ee-2,5,main]
    CachedDirectoryServicesImpl.getOrganizationDN() - looping Organization DN for entry: o=testorg,dc=test,dc=com
    12/04/2006 10:19:03:642 AM CST: Thread[service-j2ee-2,5,main]
    CachedDirectoryServicesImpl.getOrganizationDN(): found OrganizationDN: o=testorg,dc=test,dc=com for: o=testorg,dc=test,dc=com
    I'm really not sure what change caused this to happen. I can't import any user specific ldif files through DS console as well. I appreciate if somebody guides me how to correct this?
    Thanks in advance,
    lakshmiWhat you need to do is to check directory logs in order to see what is the specific object class violation. If your AM instance was working before, something nasty should have happened in directory. Check logs and schema files.
    Regards

  • Unable to create ORB

    Hi, I am trying for the first time Java Studio Enterprise 6 on my single Windows 2K machine, and when I started all servers, came a message - could not start Domain1, but the screen with the command prompt closed. Searching the log, I found at server.log located at:
    C:\Sun\jstudio\AppServer7\domains\domain1\admin-server\logs
    the following exception:
    [23/Apr/2004:10:13:33] SEVERE ( 2412): IOP5055: Could not create listener on port [1,036], host [0.0.0.0]
    [23/Apr/2004:10:13:33] SEVERE ( 2412): CORE5081: Exception while creating ORB: [org.omg.CORBA.INTERNAL:   vmcid: SUN  minor code: 209  completed: No]
    [23/Apr/2004:10:13:33] SEVERE ( 2412): CORE5082: Exception running j2ee services: [java.lang.RuntimeException: Unable to create ORB]
    [23/Apr/2004:10:13:33] SEVERE ( 2412): CORE5091: Error executing J2EE server ...
    java.lang.RuntimeException: Unable to create ORB
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:564)
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
         at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
         at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    Caused by: java.lang.RuntimeException: Unable to create ORB
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:332)
         ... 3 more
    [23/Apr/2004:10:13:33] SEVERE ( 2412): CORE5092: J2EE server reported following error: [Unable to create ORB]
    [23/Apr/2004:10:13:33] SEVERE ( 2412): CORE5093: Error executing J2EE server
    [23/Apr/2004:10:13:34] SEVERE ( 2412): CORE5071: An error occured during initialization
    com.sun.appserv.server.ServerLifecycleException: Unable to create ORB
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1433)
         at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
         at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    Caused by: java.lang.RuntimeException: Unable to create ORB
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:564)
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
         ... 2 more
    Caused by: java.lang.RuntimeException: Unable to create ORB
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:332)
         ... 3 more
    [23/Apr/2004:10:13:34] SEVERE ( 2412): CORE3186: Failed to set configuration
    Port 1036 is running a process slapd.exe located at: C:\Sun\jstudio\DirectoryServer5.2\bin\slapd\server
    Kindly,
    Luis.

    It seems to happen once and then when I try to start servers again they start. Here is a list of ports with servers started:
    System     8     0.0.0.0     1701               LISTEN     UDP     
    System     8     200.179.242.141     137               LISTEN     UDP     
    System     8     200.179.242.141     138               LISTEN     UDP     
    System     8     0.0.0.0     445               LISTEN     UDP     
    System     8     0.0.0.0     1723               LISTEN     TCP     
    System     8     0.0.0.0     1037               LISTEN     TCP     
    System     8     200.179.242.141     139               LISTEN     TCP     
    System     8     0.0.0.0     445               LISTEN     TCP     
    lsass.exe     252     200.179.242.141     500               LISTEN     UDP     C:\WINNT\system32\lsass.exe
    svchost.exe     436     0.0.0.0     135               LISTEN     TCP     C:\WINNT\system32\svchost.exe
    svchost.exe     528     0.0.0.0     1812               LISTEN     UDP     C:\WINNT\system32\svchost.exe
    svchost.exe     528     0.0.0.0     1645               LISTEN     UDP     C:\WINNT\system32\svchost.exe
    svchost.exe     528     0.0.0.0     1813               LISTEN     UDP     C:\WINNT\system32\svchost.exe
    svchost.exe     528     0.0.0.0     1646               LISTEN     UDP     C:\WINNT\system32\svchost.exe
    svchost.exe     528     127.0.0.1     1039               LISTEN     UDP     C:\WINNT\system32\svchost.exe
    svchost.exe     528     127.0.0.1     1038               LISTEN     UDP     C:\WINNT\system32\svchost.exe
    svchost.exe     528     200.179.242.141     520               LISTEN     UDP     C:\WINNT\system32\svchost.exe
    JDataServer.exe     568     0.0.0.0     1150               LISTEN     TCP     C:\Program Files\NetDirect\JDataConnect\JDataServer\JDataServer.exe
    tcpsvcs.exe     724     0.0.0.0     17               LISTEN     UDP     C:\WINNT\System32\tcpsvcs.exe
    tcpsvcs.exe     724     0.0.0.0     19               LISTEN     UDP     C:\WINNT\System32\tcpsvcs.exe
    tcpsvcs.exe     724     0.0.0.0     13               LISTEN     UDP     C:\WINNT\System32\tcpsvcs.exe
    tcpsvcs.exe     724     0.0.0.0     9               LISTEN     UDP     C:\WINNT\System32\tcpsvcs.exe
    tcpsvcs.exe     724     0.0.0.0     7               LISTEN     UDP     C:\WINNT\System32\tcpsvcs.exe
    tcpsvcs.exe     724     0.0.0.0     17               LISTEN     TCP     C:\WINNT\System32\tcpsvcs.exe
    tcpsvcs.exe     724     0.0.0.0     19               LISTEN     TCP     C:\WINNT\System32\tcpsvcs.exe
    tcpsvcs.exe     724     0.0.0.0     13               LISTEN     TCP     C:\WINNT\System32\tcpsvcs.exe
    tcpsvcs.exe     724     0.0.0.0     9               LISTEN     TCP     C:\WINNT\System32\tcpsvcs.exe
    tcpsvcs.exe     724     0.0.0.0     7               LISTEN     TCP     C:\WINNT\System32\tcpsvcs.exe
    MSTask.exe     728     0.0.0.0     1025               LISTEN     TCP     C:\WINNT\system32\MSTask.exe
    appservd.exe     824     0.0.0.0     8080               LISTEN     TCP     C:\Sun\jstudio\AppServer7\bin\appservd.exe
    appservd.exe     824     127.0.0.1     1244               LISTEN     TCP     C:\Sun\jstudio\AppServer7\bin\appservd.exe
    appservd.exe     824     200.179.242.141     3700     200.179.242.141     1243     ESTABLISHED     TCP     C:\Sun\jstudio\AppServer7\bin\appservd.exe
    appservd.exe     824     200.179.242.141     1243     200.179.242.141     3700     ESTABLISHED     TCP     C:\Sun\jstudio\AppServer7\bin\appservd.exe
    snmp.exe     852     0.0.0.0     161               LISTEN     UDP     C:\WINNT\System32\snmp.exe
    svchost.exe     924     0.0.0.0     1054               LISTEN     TCP     C:\WINNT\system32\svchost.exe
    svchost.exe     924     0.0.0.0     1050               LISTEN     TCP     C:\WINNT\system32\svchost.exe
    svchost.exe     924     0.0.0.0     1048               LISTEN     TCP     C:\WINNT\system32\svchost.exe
    slapd.exe     1080     200.179.242.141     389     200.179.242.141     1270     ESTABLISHED     TCP     C:\Sun\jstudio\DirectoryServer5.2\bin\slapd\server\slapd.exe
    slapd.exe     1080     127.0.0.1     1249     127.0.0.1     1248     ESTABLISHED     TCP     C:\Sun\jstudio\DirectoryServer5.2\bin\slapd\server\slapd.exe
    slapd.exe     1080     127.0.0.1     1248     127.0.0.1     1249     ESTABLISHED     TCP     C:\Sun\jstudio\DirectoryServer5.2\bin\slapd\server\slapd.exe
    java.exe     1232     0.0.0.0     1042               LISTEN     TCP     c:\j2sdk1.4.1_06\jre\bin\java.exe
    java.exe     1232     0.0.0.0     1239               LISTEN     TCP     c:\j2sdk1.4.1_06\jre\bin\java.exe
    java.exe     1232     0.0.0.0     1240               LISTEN     TCP     c:\j2sdk1.4.1_06\jre\bin\java.exe
    P2P Networking.exe     1556     0.0.0.0     3531               LISTEN     UDP     C:\WINNT\system32\P2P Networking\P2P Networking.exe
    P2P Networking.exe     1556     200.179.242.141     1266     24.46.73.132     3531     CLOSE_WAIT     TCP     C:\WINNT\system32\P2P Networking\P2P Networking.exe
    P2P Networking.exe     1556     200.179.242.141     1265     24.46.73.132     3531     CLOSE_WAIT     TCP     C:\WINNT\system32\P2P Networking\P2P Networking.exe
    P2P Networking.exe     1556     0.0.0.0     3531               LISTEN     TCP     C:\WINNT\system32\P2P Networking\P2P Networking.exe
    updmgr.exe     1564     0.0.0.0     1061               LISTEN     TCP     C:\Program Files\Common files\updmgr\updmgr.exe
    Points Manager.exe     1588     127.0.0.1     1073               LISTEN     UDP     C:\Program Files\Altnet\Points Manager\Points Manager.exe
    CMESys.exe     1600     0.0.0.0     1118               LISTEN     TCP     C:\Program Files\Common Files\CMEII\CMESys.exe
    runide.exe     1656     0.0.0.0     7318               LISTEN     UDP     C:\Sun\jstudio\Ent6_04Q1\bin\runide.exe
    ypager.exe     1724     200.179.242.141     1095     200.185.84.7     80     CLOSE_WAIT     TCP     C:\Program Files\Yahoo!\Messenger\ypager.exe
    ypager.exe     1724     0.0.0.0     5101               LISTEN     TCP     C:\Program Files\Yahoo!\Messenger\ypager.exe
    ypager.exe     1724     200.179.242.141     1080     216.155.193.162     25     ESTABLISHED     TCP     C:\Program Files\Yahoo!\Messenger\ypager.exe
    MOZILLA.EXE     2160     127.0.0.1     1099     127.0.0.1     1100     ESTABLISHED     TCP     C:\PROGRA~1\MOZILLA.ORG\MOZILLA\MOZILLA.EXE
    MOZILLA.EXE     2160     127.0.0.1     1100     127.0.0.1     1099     ESTABLISHED     TCP     C:\PROGRA~1\MOZILLA.ORG\MOZILLA\MOZILLA.EXE
    webservd.exe     2356     0.0.0.0     80               LISTEN     TCP     C:\Sun\jstudio\WebServer6.1\bin\https\bin\webservd.exe
    webservd.exe     2356     200.179.242.141     1270     200.179.242.141     389     ESTABLISHED     TCP     C:\Sun\jstudio\WebServer6.1\bin\https\bin\webservd.exe
    webservd.exe     2356     200.179.242.141     1269     200.179.242.141     389     ESTABLISHED     TCP     C:\Sun\jstudio\WebServer6.1\bin\https\bin\webservd.exe
    webservd.exe     2356     200.179.242.141     1264     200.179.242.141     389     ESTABLISHED     TCP     C:\Sun\jstudio\WebServer6.1\bin\https\bin\webservd.exe
    webservd.exe     2356     200.179.242.141     1262     200.179.242.141     389     ESTABLISHED     TCP     C:\Sun\jstudio\WebServer6.1\bin\https\bin\webservd.exe
    webservd.exe     2356     200.179.242.141     1261     200.179.242.141     389     ESTABLISHED     TCP     C:\Sun\jstudio\WebServer6.1\bin\https\bin\webservd.exe
    webservd.exe     2536     0.0.0.0     8888               LISTEN     TCP     C:\Sun\jstudio\WebServer6.1\bin\https\bin\webservd.exe
    httpd.exe     2652     200.179.242.141     1253     200.179.242.141     389     ESTABLISHED     TCP     C:\Sun\jstudio\DirectoryServer5.2\bin\https\bin\httpd.exe
    httpd.exe     2652     200.179.242.141     1256     200.179.242.141     389     ESTABLISHED     TCP     C:\Sun\jstudio\DirectoryServer5.2\bin\https\bin\httpd.exe
    httpd.exe     2652     200.179.242.141     1254     200.179.242.141     389     ESTABLISHED     TCP     C:\Sun\jstudio\DirectoryServer5.2\bin\https\bin\httpd.exe
    httpd.exe     2652     200.179.242.141     1258     200.179.242.141     389     ESTABLISHED     TCP     C:\Sun\jstudio\DirectoryServer5.2\bin\https\bin\httpd.exe
    httpd.exe     2652     0.0.0.0     390               LISTEN     TCP     C:\Sun\jstudio\DirectoryServer5.2\bin\https\bin\httpd.exe
    appservd.exe     2700     0.0.0.0     4848               LISTEN     TCP     C:\Sun\jstudio\AppServer7\bin\appservd.exe
    appservd.exe     2700     127.0.0.1     1236               LISTEN     TCP     C:\Sun\jstudio\AppServer7\bin\appservd.exe
    appservd.exe     2700     200.179.242.141     1036     200.179.242.141     1235     ESTABLISHED     TCP     C:\Sun\jstudio\AppServer7\bin\appservd.exe
    appservd.exe     2700     200.179.242.141     1235     200.179.242.141     1036     ESTABLISHED     TCP     C:\Sun\jstudio\AppServer7\bin\appservd.exe
    And here is the output of startservers.bat, invoked by the second time:
    C:\>cd sun\jstudio\bin
    C:\Sun\jstudio\bin>startservers
    Sun Java(tm) Studio Enterprise - Starts all server
    - Windows 2000/XP
    --Starting all servers
    Starting Application Server.
    Instance domain1:admin-server started
    Instance domain1:server1 started
    Domain domain1 Started.
    Sun ONE Application Server Started.
    Starting Sun ONE Application Admin Server
    Starting Sun ONE Directory Admin Server.
    The Sun One Administration Server 5.2 service is starting.
    The Sun One Administration Server 5.2 service was started successfully.
    Sun ONE Directory Admin Server Started.
    Starting Sun ONE Directory Server.
    The Sun ONE Directory Server 5.2 (srv01) service is starting.
    The Sun ONE Directory Server 5.2 (srv01) service was started successfully.
    Sun ONE Directory Server Started.
    Starting Sun ONE Web Admin Server.
    The Sun ONE Web Server 6.1 Administration Server service is starting....
    The Sun ONE Web Server 6.1 Administration Server service was started
    successfully.
    Sun ONE Web Admin Server Started.
    Starting Sun ONE WebServer.
    The Sun ONE Web Server 6.1 (https-srv01.laqa) service is starting............
    The Sun ONE Web Server 6.1 (https-srv01.laqa) service was started successfully.
    Sun ONE WebServer Started.
    "All the servers installed by Sun Java(tm) Studio Enterprise are started."
    C:\Sun\jstudio\bin>

  • Webservice:  Unable to create JAXBContext

    Hi,
    I am trying to create a Java web service with below class using JDev 11g:
    public class TestWS {
    public TestWS() {
    super();
    public XMLDocument testXML (XMLDocument xmldoc){
    System.out.println("Inside service...");
    System.out.println(xmldoc.getClass());
    return new XMLDocument();
    When I try to Test Web Service in Integrated WLS server, i get an error:
    <May 25, 2010 4:29:32 PM EDT> <Error> <HTTP> <BEA-101216> <Servlet: "TestWSPort" failed to preload on startup in Web application: "Test1-TestWS-context-root".
    javax.xml.ws.WebServiceException: Unable to create JAXBContext
         at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:158)
         at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(AbstractSEIModelImpl.java:87)
         at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:271)
         at com.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:351)
         at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:201)
         Truncated. see log file for complete stacktrace
    Caused By: java.security.PrivilegedActionException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 2 counts of IllegalAnnotationExceptions
    oracle.xml.scalable.InfosetReader is an interface, and JAXB can't handle interfaces.
         this problem is related to the following location:
              at oracle.xml.scalable.InfosetReader
              at public oracle.xml.scalable.InfosetReader oracle.xml.parser.v2.XMLDocument.getInfosetReader()
              at oracle.xml.parser.v2.XMLDocument
              at public oracle.xml.parser.v2.XMLDocument testws.jaxws.TestXML.arg0
              at testws.jaxws.TestXML
    oracle.xml.scalable.InfosetReader does not have a no-arg default constructor.
         this problem is related to the following location:
              at oracle.xml.scalable.InfosetReader
              at public oracle.xml.scalable.InfosetReader oracle.xml.parser.v2.XMLDocument.getInfosetReader()
              at oracle.xml.parser.v2.XMLDocument
              at public oracle.xml.parser.v2.XMLDocument testws.jaxws.TestXML.arg0
              at testws.jaxws.TestXML
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:148)
         at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(AbstractSEIModelImpl.java:87)
         at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:271)
         at com.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:351)
         Truncated. see log file for complete stacktrace
    Caused By: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 2 counts of IllegalAnnotationExceptions
    oracle.xml.scalable.InfosetReader is an interface, and JAXB can't handle interfaces.
         this problem is related to the following location:
              at oracle.xml.scalable.InfosetReader
              at public oracle.xml.scalable.InfosetReader oracle.xml.parser.v2.XMLDocument.getInfosetReader()
              at oracle.xml.parser.v2.XMLDocument
              at public oracle.xml.parser.v2.XMLDocument testws.jaxws.TestXML.arg0
              at testws.jaxws.TestXML
    oracle.xml.scalable.InfosetReader does not have a no-arg default constructor.
         this problem is related to the following location:
              at oracle.xml.scalable.InfosetReader
              at public oracle.xml.scalable.InfosetReader oracle.xml.parser.v2.XMLDocument.getInfosetReader()
              at oracle.xml.parser.v2.XMLDocument
              at public oracle.xml.parser.v2.XMLDocument testws.jaxws.TestXML.arg0
              at testws.jaxws.TestXML
         at com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$Builder.check(IllegalAnnotationsException.java:102)
         at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:438)
         at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:286)
         at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:139)
         at com.sun.xml.bind.api.JAXBRIContext.newInstance(JAXBRIContext.java:105)
         Truncated. see log file for complete stacktrace
    >
    Can anyone explain the cause the of issue and any solution for this...
    Regards
    Amit

    hI
    I am getting the same issue, did you find any solution .please email me at [email protected]
    I wrote 2 methods in my in JDeveloper . First Method gets XML String does some processing and sends XML to a HTTP web server URL, first method calls second method -parseXML, which does some parsing and returns XML to first method.
    Now when I created web service, annotation for 2 methods were created like
    @WebService(portName = "HTTPClassSoap12HttpPort")
    @BindingType(SOAPBinding.SOAP12HTTP_BINDING
    @WebMethod(exclude = true). I even tried changing this to false later.
    When I deploy on WLS/ SOA Server and create a WAR I get an Exception.
    03:29:07 PM] weblogic.application.ModuleException: [HTTP:101216]Servlet: "HTTPClassSoap12HttpPort" failed to preload on startup in Web application: "XYZApp-XYZJavaProject-context-root.war".
    javax.xml.ws.WebServiceException: Unable to create JAXBContext
         at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:164)
         at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(AbstractSEIModelImpl.java:94)
         at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:265)
         at com.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:363)
         at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:202)
         at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:514)
         at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:557)
         at weblogic.wsee.jaxws.JAXWSDeployedServlet.getEndpoint(JAXWSDeployedServlet.java:183)
         at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:96)
         at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:61)
         at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:55)
         at javax.servlet.GenericServlet.init(GenericServlet.java:242)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1976)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1950)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1869)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3127)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:489)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1269)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:43)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:164)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:69)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.security.PrivilegedActionException:
    com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 5 counts of IllegalAnnotationExceptions
    java.io.DataInputStream does not have a no-arg default constructor.
         this problem is related to the following location:
              at java.io.DataInputStream
              at public java.io.DataInputStream fmbrilljavaproject.jaxws.ParseXML.arg0
              at fmbrilljavaproject.jaxws.ParseXML
    java.io.FilterInputStream does not have a no-arg default constructor.
         this problem is related to the following location:
              at java.io.FilterInputStream
              at java.io.DataInputStream
              at public java.io.DataInputStream fmbrilljavaproject.jaxws.ParseXML.arg0
              at fmbrilljavaproject.jaxws.ParseXML
    java.lang.StackTraceElement does not have a no-arg default constructor.
         this problem is related to the following location:
              at java.lang.StackTraceElement
              at public java.lang.StackTraceElement[] java.lang.Throwable.getStackTrace()
              at java.lang.Throwable
              at java.lang.Exception
              at public java.lang.Exception fmbrilljavaproject.jaxws.SAXExceptionBean.exception
              at fmbrilljavaproject.jaxws.SAXExceptionBean
    javax.xml.transform.SourceLocator is an interface, and JAXB can't handle interfaces.
         this problem is related to the following location:
              at javax.xml.transform.SourceLocator
              at public javax.xml.transform.SourceLocator fmbrilljavaproject.jaxws.TransformerConfigurationExceptionBean.locator
              at fmbrilljavaproject.jaxws.TransformerConfigurationExceptionBean
    javax.xml.transform.SourceLocator does not have a no-arg default constructor.
         this problem is related to the following location:
              at javax.xml.transform.SourceLocator
              at public javax.xml.transform.SourceLocator fmbrilljavaproject.jaxws.TransformerConfigurationExceptionBean.locator
              at fmbrilljavaproject.jaxws.TransformerConfigurationExceptionBean
         at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:151)
         at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(AbstractSEIModelImpl.java:95)
         ... 52 more
    Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 5 counts of IllegalAnnotationExceptions
    java.io.DataInputStream does not have a no-arg default constructor.
         this problem is related to the following location:
              at java.io.DataInputStream
              at public java.io.DataInputStream fmbrilljavaproject.jaxws.ParseXML.arg0
              at fmbrilljavaproject.jaxws.ParseXML
    java.io.FilterInputStream does not have a no-arg default constructor.
         this problem is related to the following location:
              at java.io.FilterInputStream
              at java.io.DataInputStream
              at public java.io.DataInputStream fmbrilljavaproject.jaxws.ParseXML.arg0
              at fmbrilljavaproject.jaxws.ParseXML
    java.lang.StackTraceElement does not have a no-arg default constructor.
         this problem is related to the following location:
              at java.lang.StackTraceElement
              at public java.lang.StackTraceElement[] java.lang.Throwable.getStackTrace()
              at java.lang.Throwable
              at java.lang.Exception
              at public java.lang.Exception fmbrilljavaproject.jaxws.SAXExceptionBean.exception
              at fmbrilljavaproject.jaxws.SAXExceptionBean
    javax.xml.transform.SourceLocator is an interface, and JAXB can't handle interfaces.
         this problem is related to the following location:
              at javax.xml.transform.SourceLocator
              at public javax.xml.transform.SourceLocator fmbrilljavaproject.jaxws.TransformerConfigurationExceptionBean.locator
              at fmbrilljavaproject.jaxws.TransformerConfigurationExceptionBean
    javax.xml.transform.SourceLocator does not have a no-arg default constructor.
         this problem is related to the following location:
              at javax.xml.transform.SourceLocator
              at public javax.xml.transform.SourceLocator fmbrilljavaproject.jaxws.TransformerConfigurationExceptionBean.locator
              at fmbrilljavaproject.jaxws.TransformerConfigurationExceptionBean
         at com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$Builder.check(IllegalAnnotationsException.java:102)
         at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:448)
         at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:297)
         at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:139)
         at com.sun.xml.bind.api.JAXBRIContext.newInstance(JAXBRIContext.java:105)
         at com.sun.xml.ws.developer.JAXBContextFactory$1.createJAXBContext(JAXBContextFactory.java:73)
         at com.sun.xml.ws.model.AbstractSEIModelImpl$1.run(AbstractSEIModelImpl.java:159)
         at com.sun.xml.ws.model.AbstractSEIModelImpl$1.run(AbstractSEIModelImpl.java:151)
         ... 54 more
    :com.sun.xml.bind.v2.runtime.IllegalAnnotationsException:5 counts of IllegalAnnotationExceptions
    [03:29:08 PM] #### Deployment incomplete. ####
    [03:29:08 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

  • Unable to create : com.mysql.jdbc.Driver error with JDeveloper 10.1.3

    Hi all,
    I got this error when I tried to execute a simple JSF app. I am using JDeveloper 10.1.3 release edition. Please advice
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    **** Unable to obtain password from principals.xml. Using default.
    C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\config>
    C:\JDeveloper10g\jdk\bin\javaw.exe -ojvm -classpath C:\JDeveloper10g\j2ee\home\oc4j.jar;C:\JDeveloper10g\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    2006-01-31 21:40:47.062 NOTIFICATION Auto-unpacking C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\dms.war...
    2006-01-31 21:40:47.093 NOTIFICATION Unjar C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\dms.war in C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\dms
    2006-01-31 21:40:47.093 NOTIFICATION Finished auto-unpacking C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\dms.war
    2006-01-31 21:40:47.156 NOTIFICATION Auto-unpacking C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\connectors\datasources\datasources.rar...
    2006-01-31 21:40:47.156 NOTIFICATION Unjar C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\connectors\datasources\datasources.rar in C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\connectors\datasources\datasources
    2006-01-31 21:40:47.171 NOTIFICATION Finished auto-unpacking C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\connectors\datasources\datasources.rar
    2006-01-31 21:40:47.218 NOTIFICATION Auto-unpacking C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j.ear...
    2006-01-31 21:40:47.281 NOTIFICATION Unjar C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j.ear in C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j
    2006-01-31 21:40:47.359 NOTIFICATION Finished auto-unpacking C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j.ear
    2006-01-31 21:40:47.375 NOTIFICATION Auto-unpacking C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j\webapp.war...
    2006-01-31 21:40:47.375 NOTIFICATION Unjar C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j\webapp.war in C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j\webapp
    2006-01-31 21:40:59.296 NOTIFICATION Finished auto-unpacking C:\JDeveloper10g\jdev\system\oracle.j2ee.10.1.3.36.73\embedded-oc4j\applications\bc4j\webapp.war
    2006-01-31 21:41:08.421 WARNING J2EE OJR0107 Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
    06/01/31 21:41:08 SEVERE: ApplicationStateRunning.initConnector Error occurred initializing connectors. Exception is: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
    Jan 31, 2006 9:41:08 PM com.evermind.server.ApplicationStateRunning initConnector
    SEVERE: Error occurred initializing connectors. Exception is: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
    06/01/31 21:41:08 SEVERE: ApplicationStateRunning.initConnector Stack trace: oracle.oc4j.sql.DataSourceException: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnectionPool(ApplicationStateRunning.java:2016)
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnector(ApplicationStateRunning.java:1961)
         at com.evermind.server.ApplicationStateRunning.initConnector(ApplicationStateRunning.java:1220)
         at com.evermind.server.ApplicationStateRunning.initConnectors(ApplicationStateRunning.java:356)
         at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:208)
         at com.evermind.server.Application.setConfig(Application.java:391)
         at com.evermind.server.Application.setConfig(Application.java:309)
         at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1771)
         at com.evermind.server.ApplicationServer.initializeDeployedApplications(ApplicationServer.java:1532)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:939)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:113)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.resource.ResourceException: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
         at oracle.oc4j.sql.spi.ResourceAdapterImpl.createDataSourceConnectionPool(ResourceAdapterImpl.java:106)
         at oracle.oc4j.sql.DataSourceUtils.getDataSourceConnectionPool(DataSourceUtils.java:322)
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnectionPool(ApplicationStateRunning.java:1997)
         ... 11 more
    Caused by: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
         at oracle.oc4j.sql.config.DataSourceConfigUtils.createConnectionFactory(DataSourceConfigUtils.java:247)
         at oracle.oc4j.sql.DataSourceConnectionPoolImpl.<init>(DataSourceConnectionPoolImpl.java:107)
         at oracle.oc4j.sql.spi.ResourceAdapterImpl.createDataSourceConnectionPool(ResourceAdapterImpl.java:99)
         ... 13 more
    Caused by: oracle.classloader.util.AnnotatedClassNotFoundException:
         Missing class: com.mysql.jdbc.Driver
         Dependent class: oracle.oc4j.sql.config.DataSourceConfigUtils
         Loader: oc4j:10.1.3
         Code-Source: /C:/JDeveloper10g/j2ee/home/lib/oc4j-internal.jar
         Configuration: <code-source> in META-INF/boot.xml in C:\JDeveloper10g\j2ee\home\oc4j.jar
    This load was initiated at current-workspace-app.root:0.0.0 using the Class.forName() method.
    The missing class is not available from any code-source or loader in the system.
         at oracle.classloader.PolicyClassLoader.handleClassNotFound(PolicyClassLoader.java:2061)
         at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1665)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1621)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1606)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:242)
         at oracle.oc4j.sql.config.DataSourceConfigUtils.createConnectionFactory(DataSourceConfigUtils.java:244)
         ... 15 more
    Jan 31, 2006 9:41:08 PM com.evermind.server.ApplicationStateRunning initConnector
    SEVERE: Stack trace: oracle.oc4j.sql.DataSourceException: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnectionPool(ApplicationStateRunning.java:2016)
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnector(ApplicationStateRunning.java:1961)
         at com.evermind.server.ApplicationStateRunning.initConnector(ApplicationStateRunning.java:1220)
         at com.evermind.server.ApplicationStateRunning.initConnectors(ApplicationStateRunning.java:356)
         at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:208)
         at com.evermind.server.Application.setConfig(Application.java:391)
         at com.evermind.server.Application.setConfig(Application.java:309)
         at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1771)
         at com.evermind.server.ApplicationServer.initializeDeployedApplications(ApplicationServer.java:1532)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:939)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:113)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.resource.ResourceException: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
         at oracle.oc4j.sql.spi.ResourceAdapterImpl.createDataSourceConnectionPool(ResourceAdapterImpl.java:106)
         at oracle.oc4j.sql.DataSourceUtils.getDataSourceConnectionPool(DataSourceUtils.java:322)
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnectionPool(ApplicationStateRunning.java:1997)
         ... 11 more
    Caused by: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
         at oracle.oc4j.sql.config.DataSourceConfigUtils.createConnectionFactory(DataSourceConfigUtils.java:247)
         at oracle.oc4j.sql.DataSourceConnectionPoolImpl.<init>(DataSourceConnectionPoolImpl.java:107)
         at oracle.oc4j.sql.spi.ResourceAdapterImpl.createDataSourceConnectionPool(ResourceAdapterImpl.java:99)
         ... 13 more
    Caused by: oracle.classloader.util.AnnotatedClassNotFoundException:
         Missing class: com.mysql.jdbc.Driver
         Dependent class: oracle.oc4j.sql.config.DataSourceConfigUtils
         Loader: oc4j:10.1.3
         Code-Source: /C:/JDeveloper10g/j2ee/home/lib/oc4j-internal.jar
         Configuration: <code-source> in META-INF/boot.xml in C:\JDeveloper10g\j2ee\home\oc4j.jar
    This load was initiated at current-workspace-app.root:0.0.0 using the Class.forName() method.
    The missing class is not available from any code-source or loader in the system.
         at oracle.classloader.PolicyClassLoader.handleClassNotFound(PolicyClassLoader.java:2061)
         at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1665)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1621)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1606)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:242)
         at oracle.oc4j.sql.config.DataSourceConfigUtils.createConnectionFactory(DataSourceConfigUtils.java:244)
         ... 15 more
    06/01/31 21:41:08 WARNING: Application.setConfig Application: current-workspace-app is in failed state as initialization failedjava.lang.InstantiationException: Error occurred initializing connectors. Exception is: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
    Jan 31, 2006 9:41:08 PM com.evermind.server.Application setConfig
    WARNING: Application: current-workspace-app is in failed state as initialization failedjava.lang.InstantiationException: Error occurred initializing connectors. Exception is: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
    2006-01-31 21:41:08.531 WARNING J2EE 0JR0013 Exception initializing deployed application: current-workspace-app. Error occurred initializing connectors. Exception is: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.mysql.jdbc.Driver
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 29125 ms.

    I did what Manu suggested with no success. Alternatively, I registered the driver jar with embedded OC4J preferences > global > libraries. Still does not work. Please, note, that when I run JUnit tests against my BC4J application modules with JDBC URL as connection type, everything works just fine. The problem comes while running the JSF application when the application module is using JDBC DataSource as connection type.

  • FTP error-Unable to create new pooled resource: com.sap.aii.adapter.file.ft

    Hi,
    We have a scenario where XI receives a Idoc and based on the contents of Idoc, It will generate 5 different files and send it to the external FTP server.We configured 5 receiver channels for these 5 files.
    When this interface runs, most of the files will be delivered but some of the messages will be errored out.
    The receiver channel has shown the following error-
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error when getting an FTP connection from connection pool: com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: com.sap.aii.adapter.file.ftp.FTPEx
    I tried to resend them by temperorily stopping other channels to reduce connections to this FTP server.But these messages again resulted with same error.
    Can someone suggest what might be the cause for this error.
    Thanks in advance.

    Hi ,
    As I am not sure about the problem so U just try all of the option I am writing below. It may help u as these are the probable solutions for this problem.
    1.perform Full CPA cache refresh using PIDIRUSER
    2.The problem seems to be in establishing the connection with the File server . This could be due to
    a. Wrong user name or password in receiver adapter .
    b. Firewall connection are not open
    actually you are saying that some files are being delivered so all the file has to be deliverd on same server on diffrent directory or all files are going on diffrent server at present I am assuming that all files are going on diffrent server so please check UID & PWD properly.if they are on same server but diff. directory it can be easily done using one Communication channel only.
    3. Finally please check the errorneous communication channel .
    to check your communication channels are working fine or not you can check in channel monitoring in PI7.0, adapter monitoring in Xi3.0.
    if you are on PI7.0, goto RWBCache monitoring select AE and cilck disply-select the date todays--check everything is greent here
    4.Please check your maximal connection pool .
    Regards,
    Saurabh

  • ADS: com.adobe.ProcessingException: Unable to create a FileDataBuffer

    Hi Experts ,
    i am uploading the filled PDF(Adobe) form in a Zprogram  to update the table in the background.
    But i am getting the Error  as follows -:
    ADS: com.adobe.ProcessingException: Unable to create a FileDataBuffer .
    pls help me out with this issue ....

    Dear Nelis,
    We saw the ADS trace file and we found that Operation properties file was missing.
    As we have moved to the new server, we copied the properties finle in the new server and the problem is solved.
    Thanks for your valuable suggestions.
    With Regards,
    Pradeep.B

  • Purchased elements 12 in November 2013.  Worked for a little while but since January have been unable to use it.  Comes up with "Photoshop Elements 12 Editor has stopped working"

    purchased photoshop elements 12 online in November 2013.  worked for a little while but since January have been unable to use it. Comes up with "Photoshop Elements 12 Editor has stopped working"

    Hi there CrossbowsandWings,
    You may find the troubleshooting steps in the article below helpful.
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/ht1573
    -Griff W. 

  • HTTP:RMI EJB Unable to create InterfaceType: com.evermind...SubordinateXA..

    Hi,
    I have deployed some ADF BC as EJB to oc4j1013 and want to access them
    using the HTTP tunnel. It works perfectly within JDEV
    1) Calling EJB withing JDEV with RMI
    2) Calling EJB within JDEV through HTTP:ORMI
    3) Calling EJB with RMI as JClient Web Start
    But does not work as JClient Web Start and HTTP Tunneling with the stck below:
    oracle.oc4j.rmi.OracleRemoteException: Unable to create InterfaceType: com.evermind.server.SubordinateXAResource
         at com.evermind.server.rmi.RMICall.EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER(RMICall.java:110)
         at com.evermind.server.rmi.RMICall.throwRecordedException(RMICall.java:128)
         at com.evermind.server.rmi.RMIClientConnection.obtainRemoteMethodResponse(RMIClientConnection.java:472)
         at com.evermind.server.rmi.RMIClientConnection.invokeMethod(RMIClientConnection.java:416)
         at com.evermind.server.rmi.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:63)
         at com.evermind.server.rmi.RecoverableRemoteInvocationHandler.invoke(RecoverableRemoteInvocationHandler.java:28)
         at __Proxy0.create(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.inv
    Please advise
    Thanks
    JO

    I did what Manu suggested with no success. Alternatively, I registered the driver jar with embedded OC4J preferences > global > libraries. Still does not work. Please, note, that when I run JUnit tests against my BC4J application modules with JDBC URL as connection type, everything works just fine. The problem comes while running the JSF application when the application module is using JDBC DataSource as connection type.

  • Unable to create the JCO connections in webdypro (JAVA) No SLD Connection

    HI All,
    In webdynpro i am unable to create standard JCo connections. create Jco connections and Maintain Jco COnnections are disabled. when i click any of the standard content of the Jco connections it displays error message No sld check. But SLD is running fine. I have checked in Visual Admin there also SLD supplier is running fine.
    But i am unable to create or maintain the Standard content of the JCo Destinations.
    Thank You,
    Mahesh C

    Hi ,
    I am having all admin rights. And also i have checked in Check SLD Connection. It showing the error connection to SLD Could not opened successfully. But SLD is running fine and i have checked in Visual admin SLD datasupplier is running fine.
    When i check in the log of the SLD there it is showing
    #2852 11/18/2008 18:27:18.265 [SAPEngine_Application_Thread[impl:3]_29] FATAL com.sap.lcr.cimsrv.CIMOMServlet: SLD initialization failure, can not set up cluster-wide event notification. Please check your JMS provider for errors.
    Thrown:
    com.sap.sld.api.wbem.exception.CIMException: CIM_ERR_FAILED: Failed to initialize cluster notification. Please check your JNDI service and JMS provider for errors.
    Is that i need to change the CIM content?
    I could not able to get clue on this.
    Thank You,
    Mahesh C

  • Acer aspire 5733 windows 7 intel core 13 inside, setupwas unable to create a new system partition orlocate an .......

    i woke up today to see my laptop asking for  a current password i entered 
    then it was asking
    please input password for st9500325as
    and nothing seems to be working
    i tried to reboot the system and then the error message displayed in the title comes when i click next screen asking fro where do you want to install windows, i havent connected anything on the laptop and just
    1 disc0 unallocated space  465.8gb 
    and i cant partition it also
    i clicked on drive option and clicked on new( thets the only one i can click from the options) and it waited for some time as it is trying to do something and telling me failed to create new partition, what can i do. [laese explain in  astep bt step
    procedure,
    i am not a genius on laptops or computer

    Hi,
    Quote: setup was unable to create a new system partition or locate an existing system partition.
    It can be caused by corrupt partition table.
    Boot from Windows installation media, press Shift + F10 at setup screen, and run chkdsk command to fix drive error.
    http://technet.microsoft.com/en-us/magazine/dd637756.aspx
    Also, please remmember to mark your system partition as active using diskpart command, if you do not have a system reserved partition.
    http://www.sevenforums.com/tutorials/71432-partition-mark-active.html
    NOTE This response contains a reference to a third
    party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites.
    Andy Altmann
    TechNet Community Support

Maybe you are looking for

  • Using itunes library on 2 computers.

    I have about 15Gb of music in itunes and I put it on an external hard drive I will use the external hard drive with my desk top pc, I want to load playlists from the hard drive to itunes on my laptop pc so I don't have to lug the hard drive around wi

  • Reading CSV file, populating text fields, saving each as image to folder

    I need to generate a bunch of images by reading a CSV file of records, populating various text fields over an image and then saving each iteration as a new image in a folder. Is Illustrator the best solution to this problem? And if so can someone hel

  • Problem submitting PDF form in WorkSpace

    Hi, my server is ES2.5 Turnkey install (Express mode) on Windows. Client is IE-8 with latest Reader. My form is a PDF form created in the WorkBench, it has 2 pages, with some Digital Signature fields, I have also added the "Process Fields" group onto

  • Problem with quantity field in BDC

    hi experts,                i am trying to upload  data from internal table to SAP using BDC, but while uploading quantity fields it is giving error as "Input fields is longer than screen field", Is there any method to upload quantity fields to SAP.  

  • Theme Customisation

    Hi there, As a complete newbie, I have started to customise a theme (No4) for use within my organisation. I have tried following the Twiki (http://wiki.shellprompt.net/bin/view/Apex/ThemeTips) but am confused at the beginning and was hoping if someon