When build to BPM projects Jdeveloper shoe error

HI All,
I opened the thread here because i am working wiht SOA Projects with jdeveloper.
I am not more able to build the projects.
Jdeveloper show this error
Performing action Rebuild meetingManagement.jpr[ from oracle.ide.ceditor.CodeEditor ]
Invoking command: modify adf-config for soa
Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
Uncaught exception
oracle.bpm.project.catalog.type.TypeLoadRuntimeException: BPM-71530: Unexpected error when loading resource '/SCA-INF/classes/businessCatalog/Meetings/MeetingInfo.xsd'. Cause: The specified resource could not be loaded. Action: Check logs for more detail
o.bpm.project.catalog.loaders.AbstractTypeLoader.preBuildTypes(AbstractTypeLoader.java:129)
o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.preBuildType(ProjectCatalogComponentBundle.java:644)
o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.buildTypeTree(ProjectCatalogComponentBundle.java:616)
o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.reloadResource(ProjectCatalogComponentBundle.java:927)
o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.access$1300(ProjectCatalogComponentBundle.java:84)
o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener$1.call(ProjectCatalogComponentBundle.java:1239)
o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener$1.call(ProjectCatalogComponentBundle.java:1235)
o.bpm.project.ProjectObjectImpl.run(ProjectObjectImpl.java:597)
o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener.resourceUpdated(ProjectCatalogComponentBundle.java:1247)
o.bpm.project.catalog.recognizer.VFileSystemBundleContext$1.onFileEvent(VFileSystemBundleContext.java:164)
o.bpm.io.fs.VFileSystem$DispatchEventImmediate.dispatch(VFileSystem.java:270)
o.bpm.io.fs.VFileSystem.dispatchEvent(VFileSystem.java:181)
o.bpm.io.fs.VFileSystem.fireEvent(VFileSystem.java:161)
o.bpm.fusion.repository.fs.FusionFileSystem.access$300(FusionFileSystem.java:54)
o.bpm.fusion.repository.fs.FusionFileSystem$1$2.run(FusionFileSystem.java:232)
j.a.event.InvocationEvent.dispatch(InvocationEvent.java:209)
j.a.EventQueue.dispatchEventImpl(EventQueue.java:642)
j.a.EventQueue.access$000(EventQueue.java:85)
j.a.EventQueue$1.run(EventQueue.java:603)
j.a.EventQueue$1.run(EventQueue.java:601)
j.security.AccessController.doPrivileged(Native Method)
j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
j.a.EventQueue.dispatchEvent(EventQueue.java:612)
j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
j.a.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by:
java.lang.IllegalStateException: There is more than one Business Object modelling schema 'E|http://xmlns.oracle.com/bpm/bpmobject/Meetings/MeetingInfo|MeetingInfo'
o.bpm.type.DefaultComponentCatalog.findBpmObjectBySchemaId(DefaultComponentCatalog.java:1011)
o.bpm.type.DefaultComponentCatalog.findMatchingBpmObject(DefaultComponentCatalog.java:958)
o.bpm.type.DefaultComponentCatalog.findBpmObjectBySchemaId(DefaultComponentCatalog.java:341)
o.bpm.type.BpmObjectDynamicRef.find(BpmObjectDynamicRef.java:44)
o.bpm.type.DynamicRef.getName(DynamicRef.java:243)
o.bpm.project.catalog.parser.xsd.ElementDef.setSignature(ElementDef.java:153)
o.bpm.project.catalog.parser.xsd.ElementDef.setSignature(ElementDef.java:82)
o.bpm.project.catalog.parser.xsd.ElementDef.buildType(ElementDef.java:355)
o.bpm.project.catalog.parser.xsd.SchemaElement.buildSubElements(SchemaElement.java:268)
o.bpm.project.catalog.parser.xsd.Schema.buildType(Schema.java:74)
o.bpm.project.catalog.loaders.impl.XsdTypeLoader.buildTypes(XsdTypeLoader.java:80)
o.bpm.project.catalog.loaders.impl.XsdTypeLoader.preBuildTypes(XsdTypeLoader.java:68)
o.bpm.project.catalog.loaders.impl.XsdTypeLoader.loadPreBuilTTypes(XsdTypeLoader.java:157)
o.bpm.project.catalog.loaders.AbstractTypeLoader.preBuildTypes(AbstractTypeLoader.java:117)
o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.preBuildType(ProjectCatalogComponentBundle.java:644)
o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.buildTypeTree(ProjectCatalogComponentBundle.java:616)
o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.reloadResource(ProjectCatalogComponentBundle.java:927)
o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.access$1300(ProjectCatalogComponentBundle.java:84)
o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener$1.call(ProjectCatalogComponentBundle.java:1239)
o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener$1.call(ProjectCatalogComponentBundle.java:1235)
o.bpm.project.ProjectObjectImpl.run(ProjectObjectImpl.java:597)
o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle$BusinessCatalogResourceListener.resourceUpdated(ProjectCatalogComponentBundle.java:1247)
o.bpm.project.catalog.recognizer.VFileSystemBundleContext$1.onFileEvent(VFileSystemBundleContext.java:164)
o.bpm.io.fs.VFileSystem$DispatchEventImmediate.dispatch(VFileSystem.java:270)
o.bpm.io.fs.VFileSystem.dispatchEvent(VFileSystem.java:181)
o.bpm.io.fs.VFileSystem.fireEvent(VFileSystem.java:161)
o.bpm.fusion.repository.fs.FusionFileSystem.access$300(FusionFileSystem.java:54)
o.bpm.fusion.repository.fs.FusionFileSystem$1$2.run(FusionFileSystem.java:232)
j.a.event.InvocationEvent.dispatch(InvocationEvent.java:209)
j.a.EventQueue.dispatchEventImpl(EventQueue.java:642)
j.a.EventQueue.access$000(EventQueue.java:85)
j.a.EventQueue$1.run(EventQueue.java:603)
j.a.EventQueue$1.run(EventQueue.java:601)
j.security.AccessController.doPrivileged(Native Method)
j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
j.a.EventQueue.dispatchEvent(EventQueue.java:612)
j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
j.a.EventDispatchThread.run(EventDispatchThread.java:122)
I think this is the problem
oracle.bpm.project.catalog.type.TypeLoadRuntimeException: BPM-71530: Unexpected error when loading resource '/SCA-INF/classes/businessCatalog/Meetings/MeetingInfo.xsd'. Cause: The specified resource could not be loaded. Action: Check logs for more detail
The SOA is compiled successfully:
Buildfile: C:\Oracle\Middleware\jdeveloper\bin\ant-sca-compile.xml
scac:
[scac] Validating composite "C:\Lavoro\EuroFigther\development\local\meetingManagement\composite.xml"
[scac] sampleAttachDocuments.task: warning: Error assignee not specified
[scac] sampleMandatoryDocument.task: warning: Error assignee not specified
[scac] cancelMeeting.task: warning: Error assignee not specified
[scac] sampleCreateMeeting.task: warning: Error assignee not specified
[scac] sampleAgreeDate.task: warning: Error assignee not specified
BUILD SUCCESSFUL
Total time: 8 seconds
Thisi is the Message Log:
Compiling...
Context: BuildProjectAndDependenciesCommand selection=XmlSelectionElement application=local.jws project=meetingManagement.jpr node=sampleAttachAgendaPayload.xsd
Compilation of project 'meetingManagement.jpr' finished. Check 'C:\Lavoro\EuroFigther\development\local\meetingManagement\SCA-INF\classes\scac.log' for details.
copying xsd/sampleAttachAgendaWorkflowTask.xsd to output directory
copying MeetingManagementDocumentation.xml to output directory
copying organization.xml to output directory
copying config/preferences.xml to output directory
copying xsd/sampleAgreeDatePayload.xsd to output directory
copying testsuites/fileList.xml to output directory
copying composite.xml to output directory
copying xsd/cancelMeetingPayload.xsd to output directory
copying xsd/sampleCreateMeetingWorkflowTask.xsd to output directory
copying xsd/cancelMeetingWorkflowTask.xsd to output directory
copying xsd/sampleAttachDocumentsWorkflowTask.xsd to output directory
copying measurementActions.xml to output directory
copying xsd/sampleCreateMeetingPayload.xsd to output directory
copying xsd/sampleAttachAgendaPayload.xsd to output directory
copying xsd/TaskStateMachine.xsd to output directory
copying businessCatalog/Meetings/MeetingInfo.xsd to output directory
copying xsd/sampleAgreeDateWorkflowTask.xsd to output directory
copying measurements.xml to output directory
copying xsd/sampleMandatoryDocumentWorkflowTask.xsd to output directory
copying xsd/sampleAttachDocumentsPayload.xsd to output directory
copying businessCatalog/Meetings/MeetingInfo.wsdl to output directory
copying xsd/sampleMandatoryDocumentPayload.xsd to output directory
[1:05:01 PM] Compilation complete: 0 errors, 5 warnings.
Compiling...
Context: BuildWorkingSetCommand selection=meetingManagement application=local.jws project=meetingManagement.jpr node=meetingManagement
Compilation of project 'meetingManagement.jpr' finished. Check 'C:\Lavoro\EuroFigther\development\local\meetingManagement\SCA-INF\classes\scac.log' for details.
copying MeetingManagementDocumentation.xml to output directory
copying composite.xml to output directory
copying measurementActions.xml to output directory
copying measurements.xml to output directory
copying organization.xml to output directory
copying .taskeditor/cancelMeeting_graphics.xml to output directory
copying .taskeditor/sampleAgreeDate_graphics.xml to output directory
copying .taskeditor/sampleAttachAgenda_graphics.xml to output directory
copying .taskeditor/sampleAttachDocuments_graphics.xml to output directory
copying .taskeditor/sampleCreateMeeting_graphics.xml to output directory
copying .taskeditor/sampleMandatoryDocument_graphics.xml to output directory
copying businessCatalog/Meetings/MeetingInfo.wsdl to output directory
copying businessCatalog/Meetings/MeetingInfo.xsd to output directory
copying config/preferences.xml to output directory
copying testsuites/fileList.xml to output directory
copying xsd/TaskStateMachine.xsd to output directory
copying xsd/cancelMeetingPayload.xsd to output directory
copying xsd/cancelMeetingWorkflowTask.xsd to output directory
copying xsd/sampleAgreeDatePayload.xsd to output directory
copying xsd/sampleAgreeDateWorkflowTask.xsd to output directory
copying xsd/sampleAttachAgendaPayload.xsd to output directory
copying xsd/sampleAttachAgendaWorkflowTask.xsd to output directory
copying xsd/sampleAttachDocumentsPayload.xsd to output directory
copying xsd/sampleAttachDocumentsWorkflowTask.xsd to output directory
copying xsd/sampleCreateMeetingPayload.xsd to output directory
copying xsd/sampleCreateMeetingWorkflowTask.xsd to output directory
copying xsd/sampleMandatoryDocumentPayload.xsd to output directory
copying xsd/sampleMandatoryDocumentWorkflowTask.xsd to output directory
[1:07:09 PM] Compilation complete: 0 errors, 5 warnings.
I have no idea what i have to fix.
Is there any suggestion or i have to create a new Application in jdev by scrath.
Ciao Piero

