Problem with processes

I can't save/move a file (actually, many files) because it is being used in "another Process". The problem is, I have no idea what process it is. I restarted my computer multiple times and it's still having the same problem.
Is there a way to tell exactly WHAT process is using the files?

Kostya - If you use a process to populate the items, the items' Source attributes should be set to "Static Assignment (value equals source attribute)" and their "Source value or expression" attribute should be left empty. The assumption is that your page does not use an Automatic Row Fetch process. Also, the items' Source Used attribute should probably be "Always..." but you can change that as required.
Scott

Similar Messages

  • Problems with processing files uploaded from Safari browsers

    I have a jsp that allows users to upload files via a secure form and the standard html <input type=”file” … > tag.
    For complex reasons I need to get the contents of the HttpServletRequest into a character array. Basically my code looks like this:
    BufferedReader reader = request.getReader();
    char[] ba = (char[]) Array.newInstance(char.class, MAXFILESIZE);
    int total = 0;
    int charsRead =0;
    while ((charsRead = reader.read(ba, total, 1024)) > -1)
    total += charsRead;
    When the request is submitted by a Safari browser, approximately 70% of the time, the very first reader.read does not return a result. After about 2 minutes, I get a SocketTimeoutException. On the client side, Safari shows a “loading ….” Message and after 5 minutes reverts to a blank screen – unsurprisingly since the server never serves up a response.
    By way of comparison, when the transaction is successful, the process takes less than 1 second.
    java.net.SocketTimeoutException: Read timed out
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java(Compiled Code))
    at com.ibm.ws.io.Stream.read(Stream.java(Compiled Code))
    at com.ibm.ws.io.ReadStream.read(ReadStream.java(Compiled Code))
    at com.ibm.ws.http.ContentLengthInputStream.read(ContentLengthInputStream.java(Compiled Code))
    at com.ibm.ws.io.ReadStream.read(ReadStream.java(Compiled Code))
    at com.ibm.ws.webcontainer.http.HttpConnection.read(HttpConnection.java:342)
    at com.ibm.ws.webcontainer.srp.SRPConnection.read(SRPConnection.java:200)
    at com.ibm.ws.webcontainer.srt.SRTInputStream.read(SRTInputStream.java:80)
    at com.ibm.ws.webcontainer.srt.http.HttpInputStream.read(HttpInputStream.java:312)
    at java.io.InputStream.read(InputStream.java(Compiled Code))
    at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java(Compiled Code))
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java(Compiled Code))
    at java.io.InputStreamReader.read(InputStreamReader.java(Compiled Code))
    at java.io.BufferedReader.fill(BufferedReader.java(Compiled Code))
    at java.io.BufferedReader.read1(BufferedReader.java(Compiled Code))
    at java.io.BufferedReader.read(BufferedReader.java(Compiled Code))
    This problem occurs regardless of file size and even if Safari is told to report itself as firefox. This problem has not once occurred with any of IE 5,6 or 7 or Firefox 1.* and 2.*
    I have not been able to test this with Safari 3 Beta for Mac or Windows.
    Environment:
    Client is Mac OS-X 10.4.10 with Safari: 2.0.4
    Server is Websphere 5.1

    Since a few hours, I have the same problem like you. I uninstalled Firefox, because I thought it was a problem with it, but then i started Safari to redownload Firefox and guess what happened.. nothing. I can't download anything. don't know why. does anyone know whats wrong??

  • Problem with process order settlement

    Hi,
    I'm having a problem while doing settlment for process orders. I have two types of process orders AJWV and AJW0; AJWV works for center 2000 and AJW0 works for center 1000. When I calculate variances both work good. The problem comes when I try to settle them. For AJWV orders there are three finance documents generated, FI document, Controlling document and Profit Center document. But for AJW0 it's just generated Controlling document and Profit Center document.
    Both order types have the same settlement profile assinged
    The settlement rule for both orders is to Cost Center, full settlement 100%
    Both orders are produced for Sales order with valuated stock
    I already checked the account assigment for the materials corresponding to each order, and both account determination are ok.
    What can be the problem so the AJW0 is not posting to FI variances?
    Thanks

    Hi,
    Yes for AJWV the FI entry was generated.

  • Problems with processing outbound IDocs in background processes

    Hello everybody,
    I have a question for working with ABAP-PSS Ports.
    The behvaiour is that I want to send master data, for example customers, to a function module. This function module works like an converter which process and writes the files in the filesystem.
    Following situation:
    - I have defined a partner System with different message types, for example DEBMAS and everthing what is necessary to replicate data to partner systems.
    - I have defined also a Port like ABAP-PPS Port for calling my own function module.
    - If I runs the program I process only 50 Idocs per process because otherwise i can happen that there are to many look entries in the system and the job crashs. (For example all customers are around 50000 Idocs).
    Now my problem is that the worker for processing idocs starts each process in the foreground and in parallel.
    But this is very strange! Because then all dialog processes are reserved and the system will be very slow!
    How can I configure the Port or what have I to implement in my fucntion module to start processing in background (this is the very important point) and maybe allow the program only to use one or two process at the same time?
    I have found on the function module EDI_DOCUMENT_CLOSE_PROCESS which I the parameter "Background". What thas this mean? I have set B for this but it has no effect!
    Regards
    Christian

    I know that for inbound interface it is possible to define if in foreground or background and if parallel processing is allowed.
    Who knows how I can do this also for outbond?

  • Problem with process not being executed depending on sequence

    Got a weird problem which is causing us much frustration. We have a page with 6 processes on. It appears that several of the processes are not being run by Apex, we've verified this by looking at the debug readout.
    We created a new, unconditional test process to always run and placed it before all the other processes in the page. However it's not being run either. It doesn't even show up in the debug. But if we then change it's sequence so it's the last process in the page, it runs fine and shows up in the debug readout.
    Could we have set something on the page that's causing Apex to skip the first 2 processes. Even if they're conditional I'd expect the debug readout to show that Apex hasn't run them (e.g. 0.03: ...Do not run process "PROCESS1").
    The processes on the page have sequences of 10, 20, 30, 35, 40, and 999. If we create the Test process and assign it any sequence below 20, it fails to run. A sequence of 21 or above makes it run.
    Any ideas? We are stumped!

    They are all After Submit processes, they only run when the page is submitted, not when first built, so should they not all be shown in debug when the page is submitted, whether they're conditonal or not?
    The strange thing is, if I change their sequence values to 21 or above, they run fine. Although this does solve our problem it doesn't explain why they're not running as expected, and it's a potential issue that could catch us out elsewhere.
    Edit - we're narrowing it down I think. One of the processes appears to be the cause of this. If we increase it's sequence number, it seems that anything with a lower sequence than it never seems to run. I'll have a look at what this process is doing although I still don't understand why the ones before it don't show up.
    Edited by: Antilles on Mar 11, 2009 9:12 AM

  • Urgent: Problem with Process chain.

    Hello Experts,
    In my process chain I have an ABAP Program which produces an error message:
    RFC server sapftp cannot be started - 1 : Programm nicht über RFC gestartet. Kein Rückruf möglich.Message no. CMS057
    Manually I executed this program with out any problems. But this program was not responding via Porcess chain.
    After finishing the successfull load this program copies the files from Application Server in to our Central Project  Directory to archive the data and deletes the file from Application server.
    Any suggestion please...........
    Thanks in advance.
    Thanks & Regards

    Hi Sailekha,
    When the program was excuted through the Process Chain the Program was not able to access the Application Server, this could happen sometimes due to RFC issues.
    Did you try repeating the Program from the Process Chain???
    Is this issue happened for the first time???
    Depending on these questions you can decide on whether it was an RFC issue.
    If such is not the case check for the next run of Process Chain and also check for the variant assinged in Maintain Variant of this ABAP Program in this Process Chain.
    Hope it helps!!!
    Cheers,
    Neelesh Jain.

  • Problem with processes repository and BPMN role

    Hi,
    I have created process and now I would like to create new user with BPMN End User role but my CE 7.1 doesn't have such role. I also don't have "Processes and Tasks" tab under Configuration Management >Processes and Tasks. Do You know what is the reason of this situation? What do I need?

    I have the same problem.  menu-caches doesn't die after user logs out of the session (don't have the gamin issue though).  I too am running LXDE.  When a different user logs in via gdm you'll still see the menu-cached processes for other users and I end up having to kill them as root.  I do believe this is a bug with either menu-caches and/or LXDE (or perhaps, more specifically, its session manager).  I've looked high and low through the system to figure out where menu-cached is invoked from and for any sort of associated configuration file to no avail.  I'm left with the conclusion that the invocation of menu-cached is hard-coded into start-lxde. 
    As a ugly-hack workaround you might try making a shell script like the following in /etc/gdm/PostSession/ directory:
    #!/bin/sh
    killall menu-cached
    This of course is only applicable for those running gdm as their display manager.  Also don't forget to make it executable.
    I would imagine that menu-cached not closing on user logout is very much a bug.  Or perhaps, more precisely, something that hadn't gotten put in yet.  Afterall, LXDE is still a relatively new desktop.  A good one at that so far, if you don't mind some of the missing polish that its dev haven't had a chance to add yet.
    If someone else knows a more elegant solution than that please let me, and the other LXDE users, know.
    Last edited by PingFloyd (2009-04-04 02:08:29)

  • 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 !

  • Problem with processes that just won't die...

    Hi,
    first off, hullo everybody
    I'm new to Arch Linux, but I do already like it very much. I have just installed it on my workstation and it works fine, except for the following problem.
    My home directory here is mounted via NFS from a central server. My username is malte (we're using YP/NIS for central authentication) and my home dir is /WW/home/malte/
    The network file system that is mounted at boot time is /WW
    malte@bombadil $ grep nfs /etc/fstab
    quarterback:/WW    /WW           nfs       defaults               0      0
    Everything is setup at boot time automatically and all works fine so far. However, when I reboot my machine using sudo reboot, or even when cleanly logging out and using the Shutdown/Reboot button in GDM, what happens is that Arch tries to unmount the net file systems (that is, /WW in this case), but fails and outputs
    /WW: device is busy
    (or something to that effect); so it gives up, and goes on shutting down all the other services, like the network etc. At the very end, when "Unmounting all filesystems", it then again tries to unmount the net file system, which of course won't work since the network is already shut down. It tries for about a minute or so before timing out, giving up and just rebooting
    This of course is quite annoying, as I have to wait more than a minute each time I want to reboot (or I would have to press the reset button on the computer, which I really don't want to).
    So why doesn't Arch succeed in unmounting the net file system when it should? Using lsof, I have traced down the problem further:
    When I do not login as user in GDM after booting up the system, but immediately reboot again after GDM has just been started, there is no problem: /WW is unmounted properly, and my system reboots flawlessly.
    The problem is when I log in to my WM as user. Even if I log out cleanly to GDM again, there are two processes belonging to user malte that go on living and that access to /WW/home/malte, and I suppose that is why unmounting fails at reboot time, saying the device is busy.
    I have found out that (and which these processes are) by closely observing the output of watch 'lsof | grep WW' run as root on vc/1, just after I log out from my WM as user:
    root@bombadil $ lsof | grep WW # executed closely after logging out as user malte
    menu-cach 3410  malte  cwd       DIR               0,16     1536    8785908 /WW/home/malte (quarterback:/WW)
    gam_serve 5391  malte  cwd       DIR               0,16     1536    8785908 /WW/home/malte (quarterback:/WW)
    More information on those two processes:
    root@bombadil $ ps aux | grep -e gam_serv -e menu-cach
    malte     3410  0.0  0.1  41540  2680 ?        S    14:46   0:00 /usr/bin/menu-cached
    malte     5391  0.0  0.0  17444  1476 ?        S    15:38   0:00 /usr/lib/gamin/gam_server
    root      5473  0.0  0.0   9324   740 tty1     R+   15:38   0:00 grep -e gam-serv -e menu-cach
    So! In short, even after logging out, menu-cached and gam_server keep on living, and access to /WW/home/malte, and that is why when I try to reboot, Arch does not succeed in unmounting /WW, and that is why it tries to unmount it again at a later time, after networking has already been shut down, and that is why it waits for a time-out for about a minute at the end of the reboot procedure.
    In fact, gam_server only keeps on living for about 20 seconds after I logged out, then it is terminated. As for menu-cached, it goes on and on living, at least for 5 minutes, which is when I got tired of watching the output of watch 'lsof | grep WW' ;-)
    Any ideas how this could be remedied? Ideally, I'd like to be able to reboot using sudo reboot rather than by logging out and using GDM to reboot, but I guess that then there will be even more processes alive and accessing the NFS file system when already Arch tries to unmount it.
    Oh yes, maybe this is of some interest also:
    malte@bombadil $ grep DAEMONS /etc/rc.conf
    # DAEMONS
    DAEMONS=(syslog-ng network portmap nfslock @netfs ypbind sshd crond)
    Please help
    Cheers,
    Malte
    Last edited by einheitlix (2009-03-31 14:20:35)

    I have the same problem.  menu-caches doesn't die after user logs out of the session (don't have the gamin issue though).  I too am running LXDE.  When a different user logs in via gdm you'll still see the menu-cached processes for other users and I end up having to kill them as root.  I do believe this is a bug with either menu-caches and/or LXDE (or perhaps, more specifically, its session manager).  I've looked high and low through the system to figure out where menu-cached is invoked from and for any sort of associated configuration file to no avail.  I'm left with the conclusion that the invocation of menu-cached is hard-coded into start-lxde. 
    As a ugly-hack workaround you might try making a shell script like the following in /etc/gdm/PostSession/ directory:
    #!/bin/sh
    killall menu-cached
    This of course is only applicable for those running gdm as their display manager.  Also don't forget to make it executable.
    I would imagine that menu-cached not closing on user logout is very much a bug.  Or perhaps, more precisely, something that hadn't gotten put in yet.  Afterall, LXDE is still a relatively new desktop.  A good one at that so far, if you don't mind some of the missing polish that its dev haven't had a chance to add yet.
    If someone else knows a more elegant solution than that please let me, and the other LXDE users, know.
    Last edited by PingFloyd (2009-04-04 02:08:29)

  • Problems with process designer in Workbench ES2 with Win7

    Hello,
    I had LiveCycle Workbench installed on my laptop and I have designed some short-term processes. They have been running successfully for sometime. Recently my laptop was upgraded to Windows 7 and got the workbench re-installed.
    Now when I try to open up the processes that I have created using process designer, it fails with this error
    JVM terminated. Exit code=1073740940
    C:\Program Files\Adobe\Adobe LiveCycle Workbench ES2\workbench\jre\bin\javaw.exe
    -Xms128m
    -Xmx512m
    -XX:MaxPermSize=256
    -XX:MinHeapFreeRatio=40
    The LiveCycle server is 9.0 and the workbench is ES2 version. It seems to be a JRE version incompatibility. My understanding is that workbench is shipped with jre which in my case is jre6. Though I have jre7 with Windows 7, the workbench uses jre6 that comes with it.
    How do I set the JRE for the workbench ? Or how do I get around this problem ?
    I see the same error when I try to create new process as well.
    Any ideas would be appreciated .
    Thanks,
    Jyothi

    I found the solution to this problem. I uninstalled workbench 9.0 and installed workbench 9.5. It worked !
    Jyothi

  • Problem  with Process Order Scheduling..

    Dear Experts,
    i'm stucking with the scheduling of a process oreder.
    I've maintained all scheduling parameters into OPUZ except "selection ID" for detailed scheduling as it is grey & not allowing to fill any entry into it.
    I've also maintained production scheduler and other relevant settings into master recipe & resource regarding scheduling .
    Still i'm getting the error"Scheduling parameters for process orders have not been entered" message no CT609.
    Kindly help me out , where i'm wrong
    Thanx in advance...

    Dear Dennis,
    Ensure the scheduling parameters in OPUZ for the order type,plant combination and for all (* )scheduler you have maintainied
    the scheduling type,the check box for scheduling and generate capacity requirements under detailed scheduling is set.
    Check and revert back.
    Regards
    Mangalraj.S

  • Problem with process order resource selection condition

    I face a problem while trying to release process order as i am getting an error as "Resource XXXX assigned to operation 20 does not meet resource selection condition".What may be the reason for this.how to check and rectify...
    Please help.

    hi,
    I think you have been using a work center in place of resouce.
    Actually
    Resource catagory = 0008 is assign to Application C (Recipe) & only use in Recipe Creation.
    Work Center catagory = 0005 is assign to Application N & R( Routine & Refernce operation set) & only use in Routine Creation.
    Parminder

  • Problem with processing D90's NEF in CameraRaw 5.2

    please refer to 3 images I placed here:
    http://picasaweb.google.ru/ioutkine/CameraRAWProblem#
    It is roof fragment shot on sunny day.
    The problem is that if I open NEF in CameraRaw 5.2, then I can see colored spots on the roof. It cannot be removed using lens correction or other options. Original JPEG does not contain such artifact. Neither does RAW opened in Nikon Capture NX.
    It looks like CameraRaw incorrectly interprets raw information from Nikon D90. Does anybody face the same issue? Are there workarounds?

    Иля,
    I'm not from the ACR team. However I downloaded your DSC_0566.NEF raw file.
    I opened it in ACR 5.3. The image is overexposed by about 4/10 of a stop and consequently has numerous clipped highlights. I moved the exposure slider to -0.40 and the Recovery slider to 28. I left all other settings at whatever the Auto adjustment left them: temperature 4850; Tint -7; Fill Light 0; Brightness 0; Contrast +19; Clarity 0; Vibrance 0; and Saturation 0.
    I see no color artifacts like those clearly shown on your posted crops. Same results (no color artifacts) with Adobe Standard, Camera Standard, Camera Landscape, Camera Neutral, Camera Vivid, etc.
    Default Sharpening settings (25; 1.0; 25; without any additional sharpening. Noise Reduction: Luminance 0, Color 25. No Chromatic Aberration correction, Defringe off, no Vignetting correction.
    http://www.pixentral.com/show.php?picture=1pElTnoq34R6sWfK3xArzFHszdx1ev0
    Screen shot of 200% view in ACR 5.3 preview box.

  • Problem with processing idoc cond_a04

    Hi all,
    I m using idoc message COND_A04 to populate and create condition and scale entries for Agreements (MEB1). However, i am getting the following error:
    "Results of pricing with condition type ZI01 can not be changed"
    where ZI01 is a condition type i've defined.
    I m not sure if anyone has encounter and got this problem resolved.
    I've populate values to the following segments:
    E1KONH-KNUMA_BO (agreement number)
    E1KONH-KNUMH
    E1KOMG-KSCHL (condition type)
    E1KOMG-KOLIF (prior vendor)
    E1KOMG-EKORG (purchasing org)
    E1KONP-BOMAT
    E1KONP-KBETR
    E1KONH-DATAB
    E1KONH-DATBI
    E1KOMG-KVEWE (filled with value 'E')
    E1KOMG-KOTABNR (condition table number)
    E1KOMG-KAPPL (filled with value 'M')
    Thereafter i tested the idoc posting using WE19 and got the error above.
    Are there any fields in the segment i missed out?
    Or could there be other cause?
    Cheers,

    There could be numerous reasons for the IDoc failure because the message that you are getting is too generic. Btw, Is this the only message you get, check if there are more than 1 status 51 in your IDoc to get some more information.
    Also see the longtext of the message by double clicking on the status message, probably you will get a more comprehensive reason for the failure.
    If nothing of the above helps, try to see the message number and class and see where it is used in the posting program and put a break point at the spot where this message is triggered.
    regards,
    Advait

  • Problem with Process 2012 in Bridge CS5

    I can't use Process 2012 in CS5 Bridge.  It always makes me go back to 2010.  I think I have the latest ACR, and use this in LR4.  Anyone else experience this?
    Thanks,
    Dave

    As far as i know process 2012 was only in camera raw 6.7 to make cs5 compatible with images sent from lightroom 4 to photoshop cs5, but you can't adjust
    any of the process 2012 adjustments in camera raw 6.7.
    Of course photoshop cs6/cc is fully process 2012 enabled, so one can do all the adjustments that are missing in camera raw 6.7
    (camera raw 7.x and 8.x)
    more info:
    http://forums.adobe.com/message/4260541#4260541

Maybe you are looking for