BPEL Installation Issues and Eclipse Plugin Issue

I'm trying to evaluate BPEL and encountered the following issues:
(1) Installation of patch 4343748:
MISSING_COMPONENT : oracle.j2ee, 10.1.2.0.0
This Oracle Home does not have components/versions required by the patch.
ERROR: OPatch failed during pre-reqs check.
OPatch returns with error code = 150
The other 2 patches installed fine.
Is there a required order for installing the patches. The information that I found is a bit spotty on that.
(2) The Eclipse Plugin also doesn't work properly. The following stack trace is reported back, when trying to open a .bpel file:
java.lang.NullPointerException
     at bpelz.browser.OleWebBrowser.registerAsDropTarget(OleWebBrowser.java:345)
     at bpelz.browser.OleBrowserView.createBrowserControl(OleBrowserView.java:168)
     at bpelz.browser.OleBrowserView.createPartControl(OleBrowserView.java:75)
     at bpelz.views.SimpleBrowserView.createPartControl(SimpleBrowserView.java:55)
     at bpelz.views.PaletteView.createPartControl(PaletteView.java:64)
     at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:305)
     at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:180)
     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.ViewPane.setVisible(ViewPane.java:512)
     at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126)
     at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
     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.createControl(PartStack.java:576)
     at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:528)
     at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:485)
     at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:230)
     at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:813)
     at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:2928)
     at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:902)
     at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:887)
     at org.eclipse.ui.internal.WorkbenchPage$12.run(WorkbenchPage.java:3051)
     at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
     at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3049)
     at bpelz.wizards.BPELProjectCreationOperation.switchToBPELPerspective(BPELProjectCreationOperation.java:204)
     at bpelz.wizards.BPELProjectCreationOperation.run(BPELProjectCreationOperation.java:144)
     at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
     at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
     at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:830)
     at bpelz.wizards.BPELProcessWizard.performFinish(BPELProcessWizard.java:207)
     at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:676)
     at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:349)
     at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556)
     at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
     at org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
     at org.eclipse.jface.window.Window.open(Window.java:787)
     at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:114)
     at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
     at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
     at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
     at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
     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(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: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.main(Main.java:948)
Any advice on how to proceed is much appreciated.
Andreas

I'm still hoping to find an answer on why the Eclipse BPEL Designer does not work for me. I can generate a BPEL project but the visual BPEL Editor will just not open up. Any clues on what I should be looking at would be very appreciated.
Here is the exact Eclipse version that I'm using:
Version: 3.1.0
Build id: I20050627-1435
And another stack trace that is seen in the Eclipse error log:
org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed:
at org.eclipse.jface.util.Assert.isTrue(Assert.java:180)
at org.eclipse.jface.util.Assert.isTrue(Assert.java:165)
at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:579)
at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:244)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:585)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:258)
at org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager.java:1216)
at org.eclipse.ui.internal.EditorManager$5.run(EditorManager.java:944)
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.EditorManager.restoreState(EditorManager.java:939)
at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2535)
at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1819)
at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2566)
at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2515)
at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1514)
at org.eclipse.ui.internal.Workbench$16.run(Workbench.java:1263)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:447)
at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1258)
at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1512)
at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1491)
at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1374)
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.Workbench.restoreState(Workbench.java:1318)
at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:700)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:1034)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1636)
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(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: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.main(Main.java:948)
Thanks,
Andreas

Similar Messages

  • SWT and Eclipse Plugin

    im having trouble creating a plugin. i have created my code in JFC but unfortunately it wouldn't work in Eclipse plugin. it must be written in SWT..
    after searching tons of website on SWT and Eclipse Plugin, i came across the plugin wizard of Eclipse..
    i have created a sample SWT code and i was wondering how can i get it to work with an Eclipse plugin? i was editing the files under the src folder but to no avail, im still stuck..
    please help me.. thanx a lot.

    the wizards for generating eclipse plugins are quite useful if you use the right one. there's sample projects for more UI artifacts (editors, views etc). they'll do a lot of the legwork of setting up and configuring, say, a view, and give you a blank Composite to put your own work on
    you can also use the AWT_SWT bridge if you really want to use AWT or Swing components on your plugins, but it's a pain in the @rse to be honest
    also, you'd be far better off going to eclipse.org newsgroups for this sort of question. hardly anyone here uses SWT or writes plugins, that I know of

  • Kodo 3.1.4 and Eclipse plugin

    I'm currently migrating from Kodo 2.5.3 to Kodo 3.1.4, and as I'm using
    Eclipse have decided to give the Eclipse plugin a go. I've followed the
    documentation (@15.6), and am now attempting the Eclipse Sample from the
    documentation (@15.6.4). The documentation has seemed slightly incomplete,
    but I assume that's just me using Eclipse 3.0 with the doumentation being
    written for WSAD 4.
    However, when I clean the project or run the enhancer I get the following
    error:
    <error>-The Enhancer failed. The message included was:
    {0}
         org.apache.commons.lang.exception.NestableRuntimeException: Animal
    <info>-Done.
    This message doesn't seem to be giving me any info that would help me
    track down the problem, so hopefully somebody has seen it beforehand in
    these circumstances and can help me out?
    Cheers,
    Matt

    Stephen, the stack trace is as below. Apparently the Animal class isn't
    being found...? - How does the Kodo plugin look for / find it? - Eclipse
    itself has no trouble compiling it. Do I need to somehow configure my
    classpath separately for the Kodo plugin?
    !MESSAGE Errors running builder "Kodo Enhancer Builder" on project Kodo
    Pet Shop.
    !SUBENTRY 1 kodo 4 0 Aug 10, 2004 16:27:52.687
    !MESSAGE The Enhancer failed. The message included was:
    org.apache.commons.lang.exception.NestableRuntimeException: Animal
    !STACK 0
    java.lang.ClassNotFoundException: Animal
         at
    kodo.enhance.TemporaryClassLoader.loadClass(TemporaryClassLoader.java:49)
         at
    kodo.enhance.TemporaryClassLoader.loadClass(TemporaryClassLoader.java:27)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:217)
         at serp.util.Strings.toClass(Strings.java:160)
         at
    com.solarmetric.meta.ClassArgParser.parseClasses(ClassArgParser.java:77)
         at kodo.enhance.JDOEnhancer.run(JDOEnhancer.java:2176)
         at
    kodo.jdbc.integration.eclipse.EnhancerBuilder.build(EnhancerBuilder.java:40)
         at
    org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:564)
         at
    org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
         at org.eclipse.core.runtime.Platform.run(Platform.java:747)
         at
    org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:157)
         at
    org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:249)
         at
    org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:202)
         at
    org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:229)
         at
    org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
         at org.eclipse.core.runtime.Platform.run(Platform.java:747)
         at
    org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:232)
         at
    org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:268)
         at
    org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:297)
         at
    org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:155)
         at
    org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:212)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
    rethrown as org.apache.commons.lang.exception.NestableRuntimeException:
    Animal
         at serp.util.Strings.toClass(Strings.java:164)
         at
    com.solarmetric.meta.ClassArgParser.parseClasses(ClassArgParser.java:77)
         at kodo.enhance.JDOEnhancer.run(JDOEnhancer.java:2176)
         at
    kodo.jdbc.integration.eclipse.EnhancerBuilder.build(EnhancerBuilder.java:40)
         at
    org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:564)
         at
    org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
         at org.eclipse.core.runtime.Platform.run(Platform.java:747)
         at
    org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:157)
         at
    org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:249)
         at
    org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:202)
         at
    org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:229)
         at
    org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
         at org.eclipse.core.runtime.Platform.run(Platform.java:747)
         at
    org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:232)
         at
    org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:268)
         at
    org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:297)
         at
    org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:155)
         at
    org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:212)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
    Caused by: java.lang.ClassNotFoundException: Animal
         at
    kodo.enhance.TemporaryClassLoader.loadClass(TemporaryClassLoader.java:49)
         at
    kodo.enhance.TemporaryClassLoader.loadClass(TemporaryClassLoader.java:27)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:217)
         at serp.util.Strings.toClass(Strings.java:160)
         ... 18 more
    ==================
    Stephen Kim wrote:
    Matt,
    you should see a stack trace in workspace/.metadata/.log. Can you send
    us the error so that we can fix the reproting?

  • NullPointerException in Schematool ANT-Task and Eclipse-plugin

    Hi,
    When running the Schematool from the Eclipse-plugin or from the ANT-task,
    I get a NullPointerException. The ANT-plugin gives a more-or-less usefull
    exception-traceback, the Eclipse-plugin doesn't give any useful hints.
    The funny thing however is that from the commandline it all works!
    The exception from ANT is:
    [schematool] com.solarmetric.kodo.runtime.FatalException: There was an
    error mapping field "operator" of type "class
    com.unisys.nl.ruleengine.rules.CompoundCondition" to a schema.
    [schematool] NestedThrowables:
    [schematool] java.lang.NullPointerException
    [schematool]      at
    com.solarmetric.kodo.impl.jdbc.ormapping.Mapping.createMapping(Mapping.java:244)
    [schematool]      at
    com.solarmetric.kodo.impl.jdbc.ormapping.Mapping.createMappings(Mapping.java:131)
    [schematool]      at
    com.solarmetric.kodo.impl.jdbc.ormapping.Mapping.createMappings(Mapping.java:86)
    [schematool]      at
    com.solarmetric.kodo.impl.jdbc.schema.SchemaTool.createMappings(SchemaTool.java:831)
    [schematool]      at
    com.solarmetric.kodo.impl.jdbc.schema.SchemaTool.refresh(SchemaTool.java:333)
    [schematool]      at
    com.solarmetric.kodo.impl.jdbc.schema.SchemaTool.refresh(SchemaTool.java:321)
    [schematool]      at
    com.solarmetric.kodo.impl.jdbc.schema.SchemaTool.main(SchemaTool.java:1166)
    [schematool]      at
    com.solarmetric.kodo.impl.jdbc.schema.SchemaTool.main(SchemaTool.java:1102)
    [schematool]      at
    com.solarmetric.modules.integration.ant.SchemaToolTask.executeOn(SchemaToolTask.java:54)
    [schematool]      at
    com.solarmetric.modules.integration.ant.TaskBase.execute(TaskBase.java:118)
    [schematool]      at
    org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:193)
    [schematool]      at org.apache.tools.ant.Task.perform(Task.java:341)
    [schematool]      at org.apache.tools.ant.Target.execute(Target.java:309)
    [schematool]      at
    org.apache.tools.ant.Target.performTasks(Target.java:336)
    [schematool]      at
    org.apache.tools.ant.Project.executeTarget(Project.java:1339)
    [schematool]      at
    org.apache.tools.ant.Project.executeTargets(Project.java:1255)
    [schematool]      at
    org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:569)
    [schematool]      at
    org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:367)
    [schematool]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    [schematool]      at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [schematool]      at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [schematool]      at java.lang.reflect.Method.invoke(Method.java:324)
    [schematool]      at org.eclipse.ant.core.AntRunner.run(AntRunner.java:335)
    [schematool]      at
    org.eclipse.ui.externaltools.internal.ant.launchConfigurations.AntLaunchDelegate$1.run(AntLaunchDelegate.java:172)
    [schematool]      at java.lang.Thread.run(Thread.java:534)
    [schematool] NestedThrowablesStackTrace:
    [schematool] java.lang.NullPointerException
    [schematool]      at
    com.solarmetric.kodo.impl.jdbc.ormapping.StringificationMapping.findMethod(StringificationMapping.java:215)
    [schematool]      at
    com.solarmetric.kodo.impl.jdbc.ormapping.StringificationMapping.getExternalizer(StringificationMapping.java:123)
    [schematool]      at
    com.solarmetric.kodo.impl.jdbc.ormapping.StringificationMapping.getExternalizer(StringificationMapping.java:112)
    [schematool]      at
    com.solarmetric.kodo.impl.jdbc.ormapping.StringificationMapping.install(StringificationMapping.java:105)
    [schematool]      at
    com.solarmetric.kodo.impl.jdbc.ormapping.Mapping.createMapping(Mapping.java:234)
    [schematool]      at
    com.solarmetric.kodo.impl.jdbc.ormapping.Mapping.createMappings(Mapping.java:131)
    [schematool]      at
    com.solarmetric.kodo.impl.jdbc.ormapping.Mapping.createMappings(Mapping.java:86)
    [schematool]      at
    com.solarmetric.kodo.impl.jdbc.schema.SchemaTool.createMappings(SchemaTool.java:831)
    [schematool]      at
    com.solarmetric.kodo.impl.jdbc.schema.SchemaTool.refresh(SchemaTool.java:333)
    [schematool]      at
    com.solarmetric.kodo.impl.jdbc.schema.SchemaTool.refresh(SchemaTool.java:321)
    [schematool]      at
    com.solarmetric.kodo.impl.jdbc.schema.SchemaTool.main(SchemaTool.java:1166)
    [schematool]      at
    com.solarmetric.kodo.impl.jdbc.schema.SchemaTool.main(SchemaTool.java:1102)
    [schematool]      at
    com.solarmetric.modules.integration.ant.SchemaToolTask.executeOn(SchemaToolTask.java:54)
    [schematool]      at
    com.solarmetric.modules.integration.ant.TaskBase.execute(TaskBase.java:118)
    [schematool]      at
    org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:193)
    [schematool]      at org.apache.tools.ant.Task.perform(Task.java:341)
    [schematool]      at org.apache.tools.ant.Target.execute(Target.java:309)
    [schematool]      at
    org.apache.tools.ant.Target.performTasks(Target.java:336)
    [schematool]      at
    org.apache.tools.ant.Project.executeTarget(Project.java:1339)
    [schematool]      at
    org.apache.tools.ant.Project.executeTargets(Project.java:1255)
    [schematool]      at
    org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:569)
    [schematool]      at
    org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:367)
    [schematool]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    [schematool]      at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [schematool]      at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [schematool]      at java.lang.reflect.Method.invoke(Method.java:324)
    [schematool]      at org.eclipse.ant.core.AntRunner.run(AntRunner.java:335)
    [schematool]      at
    org.eclipse.ui.externaltools.internal.ant.launchConfigurations.AntLaunchDelegate$1.run(AntLaunchDelegate.java:172)
    [schematool]      at java.lang.Thread.run(Thread.java:534)
    [schematool] BUILD FAILED:
    file:C:/java/eclipse/workspace/EclipseProject/build.xml:84:
    com.solarmetric.kodo.runtime.FatalException: There was an error mapping
    field "operator" of type "class
    com.unisys.nl.ruleengine.rules.CompoundCondition" to a schema.
    NestedThrowables:
    java.lang.NullPointerException
    The .jdo file is:
    <?xml version="1.0" encoding="UTF-8"?>
    <jdo>
    <package name="com.unisys.nl.ruleengine.rules">
    <class name="Condition">
         <extension vendor-name="kodo" key="table" value="condition"/>
         </class>
    <class name="ConditionDummyPlaceHolder"
    persistence-capable-superclass="Condition">
         <field name="m_condition">
    <extension vendor-name="kodo" key="data-column"
    value="condition"/>
              <extension vendor-name="kodo" key="dependent" value="true"/>
         </field>
    </class>
    <class name="AtomicCondition"
    persistence-capable-superclass="Condition">
                   <field name="lefthand">
    <extension vendor-name="kodo" key="dependent"
    value="true"/>
                   </field>
         <field name="operator">
              <extension vendor-name="kodo" key="externalizer"
    value="toString"/>
              <extension vendor-name="kodo" key="factory"
    value="getOperatorWithSymbol"/>
         </field>
                   <field name="righthand">
    <extension vendor-name="kodo" key="dependent"
    value="true"/>
                   </field>
    </class>
    <class name="CompoundCondition"
    persistence-capable-superclass="Condition">
    <field name="subConditions">
    <collection
    element-type="com.unisys.nl.ruleengine.rules.Condition"/>
    <extension vendor-name="kodo" key="element-dependent"
    value="true"/>
    <extension vendor-name="kodo" key="ordered" value="true"/>
    </field>
         <field name="operator">
              <extension vendor-name="kodo" key="externalizer"
    value="toString"/>
              <extension vendor-name="kodo" key="factory"
    value="getOperatorWithSymbol"/>
         </field>
    </class>
    <class name="ConditionValue">
         <extension vendor-name="kodo" key="table"
    value="condition_value"/>
    </class>
    <class name="DerivedValue"
    persistence-capable-superclass="ConditionValue">
         <field name="valueProperty">
              <extension vendor-name="kodo" key="dependent" value="true"/>
         </field>
    </class>
    <class name="SimpleValue"
    persistence-capable-superclass="ConditionValue"/>
    <class name="Rule" persistence-capable-superclass="RuleSetElement">
         <extension vendor-name="kodo" key="table" value="rule"/>
         <field name="context">
              <extension vendor-name="kodo" key="dependent" value="false"/>
         </field>
         <field name="condition">
              <extension vendor-name="kodo" key="dependent" value="true"/>
         </field>
         <field name="comment">
    <extension vendor-name="kodo" key="column-length"
    value="-1"/>
    </field>
         </class>
    <class name="RuleSet"
    persistence-capable-superclass="RuleSetElement">
         <extension vendor-name="kodo" key="table" value="ruleset"/>
    <field name="rules">
    <collection
    element-type="com.unisys.nl.ruleengine.rules.RuleSetElement"/>
    <extension vendor-name="kodo" key="element-dependent"
    value="true"/>
    </field>
    </class>
    <class name="RuleSetElement">
         <extension vendor-name="kodo" key="table"
    value="ruleset_element"/>
    </class>
    </package>
    </jdo>
    Any pointers what I'm doing wrong here?
    (Another data-point: when I moved the sources to the laptop of a collegue,
    and we try to generate the schema there, the plugin complains about not
    having any JDO metadata available for the class RelationOperator - which
    is the type of the field 'operator' that gives the NPE.
    I'm using KODO-JDO 2.5.0RC2)
    --Tim

    Tim-
    This seems to be a problem with ClassLoader interactions; it will be
    fixed for the next 2.5 RC (or final release). Thanks for pointing it
    out.
    In article <bbngrl$j47$[email protected]>, Tim van der Leeuw wrote:
    >
    Hi,
    When running the Schematool from the Eclipse-plugin or from the ANT-task,
    I get a NullPointerException. The ANT-plugin gives a more-or-less usefull
    exception-traceback, the Eclipse-plugin doesn't give any useful hints.
    The funny thing however is that from the commandline it all works!--
    Marc Prud'hommeaux [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • [solved] Trouble installing android SDK and eclipse plugin

    Hi !
    Owner of an HTC hero, I would like to develop some apps for it. However, I have problems to install the android eclipse plugin on my archs (a 32 and a 64 bits) while it is working fine on my roommate's ubuntu...
    I'm following these instructions : http://developer.android.com/sdk/eclipse-adt.html
    At step 3, when I click OK in order to add the site, just nothing happens, the pop up stays displayed and I can still clic on the bottons, (but only "cancel" do something...) . I've tried to start eclipse from the console, but no output here
    Why do you think this happens ?
    I have also problem with the sdk tools :
    when I try to view the available packages il get :
    Failed to fetch URL https://dl-ssl.google.com/android/repos … sitory.xml, reason: HTTPS SSL error. You might want to force download through HTTP in the settings.
    (even if I ask to use HTTP insted of HTTPS)
    Have you already got this problem?
    Thanks,
    Fredszaq (from France, escuse english mistakes...)
    Last edited by fredszaq (2009-12-02 21:20:13)

    found the solution ! it seems to be a GTK problem in fact...
    http://groups.google.com/group/android- … 63a8d07cd9
    https://bugzilla.gnome.org/show_bug.cgi?id=598734
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=290395
    the major tip was to resize the windows when notings seems to happen ant to "clik" on the buttons with the enter key ...

  • Netbeans and eclipse plugin issue for OracleWaveset_8_1_1_0

    Hi,
    I am struggling with the correct plugin for OracleWaveset_8_1_1_0. I had sun idm 8.0 and now i have upgraded it to OracleWaveset_8_1_1_0. Since I am not able to run BPE Business procedd editor which comes default IDE with sun idm, so I downloaded Netbeans 7.1 (latest version) but i am not getting correct plugin for my installed idm. i have java 6 installed in my system. can anybody help to use IDE for OracleWaveset_8_1_1_0.
    I downloaded below files :
    com-sun-idm-ide_9.0.0.20110309_nb6.8.nbm
    com-sun-idm-ide_8.1.0.20080630.nbm
    from http://java.net/projects/identitymanageride/downloads but while importing this plugin it is giving me error -
    Some plugins require plugin Editor Library to be installed.
    The plugin Editor Library is requested in version >= 1.20.1.4.2 (release version 1) but only 3.17.1.19.25 (of release version different from 1) was found. The following plugin is affected:       Identity Manager IDE
    Its not allowing to install this plugin....
    Looking forward for your help on this
    Regards,
    Jimmy

    I've been successfully using com-sun-idm-ide_9.0.0.20110309_nb6.8.nbm with NetBeans 6.8 and Waveset 8.1.0.10 for some time now.
    After upgrading to 8.1.1.6, I've noticed an intermittent behavior when uploading an object from Netbeans when the progress bar cycles continuously until it s killed. Looking at the Waveset log shows 1,000s of logins in a row during this time.
    Anyone else see this behavior? There have been no updates to the java.net project in almost a year, and I can't find a newer .nbm bundled with 8.1.1.0-8.1.1.6.
    -Rob

  • Flex 3.2 & 3.3 Framework Issue w/ Eclipse Plugin

    Hey Guys,
    I'm having an issue with using the 3.2 and 3.3 frameworks with the eclipse plugin (not an issue with the stand alone flex builder) (eclipse v3.3.2).  Pretty much everything works but the code hinting and auto importing doesn't work on some items.  For example anything in the "flash" package structure (ie: Event) will not import, and even worse within actionscript files, if the imports are manually typed out, the next time it does auto import something it'll actually run clean up on the file and delete the manually typed imports.  Also when typing out in mxml certain components, for example an mx:Button, the code hinting will not recognize certain attribues such as "click".  At compile time all is well and works fine as long as everything is manually typed in there.  Of course to really be an efficient coder manually typing and retyping certain imports over and over is not the answer.
    Thanks in advance!
    ~Jamie

    I've been using the FB Eclipse plugin (with Eclipse 3.4 and SDK 3.2.0) quite a bit and haven't had this problem at all, so I'm just taking a stab in the dark here to try to help.  It sounds to me like there might be an incorrect setting in your Flex Build Path properties or something related.  Make sure your project has the correct Flex SDK selected in the Library path, and make sure all the .swc files are showing up underneath it.  In particular, look for playerglobal.swc (that's the file that contains e.g. flash.events.Event).
    If that doesn't help, you really need to provide a little more information in your question, like:
    What have you already tried doing to fix the problem?  (For example, have you completely uninstalled and then reinstalled the Flex Builder Plugin since switching SDKs?  I didn't need to do this the last time I upgraded the SDK, but I'd say it's worth a try, since the installation process is pretty painless.)
    Have you changed any of the Flex settings in Eclipse?
    If you're working with a project you created previously, have you tried creating a brand new Flex project in Eclipse to see if the problem persists in a new project?

  • Installation Issues - Premier and AfterEffects won't install...

    I've tried multiple times to fix this on my own, I've restarted, uninstalled and reinstalled, and I've been experiencing the same issue.  Its always the same, the installation finishes and everything installs except AfterEffects and Premier.  I don't know how to fix it or even what it means, I've tried multiple troubleshooting pages but to no avail.  I have the trial version of CS5 Master Collection.  This is the Error message I get every time:
    Exit Code: 6
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 18 error(s), 254 warning(s)
    WARNING: Unable to read Adobe file version for file path '/Library/Fonts/MinionPro-It.otf'
    WARNING: Higher version plugin already exists at: /Library/Internet Plug-Ins/Flash Player.plugin
    WARNING: Not installing plugin to: /Library/Internet Plug-Ins/Flash Player.plugin
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: File/Folder does not exist at /Volumes/Adobe CS5 Master
    Collection/Adobe CS5 Master
    Collection/payloads/AdobeContribute6-FFPlugin/OEM
    WARNING: File/Folder does not exist at /Volumes/Adobe CS5 Master
    Collection/Adobe CS5 Master Collection/payloads/AdobeContribute6-mul/OEM
    WARNING: File/Folder does not exist at /Volumes/Adobe CS5 Master
    Collection/Adobe CS5 Master Collection/payloads/AdobeFireworks11All/OEM
    WARNING: File/Folder does not exist at /Volumes/Adobe CS5 Master
    Collection/Adobe CS5 Master
    Collection/payloads/AdobeFireworks11en_USLanguagePack/OEM
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: 10870 Skip: Directory already exists
    WARNING: 10872 Skip: Directory already exists
    WARNING: 10876 Skip: Directory already exists
    WARNING: 10877 Skip: Directory already exists
    WARNING: 10878 Skip: Directory already exists
    WARNING: 10881 Skip: Directory already exists
    WARNING: 10882 Skip: Directory already exists
    WARNING: 10883 Skip: Directory already exists
    WARNING: 10884 Skip: Directory already exists
    WARNING: 10888 Skip: Directory already exists
    WARNING: 10889 Skip: Directory already exists
    WARNING: 10890 Skip: Directory already exists
    WARNING: 10891 Skip: Directory already exists
    WARNING: 10894 Skip: Directory already exists
    WARNING: 10895 Skip: Directory already exists
    WARNING: 10896 Skip: Directory already exists
    WARNING: 10897 Skip: Directory already exists
    WARNING: 10901 Skip: Directory already exists
    WARNING: 10902 Skip: Directory already exists
    WARNING: 10903 Skip: Directory already exists
    WARNING: 10904 Skip: Directory already exists
    WARNING: 10907 Skip: Directory already exists
    WARNING: 10908 Skip: Directory already exists
    WARNING: 10909 Skip: Directory already exists
    WARNING: 10910 Skip: Directory already exists
    WARNING: 10913 Skip: Directory already exists
    WARNING: 10914 Skip: Directory already exists
    WARNING: 10915 Skip: Directory already exists
    WARNING: 10916 Skip: Directory already exists
    WARNING: 10920 Skip: Directory already exists
    WARNING: 10921 Skip: Directory already exists
    WARNING: 10922 Skip: Directory already exists
    WARNING: 10923 Skip: Directory already exists
    WARNING: 10937 Skip: Directory already exists
    WARNING: 10938 Skip: Directory already exists
    WARNING: 10939 Skip: Directory already exists
    WARNING: 10940 Skip: Directory already exists
    WARNING: 10944 Skip: Directory already exists
    WARNING: 10945 Skip: Directory already exists
    WARNING: 10946 Skip: Directory already exists
    WARNING: 10947 Skip: Directory already exists
    WARNING: 10950 Skip: Directory already exists
    WARNING: 10951 Skip: Directory already exists
    WARNING: 10952 Skip: Directory already exists
    WARNING: 10953 Skip: Directory already exists
    WARNING: 10978 Skip: Directory already exists
    WARNING: 10979 Skip: Directory already exists
    WARNING: 10980 Skip: Directory already exists
    WARNING: 10981 Skip: Directory already exists
    WARNING: 11004 Skip: Directory already exists
    WARNING: 11005 Skip: Directory already exists
    WARNING: 11006 Skip: Directory already exists
    WARNING: 11007 Skip: Directory already exists
    WARNING: 11015 Skip: Directory already exists
    WARNING: 11016 Skip: Directory already exists
    WARNING: 11017 Skip: Directory already exists
    WARNING: 11018 Skip: Directory already exists
    WARNING: 11021 Skip: Directory already exists
    WARNING: 11022 Skip: Directory already exists
    WARNING: 11023 Skip: Directory already exists
    WARNING: 11024 Skip: Directory already exists
    WARNING: 11027 Skip: Directory already exists
    WARNING: 11028 Skip: Directory already exists
    WARNING: 11029 Skip: Directory already exists
    WARNING: 11030 Skip: Directory already exists
    WARNING: 11081 Skip: Directory already exists
    WARNING: 11082 Skip: Directory already exists
    WARNING: 11086 Skip: Directory already exists
    WARNING: 11088 Skip: Directory already exists
    WARNING: 11092 Skip: Directory already exists
    WARNING: 11093 Skip: Directory already exists
    WARNING: 11094 Skip: Directory already exists
    WARNING: 11102 Skip: Directory already exists
    WARNING: 11103 Skip: Directory already exists
    WARNING: 11104 Skip: Directory already exists
    WARNING: 11105 Skip: Directory already exists
    WARNING: 11108 Skip: Directory already exists
    WARNING: 11109 Skip: Directory already exists
    WARNING: 11110 Skip: Directory already exists
    WARNING: 11111 Skip: Directory already exists
    WARNING: 11114 Skip: Directory already exists
    WARNING: 11115 Skip: Directory already exists
    WARNING: 11116 Skip: Directory already exists
    WARNING: 11117 Skip: Directory already exists
    WARNING: 11120 Skip: Directory already exists
    WARNING: 11121 Skip: Directory already exists
    WARNING: 11122 Skip: Directory already exists
    WARNING: 11123 Skip: Directory already exists
    WARNING: 11126 Skip: Directory already exists
    WARNING: 11127 Skip: Directory already exists
    WARNING: 11128 Skip: Directory already exists
    WARNING: 11129 Skip: Directory already exists
    WARNING: 11143 Skip: Directory already exists
    WARNING: 11144 Skip: Directory already exists
    WARNING: 11145 Skip: Directory already exists
    WARNING: 11146 Skip: Directory already exists
    WARNING: 11159 Skip: Directory already exists
    WARNING: 11160 Skip: Directory already exists
    WARNING: 11161 Skip: Directory already exists
    WARNING: 11162 Skip: Directory already exists
    WARNING: 11165 Skip: Directory already exists
    WARNING: 11166 Skip: Directory already exists
    WARNING: 11167 Skip: Directory already exists
    WARNING: 11168 Skip: Directory already exists
    WARNING: 11193 Skip: Directory already exists
    WARNING: 11194 Skip: Directory already exists
    WARNING: 11195 Skip: Directory already exists
    WARNING: 11196 Skip: Directory already exists
    WARNING: 11207 Skip: Directory already exists
    WARNING: 11208 Skip: Directory already exists
    WARNING: 11209 Skip: Directory already exists
    WARNING: 11210 Skip: Directory already exists
    WARNING: 11216 Skip: Directory already exists
    WARNING: 11217 Skip: Directory already exists
    WARNING: 11221 Skip: Directory already exists
    WARNING: 11223 Skip: Directory already exists
    WARNING: 11227 Skip: Directory already exists
    WARNING: 11228 Skip: Directory already exists
    WARNING: 11229 Skip: Directory already exists
    WARNING: 11233 Skip: Directory already exists
    WARNING: 11234 Skip: Directory already exists
    WARNING: 11235 Skip: Directory already exists
    WARNING: 11236 Skip: Directory already exists
    WARNING: 11239 Skip: Directory already exists
    WARNING: 11240 Skip: Directory already exists
    WARNING: 11241 Skip: Directory already exists
    WARNING: 11242 Skip: Directory already exists
    WARNING: 11245 Skip: Directory already exists
    WARNING: 11246 Skip: Directory already exists
    WARNING: 11247 Skip: Directory already exists
    WARNING: 11248 Skip: Directory already exists
    WARNING: 11251 Skip: Directory already exists
    WARNING: 11252 Skip: Directory already exists
    WARNING: 11253 Skip: Directory already exists
    WARNING: 11254 Skip: Directory already exists
    WARNING: 11258 Skip: Directory already exists
    WARNING: 11259 Skip: Directory already exists
    WARNING: 11260 Skip: Directory already exists
    WARNING: 11261 Skip: Directory already exists
    WARNING: 11264 Skip: Directory already exists
    WARNING: 11265 Skip: Directory already exists
    WARNING: 11266 Skip: Directory already exists
    WARNING: 11267 Skip: Directory already exists
    WARNING: 11292 Skip: Directory already exists
    WARNING: 11293 Skip: Directory already exists
    WARNING: 11294 Skip: Directory already exists
    WARNING: 11295 Skip: Directory already exists
    WARNING: 11298 Skip: Directory already exists
    WARNING: 11299 Skip: Directory already exists
    WARNING: 11300 Skip: Directory already exists
    WARNING: 11301 Skip: Directory already exists
    WARNING: 11315 Skip: Directory already exists
    WARNING: 11316 Skip: Directory already exists
    WARNING: 11320 Skip: Directory already exists
    WARNING: 11322 Skip: Directory already exists
    WARNING: 11326 Skip: Directory already exists
    WARNING: 11327 Skip: Directory already exists
    WARNING: 11328 Skip: Directory already exists
    WARNING: 11332 Skip: Directory already exists
    WARNING: 11333 Skip: Directory already exists
    WARNING: 11334 Skip: Directory already exists
    WARNING: 11335 Skip: Directory already exists
    WARNING: 11338 Skip: Directory already exists
    WARNING: 11339 Skip: Directory already exists
    WARNING: 11340 Skip: Directory already exists
    WARNING: 11341 Skip: Directory already exists
    WARNING: 11345 Skip: Directory already exists
    WARNING: 11346 Skip: Directory already exists
    WARNING: 11347 Skip: Directory already exists
    WARNING: 11348 Skip: Directory already exists
    WARNING: 11373 Skip: Directory already exists
    WARNING: 11374 Skip: Directory already exists
    WARNING: 11375 Skip: Directory already exists
    WARNING: 11376 Skip: Directory already exists
    WARNING: 11379 Skip: Directory already exists
    WARNING: 11380 Skip: Directory already exists
    WARNING: 11381 Skip: Directory already exists
    WARNING: 11382 Skip: Directory already exists
    WARNING: 11388 Skip: Directory already exists
    WARNING: 11389 Skip: Directory already exists
    WARNING: 11393 Skip: Directory already exists
    WARNING: 11395 Skip: Directory already exists
    WARNING: 11399 Skip: Directory already exists
    WARNING: 11400 Skip: Directory already exists
    WARNING: 11401 Skip: Directory already exists
    WARNING: 11405 Skip: Directory already exists
    WARNING: 11406 Skip: Directory already exists
    WARNING: 11407 Skip: Directory already exists
    WARNING: 11408 Skip: Directory already exists
    WARNING: 11411 Skip: Directory already exists
    WARNING: 11412 Skip: Directory already exists
    WARNING: 11413 Skip: Directory already exists
    WARNING: 11414 Skip: Directory already exists
    WARNING: 11417 Skip: Directory already exists
    WARNING: 11418 Skip: Directory already exists
    WARNING: 11419 Skip: Directory already exists
    WARNING: 11420 Skip: Directory already exists
    WARNING: 11423 Skip: Directory already exists
    WARNING: 11424 Skip: Directory already exists
    WARNING: 11425 Skip: Directory already exists
    WARNING: 11426 Skip: Directory already exists
    WARNING: 11429 Skip: Directory already exists
    WARNING: 11430 Skip: Directory already exists
    WARNING: 11431 Skip: Directory already exists
    WARNING: 11432 Skip: Directory already exists
    WARNING: 11438 Skip: Directory already exists
    WARNING: 11439 Skip: Directory already exists
    WARNING: 11443 Skip: Directory already exists
    WARNING: 11445 Skip: Directory already exists
    WARNING: 11449 Skip: Directory already exists
    WARNING: 11450 Skip: Directory already exists
    WARNING: 11451 Skip: Directory already exists
    WARNING: 11455 Skip: Directory already exists
    WARNING: 11456 Skip: Directory already exists
    WARNING: 11457 Skip: Directory already exists
    WARNING: 11458 Skip: Directory already exists
    WARNING: 11461 Skip: Directory already exists
    WARNING: 11462 Skip: Directory already exists
    WARNING: 11463 Skip: Directory already exists
    WARNING: 11464 Skip: Directory already exists
    WARNING: 11467 Skip: Directory already exists
    WARNING: 11468 Skip: Directory already exists
    WARNING: 11469 Skip: Directory already exists
    WARNING: 11470 Skip: Directory already exists
    WARNING: 11474 Skip: Directory already exists
    WARNING: 11475 Skip: Directory already exists
    WARNING: 11476 Skip: Directory already exists
    WARNING: 11477 Skip: Directory already exists
    WARNING: 11481 Skip: Directory already exists
    WARNING: 11482 Skip: Directory already exists
    WARNING: 11483 Skip: Directory already exists
    WARNING: 11484 Skip: Directory already exists
    WARNING: 11490 Skip: Directory already exists
    WARNING: 11491 Skip: Directory already exists
    ERROR: Error code: 1
    ERROR: 51 Unable to preserve original file at "/Library/Fonts/MinionPro-It.otf" Error 0
    ERROR: 51 Command ARKDeleteFileCommand failed.
    ERROR: The following payload errors were found during install:
    ERROR:  - Adobe After Effects CS5 Third Party RoyaltyContent Wrapper: Install failed
    ERROR:  - Adobe Premiere Pro CS5 Third Party Content Wrapper: Install failed
    ERROR:  - Adobe Premiere Pro CS5_AdobePremierePro5en_USLanguagePack: Install failed
    ERROR:  - Adobe After Effects CS5 Third Party Content Wrapper: Install failed
    ERROR:  - Adobe After Effects CS5 Support: Install failed
    ERROR:  - Adobe After Effects CS5_AdobeAfterEffects10en_USLanguagePack: Install failed
    ERROR:  - Adobe Premiere Pro CS5 Third Party Royalty Content Wrapper: Install failed
    ERROR:  - AdobeColorVideoProfilesAE CS5: Install failed
    ERROR:  - Adobe Premiere Pro CS5: Failed due to Language Pack installation failure
    ERROR:  - Required Common Fonts Installation: Install failed
    ERROR:  - Adobe After Effects CS5 Presets: Install failed
    ERROR:  - Adobe After Effects CS5: Failed due to Language Pack installation failure
    ERROR:  - AdobeMotionPicture CS5: Install failed
    ERROR:  - Adobe Premiere Pro CS5 Support: Install failed
    Somebody please help, I'm at wit's end with this.  I'm trying to install it on a 21.5" iMac running Snow Leopard.  It meets all of the requirements so don't post and "64bit OS" replies because I've already looked that up.

    Never mind, I see it's Mountain Lion.
    Can you check in your Applications Folder to see if the installer is still there. You are confused on some things, because the installer should be giving you a DOWNLOAD text on the purchases page, not install.

  • CS6 Web and Design Installation issues

    I'm having installation issues with cs6 web and design. Purchased two downloads of the software for mac, but after attempting to download all day, now it's saying I can't open the download because it isn't recognized by my computer. Been at this all day, so frustrated. Any help?

    Mac Unidentified Developer Issue
    Here's how to open apps that apple should not be blocking: 
    http://www.imore.com/how-open-apps-unidentified-developer-os-x-mountain-lion

  • SQL Server 2000 and BPEL configuration issues

    I am attempting to get SQL Server 2000 to work with BPEL PM Server, and have followed a similar set of instructions as provided in a previously posted document regarding the switch from oracle lite to oracle production. I am following the OC4J route. I've seen a previous posting on this, however, I am elaborating a little more on the configuration details here and the difficulties that I am encountering.
    I'm am using the following software:
    1) SQL Server 2000 (w/ SP3)
    2) SQL Server 2000 JDBC Driver (SP3 latest version)
    3) BPEL PM (GA release)
    Here's what I've done:
    1) setup the database in SQL Server 2000 (named: ORABPEL). then ran the ddl scripts that came with the BPEL installation for sql server. there were two scripts, one for domain and the other for server. the commandlines to run these scripts:
    sql -Uuser -Ppassword -ddatabase
    -i c:\orabpel\system\database\scripts\domain_sqlserver.ddl
    -o c:\orabpel\system\database\scripts\domain_sqlserver.out
    2) installed stored procedures for JTA. this is documented in the JDBC driver help file.
    3) modified the library paths in application.xml as followed:
    <!-- SQL2K JDBC LIBS -->
    <library path="C:\Program files\Microsoft SQL Server 2000 Driver for JDBC\lib\msbase.jar"/>
    <library path="C:\Program files\Microsoft SQL Server 2000 Driver for JDBC\lib\msutil.jar"/>
    <library path="C:\Program files\Microsoft SQL Server 2000 Driver for JDBC\lib\mssqlserver.jar"/>
    4) modified the datasources in the data-sources.xml:
    - first comment out the oracle lite data-source
    - add datasources for mssql 2000:
    <data-source class="com.evermind.sql.DriverManagerDataSource"
         name="BPELServerDataSource"
         location="loc/BPELServerDataSource"
         xa-location="BPELServerDataSource"
         ejb-location="jdbc/BPELServerDataSource"
         connection-driver="com.microsoft.jdbc.sqlserver.SQLServerDriver"
         url="jdbc:microsoft:sqlserver://127.0.0.1:1433;SelectMethod=cursor;User=<username>;Password=<password>;DatabaseName=ORABPEL">
    </data-source>
    <data-source class="com.evermind.sql.DriverManagerDataSource"
         name="BPELSamplesDataSource"
         location="jdbc/BPELSamplesDataSource"
         xa-location="BPELSamplesDataSource"
         ejb-location="jdbc/BPELSamplesDataSource"
         connection-driver="com.microsoft.jdbc.sqlserver.SQLServerDriver"
         url="jdbc:microsoft:sqlserver://127.0.0.1:1433;SelectMethod=cursor;User=<username>;Password=<password>;DatabaseName=ORABPEL">
    </data-source>
    <data-source class="com.evermind.sql.DriverManagerDataSource"
    name="AdminConsoleDateSource"
    location="jdbc/AdminConsoleDateSource"
    xa-location="AdminConsoleDateSource"
    ejb-location="jdbc/AdminConsoleDateSource"
         connection-driver="com.microsoft.jdbc.sqlserver.SQLServerDriver"
         url="jdbc:microsoft:sqlserver://127.0.0.1:1433;SelectMethod=cursor;User=<username>;Password=<password>;DatabaseName=ORABPEL">
    </data-source>
    after starting the BPEL PM Server, I got the following set of error messages:
    Loading processes for BPEL domain "default" ...
    <2005-06-02 09:36:44,482> <ERROR> <default.collaxa.cube.sensor> <PCException::<i
    nit>> Sensors not supported.
    <2005-06-02 09:36:44,482> <ERROR> <default.collaxa.cube.sensor> <PCException::<i
    nit>> Sensors are not supported on this database platform.
    <2005-06-02 09:36:44,482> <ERROR> <default.collaxa.cube.sensor> <PCException::<i
    nit>> If sensor functionality is required, please switch to a supported platform
    After this I went and changed the class tags to: com.microsoft.jdbcx.sqlserver.SQLServerDataSource
    restarted the server and got the following:
    <2005-06-02 09:22:52,531> <INFO> <collaxa> <ConnectionFactoryImpl::init> Initial
    ized connection factory jdbc/BPELServerDataSource
    05/06/02 09:23:06 ORABPEL-04077
    Cannot fetch a datasource connection.
    The process domain was unable to establish a connection with the datasource with
    the connection URL "loc/BPELServerDataSource". The exception reported is: Cann
    ot fetch a datasource connection.
    The process domain was unable to establish a connection with the datasource with
    the connection URL "loc/BPELServerDataSource". The exception reported is: [Mic
    rosoft][SQLServer 2000 Driver for JDBC]Unable to connect. DataSource property s
    erverName must be specified.
    Please check that the machine hosting the datasource is physically connected to
    the network. Otherwise, check that the datasource connection parameters (user/p
    assword) is currently valid.
    Please check that the machine hosting the datasource is physically connected to
    the network. Otherwise, check that the datasource connection parameters (user/p
    assword) is currently valid.

    Hi,
    I just saw your post message about configuring SQL server 2000 with Oracle BPLE. Have you configured it successfully or still encountered any problem.
    I am new to Oracle BPEL. Want to know if Oracle BPEL can use MSFT SQL server 2000 as the repository entirely, therefore, we don't need Oracle (or Oracle light database).
    Will really appreciate if you can share information and experience to configure SQL 2000 with Oracle BPEL.
    Thank you so much in advance.
    Leey

  • Installation issue with CS6 Design and Web Premium

    I purchased CS6 Design and Web Premium for school with a voucher from JourneyEd. I have downloaded (it took 13 hours not 1.5)and assume that it completed since I saw the files extracting in the download assistant. I always download to my desktop and install from there. I have two folders, CS6 Master Collection which is empty and CS6 Design and Web Premium which has three subfolders; Adobe CS6, Design and Web Premium and fonts. The first two have set-up file applications within them. There is no .exe file so I have run the set-up applications within these file folders. An installer appears and runs onscreen but nothing is installed. There are no error messages. I purchased this computer in June and it has more than enough space. I am using Windows 7. I really need this for school.

    If the current installation files you have downloaded are not working then please try downloading the trial of Creative Suite 6 Design and Web Premium from http://www.adobe.com/cfusion/tdrc/index.cfm?product=designweb_premium.  You can then enter the serial number for your purchase during the installation process.

  • CD4 and CS5 Plugin Issue!

    Having a major problem with Chameleon and CS4 and CS5. When I run the program out of CS4 or CS5:
    1) The Grab Fragment seems to work.
    2) When I open another photo and run Chameleon , Make Collage, I get
         1. Unhandled exception! Crash dump saved to c:\users\public\documents\akvis\crashdump.
         Please help! I’m running version 6.0.1253.3084-r
    I now get a message stating:
    Microsoft Visual C++ Runtime Library Error.
    App terminated in an Unusual way.
    Contact app support.
    I used to run Chameleon in CS4 however now it does not run at all. I'm wondering if a Visual C file got corrupted or a fix is needed for Adobe.
    Please help.
    Thanks,
    Rudy

    Without knowing exactly what the bug is in the Akvis code, I don't know.
    But some third party plugins always need an update when new versions of Photoshop are released (especially those that try to modify Photoshop's UI).
    We work hard to maintain plugin API compatibility, and most plugins work just fine in new versions, but there are always some problems to work out in third party plugin code.
    (Macintosh plugins are going through a lot of problems in CS5 because we had to change the UI toolkit used, and many assumptions made by plugin UI code no longer hold)

  • CS4 and CS5 Plugin Issue!

    Having a major problem with Chameleon and CS4 and CS5. When I run the program out of CS4 or CS5:
    1) The Grab Fragment seems to work.
    2) When I open another photo and run Chameleon , Make Collage, I get
    1. Unhandled exception! Crash dump saved to c:\users\public\documents\akvis\crashdump.
    Please help! I’m running version 6.0.1253.3084-r
    I now get amessage stating:
    Microsoft Visual C++ Runtime Library Error.
    App terminated in an Unusual way.
    Contact app support
    I used to run in CS4 however it does not run at all. I'm wondering if a Visual C file got corrupted.
    Thanks,
    Rudy

    Without knowing exactly what the bug is in the Akvis code, I don't know.
    But some third party plugins always need an update when new versions of Photoshop are released (especially those that try to modify Photoshop's UI).
    We work hard to maintain plugin API compatibility, and most plugins work just fine in new versions, but there are always some problems to work out in third party plugin code.
    (Macintosh plugins are going through a lot of problems in CS5 because we had to change the UI toolkit used, and many assumptions made by plugin UI code no longer hold)

  • Start up and Installation Issues Macbook can't run Mac os X!

    I have a Macbook 1.83ghz with 2gb of ram. I upgrade the harddrive as soon as i got it used to 250gb (it was around june). In september i decided to upgrade to leopard. The installation was suscessful. Now here's the problem, at the end of November, the computer starts acting slow, still having 60gb free on each partition ( i bootcamp windows vista and divided the hd in 1/2). I decided to reinstall leopard. Installation success then two weeks before Christmas the computer gave me a repair disk and stopped booting. I repaired disk and volume was ok. I format the partition of mac os x and installation success, i go to welcome screen do the process and after clicking done then the screens stays blue, switches to gray and blue again. I left it on all night and nothing.
    I tried the installation again, reformatting and the same thing, each time the welcome screen process went slower and slower. I deleted the wholes hard drive, including windows and still the same. However when i put the vista dvd it installs ok, and runs vista ok. I tried ubuntu and works ok but when I tried to install leopard now the installation fails. I don't know why it doesn't want to install mac but installs vista and ubuntu.
    Can anyone help me here? Do i need to send it for repair?

    Your friend if he has a disc which says any other Mac model name, or if it was made for the same Mac model on the label, but has a different operating system than shipped with your Mac, it won't work on your Mac.
    If he has the full retail with the image I show above, it still is NOT legal for you to use his disc, unless you live in the same physical abode with him, and he is your family, and he has installed it on 4 or less machines, and it is the family license. Otherwise, you must purchase your own copy to stay within the law.
    If you purchase your own full retail as I describe above, and you still have trouble erase and installing the operating system after backing up your data*:
    http://www.macmaps.com/backup.html
    It may mean your machine has a hardware problem.
    Second handed discs are of unknown reliability, and should NEVER be used.
    - * Links to my pages may give me compensation.

  • Installation Issues with Win XP

    Hi, how are all of you? I am having installation issues with
    Windows XP. Every time I double click the Adobe Air installer, it
    says, "Installer encounters an error and need to be close"
    I have tried on three different PC. All giving same error. I
    downloaded the installer many time from adobe site but nothing
    works.
    Windows XP SP2
    512MB RAM
    Pentium IV 2.4 GHz Processor
    Any suggestion or help will be greatly appreciated.
    Thanks,
    .:.WAHAB

    Hello Tzeng, thank you for your reply. I could not get to the
    log file you mentioned in your reply but here is file generated
    when I get the error:
    FILE LOCATION
    F:\DOCUME~1\DUR-E-~1\LOCALS~1\Temp\c022_appcompat.txt
    <?xml version="1.0" encoding="UTF-16"?>
    <DATABASE>
    <EXE NAME="Adobe AIR Installer.exe"
    FILTER="GRABMI_FILTER_PRIVACY">
    <MATCHING_FILE NAME="Adobe AIR Installer.exe"
    SIZE="42304" CHECKSUM="0xAC3BF086" BIN_FILE_VERSION="1.5.1.8210"
    BIN_PRODUCT_VERSION="1.5.1.8210" PRODUCT_VERSION="1.5.1"
    FILE_DESCRIPTION="Adobe AIR Installer" COMPANY_NAME="Adobe Systems
    Inc." PRODUCT_NAME="Adobe AIR 1.5.1" FILE_VERSION="1.5.1.8210"
    ORIGINAL_FILENAME="setup.exe" INTERNAL_NAME="setup.exe"
    LEGAL_COPYRIGHT="Copyright 2009, Adobe Systems Inc."
    VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004"
    VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x13891"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.5.1.8210"
    UPTO_BIN_PRODUCT_VERSION="1.5.1.8210" LINK_DATE="02/12/2009
    19:35:52" UPTO_LINK_DATE="02/12/2009 19:35:52" />
    <MATCHING_FILE NAME="AdobeAIRInstaller.exe"
    SIZE="15739760" CHECKSUM="0xA9D06949" BIN_FILE_VERSION="1.5.1.8210"
    BIN_PRODUCT_VERSION="1.5.1.8210" PRODUCT_VERSION="1.5.1"
    FILE_DESCRIPTION="Adobe AIR Installer" COMPANY_NAME="Adobe Systems
    Inc." PRODUCT_NAME="Adobe AIR 1.5.1" FILE_VERSION="1.5.1.8210"
    ORIGINAL_FILENAME="Adobe AIR Installer.exe" INTERNAL_NAME="Adobe
    AIR Installer.exe" LEGAL_COPYRIGHT="Copyright 2009, Adobe Systems
    Inc." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004"
    VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xF1128F"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.5.1.8210"
    UPTO_BIN_PRODUCT_VERSION="1.5.1.8210" LINK_DATE="02/12/2009
    19:35:39" UPTO_LINK_DATE="02/12/2009 19:35:39" />
    <MATCHING_FILE NAME="flashplayer_9_plugin_debug.exe"
    SIZE="1786846" CHECKSUM="0x2FE8A8E1" BIN_FILE_VERSION="9.0.159.0"
    BIN_PRODUCT_VERSION="9.0.159.0" PRODUCT_VERSION="9.0.159.0"
    FILE_DESCRIPTION="Adobe® Flash® Player Plugin Installer"
    COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="Adobe®
    Flash® Player Plugin" FILE_VERSION="1.0.20"
    LEGAL_COPYRIGHT="Copyright © 1996-2009 Adobe Systems
    Incorporated and its licensors. All Rights Reserved."
    VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4"
    VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x18FD8B"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="9.0.159.0"
    UPTO_BIN_PRODUCT_VERSION="9.0.159.0" LINK_DATE="01/13/2007
    18:28:10" UPTO_LINK_DATE="01/13/2007 18:28:10"
    VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="setup.msi" SIZE="30720"
    CHECKSUM="0xF9521F1C" />
    <MATCHING_FILE NAME="Adobe AIR\Versions\1.0\Adobe AIR
    Application Installer.exe" SIZE="67392" CHECKSUM="0x78783101"
    BIN_FILE_VERSION="1.5.1.8210" BIN_PRODUCT_VERSION="1.5.1.8210"
    PRODUCT_VERSION="1.5.1" FILE_DESCRIPTION="Adobe AIR Application
    Installer" COMPANY_NAME="Adobe Systems Inc." PRODUCT_NAME="Adobe
    AIR 1.5.1" FILE_VERSION="1.5.1.8210" ORIGINAL_FILENAME="Adobe AIR
    Application Installer.exe" INTERNAL_NAME="Adobe AIR Application
    Installer.exe" LEGAL_COPYRIGHT="Copyright 2009, Adobe Systems Inc."
    VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004"
    VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x145F9"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.5.1.8210"
    UPTO_BIN_PRODUCT_VERSION="1.5.1.8210" LINK_DATE="02/12/2009
    19:34:43" UPTO_LINK_DATE="02/12/2009 19:34:43" />
    <MATCHING_FILE NAME="Adobe AIR\Versions\1.0\Adobe
    AIR.dll" SIZE="7876928" CHECKSUM="0x7F6C1C4D"
    BIN_FILE_VERSION="1.5.1.8210" BIN_PRODUCT_VERSION="1.5.1.8210"
    PRODUCT_VERSION="1.5.1" FILE_DESCRIPTION="Adobe AIR"
    COMPANY_NAME="Adobe Systems Inc." PRODUCT_NAME="Adobe AIR 1.5.1"
    FILE_VERSION="1.5.1.8210" ORIGINAL_FILENAME="Adobe AIR.dll"
    INTERNAL_NAME="Adobe AIR.dll" LEGAL_COPYRIGHT="Copyright 2009,
    Adobe Systems Inc." VERFILEDATEHI="0x0" VERFILEDATELO="0x0"
    VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32"
    PE_CHECKSUM="0x789021" LINKER_VERSION="0x0"
    UPTO_BIN_FILE_VERSION="1.5.1.8210"
    UPTO_BIN_PRODUCT_VERSION="1.5.1.8210" LINK_DATE="02/12/2009
    19:33:38" UPTO_LINK_DATE="02/12/2009 19:33:38" />
    <MATCHING_FILE NAME="Adobe CS3\Flash Professional\Adobe
    CS3\Setup.exe" SIZE="2685104" CHECKSUM="0x7309F0C8"
    BIN_FILE_VERSION="1.0.135.0" BIN_PRODUCT_VERSION="1.0.135.0"
    PRODUCT_VERSION="1,0,135,0" FILE_DESCRIPTION="Adobe Setup"
    COMPANY_NAME="Adobe Systems, Copyright 2005-2007"
    PRODUCT_NAME="Adobe Setup" FILE_VERSION="1,0,135,0"
    ORIGINAL_FILENAME="Setup.exe" INTERNAL_NAME="Setup.exe"
    LEGAL_COPYRIGHT="Adobe Systems, Copyright 2005-2007. All rights
    reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4"
    VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x298CDB"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.0.135.0"
    UPTO_BIN_PRODUCT_VERSION="1.0.135.0" LINK_DATE="03/16/2007
    23:30:15" UPTO_LINK_DATE="03/16/2007 23:30:15"
    VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="Adobe CS3\Flash Professional\Adobe
    CS3\WinBootstrapper.msi" SIZE="1823744" CHECKSUM="0x88506662" />
    </EXE>
    <EXE NAME="Adobe AIR.dll"
    FILTER="GRABMI_FILTER_THISFILEONLY">
    <MATCHING_FILE NAME="Adobe AIR.dll" SIZE="7876928"
    CHECKSUM="0x7F6C1C4D" BIN_FILE_VERSION="1.5.1.8210"
    BIN_PRODUCT_VERSION="1.5.1.8210" PRODUCT_VERSION="1.5.1"
    FILE_DESCRIPTION="Adobe AIR" COMPANY_NAME="Adobe Systems Inc."
    PRODUCT_NAME="Adobe AIR 1.5.1" FILE_VERSION="1.5.1.8210"
    ORIGINAL_FILENAME="Adobe AIR.dll" INTERNAL_NAME="Adobe AIR.dll"
    LEGAL_COPYRIGHT="Copyright 2009, Adobe Systems Inc."
    VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004"
    VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x789021"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.5.1.8210"
    UPTO_BIN_PRODUCT_VERSION="1.5.1.8210" LINK_DATE="02/12/2009
    19:33:38" UPTO_LINK_DATE="02/12/2009 19:33:38" />
    </EXE>
    <EXE NAME="kernel32.dll"
    FILTER="GRABMI_FILTER_THISFILEONLY">
    <MATCHING_FILE NAME="kernel32.dll" SIZE="983552"
    CHECKSUM="0x4CE79457" BIN_FILE_VERSION="5.1.2600.2180"
    BIN_PRODUCT_VERSION="5.1.2600.2180" PRODUCT_VERSION="5.1.2600.2180"
    FILE_DESCRIPTION="Windows NT BASE API Client DLL"
    COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft®
    Windows® Operating System" FILE_VERSION="5.1.2600.2180
    (xpsp_sp2_rtm.040803-2158)" ORIGINAL_FILENAME="kernel32"
    INTERNAL_NAME="kernel32" LEGAL_COPYRIGHT="© Microsoft
    Corporation. All rights reserved." VERFILEDATEHI="0x0"
    VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2"
    MODULE_TYPE="WIN32" PE_CHECKSUM="0xFF848" LINKER_VERSION="0x50001"
    UPTO_BIN_FILE_VERSION="5.1.2600.2180"
    UPTO_BIN_PRODUCT_VERSION="5.1.2600.2180" LINK_DATE="08/04/2004
    07:56:36" UPTO_LINK_DATE="08/04/2004 07:56:36"
    VER_LANGUAGE="English (United States) [0x409]" />
    </EXE>
    </DATABASE>
    Seems like an XML doc.
    I tried by extracting all the file with WinRAR but nothing
    worked
    Please let me know if you need more information.
    Thanks
    .:.WAHAB

Maybe you are looking for

  • Connecting to a Samsung TV no sound

    I have a MacBook Pro (15-inch, Late 2008) that I am trying to connect to a Samsung TV.  I have a DVI to HDMI cable and can get video but not sound.  I have tried looking through lots of posts and have tried everything I can think of but still no soun

  • Javascript/AJAX - Show image whilst update is done and then hide it.

    I want to do an update with AJAX but I want a "waiting" image to display before the update and then hide afterwards. That way, if there is a delay in the update or a row lock, the screen doesn't just freeze, it shows a "please wait" icon. I am using

  • Getting internal error while executing a query in Bex analyser

    When I try to run the query which is on virtual cube with services ( its totals record virtual cube for BCS) I get the following error message (I can run other queries that I checked): <internal error> Receiving from the BW server failed BW server ra

  • LOG FILE for batch scripting in MAXL

    Hello, I just wanted to know how to create a LOG FILE for batch scripting. essmsh E:\Batch\Apps\TOG_DET\Scripts\unload_App.msh copy e:\batch\apps\tog_det\loadfile\gldetail.otl e:\hyperion\analyticservices\app\tog_det\gldetail /Y essmsh E:\Batch\Apps\

  • Kill inactive sessions with no programs run it

    hi all, my database is 10gR2 with developer 6i the database have huge number of sessions with no programs running it like oracle form, some of those sessions stack in v$session table due to power failure. restart server solve the problem, but it is n