Problem with process imported BPA - BPM / IllegalArgumentException

Hi,
I installed the latest version of SOA Suite and Jdev (11.1.1.5), and i have problems when tried to import a BPMN model from a BPA Repository.
[IllegalArgumentException in o.bpm.project.catalog.loaders.impl.TaskDefinitionParsedObject:115]
This problem just happends when i tried to import a process with a User Task activity. With all the others artifact works right.
Other important information, is if I try to import the same process like a BPEL process in JDev, using the option "Composite from Oracle BPA BluePrint", the import works right, and i can see the BPEL process with the User Task in the IDE.
Thanks in advance,
Enrique
Edited by: user11931063 on 26-may-2011 6:42

Hi Daniel,
This is the trace:
Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
j.net.URI.create(URI.java:842)
j.net.URI.resolve(URI.java:1028)
o.bpm.project.catalog.loaders.impl.TaskDefinitionParsedObject.parseDependencies(TaskDefinitionParsedObject.java:115)
o.bpm.project.catalog.loaders.impl.TaskDefinitionParsedObject.<init>(TaskDefinitionParsedObject.java:53)
o.bpm.project.catalog.loaders.impl.HumanTaskTypeLoader.parseUri(HumanTaskTypeLoader.java:146)
o.bpm.project.catalog.loaders.AbstractTypeLoader.parse(AbstractTypeLoader.java:106)
o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.parseResource(ProjectCatalogComponentBundle.java:839)
o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.parseResource(ProjectCatalogComponentBundle.java:853)
o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.loadTypeNames(ProjectCatalogComponentBundle.java:143)
o.bpm.type.TypeCache.reloadFromBundle(TypeCache.java:638)
o.bpm.type.TypeCache.reload(TypeCache.java:116)
o.bpm.type.TypeCache.sync(TypeCache.java:149)
o.bpm.type.DefaultComponentCatalog.sync(DefaultComponentCatalog.java:531)
o.bpm.project.io.fs.FileProjectLoader.loadCatalog(FileProjectLoader.java:218)
o.bpm.project.FuegoProject$7.init(FuegoProject.java:1070)
o.bpm.project.FuegoProject$7.init(FuegoProject.java:1064)
o.bpm.util.LazyHolder.initValue(LazyHolder.java:66)
o.bpm.util.LazyHolder.get(LazyHolder.java:33)
o.bpm.project.FuegoProject.getComponentCatalog(FuegoProject.java:585)
o.bpm.project.FuegoProject.getComponentCatalog(FuegoProject.java:60)
o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.getCatalogObjectFor(BPMN20Loader.java:1488)
o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.access$800(BPMN20Loader.java:83)
o.bpm.project.io.serializers.model.bpmn.BPMN20Loader$LoadingFlowNodeHandler.handleUserTask(BPMN20Loader.java:2058)
o.bpm.project.model.util.ModelUtils.handleFlowNodeChecked(ModelUtils.java:429)
o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.loadActivityData(BPMN20Loader.java:1119)
o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:1090)
o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.loadActivities(BPMN20Loader.java:924)
o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:732)
o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:693)
o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:124)
o.bpm.project.io.serializers.model.DefaultModelFormat.loadBPMN20CompliantModel(DefaultModelFormat.java:383)
o.bpm.project.io.serializers.model.DefaultModelFormat.loadInternal(DefaultModelFormat.java:399)
o.bpm.project.io.serializers.model.DefaultModelFormat.load(DefaultModelFormat.java:62)
o.bpm.project.io.serializers.model.DefaultModelFormat.parse(DefaultModelFormat.java:182)
o.bpm.project.io.fs.loader.ProcessesLoader.loadModel(ProcessesLoader.java:139)
o.bpm.project.io.fs.loader.ProcessesLoader.loadXPDLCompliantModel(ProcessesLoader.java:119)
o.bpm.project.io.fs.loader.ProcessesLoader.load(ProcessesLoader.java:98)
o.bpm.project.io.fs.loader.ProcessesLoader.loadObject(ProcessesLoader.java:75)
o.bpm.project.io.fs.loader.ProcessesLoader.loadObject(ProcessesLoader.java:40)
o.bpm.project.io.fs.loader.ProjectObjectLoader.load(ProjectObjectLoader.java:109)
o.bpm.project.io.fs.loader.ProjectModelLoader.loadObject(ProjectModelLoader.java:56)
o.bpm.project.io.fs.loader.ProjectModelLoader.loadObject(ProjectModelLoader.java:29)
o.bpm.project.io.fs.loader.ProjectObjectLoader.load(ProjectObjectLoader.java:109)
o.bpm.project.io.fs.ProjectObjectsCache.loadAndCacheObject(ProjectObjectsCache.java:280)
o.bpm.project.io.fs.ProjectObjectsCache.getObject(ProjectObjectsCache.java:260)
o.bpm.project.io.fs.ProjectObjectsCache.getChildrenByTypeGeneric(ProjectObjectsCache.java:243)
o.bpm.project.io.fs.ProjectObjectsCache.getChildren(ProjectObjectsCache.java:114)
o.bpm.project.io.fs.FileProjectLoader.getChildren(FileProjectLoader.java:169)
o.bpm.project.ResourceContainerImpl.loadChildren(ResourceContainerImpl.java:192)
o.bpm.project.ProjectObjectContainerImpl.children(ProjectObjectContainerImpl.java:284)
o.bpm.project.ProjectObjectContainerImpl.getChildrenByType(ProjectObjectContainerImpl.java:231)
o.bpm.project.FuegoProject.addProcesses(FuegoProject.java:993)
o.bpm.project.FuegoProject.getProcesses(FuegoProject.java:987)
o.bpm.project.FuegoProject.getRecursiveProcesses(FuegoProject.java:1010)
o.bpm.project.FuegoProject.getProcesses(FuegoProject.java:401)
o.bpm.project.io.sensor.ProcessSensorsVisitor.visit(ProcessSensorsVisitor.java:66)
o.bpm.project.io.sensor.MeasurementsFileGenerator.getRootJaxbElement(MeasurementsFileGenerator.java:112)
o.bpm.project.io.sensor.MeasurementsFileGenerator.generateMeasurementsFile(MeasurementsFileGenerator.java:82)
o.bpm.project.io.sensor.MeasurementsFileGenerator.generateFile(MeasurementsFileGenerator.java:66)
o.bpm.project.io.fs.writer.ProjectPreferencesWriter.write(ProjectPreferencesWriter.java:46)
o.bpm.project.io.fs.writer.AbstractWriter.write(AbstractWriter.java:64)
o.bpm.project.io.fs.writer.ProjectPreferencesWriter.write(ProjectPreferencesWriter.java:34)
o.bpm.project.io.fs.FileProjectWriter.performWriting(FileProjectWriter.java:421)
o.bpm.project.io.fs.FileProjectWriter.write(FileProjectWriter.java:140)
o.bpm.project.io.fs.FileProjectWriter.postObjectAdded(FileProjectWriter.java:284)
o.bpm.project.io.fs.FileProjectWriter$ProjectChangeAdapter.postObjectAdded(FileProjectWriter.java:498)
o.bpm.project.events.SafeProjectListener.postObjectAdded(SafeProjectListener.java:107)
o.bpm.project.events.ProjectListenerSet.postObjectAdded(ProjectListenerSet.java:82)
o.bpm.project.events.ProjectEventManager.postObjectAdded(ProjectEventManager.java:104)
o.bpm.project.FuegoProject.addProjectPreferences(FuegoProject.java:733)
o.bpm.project.FuegoProject$6.init(FuegoProject.java:1050)
o.bpm.project.FuegoProject$6.init(FuegoProject.java:1035)
o.bpm.util.LazyHolder.initValue(LazyHolder.java:66)
o.bpm.util.LazyHolder.get(LazyHolder.java:33)
o.bpm.project.FuegoProject.getPreferences(FuegoProject.java:562)
o.bpm.project.ProjectObjectImpl.getString(ProjectObjectImpl.java:697)
o.bpm.project.ProcessObjectImpl.getDefaultLabel(ProcessObjectImpl.java:143)
o.bpm.project.ActivityImpl.setActivityType(ActivityImpl.java:1279)
o.bpm.project.ActivityImpl.<init>(ActivityImpl.java:229)
o.bpm.project.ActivityImpl.<init>(ActivityImpl.java:215)
o.bpm.project.NodeContainerManager.createActivity(NodeContainerManager.java:489)
o.bpm.project.NodeContainerManager.createStartEvent(NodeContainerManager.java:311)
o.bpm.project.ProcessContent.createStartEvent(ProcessContent.java:319)
o.bpm.project.ProcessContent.createBeginAndEnd(ProcessContent.java:507)
o.bpm.project.ProjectResourceObjectFactory.createProcess(ProjectResourceObjectFactory.java:86)
o.bpm.project.ProjectResourceObjectFactory.createProcess(ProjectResourceObjectFactory.java:40)
o.bpm.project.ProjectResourceObjectFactory.createProjectProcess(ProjectResourceObjectFactory.java:99)
o.bpm.project.io.fs.AbstractProjectRepository.createProjectModel(AbstractProjectRepository.java:567)
o.bpm.project.io.fs.AbstractProjectRepository.createProjectFiles(AbstractProjectRepository.java:358)
o.bpm.project.io.fs.AbstractProjectRepository.initProject(AbstractProjectRepository.java:326)
o.bpm.fusion.repository.FusionProjectRepository.create(FusionProjectRepository.java:229)
o.bpm.fusion.repository.JdevRepositoryService.projectAdded(JdevRepositoryService.java:158)
o.bpm.fusion.repository.JdevRepositoryService$1.technologyAdded(JdevRepositoryService.java:269)
o.j.model.JProjectTechnologyNotifier.fireTechnologyAdded(JProjectTechnologyNotifier.java:132)
o.j.model.JProjectTechnologyNotifier.access$100(JProjectTechnologyNotifier.java:28)
o.j.model.JProjectTechnologyNotifier$1.projectPropertiesChanged(JProjectTechnologyNotifier.java:58)
o.i.model.Project$StorageListener.structureValuesChanged(Project.java:1097)
o.javatools.data.Structure.fireStructureChangeEvent(Structure.java:455)
o.javatools.data.Structure.fireValueAdded(Structure.java:348)
o.javatools.data.Structure.fireValueAdded(Structure.java:356)
o.javatools.data.Structure.fireValueAdded(Structure.java:356)
o.javatools.data.ListStructure.add(ListStructure.java:109)
o.i.model.TechnologyScopeConfiguration.setTechnologyScope(TechnologyScopeConfiguration.java:153)
o.bpm.fusion.soa.FusionSoaProjectRepository.setTechnologyScope(FusionSoaProjectRepository.java:69)
o.bpm.fusion.soa.wizard.NewBpmProjectFromBPAWizard.initProject(NewBpmProjectFromBPAWizard.java:225)
o.bpm.fusion.soa.wizard.NewBpmProjectFromBPAWizard$1.run(NewBpmProjectFromBPAWizard.java:154)
j.lang.Thread.run(Thread.java:662)
*Caused by:
java.net.URISyntaxException: Illegal character in path at index 3: xsd\Ingresar_FacturaPayload.xsd*
j.net.URI$Parser.fail(URI.java:2809)
j.net.URI$Parser.checkChars(URI.java:2982)
j.net.URI$Parser.parseHierarchical(URI.java:3066)
j.net.URI$Parser.parse(URI.java:3024)
j.net.URI.<init>(URI.java:578)
j.net.URI.create(URI.java:840)
j.net.URI.resolve(URI.java:1028)
o.bpm.project.catalog.loaders.impl.TaskDefinitionParsedObject.parseDependencies(TaskDefinitionParsedObject.java:115)
o.bpm.project.catalog.loaders.impl.TaskDefinitionParsedObject.<init>(TaskDefinitionParsedObject.java:53)
o.bpm.project.catalog.loaders.impl.HumanTaskTypeLoader.parseUri(HumanTaskTypeLoader.java:146)
o.bpm.project.catalog.loaders.AbstractTypeLoader.parse(AbstractTypeLoader.java:106)
o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.parseResource(ProjectCatalogComponentBundle.java:839)
o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.parseResource(ProjectCatalogComponentBundle.java:853)
o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.loadTypeNames(ProjectCatalogComponentBundle.java:143)
o.bpm.type.TypeCache.reloadFromBundle(TypeCache.java:638)
o.bpm.type.TypeCache.reload(TypeCache.java:116)
o.bpm.type.TypeCache.sync(TypeCache.java:149)
o.bpm.type.DefaultComponentCatalog.sync(DefaultComponentCatalog.java:531)
o.bpm.project.io.fs.FileProjectLoader.loadCatalog(FileProjectLoader.java:218)
o.bpm.project.FuegoProject$7.init(FuegoProject.java:1070)
o.bpm.project.FuegoProject$7.init(FuegoProject.java:1064)
o.bpm.util.LazyHolder.initValue(LazyHolder.java:66)
o.bpm.util.LazyHolder.get(LazyHolder.java:33)
o.bpm.project.FuegoProject.getComponentCatalog(FuegoProject.java:585)
o.bpm.project.FuegoProject.getComponentCatalog(FuegoProject.java:60)
o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.getCatalogObjectFor(BPMN20Loader.java:1488)
o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.access$800(BPMN20Loader.java:83)
o.bpm.project.io.serializers.model.bpmn.BPMN20Loader$LoadingFlowNodeHandler.handleUserTask(BPMN20Loader.java:2058)
o.bpm.project.model.util.ModelUtils.handleFlowNodeChecked(ModelUtils.java:429)
o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.loadActivityData(BPMN20Loader.java:1119)
o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:1090)
o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.loadActivities(BPMN20Loader.java:924)
o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:732)
o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:693)
o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:124)
o.bpm.project.io.serializers.model.DefaultModelFormat.loadBPMN20CompliantModel(DefaultModelFormat.java:383)
o.bpm.project.io.serializers.model.DefaultModelFormat.loadInternal(DefaultModelFormat.java:399)
o.bpm.project.io.serializers.model.DefaultModelFormat.load(DefaultModelFormat.java:62)
o.bpm.project.io.serializers.model.DefaultModelFormat.parse(DefaultModelFormat.java:182)
o.bpm.project.io.fs.loader.ProcessesLoader.loadModel(ProcessesLoader.java:139)
o.bpm.project.io.fs.loader.ProcessesLoader.loadXPDLCompliantModel(ProcessesLoader.java:119)
o.bpm.project.io.fs.loader.ProcessesLoader.load(ProcessesLoader.java:98)
o.bpm.project.io.fs.loader.ProcessesLoader.loadObject(ProcessesLoader.java:75)
o.bpm.project.io.fs.loader.ProcessesLoader.loadObject(ProcessesLoader.java:40)
o.bpm.project.io.fs.loader.ProjectObjectLoader.load(ProjectObjectLoader.java:109)
o.bpm.project.io.fs.loader.ProjectModelLoader.loadObject(ProjectModelLoader.java:56)
o.bpm.project.io.fs.loader.ProjectModelLoader.loadObject(ProjectModelLoader.java:29)
o.bpm.project.io.fs.loader.ProjectObjectLoader.load(ProjectObjectLoader.java:109)
o.bpm.project.io.fs.ProjectObjectsCache.loadAndCacheObject(ProjectObjectsCache.java:280)
o.bpm.project.io.fs.ProjectObjectsCache.getObject(ProjectObjectsCache.java:260)
o.bpm.project.io.fs.ProjectObjectsCache.getChildrenByTypeGeneric(ProjectObjectsCache.java:243)
o.bpm.project.io.fs.ProjectObjectsCache.getChildren(ProjectObjectsCache.java:114)
o.bpm.project.io.fs.FileProjectLoader.getChildren(FileProjectLoader.java:169)
o.bpm.project.ResourceContainerImpl.loadChildren(ResourceContainerImpl.java:192)
o.bpm.project.ProjectObjectContainerImpl.children(ProjectObjectContainerImpl.java:284)
o.bpm.project.ProjectObjectContainerImpl.getChildrenByType(ProjectObjectContainerImpl.java:231)
o.bpm.project.FuegoProject.addProcesses(FuegoProject.java:993)
o.bpm.project.FuegoProject.getProcesses(FuegoProject.java:987)
o.bpm.project.FuegoProject.getRecursiveProcesses(FuegoProject.java:1010)
o.bpm.project.FuegoProject.getProcesses(FuegoProject.java:401)
o.bpm.project.io.sensor.ProcessSensorsVisitor.visit(ProcessSensorsVisitor.java:66)
o.bpm.project.io.sensor.MeasurementsFileGenerator.getRootJaxbElement(MeasurementsFileGenerator.java:112)
o.bpm.project.io.sensor.MeasurementsFileGenerator.generateMeasurementsFile(MeasurementsFileGenerator.java:82)
o.bpm.project.io.sensor.MeasurementsFileGenerator.generateFile(MeasurementsFileGenerator.java:66)
o.bpm.project.io.fs.writer.ProjectPreferencesWriter.write(ProjectPreferencesWriter.java:46)
o.bpm.project.io.fs.writer.AbstractWriter.write(AbstractWriter.java:64)
o.bpm.project.io.fs.writer.ProjectPreferencesWriter.write(ProjectPreferencesWriter.java:34)
o.bpm.project.io.fs.FileProjectWriter.performWriting(FileProjectWriter.java:421)
o.bpm.project.io.fs.FileProjectWriter.write(FileProjectWriter.java:140)
o.bpm.project.io.fs.FileProjectWriter.postObjectAdded(FileProjectWriter.java:284)
o.bpm.project.io.fs.FileProjectWriter$ProjectChangeAdapter.postObjectAdded(FileProjectWriter.java:498)
o.bpm.project.events.SafeProjectListener.postObjectAdded(SafeProjectListener.java:107)
o.bpm.project.events.ProjectListenerSet.postObjectAdded(ProjectListenerSet.java:82)
o.bpm.project.events.ProjectEventManager.postObjectAdded(ProjectEventManager.java:104)
o.bpm.project.FuegoProject.addProjectPreferences(FuegoProject.java:733)
o.bpm.project.FuegoProject$6.init(FuegoProject.java:1050)
o.bpm.project.FuegoProject$6.init(FuegoProject.java:1035)
o.bpm.util.LazyHolder.initValue(LazyHolder.java:66)
o.bpm.util.LazyHolder.get(LazyHolder.java:33)
o.bpm.project.FuegoProject.getPreferences(FuegoProject.java:562)
o.bpm.project.ProjectObjectImpl.getString(ProjectObjectImpl.java:697)
o.bpm.project.ProcessObjectImpl.getDefaultLabel(ProcessObjectImpl.java:143)
o.bpm.project.ActivityImpl.setActivityType(ActivityImpl.java:1279)
o.bpm.project.ActivityImpl.<init>(ActivityImpl.java:229)
o.bpm.project.ActivityImpl.<init>(ActivityImpl.java:215)
o.bpm.project.NodeContainerManager.createActivity(NodeContainerManager.java:489)
o.bpm.project.NodeContainerManager.createStartEvent(NodeContainerManager.java:311)
o.bpm.project.ProcessContent.createStartEvent(ProcessContent.java:319)
o.bpm.project.ProcessContent.createBeginAndEnd(ProcessContent.java:507)
o.bpm.project.ProjectResourceObjectFactory.createProcess(ProjectResourceObjectFactory.java:86)
o.bpm.project.ProjectResourceObjectFactory.createProcess(ProjectResourceObjectFactory.java:40)
o.bpm.project.ProjectResourceObjectFactory.createProjectProcess(ProjectResourceObjectFactory.java:99)
o.bpm.project.io.fs.AbstractProjectRepository.createProjectModel(AbstractProjectRepository.java:567)
o.bpm.project.io.fs.AbstractProjectRepository.createProjectFiles(AbstractProjectRepository.java:358)
o.bpm.project.io.fs.AbstractProjectRepository.initProject(AbstractProjectRepository.java:326)
o.bpm.fusion.repository.FusionProjectRepository.create(FusionProjectRepository.java:229)
o.bpm.fusion.repository.JdevRepositoryService.projectAdded(JdevRepositoryService.java:158)
o.bpm.fusion.repository.JdevRepositoryService$1.technologyAdded(JdevRepositoryService.java:269)
o.j.model.JProjectTechnologyNotifier.fireTechnologyAdded(JProjectTechnologyNotifier.java:132)
o.j.model.JProjectTechnologyNotifier.access$100(JProjectTechnologyNotifier.java:28)
o.j.model.JProjectTechnologyNotifier$1.projectPropertiesChanged(JProjectTechnologyNotifier.java:58)
o.i.model.Project$StorageListener.structureValuesChanged(Project.java:1097)
o.javatools.data.Structure.fireStructureChangeEvent(Structure.java:455)
o.javatools.data.Structure.fireValueAdded(Structure.java:348)
o.javatools.data.Structure.fireValueAdded(Structure.java:356)
o.javatools.data.Structure.fireValueAdded(Structure.java:356)
o.javatools.data.ListStructure.add(ListStructure.java:109)
o.i.model.TechnologyScopeConfiguration.setTechnologyScope(TechnologyScopeConfiguration.java:153)
o.bpm.fusion.soa.FusionSoaProjectRepository.setTechnologyScope(FusionSoaProjectRepository.java:69)
o.bpm.fusion.soa.wizard.NewBpmProjectFromBPAWizard.initProject(NewBpmProjectFromBPAWizard.java:225)
o.bpm.fusion.soa.wizard.NewBpmProjectFromBPAWizard$1.run(NewBpmProjectFromBPAWizard.java:154)
j.lang.Thread.run(Thread.java:662)
Thanks !