I had the same problem while trying to "Save to BPM MDS" from jDeveloper, while I tried to save the BPM project to a directory (in terms of BPM Composer) in the BPM MDS, where the original project I checked out still was located in. The (old) project in the BPM MDS was still locked by the user I used to save the newer BPM perject version to BPM MDS. On the otherhand, I worked fine after I changed the applications name. Not what versioning should be like, but at least a workaround.
Host setting:
OS : Windows 7 x64
jDeveloper: 11.1.1.7.0 on JDK 1.6.0_24 (x64)
SOA Composite Editor: 11.1.1.7.0.00.08
BPMN Editor: 11.1.1.7.0.0.8
VM setting:
JDK: 1.7.0_21 (x64)
RCU : 11.1.1.7.0
WebLogic : 10.3.6
SOA Suite: 11.1.1.7.0
BPM Suite: 11.1.1.7.0

Similar Messages

  • When building an executable I get the error message var.lsb not found.

    When building that executable with LV 5.0 it will work, but it will not work on a korean version of WinNT 4.0.

    When exactly does the error message come up? When you're doing the build or when you attempt to run the executable?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Error when publishing BPM project to MDS

    Hello everyone,
    I get this error when I try to publish a BPM project to MDS : Error while publishing BPM project to MDS: 'BPM-70800: An I/O error occurred'
    I use SOA/BPM 11g version 11.1.1.4.
    Thank in advance for your answer
    Bilel

    Hello Ajaz,
    BPM-70801 is a very generic error that can have multiple causes. Please provide the error log from servers log file. From what I understand, you are using a separate soa_server1, so watch out /your_domain/servers/soa_server1/logs/soa_server1.log
    Regards
    km

  • Error when building Azure project

    A few days ago I started to see an error when compiling my Azure Project (cloud service with web and worker roles). I've been working with this Azure project for almost 3 years without seeing this before. When I attempt to build my Azure Project, 9 times
    out of 10 it fails with this error:
    C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Windows Azure Tools\2.2\Microsoft.WindowsAzure.targets(1371,5): error : Could not find file '<SourceCode>\SomeProject\bin\Debug\ServiceDefinition.csdef'.
    Here's another when I attempt to build again:
    C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Windows Azure Tools\2.2\Microsoft.WindowsAzure.targets(985,5): error : Could not find a part of the path 'C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\csx\Debug\ServiceDefinition.csdef'.
    Sometimes the error refers to ServiceDefinition, sometimes to ServiceConfiguration. The problem is that it is looking for the two files in places where it's not supposed to be. I have a single Azure Project in my solution, and a single service definition
    in my solution, but when building the error message says it can't find the service definition/config in some other Project in the solution. For example, it may try to find the service definition in some unit testing C# Project instead of in the Azure Project.
    Some isolation:
    Building same source code works fine for my colleauges.
    I've set up a new computer with Windows 8, VS2013, VS2013 Update 1, Azure SDK 2.2. Still same error.
    I've turned off multi-core builds. Still same error.
    I've seen another post on SO with a similar issue, but then it was related to publish settings files in his solution which were missing.

    Hi,
    Did your colleague build the same solution or create a new solution with the existing code? If they have exactly the same solution as you have, then please check if the environment of your machine (both old and new) is different from theirs. For instance,
    please check Azure version, VS extension, etc. If they created a new solution with the existing code, you can try to do that yourself to see whether it works.
    Best Regards,
    Ming Xu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Packed project library 1003 error when building it

    Hi,
    I am trying to build packed project library, but I get 1003 error. I have tried all things suggested in other threads regarding the 1003 error, but nothing helps.
    My two project HardwareSpecificFunctionalities and ModuleTemplate are attached. HardwareSpecificFunctionalities PPL is used in the ModuleTemplate's VIs. When I am trying to build ModuleTemplate PPL I get 1003 error saying that one VI is broken, but actually it is not. If I remove the ReadOffset.vi from the AcquisitionInitialization_Main.vi, the ModuleTemplate PPL is build successfully.
    Have anybody an idea what is wrong?
    Attachments:
    PPL problem.zip ‏1230 KB

    Hello Andrej.
    I just noticed that in document LabVIEW 2011 and 2011 SP1 Known Issues (http://www.ni.com/white-paper/13164/en#323425_by_C​ategory) it is stated that this bug will be fixed in LV 2012 (32 bit).
    This version of LV will be available in August 2012.
    All workarounds that are known, are the one that are described in this link.
    Kind regards,
    Sofija

  • Error while saving BPM Project to MDS: BPM-70801 : Metadata operation failed

    Dear All,
    I am working on BPM 11g.
    I installed the following products for BPM 11g
    OS: Windows 7 SP1 Professional Edition all with 32 bit
    Installed s/w:
        JDeveloper 11.1.1.6.0 Generic Version
        OracleXE 11.2 Win32
        ofm soa generic 11.1.1.6.0
        wls 10.3.5
        RCU 11.1.1.6 for schemas dev_soainfra, dev_sdpm and dev_mds  - Utility run successfully.
    Overall Installation is successful wth no issues.
    Configuration of Weblogic server for domain is ok with admin server, soa_server1 and bam_server1 with test connections is ok.
    I am using browser as Internet Explorer 9
    In Jdeveloper 11.1.1.6.0 after creating application, project and process
    From BPM MDS Navigator I configured the connection for Database 11g XE as well using
    Override Application Server user/password
    For SOA MDS I included the dev_mds user with MDS partition as obpm
    tested connections all ok (weblogic and soa_server1 up and running)
    In Jdeveloper I am able to export the BPM successfully.
    In the BPM Project Navigator when I use the Project --> SalesQuote.jpr --> right clicking with
    option as  Save to BPM MDS the following error is occured as
    "Error while saving BPM Project to MDS: BPM-70801 : Metadata operation failed".
    If the error is resolved than I can see the project in BPM composer.
    My queries on this error are
    1) Has soa_server anything to do with this error
    2) Is dev_mds schema to be reviewed
    what can be the possibility to resolve the BPM-70801 error.
    Please provide the solution ASAP or send me the reply to my  [email protected]
    Regards
    Ajaz Ahmed

    Hello Ajaz,
    BPM-70801 is a very generic error that can have multiple causes. Please provide the error log from servers log file. From what I understand, you are using a separate soa_server1, so watch out /your_domain/servers/soa_server1/logs/soa_server1.log
    Regards
    km

  • Oracle BPM 12c: getting error while opening of bpm project in bpm composer

    Hi,
    I am importing bpm project into bpm composer from jdeveloper using PAM and export/import utility but I am not able to open it into the bpm composer.
    I am getting following error:
    javax.faces.el.EvaluationException: java.lang.NullPointerException
      at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:58)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1972)
      at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
      at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)
      at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:111)
      at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)
      at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:168)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:115)
      at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)
      at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)
      at org.apache.myfaces.trinidad.component.UIXCollection.broadcast(UIXCollection.java:189)
      at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)
      at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)
      at org.apache.myfaces.trinidad.component.UIXCollection.broadcast(UIXCollection.java:170)
      at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)
      at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:111)
      at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)
      at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:168)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:115)
      at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)
      at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:168)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)
      at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)
      at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:111)
      at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)
      at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:168)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:115)
      at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:786)
      at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1251)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:1074)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:402)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:225)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:280)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:254)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)
    Any Idea?
    Regards,
    Anshul

    I've noticed similar issues when working with 12c Composer's PAM as the sharing mechanism.
    If you can, bring your project up in Oracle BPM Studio and then export it as an .exp file.  You should then be able to import it back into Composer.
    Dan

  • Error building the BPM application

    Hello,
    My BPM application was running fine. When I add one more Webdynpro component as dependent project and use Its UI on certain step. Since then my BPM application has an error in building the project which is
    "Build fail for <project name> in variant "default": the build terminated with errors"
    One I have seen the log file the "buildpluginfalaxy" has the property as build type = default.
    But it was normal always I get warning message but now its an error. I can use my application.
    does any one know about this.
    Regards,
    Naeem

    Part 2.
    compile:
      [MOINInit] Meta models found.
      [MOINInit] Referenced meta-model: C:\Documents and Settings\khann\workspace.jdi\LocalDevelopment\BPEM-BUILDT\sap.com\tc\bpem\bi\model\flow\_comp\gen\default\public\MM_Inf\lib\moin\sap.comtcbpemmodelflow_xmi.zip
      [MOINInit] Referenced meta-model: C:\Documents and Settings\khann\workspace.jdi\LocalDevelopment\BPEM-BUILDT\sap.com\tc\bpem\bi\model\triggernet\_comp\gen\default\public\MM_Inf\lib\moin\sap.comtcbpemmodeltriggernet_xmi.zip
      [MOINInit] Referenced meta-model: C:\Documents and Settings\khann\workspace.jdi\LocalDevelopment\ESMP_BUILDT\sap.com\tc\esmp\bi\model\wsdl20\_comp\gen\default\public\MM_Inf\lib\moin\sap.comtcesmpmodelwsdl20_xmi.zip
      [MOINInit] Referenced meta-model: C:\Documents and Settings\khann\workspace.jdi\LocalDevelopment\ESMP_BUILDT\sap.com\tc\esmp\bi\model\xsd1\_comp\gen\default\public\MM_Inf\lib\moin\sap.comtcesmpmodelxsd1_xmi.zip
      [MOINInit] Referenced meta-model: C:\Documents and Settings\khann\workspace.jdi\LocalDevelopment\MOIN_BUILDT\sap.com\tc\mie\bi\model\gfw\_comp\gen\default\public\MM_Inf\lib\moin\sap.comcomsapmigfwmmdef_assmbl.zip
      [MOINInit] Referenced meta-model: C:\Documents and Settings\khann\workspace.jdi\LocalDevelopment\MOIN_BUILDT\sap.com\tc\moin\bi\model\textverticalization\_comp\gen\default\public\MM_Inf\lib\moin\sap.comtcmoinmodeltextverticalization_xmi.zip
      [MOINInit] Referenced meta-model: C:\Documents and Settings\khann\workspace.jdi\LocalDevelopment\ESCONF_BUILDT\sap.com\ide\es\config\mc\model\bi\_comp\gen\default\public\MM_Inf\lib\moin\sap.comideesconfigmc~model_xmi.zip
      [MOINInit] DataArea name: DefaultDataArea
      [MOINInit] Moin initialized in 672 milliseconds.
    BpemTask.execute
    Genereating version ID's for sources...
    Compiling workflow...
    Error: java.lang.NullPointerException
         at com.sap.glx.paradigmInterface.bpmn.compiler.rules.IntermediateControlRule.generateFilterConfiguration(IntermediateControlRule.java:555)
         at com.sap.glx.paradigmInterface.bpmn.compiler.rules.IntermediateControlRule.generateTaskStatusFilter(IntermediateControlRule.java:593)
         at com.sap.glx.paradigmInterface.bpmn.compiler.rules.IntermediateControlRule.compile(IntermediateControlRule.java:640)
         at com.sap.glx.paradigmInterface.bpmn.compiler.rules.CatchEventDispatcherRule.compile(CatchEventDispatcherRule.java:99)
         at com.sap.glx.paradigmInterface.bpmn.compiler.rules.CatchEventDispatcherRule.compile(CatchEventDispatcherRule.java:15)
         at com.sap.glx.paradigmInterface.bpmn.compiler.stage.CompileArtifactsStage.compile(CompileArtifactsStage.java:103)
         at com.sap.glx.paradigmInterface.bpmn.compiler.stage.CompileArtifactsStage.execute(CompileArtifactsStage.java:80)
         at com.sap.glx.paradigmInterface.bpmn.compiler.CompilerRun.createSkeletonTriggerNetwork(CompilerRun.java:97)
         at com.sap.glx.paradigmInterface.bpmn.compiler.CompilerRun.generateTriggerNetwork(CompilerRun.java:70)
         at com.sap.glx.paradigmInterface.bpmn.compiler.BPMN2CSVCompiler$1.compileSubnet(BPMN2CSVCompiler.java:84)
         at com.sap.glx.paradigmInterface.facades.TriggernetTransaction.doExecute(TriggernetTransaction.java:50)
         at com.sap.tc.moin.repository.core.commands.InternalExecutableCommand$1.runInTransaction(InternalExecutableCommand.java:57)
         at com.sap.tc.moin.repository.core.transactions.CompositeTransaction.doExecute(CompositeTransaction.java:32)
         at com.sap.tc.moin.repository.core.transactions.AbstractTransaction.execute(AbstractTransaction.java:44)
         at com.sap.tc.moin.repository.core.transactions.TransactionManagerImpl.runTransaction(TransactionManagerImpl.java:146)
         at com.sap.tc.moin.repository.core.transactions.TransactionManagerImpl.runInTransaction(TransactionManagerImpl.java:83)
         at com.sap.tc.moin.repository.core.commands.InternalExecutableCommand._execute(InternalExecutableCommand.java:53)
         at com.sap.tc.moin.repository.core.commands.CommandStackImpl.execute(CommandStackImpl.java:193)
         at com.sap.tc.moin.repository.core.CommandStackWrapper.execute(CommandStackWrapper.java:90)
         at com.sap.tc.moin.repository.commands.Command.execute(Command.java:116)
         at com.sap.glx.paradigmInterface.facades.TriggernetTransaction.process(TriggernetTransaction.java:64)
         at com.sap.glx.paradigmInterface.bpmn.compiler.BPMN2CSVCompiler.compile(BPMN2CSVCompiler.java:99)
         at com.sap.tc.glx.BpemTask.processCompiler(BpemTask.java:214)
         at com.sap.tc.glx.BpemTask.callCompilers(BpemTask.java:176)
         at com.sap.tc.glx.BpemTask.execute(BpemTask.java:100)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:114)
         at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:57)
         at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:196)
         at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:168)
         at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
         at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:403)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:149)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:87)
         at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:59)
         at com.sap.tc.devconf.internal.DCProxyMake.make(DCProxyMake.java:301)
         at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:1339)
         at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:3637)
         at com.sap.ide.dii05.lib.internal.commands.dc.BuildJob.build(BuildJob.java:376)
         at com.sap.ide.dii05.lib.internal.commands.dc.BuildJob.doInWorkerThread(BuildJob.java:190)
         at com.sap.ide.dii05.util.api.job.JdiJob$1.doInWorkerThread(JdiJob.java:77)
         at com.sap.ide.dii05.util.internal.job.InternalJdiJob$3$1.run(InternalJdiJob.java:198)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1779)
         at com.sap.ide.dii05.util.internal.job.InternalJdiJob$3.run(InternalJdiJob.java:207)
         at com.sap.ide.dii05.util.internal.job.BusyBackgroundIndicator.showWhile(BusyBackgroundIndicator.java:74)
         at com.sap.ide.dii05.util.internal.job.InternalJdiJob.internalRun(InternalJdiJob.java:188)
         at com.sap.ide.dii05.util.internal.job.InternalDiiJob.run(InternalDiiJob.java:279)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Error: C:\Documents and Settings\khann\workspace.jdi\LocalDevelopment\t2\209EEF4B4F0E7C7653E2FC54067A7A43\default\logs\build.xml:125: java.lang.NullPointerException
         at com.sap.tc.glx.BpemTask.execute(BpemTask.java:106)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:114)
         at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:57)
         at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:196)
         at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:168)
         at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
         at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:403)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:149)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:87)
         at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:59)
         at com.sap.tc.devconf.internal.DCProxyMake.make(DCProxyMake.java:301)
         at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:1339)
         at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:3637)
         at com.sap.ide.dii05.lib.internal.commands.dc.BuildJob.build(BuildJob.java:376)
         at com.sap.ide.dii05.lib.internal.commands.dc.BuildJob.doInWorkerThread(BuildJob.java:190)
         at com.sap.ide.dii05.util.api.job.JdiJob$1.doInWorkerThread(JdiJob.java:77)
         at com.sap.ide.dii05.util.internal.job.InternalJdiJob$3$1.run(InternalJdiJob.java:198)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1779)
         at com.sap.ide.dii05.util.internal.job.InternalJdiJob$3.run(InternalJdiJob.java:207)
         at com.sap.ide.dii05.util.internal.job.BusyBackgroundIndicator.showWhile(BusyBackgroundIndicator.java:74)
         at com.sap.ide.dii05.util.internal.job.InternalJdiJob.internalRun(InternalJdiJob.java:188)
         at com.sap.ide.dii05.util.internal.job.InternalDiiJob.run(InternalDiiJob.java:279)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

  • Error  when Save to  BPM MDS

    OS : Windows 7 X64
    JDeveloper: 11.1.1.6.0.
    RCU : 11.1.1.6.0
    WebLogic : 10.3.5
    SOA Suite: 11.1.1.6.0
    Above is my BPM Suite installation environment.
    In Chapter 11 Using Process Composer , page 268. i followed the step by step, trying to create and publish BPM project template in BPM Studio to MDS.
    In this verion of Jdeveloper. the "Publish to BPM MDS" option is missing, instead of "Save to BPM MDS". SO,
    Right click on the QuoteProcessLab(project name) node and select the "Save to BPM MDS" menu,then "Save to BPM MDS" dialog pops up. when click the ok button.error occurs.
    oracle.bpm.metadata.exception.AbortedOperationMetadataException: BPM-70801: Metadata operation failed
         at oracle.bpm.metadata.impl.MdDomainImpl.createTemplateProject(MdDomainImpl.java:527)
         at oracle.bpm.pml.service.security.SecurityMdDomainDecorator.createTemplateProject(SecurityMdDomainDecorator.java:197)
         at oracle.bpm.pml.service.impl.StudioMetadataServiceImpl.saveTemplateProject(StudioMetadataServiceImpl.java:150)
         at oracle.bpm.fusion.soa.mds.ui.PublishMdsProjectDialog.publishTemplateProject(PublishMdsProjectDialog.java:372)
         at oracle.bpm.fusion.soa.mds.ui.PublishMdsProjectDialog.access$200(PublishMdsProjectDialog.java:66)
         at oracle.bpm.fusion.soa.mds.ui.PublishMdsProjectDialog$1.run(PublishMdsProjectDialog.java:108)
         at oracle.bpm.ui.peer.swing.SwingToolkit$JobFromRunnable.run(SwingToolkit.java:181)
         at foxtrot.AbstractWorkerThread$2.run(AbstractWorkerThread.java:49)
         at java.security.AccessController.doPrivileged(Native Method)
         at foxtrot.AbstractWorkerThread.runTask(AbstractWorkerThread.java:45)
         at foxtrot.workers.DefaultWorkerThread.run(DefaultWorkerThread.java:153)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: javax.ejb.EJBException: ; nested exception is:
         java.rmi.UnmarshalException: Incoming message header or abbreviation processing failed ; nested exception is:
         java.io.InvalidClassException: org.eclipse.persistence.internal.indirection.DatabaseValueHolder; local class incompatible: stream classdesc serialVersionUID = 1128857921468654749, local class serialVersionUID = 4164360925847093650; nested exception is: java.rmi.UnmarshalException: Incoming message header or abbreviation processing failed ; nested exception is:
         java.io.InvalidClassException: org.eclipse.persistence.internal.indirection.DatabaseValueHolder; local class incompatible: stream classdesc serialVersionUID = 1128857921468654749, local class serialVersionUID = 4164360925847093650
         at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.unwrapRemoteException(RemoteBusinessIntfProxy.java:121)
         at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:96)
         at $Proxy65.listHistoryChanges(Unknown Source)
         at oracle.bpm.metadata.update.UpdateFromBaseTemplateHelper.writeTemplateRevisionProperties(UpdateFromBaseTemplateHelper.java:57)
         at oracle.bpm.metadata.impl.MdDomainImpl.createTemplateProject(MdDomainImpl.java:500)
         ... 11 more
    Caused by: java.rmi.UnmarshalException: Incoming message header or abbreviation processing failed ; nested exception is:
         java.io.InvalidClassException: org.eclipse.persistence.internal.indirection.DatabaseValueHolder; local class incompatible: stream classdesc serialVersionUID = 1128857921468654749, local class serialVersionUID = 4164360925847093650
         at weblogic.rjvm.MsgAbbrevJVMConnection.dispatch(MsgAbbrevJVMConnection.java:507)
         at weblogic.rjvm.t3.MuxableSocketT3.dispatch(MuxableSocketT3.java:330)
         at weblogic.socket.BaseAbstractMuxableSocket.dispatch(BaseAbstractMuxableSocket.java:298)
         at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:950)
         at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:888)
         at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:339)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    Caused by: java.io.InvalidClassException: org.eclipse.persistence.internal.indirection.DatabaseValueHolder; local class incompatible: stream classdesc serialVersionUID = 1128857921468654749, local class serialVersionUID = 4164360925847093650
         at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:560)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1315)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
         at weblogic.rjvm.ClassTableEntry.readExternal(ClassTableEntry.java:36)
         at java.io.ObjectInputStream.readExternalData(ObjectInputStream.java:1791)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1750)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
         at weblogic.rjvm.InboundMsgAbbrev.readObject(InboundMsgAbbrev.java:65)
         at weblogic.rjvm.InboundMsgAbbrev.read(InboundMsgAbbrev.java:37)
         at weblogic.rjvm.MsgAbbrevJVMConnection.readMsgAbbrevs(MsgAbbrevJVMConnection.java:283)
         at weblogic.rjvm.MsgAbbrevInputStream.init(MsgAbbrevInputStream.java:213)
         at weblogic.rjvm.MsgAbbrevJVMConnection.dispatch(MsgAbbrevJVMConnection.java:498)
         ... 9 more
    oracle.bpm.metadata.exception.AbortedOperationMetadataException: BPM-70801: Metadata operation failed
         at oracle.bpm.metadata.impl.MdDomainImpl.createTemplateProject(MdDomainImpl.java:527)
         at oracle.bpm.pml.service.security.SecurityMdDomainDecorator.createTemplateProject(SecurityMdDomainDecorator.java:197)
         at oracle.bpm.pml.service.impl.StudioMetadataServiceImpl.saveTemplateProject(StudioMetadataServiceImpl.java:150)
         at oracle.bpm.fusion.soa.mds.ui.PublishMdsProjectDialog.publishTemplateProject(PublishMdsProjectDialog.java:372)
         at oracle.bpm.fusion.soa.mds.ui.PublishMdsProjectDialog.access$200(PublishMdsProjectDialog.java:66)
         at oracle.bpm.fusion.soa.mds.ui.PublishMdsProjectDialog$1.run(PublishMdsProjectDialog.java:108)
         at oracle.bpm.ui.peer.swing.SwingToolkit$JobFromRunnable.run(SwingToolkit.java:181)
         at foxtrot.AbstractWorkerThread$2.run(AbstractWorkerThread.java:49)
         at java.security.AccessController.doPrivileged(Native Method)
         at foxtrot.AbstractWorkerThread.runTask(AbstractWorkerThread.java:45)
         at foxtrot.workers.DefaultWorkerThread.run(DefaultWorkerThread.java:153)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: javax.ejb.EJBException: ; nested exception is:
         java.rmi.UnmarshalException: Incoming message header or abbreviation processing failed ; nested exception is:
         java.io.InvalidClassException: org.eclipse.persistence.internal.indirection.DatabaseValueHolder; local class incompatible: stream classdesc serialVersionUID = 1128857921468654749, local class serialVersionUID = 4164360925847093650; nested exception is: java.rmi.UnmarshalException: Incoming message header or abbreviation processing failed ; nested exception is:
         java.io.InvalidClassException: org.eclipse.persistence.internal.indirection.DatabaseValueHolder; local class incompatible: stream classdesc serialVersionUID = 1128857921468654749, local class serialVersionUID = 4164360925847093650
         at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.unwrapRemoteException(RemoteBusinessIntfProxy.java:121)
         at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:96)
         at $Proxy65.listHistoryChanges(Unknown Source)
         at oracle.bpm.metadata.update.UpdateFromBaseTemplateHelper.writeTemplateRevisionProperties(UpdateFromBaseTemplateHelper.java:57)
         at oracle.bpm.metadata.impl.MdDomainImpl.createTemplateProject(MdDomainImpl.java:500)
         ... 11 more
    Caused by: java.rmi.UnmarshalException: Incoming message header or abbreviation processing failed ; nested exception is:
         java.io.InvalidClassException: org.eclipse.persistence.internal.indirection.DatabaseValueHolder; local class incompatible: stream classdesc serialVersionUID = 1128857921468654749, local class serialVersionUID = 4164360925847093650
         at weblogic.rjvm.MsgAbbrevJVMConnection.dispatch(MsgAbbrevJVMConnection.java:507)
         at weblogic.rjvm.t3.MuxableSocketT3.dispatch(MuxableSocketT3.java:330)
         at weblogic.socket.BaseAbstractMuxableSocket.dispatch(BaseAbstractMuxableSocket.java:298)
         at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:950)
         at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:888)
         at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:339)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    Caused by: java.io.InvalidClassException: org.eclipse.persistence.internal.indirection.DatabaseValueHolder; local class incompatible: stream classdesc serialVersionUID = 1128857921468654749, local class serialVersionUID = 4164360925847093650
         at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:560)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1315)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
         at weblogic.rjvm.ClassTableEntry.readExternal(ClassTableEntry.java:36)
         at java.io.ObjectInputStream.readExternalData(ObjectInputStream.java:1791)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1750)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
         at weblogic.rjvm.InboundMsgAbbrev.readObject(InboundMsgAbbrev.java:65)
         at weblogic.rjvm.InboundMsgAbbrev.read(InboundMsgAbbrev.java:37)
         at weblogic.rjvm.MsgAbbrevJVMConnection.readMsgAbbrevs(MsgAbbrevJVMConnection.java:283)
         at weblogic.rjvm.MsgAbbrevInputStream.init(MsgAbbrevInputStream.java:213)
         at weblogic.rjvm.MsgAbbrevJVMConnection.dispatch(MsgAbbrevJVMConnection.java:498)
         ... 9 more

    I had the same problem while trying to "Save to BPM MDS" from jDeveloper, while I tried to save the BPM project to a directory (in terms of BPM Composer) in the BPM MDS, where the original project I checked out still was located in. The (old) project in the BPM MDS was still locked by the user I used to save the newer BPM perject version to BPM MDS. On the otherhand, I worked fine after I changed the applications name. Not what versioning should be like, but at least a workaround.
    Host setting:
    OS : Windows 7 x64
    jDeveloper: 11.1.1.7.0 on JDK 1.6.0_24 (x64)
    SOA Composite Editor: 11.1.1.7.0.00.08
    BPMN Editor: 11.1.1.7.0.0.8
    VM setting:
    JDK: 1.7.0_21 (x64)
    RCU : 11.1.1.7.0
    WebLogic : 10.3.6
    SOA Suite: 11.1.1.7.0
    BPM Suite: 11.1.1.7.0

  • I get a "vi is not executable" error when building an application.

    I have an ongoing project that has worked fine in the past when building an application. I have recently added some report generation toolkit vis(Excel) and get an error for some of the ni vis and some of my own that call lower level excel vis. The error is that he vi is not executable, however they run fine in the development environment. I do not get this error if I save all vi's into one llb with save with options command and then build. However, when I try to run the app, this error re-appears. Also, do I have to add the dynamically loaded vi's that are part of the toolkit in my build script? Could this be the cause of the problem? If so, what's the best way to find all of them? Any suggestions?

    You have hit in on the nail! You do need to add the dynamically loaded VIs when you are creating an executable from your VI. You need to add _wordsub.lib and _exclsub.lib as dynamically loaded VIs into your executable. Try this and let us know if you have any more problems with it.
    J.R. Allen

  • How to generate a project report for a BPM project in Oracle Jdeveloper 11g

    Hi,
    Till Oracle 10g we can generate a project report by right clicking on project name in BPM studio project navigator.
    Is this facility available with Jdeveloper 11g for BPM project as I am not able to generate the report.
    If this is possible than please let me know how can i generate.
    Thanks
    GG

    Hi there,
    I would also like to know when the Project Report functionality will be available for 11g.
    My client have several BA's who are crying out for documentation and exported diagrams, which are exactly what the Project Report features provided.
    Any ideas if it will come back?
    Cheers,
    Chris

  • Heap size full Error message displayed when build par file in Eclispe.

    We are getting below error message.
    [plugin-assemble] Java returned: 1
    [plugin-assemble] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:107)
    [plugin-assemble] at com.mslv.oms.j2ee.deploytool.automation.c.a(Unknown Source)
    [plugin-assemble] at com.mslv.oms.deploytool.api.d.a(Unknown Source)
    [plugin-assemble] at com.mslv.oms.deploytool.anttasks.OMSPluginAssemble.execute(Unknown Source)
    [plugin-assemble] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [plugin-assemble] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    [plugin-assemble] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [plugin-assemble] at java.lang.reflect.Method.invoke(Method.java:597)
    [plugin-assemble] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    [plugin-assemble] at org.apache.tools.ant.Task.perform(Task.java:348)
    [plugin-assemble] at org.apache.tools.ant.Target.execute(Target.java:357)
    [plugin-assemble] at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [plugin-assemble] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    [plugin-assemble] at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    [plugin-assemble] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [plugin-assemble] at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
    [plugin-assemble] at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    [plugin-assemble] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)
    [plugin-assemble] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)
    we tried various option to change Xmx & XXMaxPermSize in eclispe ini file.
    -showsplash
    org.eclipse.platform
    -launcher.XXMaxPermSize
    2048M
    -framework
    plugins\org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar
    -vmargs
    -Dosgi.requiredJavaVersion=1.5
    -Xms64m
    -Xmx1024m
    Your help is highly appreciated.

    I have a couple of recommendations, hopefully they will help:
    1. In the Design Studio installation it mentions that you have to append: -vmargs -Dsun.lang.ClassLoader.allowArraySyntax=true to the shortcut created to launch it. Eclipse won't take both: the configuration on your eclipse.ini and the arguments in the shortcut, I recommend to just use the eclipse.ini
    Make sure that your configuration is what you have specified by going to:
    - In Design Studio open menu: Help ->About Eclipse Platform ->Configuration Details …
    2. When you are using Ant to build, deploy a project you may run into Java Heap problem. You may need to increase the amount of memory Ant is allowed to use for your project, to do that:
    - In Design Studio open menu: Run->External Tools->Open External Tools Dialog…
    - Select the build script you want to change on the left view.
    - Select the JRE tab on the right
    - Set the following as VM arguments: -Xms768m -Xmx1024m -XX:MaxPermSize=512m (this is just an example, adjust the values to your computer specifications)

  • Hundreds of errors when loading Java WEBDynpro project .

    Hello all,
    Almost a year ago, we built some custom webdynpro iviews. Until now everything works fine, but the customer has requested some minor changes .
    So I connected to the dev server and loaded the track we had created for this project. The problem is that when we create a project from the DTR, in order to edit it, we get a load of errors, which were ofcourse not occurring when we compiled the project .
    For example, this is an error in my Custom Controller "ZHRCOS_P0002_CONTR"
    The code was automatically generated by the system when it was created, so if I try to change anything I get the message "This Code is Derived, do you really want to change it?"
    inside the code there is the function
    infoRecords = GCIContext.createModelNode("Records", true, CMICardinality.MANY, CMICardinality.ZERO_TO_ONE, true, ... etc .
    There I get the message
    "CMICardinality.MANY cannot be resolved"
    I would think that some necessary packages were not loaded during the "Create project" procedure, although I loaded all the dependencies .
    But, what I actually see, is that the class <CMICardinality> exists, only that instead of having the constant <MANY>, it has the constant <CARDINALITY_MANY> .
    This is something I cannot understand, because the Dynpros were compiled almost one year ago and they are still working fine. Why do I get those problems ?

    Thank you both, but I have already tried these approaches. I also tried with other projects and I have the same problem .
    Also I noticed that the visual editor seems to have a problem, but I do not know if it is connected to the above .
    "Unhandled event loop exception"
    I have changed my NWDS to 7.2, but I don't think that the studio version would have any impact on the building of the webdynpro.
    Edited by: Markos Daskalakis on Nov 2, 2010 3:51 PM

  • Which files  should include in path when building J2EE project?

    Hi,
    I'm new to J2EE. Trying some examples on Servlet. But I've the error messages stating that it can't locate the javax.servlet.* classes like the ones below:
    <code>
    import javax.servlet.http.HttpServlet;
    import java.io.IOException;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    </code>
    Could anybody pls tell me which file (of J2EE SDK) I should include in my path when building J2EE projects?
    thanks,
    jackling

    You need to have $J2EE_HOME/lib/j2ee.jar in your CLASSPATH when compiling your servlet

  • Error -30, when building new installer

    LabVIEW 2010 sp1, just upgraded and lost the ability to build installer. Error dialog:
    LabVIEW 2010 sp1
    Win 7 64bit
    Thanks in advance.

    For example, which version of LabVIEW did you upgrade from? Did you modify any of your code? Are you having problems building ANY installers or just a single application?
    Original installed version: NI Developer Suite 2010 DS2
    Code is unmodified
    Application Builder Error occurs from any project.
    Currently configured installers cannot be built either. When build configuration is viewed the additional installers section is empty.
    I am currently working with an NI Applications Engineer to resolve the issue.
    So far, article: 
    http://digital.ni.com/public.nsf/allkb/1B53A6FDFC20B8058625752400687F42?OpenDocument
    has been suggested.
    From my team of 6 the 3 that have upgraded have the same issue.
    I will update the status once I try this fix.

Maybe you are looking for

  • HT1918 Is there any way to remove my credit card from my account?

    I keep getting the "The credit card was declined." Message. I want to update apps that I have previously purchased but am unable thanks to this. Is there any way that I can remove the credit card?

  • Post live graph to web

    I'm looking to post a live or running graph on the web - see attached picture.  I know this is possible, but don't want to reinvent the wheel if something is readily available for me to reference.  I'm not looking for remote control on this – just wa

  • Slow-moving items

    Hi, How is it that the standard report 0IC_MC01_Q0001, displays just slow-moving as it doesnt seem to have any condition on issued or valued stock it seems to just display all the values but not the above key figures with zero values. Should we creat

  • Can I use album artist rather than Artist on my iPod160?

    The Artist selection on the iPod has its problems as "Album Artist" is not always the same as "Artist". I know I can correct the Cover Flow problems with Artist View by use of the Sort Artist option but I do have a few questions. I would rather displ

  • How to Add Industry Code in web Ui search result List

    Hello Friends, I need some help from you... We have a Requirement like In Business Partner (BP) we have Identification tab in that we have again Industries. My client requirement is they need Industry codes In WEB UI Search Result list. Could you ple