Similar Messages

  • Problem with export / import

    Hi everybody, I am having a problem with an import. I am doing an export with a value in an user exit:
    EXPORT V_NLQNR = V_NLQNR TO MEMORY ID 'QUANTL'
    And after I call import in another program:
    IMPORT V_NLQNR = V_NLQNR FROM MEMORY ID 'QUANTL'.
    But when I check the sy-subrc I am getting 4, so I don't get anything.
    Does anybody why?? Is there a problem if I call the export from an user exit??
    Thanks in advance.

    Hello,
    I think you have the right idea.
    As a suggestion I would name my variables to make it clear which data is being
    exported/imported. I would also use different names on the left and right side of the = sign. 
    Here is a working example from programs that I use:
    In the first program
       EXPORT intercodata FROM g_data_exp TO MEMORY ID 'INTERCOWOS'.
         where g_data_exp is declared as a global variable
    In the second program
       IMPORT  intercodata TO g_data_imp FROM MEMORY ID 'INTERCOWOS'.
         where g_data_imp is declared as a global variable
    The syntax that you use ( p1 = dobj1 )  should work as well, just make sure that the variable v_nlqnr to the right of the equal sign has a value before the export.
    Regards
    Greg Kern

  • Problem with EXPORT IMPORT PROCESS in ApEx 3.1

    Hi all:
    I'm having a problem with the EXPORT IMPORT PROCESS in ApEx 3.1
    When I export an application, and try to import it again. I get this error message
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 16, column 28: PLS-00103: Encountered the symbol &amp;quot;牃慥整㈰㈯⼴〲㐰〠㨷㐵㈺′䵐&amp;quot; when expecting one of the following: ( - + case mod new not null &amp;lt;an identifier&amp;gt; &amp;lt;a double-quoted delimited-identifier&amp;gt; &amp;lt;a bind variable&amp;gt; avg count current exists max min prior sql stddev sum variance execute forall merge time timestamp in
    As a workaround, I check the exported file and found this
    wwv_flow_api.create_flow
    p_documentation_banner=> '牃慥整⠤㈰㈯⼴〲㠰〠㨷㠵㈺′äµ
    And when I replace with this
    p_documentation_banner=> ' ',
    I can import the application without the error.
    somebody knows why I have to do this??
    Thank you all.
    Nicolas.

    Hi,
    This issue seems to have been around for a while:
    Re: Error importing file
    I've had similar issues and made manual changes to the file to get it to install correctly. In my case, I got:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful.<br>ORA-02047: cannot join the distributed transaction in progress<br>begin execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||'''';end;There are several suggestions, if you follow that thread, about character sets or reviewing some of the line breaks within pl/sql code within your processes etc. Not sure what would work for you.

  • Problems with event import on iMovie 10.0.3

    My complete movie libraries works fine with iMovie 9.0.9. There are no other malfunctions. The filessystem is clean.
    After upgrading to iMovie 10.0.3 the initial startup event and project update process fails on serveral older events and I have problems to import this events folders.
    Why does V. 10.0.3 has problems with some older events ?  What to do to get this files properly ?
    Thanks in advance for any help.
    Alexander

    when i try to move them together this happens..?

  • Problem with the importing wizard

    Hei,
    I have a dll which I want to import to the Labview project. So, I decided ti use the import wizard, but when parsing the header file, Labview freezes. I am using a couple of structures (3) and a handle. I have also read that the wizard has problems when dealing with complex data. What would be best solution for adding it to the project? To in a way "unbundle" the struct and then create a many simple variables and then parsed to dll.  (This would be a pain)
    How to deal with the handle or will wizard easy understand that?
    I am really looking for a painless solution  
    thanks for the help

    Can you post the header file for the DLL?
    Through a process of trial and error you could determine which functions causes problems with the wizard (comment out half the functions, attempt to import, repeat) and then manually create the LabVIEW VIs for the troublesome ones. If there aren't too many functions, you could do it all by hand, which isn't that hard if you have some understanding of C (and if you don't, you'll undoubtedly have other problems when the wizard doesn't do the right thing).

  • Problem with iPhoto import from camera (gets stuck)

    Hi, I am having an issue with an import from digital camera to iPhoto. I've had this camera and this MacBook for years without any trouble. The import I am trying to do has about 1600-some photos and a handful of short videos in it, but most are duplicates, so when the import starts, I tell it not to import the duplicates. iPhoto does its thing, but it gets stuck after about 205 new photos. The screen just stays on one image and looks as though it is still importing. I left it for hours and it never advanced. So I clicked the button to stop the import, which didn't seem to work, because the message "Photos are being imported to the photo library. Please wait for the export to complete" came up when I tried to quit iPhoto. So I had to Force Quit. When I reopened, fortunately my Library was intact and the photos that did go through went to a special "recovered" folder. I went through the process again in hopes that it was a glitch, but the same thing happens. I decided to delete the video on the camera that iPhoto seems to keep getting stuck on. This did not help. The same results (as described above) keep happening. I can't figure out what to do. I know I need new hardware sometime soon, but there should be a fix for this... Thank you.

    Try using a card reader.  That way you can open the memory card as it were an external volume, select and drag the files in small groups to a folder on the Desktop. That way you can isolate those files that are causing the problem.
    If there are only a few files that won't cooperate you may have to sacrifice them so you can reformat the memory card using the camera and then test it with some test photos and videos.
    Is it just videos that won't copy?  See if you can determine which files are causing the problem.
    OT

  • Serious problem with FCP import

    Hi
    I wonder if anyone is having the same problem with Final Cut Pro importing into Premiere Pro CS4 - basically it all looks fantastic until, on any sequences with audio fades or anything more complex than just clips having been dropped onto the timeline in a straightforward manner, you try and drag anything or copy and paste it elsewhere: "serious error" pops up in a dialogue referring to a .cpp library (or something) and crashes the whole program.
    Having now installed CS4 Production Premium on a desktop and laptop (both with different OS - XP and Vista) and both coming up with the same problem at pretty much the same point in the import/editing process, it seems that the FCP import is seriously flawed. Really disappointing.
    Is anyone else having this issue? What can I do about it? The errors mean nothing, it is so difficult to know where to begin to start to try and fix the problem or find a workaround.
    Thanks,
    Andy Campbell
    www.onetooneproductions.com

    Thanks for replying. The clips are in Quicktime format. Basically I am taking over an edit that was started in FCP on the Mac and trying to finish it in Premiere Pro CS4. However any even slightly complex timelines crash when you try and drag or select certain clips. I can't find any one common aspect of a clip or series of clips that makes it crash otherwise it might make some sense.
    Josh Townsend's advice on the forum about exporting as AAF however has really helped me - I have taken the sequences back into CS3 and they work perfectly, no problems, although a little slow. Shame it has to come to that though; working in CS3 again rather than CS4 when I've just upgraded.
    Playing or rendering the sequences from FCP in CS4 actually works. Even scrubbing works. But selecting or trying to drag just causes a serious error that flushes the whole program down the toilet.
    Thanks,
    Andy

  • Performance and usability problems with Illustrator imports

    I am usually an enthusiast advocate for Adobe Software. As a UI/Interaction designer I regularly showcase your products as a shining example.
    That's why I am somewhat frustrated about the Flash Catalyst Beta. I trust you guys to come out with SOMETHING GREAT eventually, but I have just spend an entire day with Catalyst and it was not particularly a joy. Couldn't you have released it a bit later to save me the frustration?
    Situation:
    - Medium size Adobe Illustrator CS4 import (10 screens/stages with 20-100 Illustrator objects per screen)
    - Target : 800x600 embedded UI for medical product
    - Illustrator file chosen as starting point
    Performance / reliability problems include
    - Crashing (Vista Core2Duo with 2gig of Ram)
    - Super poor performance (wait 8 seconds to hide/show a layer)
    - No show of thumbnail images anywhere
    - No matching of document size (exact 800x600 from Illustrator became 800x599)
    - Playing the file did not work
    Usability issues
    - Poor test display
    - Poor match with Illustrator file (things seem to be rendered differently!)
    - Window selecting does not work well
    - No hand tool
    - No ability to lock layers
    - Cluttered interface (Not enough space for the "stage"or what you call it)
    - No way to resize Illustrator elements from one of 9 edge/center points
    - etc. etc.
    Building a wireframe version from the ground up (with Illustrator import) seemed to work fine
    I played around with the MS Blend beta for a while, and while the basic concept of your product is much more clear, the execution of the MS product in the beta phase was lightyears ahead in terms of stability and usability
    I'm sure you can do better!
    Koen

    Koen,
         Thank you for the detailed feedback about the performance problems you have experienced and your thoughts about features you would like. Let me respond to each of your points
    Performance: We are aware that Catalyst doesn't perform well with large complex files. We have made many performance improvements since the current plublic beta, so you should find Catalyst more responsive with larger projects when the next beta is posted.
    Here are a few things you can do to work around the performance issues you are seeing with the current beta:
    - Consider rasterizing complex elements that don't need to scaled in Catalyst
    - In Catalst turn complex artwork into optimized graphics using the "Convert to optimized graphics" in the float HUD (heads up display panel)
    We have also found that particularly on Windows that Catalyst can run out of memory with large files. This area is also being worked on so stay tuned for the next beta.
    Features:
    - Poor test display [tv] Do you mean the design display doesn't match the appearance of the published project?
    - Poor match with Illustrator file (things seem to be rendered differently!) [tv] we have fixed a lot of bugs here. Expect this to improve a lot in the next beta
    - No hand tool - [tv] coming soon :-)
    - No ability to lock layers [tv] coming soon :-)
    - Cluttered interface (Not enough space for the "stage"or what you call it) [tv] Yes, Catalyst currently cannot dock/undock panels
    - No way to resize Illustrator elements from one of 9 edge/center points [tv] This is also a known limitation. I agree it is useful
    I hope the next beta comes closer to meeting your expectations. A lot of performance work and new features has been done since the last public posting, so look forward to beta II.
    - Ty

  • Problem with movies imported from iPad3

    Whenever I import footage into imovie, the footage looks good. When I put that footage into a project it stutters.
    It doesnt matter if I specify 24fps or 30fps, the movie judders and stutters.
    I do not have this problem with movie footage imported from any other device.
    Any ideas?

    Whenever I import footage into imovie, the footage looks good. When I put that footage into a project it stutters.
    It doesnt matter if I specify 24fps or 30fps, the movie judders and stutters.
    I do not have this problem with movie footage imported from any other device.
    Any ideas?

  • Getting Started with FCE - Problems with my imported files

    Hi,
    I'm trying to get started with Final Cut Express, but I'm experiencing lots of problems when I import my project from iMovie.
    My project contains video, which I imported into iMovie at 960 x 540. It also contains some keynote animations, which I exported from Keynote as quicktime files.
    When I export my files to FCE, I instantly get problems.
    1) When I add the imported file to the sequence, I get an "Attention the clip does not match the sequence's setting or any of your sequence settings" error.
    2) Whether I choose to translate my settings or not, I try to play the video in the timeline, but there is a continuous beeping sound, no audio from my video and when it hits the keynote animations, it just says "unrendered" or "media offline".
    Please can you offer any advice on how I can get started with FCE more successfully.
    Thanks!

    Hi(Bonjour)!
    (please specify iMovie and FCE version)
    Well, your sequence settings in FCE should be DV-PAL 48 Khz.
    Create a new sequence.
    From iMovie and Keynote, export your movie with quicktime conversion andd select DV-PAL 48 kHz (*And Not* DV Stream...). This material should play without rendering because his format and codec match the sequence's codec.
    Import your files and everything should be OK.
    Michel Boissonneault
    The audio should be AIFF 48 kHz 16 bit linear PCM

  • Problem with the imported video clips

    Hi! I'm very new to Premiere Pro, so please don't scold me :)
    I have a video file (.AVI) that I want to remove the audio from, and insert a new audio track.
    Here's my problem: When I import the AVI file into Premiere, and double-click it to preview it, it is really glitchy. The video is 1 minute long. During ~5 seconds in the very beginning, the whole video's "video" track is played, extremely speeded up (It plays through it all). The rest of the video consists of a freezed frame, and the audio is played in normal pace.
    I do not know which codec the AVI-file is encoded with, is this relevant?
    When I restarted Premiere the first time, it told me that it had to download codecs. I pressed OK and the codecs was downloaded and installed okay, but the problem remains.
    I copied the .AVI-file directly from my camera (Canon IXUS 700 I believe).
    When I play the original AVI file with VLC, everything runs perfectly with audio and video.
    I'm totally clueless, anyone have a clue how I can solve this?
    Any help at all appreciated, thanks in advance!

    >I do not know which codec the AVI-file is encoded with, is this relevant?
    Very relevant. Please provide
    these details to help us help you.
    Cheers
    Eddie
    PremiereProPedia   (
    RSS feed)
    - Over 300 frequently answered questions
    - Over 250 free tutorials
    - Maintained by editors like
    you
    Forum FAQ

  • Problems with .aaf import in premiere pro cc

    Hi,
    So I'm having problems with importing an aaf file into premiere. The weird thing is it was working about a week and a bit ago, then stopped. I can't work out why, to my knowledge nothing has changed but if someone could point me in the right direction that would be massively appreciated.
    I'm using premiere pro cc and avid media composer. I'm trying to export from avid and import into premiere. I'm creating an .aaf file in avid and trying to import into premiere. When I press import, the progress bar comes up and gets stuck instantly. I can close the aaf import window, but then it leaves the import files progress bar still up and premiere stops responding completely.
    At first it worked fine, within premiere I can still use the aaf files already imported, I just can't import more (I can't even import the files I had previously done successfully). I just can't work out why?
    Any help would be massively appreciated,
    Thanks,
    Jack

    Hi Jack,
    Please check the below Forum thread and roll back to the Initial version 7.0 of Premiere Pro CC. You can choose to update Premiere Pro CC to the desired version from the below links.
    http://forums.adobe.com/message/5827476
    Updates:
    For MAC:
    http://www.adobe.com/support/downloads/product.jsp?product=98&platform=Macintosh
    For Windows:
    http://www.adobe.com/support/downloads/product.jsp?product=98&platform=Windows
    Regards,
    Vinay

  • Problem with RFC Communication in BPM

    Hi,
       I'm again facing problem with transfer of
    File->RFC->File scenario.The error in sxmb_moni is given below .
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Request Message Mapping
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30"
    xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"
    SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="MAPPING">JCO_COMMUNICATION_FAILURE</SAP:Code>
      <SAP:P1>Error opening an RFC connection.</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>&quot;COMMUNICATION FAILURE&quot; during JCo call. Error
    opening an RFC connection.</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    Can anyone help me in fixing out this problem.
    Regards,
    Prashanth K.R,

    Hi Prashant,
    Just click onto your namespace and verify the details given in the "Connection data for import from SAP system". Check whether its matching the system from where you have called the RFC.
    hope this will help u.
    regards
    divya
    Message was edited by: Divya Nambiar

  • Problem with TIFF import

    I'am trying to import some TIFF pictures in AE (CS4- French) and I get a error message:
    AEGP Plugin TIFFIO: Espace TIFF non pris en charge (5027 :: 12)
    no import problem with photoshop and Final Cut.
    Any ideas?
    Thanks.
    Antoine
    AE: 9.0.3.3
    OS: 10.6.7

    Convert it to a usable color space in Photoshop. It's simply in the wrong color mode/ bit depth.
    Mylenium

  • Problems with VLM Import Utility

    Hello!
    We I are using NI Volume License Manager 3.0 together with NI Volume License Manager Import Utility for importing users data.
    The problem is that we can't import .xml data into VLM when the user types his name into Full Name field and his name contains characters like ČŠĆŽĐ čšćžđ. These characters are not correctly written into .xml file with VLM Import Utility and we have to manually replace them with Microsoft Expression Web before we can load .xml file into VLM server.
    Do you have better solution? Is there some new version of NI Volume License Manager Import Utility that correctly handles non English characters?
    Thank you
    Bojan Gergič
    Solved!
    Go to Solution.

    Hi
    Sorry for not having a god news. This issue is a known bug (You can refere to it by a number CAR - Corrective Action Request - #320545). Unfortunatelly, I have no knowledge about a workaround for this.
    Regards
    Barbara

Maybe you are looking for

  • Error while adding  the issue for production (item cost not found)

    Hi all, The scenario is, when the user is trying to add the issue for production system is showing error item cost not found.The item which is issued is Inventory + purchase item with manual issue method.The valuation method for that item is FIFO.sin

  • Java + Safari causes page to 'flash' (i.e. reload even cached images)

    Does anyone know if this is able to be corrected or at least why this occurs? For Safari 4 beta when Java is active my site http://www.theimagecache.com 'flashes' a lot (i.e.reloads even cached images). Whereas with Java disabled this does not happen

  • Problem in SELECT SINGLE Query

    Hi, I am writing a small quesry in PS, Though the entry exist in database table PRPS, The sy-subrc is 4 for this query.Can u help me. data : wa_src_prps like prps-posid. start-of-selection. wa_src_prps  = '3-3310-02-01-01-10-20'.     DATA: lv_pbukr L

  • RMAN Restore on Test DB Fails - ORA-01152:file 1 was not restored from blah

    Calling all RMAN Gurus! I'm having trouble recovering an RMAN backup on my test DB server. Please Help! Solaris 10/Oracle 10.2.0.4 Standard Edition (Both Servers) Part one - Step by Step Primary Server 1. Perform full backup: backup database plus arc

  • Normal Save As Window

    It's kind of a pain to have to hit browse every time just to get to the normal windows Save As window. In this particular instance, I'm working on a daily radio show and I would normally Save As and just start typing the date for the name (201111 wou