Internal error when calling "catalog: createKeyword.

Hi all

I'm in the decision to make the migration process in Lightroom. An important aspect is that I'm able to import my existing keywords to my photos (currently in ACDSee) somehow. I managed with the easy part already: conversion of categories in a text format based on TABS and import it as keywords in Lightroom.

Now, I want to associate images with the keywords already imported. The following thread led me to a speed very quickly: http://adobe.hosted.jivesoftware.com/thread/1033982?tstart=0

But now I am somehow hit. I can get the keyword root directly, and I am also able to get her children. Unfortunately, whenever I call createKeyword with a parent I got the following error message:

"An internal error has occurred:?: 0: attempt to index a nil value.

Any ideas what could be the cause?

Here's the script, by encapsulating the problem, if it helps:

local LrDialogs = import 'LrDialogs'
local LrApplication = import 'LrApplication'
local catalog = LrApplication.activeCatalog()


MyMenuItem = {}
  
function MyMenuItem.runProcess()
    catalog:withWriteAccessDo("setKeywords", MyMenuItem.setKeywords)
end 

function MyMenuItem.setKeywords()             
          local targetPhotos = catalog:getTargetPhotos() 
          if targetPhotos ~= nil and #targetPhotos > 0 then 
                    -- LrDialogs.message(#targetPhotos)
          else
                    LrDialogs.message( "No target photos." )
                    return
          end 


          -- ( keywordName, synonyms, includeOnExport, parent, returnExisting )
          local myRootKeyword = catalog:createKeyword( 'People', nil, true, nil, true ) 
          if myRootKeyword ~= nil then
                    LrDialogs.message(myRootKeyword:getName())
          else
                    LrDialogs.message( "Keyword has not been returned." )
                    return
          end
  
          local childs = myRootKeyword:getChildren()
          for i,child in ipairs( childs ) do
                    LrDialogs.message(child:getName())
          end
          -- Shows Friends, Others, ...
  
          LrDialogs.message( "createKeyword is about to be called" ) 
  
          -- Crashes after this line "An internal error has occurred: ?:0: attempt to index a nil value"
          local mySecKeyword = catalog:createKeyword( 'Friends', nil, true, myRootKeyword, true )
          if mySecKeyword ~= nil then
                    LrDialogs.message(mySecKeyword:getName())
          else
                    LrDialogs.message( "Keyword has not been returned." )
                    return
          end
end


import 'LrTasks'.startAsyncTask( MyMenuItem.runProcess )




Thanks for the advice in advance.

Kind regards

Thorsten

Ah, the problem is that you try to call myRootKeyword:getName() before leaving the catalog:withWriteAccessDo ().  The doc of catalogue: createKeyword() says:

Must be called in one of the with__WriteAccessDo doors. The new keyword is not available for access until that function returns.

If instead, you restructure your code like this:

local myRootKeyword
catalog:withWriteAccessDo("setKeywords", function ()
    myRootKeyword = catalog:createKeyword( 'People', {}, true, nil, true )
    end)

It works very well.

Furthermore, your "Accidents After this line" comment was wrong.  I suggest to you that use debugging tools, which will make it much faster to identify your bugs. It will take time to hang it to the top of the first, but he will pay fairly quickly.

Tags: Photoshop Lightroom

Similar Questions

  • error when calling NtSetTimerResolution in NTDLL 1097. DLL

    I get 1097 error when calling NtSetTimerResolution in NTDLL. DLL. why?   I scoured most of the posts on this forum describing the 1097 error and tried the solutions without success.

    This is a link to the function prototype (copied below) that I adapted in the node call the attached vi library (you will be asked to locate NTDLL. DLL on your system when opening it)

    NtSetTimerResolution and NtQueryTimerResolution are defined as follows. All hours are stated in hundreds of nanoseconds.

    NTSTATUS NtSetTimerResolution (
    IN ULONG RequestedResolution,
    IN BOOLEAN
    defined.
    ON PULONG ActualResolution
    );

    Parameters

    RequestedResolution

    The desired timer resolution. Must be the legal scope of the system timer values supported by NT. The standard x 86 systems it's 1 to 10 milliseconds. The values that are within the acceptable limits are rounded to the next higher standard x 86 HAL millisecond limit. This parameter is ignored if the Set parameter is set to FALSE.

    Set

    This is TRUE if we ask a new resolution of the clock, and FALSE if the application is indicating that he hasn't needed a resolution already implemented.

    ActualResolution

    The resolution of timer in effect once the call is returned in this parameter.

    Woohoo! I solved the problem.

    I was using a copy of NTDLL. DLL C:\Drivers\I386\SYSTEM32\NTDLL here. DLL (version 5.1.2600.1106)

    instead of C:\WINDOWS\system32\ntdll.dll here (version 5.1.2600.5755).

    An observation aside Interestingly enough, I did, when I tried to put the old version in C:\WINDOWS\system32 to see if it was just a problem of dependence, rather than a version number, I couldn't do it!  I tried renaming C:\WINDOWS\system32\ntdll.dll C:\WINDOWS\system32\ntdll.dll.old and immediately a replacement c:\windows\system32\ntdll.dll pop up would be in his place! I even tried to drag / drop of C:\Drivers\I386\SYSTEM32\NTDLL. DLL C:\WINDOWS\system32\ntdll.dll, it seemed to replace, but a system of security immediately replaced it with the latest version.   WinXP is smarter than I thought, or maybe something like Microsoft Windows Defender Antispyware installed by our company does this.

    In any case, I've confirmed lateer version is necessary because when I copied C:\WINDOWS\system32\ntdll.dll to C:\Drivers\I386\SYSTEM32\NTDLL. DLL, it also solves the problem.

    You might well ask why I did not use the correct version in the first place - well not knowing where he was, I only noticed the old version when I searched for it with my Google Desktop.

    Rgds

  • Get codes error like "error 80070005" or "could not access network location" or "internal error" when you try to open Acrobat or itunes or access some Web sites.

    I am doing various codes "error 80070005" or "could not access network location" or "internal error" when trying to access acrobat or itunes or some Web sites or that he was trying to perform certain actions such as uninstalling programs.  Here are some of the problems.  A couple of weeks everything worked very well, now there's something blocking me and it's extremely frustrating.

    Hello

    Make sure that you are logged on as administrator.

    Don't forget to check the antivirus product issues and security as a 3rd party firewall (Comodo, on the one hand, a
    has been known to cause this problem.

    It is a very difficult to solve.

    Products of security/antivirus/antispyware are a known cause, so you can turn them off like
    as the test (and that sometimes not really totally removes their influence).

    How to restore the security settings the default settings?
    http://support.Microsoft.com/kb/313222

    The problem here is slightly different, although the solution may be the same.

    Error message when you use Microsoft Update or Windows Update Web sites to install updates on Windows 2000.
    Windows XP and Windows Server 2003: 0 x 80070005
    http://support.Microsoft.com/kb/968003/

    It is usually a permissions problem:

    Please check this link and those that he sites.

    Work your way through my 3 posts here.
    http://social.answers.Microsoft.com/forums/en-us/vistasecurity/thread/200f5140-c2dd-48a5-8CDB-0d8c82ade3cf

    I hope this helps.

    Rob - bicycle - Mark Twain said it is good.

  • 'Internal error' when starting a machine virtual

    Hello

    I'm under Fusion 6.0.2 on OS X 10.9.2.  This is a new installation of 6.0.2 on a machine which was new two weeks ago.  My VM is Windows 7 64 bit.  My VM worked before I upgraded to 10.9.2, but I don't know which is linked.  Now, when I start the VM, it quickly fails with a dialog box that indicates "internal error."

    I found this thread where a few users have had the same symptoms:

    Internal error when you start a virtual machine in Fusion 6 - Mavericks host

    I tried a little things listed, with no luck:

    You can also check $HOME/Library/Logs/VMware/and $TMPDIR/vmware-$USER for log files from the model vmware-vmx-* .log?  If there is none, would you mind to do what follows?

    -Add the following line to $HOME/Library/Preferences/VMware Fusion/config (please do not hesitate to change the path to something else)

    vmx.log.temporaryFileName = "/tmp/vmx-temp.log".

    -Start the virtual machine.  When the error is observed, join the file specified above.

    There is no files in a path.  I created the configuration file and added the line, set 777 permissions on the two directories, started the virtual machine (it failed once again) and verified: STILL no files in two places.

    Thank you.  Could you do the following, and then try to switch on/off the virtual machine again?

      • Set your unlimited base file size limit: ulimit unlimited-c
      • In Fusion, go to settings-> advanced and choose ' Hang/Crash' to the way of solving problems.

    Please let me know if the error message changes and if there is no base generated in /cores file.

    The error message has not changed.  I had to force-shutdown my VM to change the ways of solving problems (which was not obvious how to do!).  It has not generated a /cores base file.

    It's intriguing.  Let's try the virtual machine running from the command line.

      • Leave the merged UI.
      • From a terminal, run
        • sudo/Applications/VMware Fusion.app/contents/library/services.sh--debut
        • / Applications/VMware Fusion.app/Contents/Library/vmware-vmx-debug - x Users/kamil/Documents/Virtual Machines.localized/CentOS 64 - bit.vmwarevm / CentOS 64 - bit.vmx

    That would be if all fine print some messages in the terminal that helps us diagnose the issue further.

    Starting the service

    Oke-jrobb - mb:cores jrobb$ sudo/Applications/VMware\ Fusion.app/contents/library/services.sh--debut

    Password:

    Installation of the files in/Library/Preferences/VMware Fusion / thnuclnt

    Copy .thnumod to/etc/thnuclnt

    Copy thnuclnt.conf to/etc/thnuclnt

    Copy thnuclnt.convs to/private/etc/cups

    Copy thnuclnt.types to/private/etc/cups

    Copy thnucups to/usr/libexec/cups/filter

    Restart of printing services

    No process matching not found

    The bridge services began

    Network services started

    USB arbitration service started

    From the virtual machine

    Oke-jrobb - jrobb mb:cores $ / Applications/VMware\ Fusion.app/Contents/Library/vmware-vmx-debug - x/Users/Shared/Windows\ 7\ 7\ x64.vmx x64.vmwarevm/Windows\

    / Applications/VMware Fusion.app/Contents/Library/vmware-vmx-debug is not set - UID root.  < - is - it important?

    Trying a core dump with a limit of unlimited size

    Core dumped.

    A core file is available in ' / cores/core.24380.

    ASSERT bora/vmx/main/configdb.c:2008

    Panic loop

    The referenced base file was created.  I compressed it is 137MB.  Let me know if you need to see.

    I have attached to my zip Support information file.  Please notify.

    Thank you!

    Have you tried to start the virtual machine after you restart your Mac?

  • Why Fireworks CS6 show me 'internal error' when I edit text itens?

    Hi, guys!

    Why the CS6 fireworks show me "internal error" when using the itens text? I work on the edition of the texts and, suddenly, the internal error occurs.

    I need and reopen the software work until it happens again... and reopen...

    Can you help me? I use Windows 8.1... all licenses are original.

    McAfee FIX 1

    McAfee antivirus may cause this. Download the redistributable package from Microsoft http://www.microsoft.com/en-ca/download/details.aspx?id=13523.

    McAfee FIX 2

    Instead of uninstalling McAfee, just right-click on the icon/change McAfee settings/real time... /Parameters/

    In the first section, replace "All files (recommended)" program & Documents only.

    McAfee FIX 3

    Another option is to interrupt the analysis in real-time for awhile

  • Python, call DLLs in LabVIEW: Fatal internal error when accessing output String Cluster

    Hello

    We have compiled a DLL in LabVIEW (TestError.dll) and tried to call it from Python.

    TestError.dll includes 2 functions:

    1 testErreur: cluster 1 entry string, 1 channel indicator

    2 TestError2: 1 channel input, 1 bunch of output string

    What we try to do in Python is actually something like this:

    1 provide values to controls in the functions of the DLL.

    2. call the DLL.

    3 get the values of the indicators.

    What we have seen are:

    1 read/write operations on normal data types (string, digital) indicators/controls are OK

    2. write operation on the Cluster string entry is OK

    3. read operation on the Cluster output string is not OK. The following error is still prompted for:

    «Unrecoverable internal error: 'MemoryManager.cpp', line 437.» LabVIEW version 8.6... »

    Also joined the TestError.prj and python code.

    Grateful if someone can help to explain why we get this error and how to overcome?

    Thank you

    howmean

    What we have seen are:

    1 read/write operations on normal data types (string, digital) indicators/controls are OK

    2. write operation on the Cluster string entry is OK

    3. read operation on the Cluster output string is not OK. The following error is still prompted for:

    «Unrecoverable internal error: 'MemoryManager.cpp', line 437.» LabVIEW version 8.6... »

    Also joined the TestError.prj and python code.

    It is very logical that it does not, and the bad news is, it cannot really be implemented reliable of a process not LabVIEW.

    LabVIEW channels (and tables) are very specific species. They are then called handles, which are pointers to a pointer to a block of memory. If you have a control or indicator on its own, the Prototype configuration allows you to configure this setting as a C. LabVIEW data pointer, when creating the DLL, create heels C for each exported function and place the code to do the translation between the past C pointer to and necessary LabVIEW data handle. For strings and arrays within the cluster, there is no configuration option and the DLL is expected to pass a structure with data handles native LabVIEW in there.

    You may say that creating handles data in your calling process enough to trick LabVIEW. For the input variables that actually CAN sometimes work (but is a delicate and dangerous generally to handle this). There is no way to make it work for output variables. LabVIEW will try to resize handle to fill data in that he wants to make. This resizing is done using internal memory manager of LabVIEW. This will work only if it had been allocated by EXACTLY the same instance of the memory manager. Otherwise, it refers to a different memory segment and catastophally fail. The only way to make this work perhaps, with luck, taking your heart and prayer to the gods, is to lvrt.dll to allocate a handle that you must pass to the DLL. Still find the good lvrt.dll, which will execute your DLL LabVIEW is a major challenge.

  • Error when calling stored procedure of backing bean

    I use Jdeveloper 11.1.1.6 and tries to use the following URL to execute a SP of a bean of support: http://ramannanda.blogspot.com/2011/11/optimized-update-insert-adf.html

    The reason why I'm interested in this is currently I coded my support bean to perform insertions and deletions by the use of my objects in view. I am the scene up to a combined 5-10 K, insertions and deletions and performance is rather slow. If there is a way to adjust the display objects as well as the validation is much faster, it is the preferred method. If this cannot be done then I would understand the approach identified in the URL.

    I've highlighted a section of code below fails when you use the approach of the URL. It-error with the following exception: javax.el.ELException: oracle.jbo.JboException: java.sql.SQLException: internal error: incompatible catalog view


    You have thoughts about what could cause this exception.





    create or replace
    TYP_TEST_R type is object
    (
    Test_Id Number (5.0).
    Test_Num Number (7.0)
    );


    create or replace
    type TYP_TEST_TB as the TYP_TEST_R table;



    {} private void myMethod (MyTableVORowImpl pCurrentRow)
    int i = 0;
    DCIteratorBinding = lDciter
    (DCIteratorBinding) getBindings () .get ("MyTable1Iterator");
    MyAppModuleAMImpl = lMyAppModuleAMImpl
    (MyAppModuleAMImpl) lDciter.getViewObject () .getApplicationModule ();
    Connection = lConnection
    lMyAppModuleAMImpl.getDBTransaction () .createStatement (1) .getConnection ();
    StructDescriptor lTblRecordStructType =
    StructDescriptor.createDescriptor ("DBADMIN. TYP_TEST_R,"
    lConnection);

    ... < additional logic here >...


    Object [] lArray = Object [lSortedDifferences.size (new)];
    all in (...) {
    Number lNumber =...
    Number of lDifferentStore = (Number) lDifferentIterator.next ();


    STRUCT lTempStruct =+ _
    new STRUCT (lTblRecordStructType, lConnection,+ _)
    * new Object() {pCurrentRow.getTestId (), * + _}
    ({ lDifferentStore}) ; +_
    lArray [i] = lTempStruct;
    i = i + 1;
    }

    create table structure descriptor
    ArrayDescriptor = lTableDesc
    ArrayDescriptor.createDescriptor ("DBADMIN. TYP_TEST_TB,"
    lConnection);
    create a type of table with the structure definition
    LTableArray = ARRAY
    New ARRAY (lTableDesc, lConnection, lArray);
    String lCallableProcedureStatement =
    "start DBADMIN. SP_TEST(?,?); end; « ;
    OracleCallableStatement lOracleCallableStatement = null;
    lOracleCallableStatement =
    (OracleCallableStatement) lMyAppModuleAMImpl.getDBTransaction (.createCallableStatement (lCallableProcedureStatement),
    (0);
    lOracleCallableStatement.setARRAY (1, lTableArray);
    lOracleCallableStatement.setString (2,
    (String) ADFUtil.evaluateEL("#{sessionScope['UserName']}"));
    lOracleCallableStatement.executeUpdate ();
    }

    Hello

    the user that executes the statement has the correct grant to the user-defined type?

    concerning
    Peter

  • "27049 internal error" when you use recovery with Equium A60-692 utility

    TOSHIBA SATELLITE A60 - 692

    I'm trying to fix a friends laptop. The laptop computer wouldnâ? t start, would go to the blue screen just before the came WinXP loading screen then will re-start. I used a USB 2.5 HDD enclosure "to copy important files on my laptop and then formatted the drive of my laptop. I put the HARD drive in the Toshiba and have used the CD of restoration via an advanced option. on exactly 9mins 50sec time on the recovery process, an error message appears (27049 internal error). After that, it goes to a screen of style BACK with a little more information. Essentially by specifying that the error is "cannot read FILE_BITMAP MFT entry.

    I cleaned the CD
    I swapped the CD drive with my laptop
    Quick formatting it formatted, it is full
    Used the basic option where it does itself and it ERRORS with - not enough space on the partition - there is no partition! or if there's empty sound

    What can I do?

    Hello

    I think that the HARD drive is broken, because if you receive an error message with words like "MFT" (meaning MasterFileTable) then you can expect that the HDD has serious problems.
    OK, easy to talk to it s fast without knowing the machine and so on, but I know a similar error and I can give you the advice to probe hard disk errors.
    You can do this with the help of the "ultimate boot cd" which is a very interesting tool when you need information about your computer or you want to just check if everything works well.
    Here´s the link to the downloadable CD image that should be on a CD:

    http://www.ultimatebootcd.com/

    Hope you can solve this problem...

    Welcome them

  • Loading of a DLL on RT: Missing Export "DecodePointer" "Kernel32.dll" and 7 error when calling the DLL

    Hi, I recently changed to Visual Studio 2010 and Windows 7 64-bit.

    I have an existing Office RT system running RT 2009.  This system calls a DLL that I already built using Visual Studio .net 2003 and Windows XP.

    Since I've recompiled the DLL I get an error 7 file not found error when I call the RT DLL, even if I simply replaced the old DLL with a new one in the file system so the path has not changed.

    I also noticed that the message on the screen connected to the RT system during startup:

    "achieveworldpeace.dll" load error: lack of export 'DecodePointer' of ' Kernel32.dll'.

    Any ideas on this problem?  It is perhaps as simple as a switch in the compiler?

    Thank you.

    I'm not sure it's a simple switch in the project settings in Visual C. The problem is clearly in the standard C runtime library that gets linked to your DLL and refers to exports of Windows which are not available on the RT system. Don't forget that the RT system is a limited Win32 API emulation.

    I usually avoid these problems using Visual C 6 to create DLLs for LabVIEW projects. The standard library of the C runtimes will not know what Windows API reference more recent exports because they have supported even under Win95. So unless your explicitedly reference code not supported RT APIs you wouldn't have problems. If you do not use the standard C file i/o functions and management of memory in your DLL functions, you can also try to link statically C runtime libraries in your DLL, or vice versa depending on what you have now. It may or may not work. Otherwise there is not much else but by using an earlier version of Visual Studio.

  • Set unknown internal error when trying to play Skip bo.

    Original title: unknown internal error

    I bought the game skip bo and I am playing, but when I open the game it goes to a screen where it asks if im connected to the internet and when I click on Yes to continue, they say that there is an unknown internal error, I went on the site and he said that I must be an administrator on the computer to turn on the game and I am the administrator on the computer so what do I do now to fix this so I can play my game

    Hi msbecky75,

    1 Windows operating system you are using?

    You can try to right click on the game and select run as administrator, and check if you can run the game.

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Error when calling Fusion R9 on Service SOAP premise of JDeveloper 11.1.1.7

    
    

    Hi team,

    Here is the WSDL Iam I invoke:

    . http://fusionapp < clientName > .com:10607/prcPorCreateReq/CreateReqService? WSDL

    OER WSDL, example: https://fusionappsoer.oracle.com/oer/custom/r9/oer/oracle/apps/prc/por/createReq/createReqService/CreateReqService.wsdl

    Client Java code:

    public static void main(String [] args)
      {
          //setup security feature with OWSM policy
          SecurityPolicyFeature[] securityFeature =        new SecurityPolicyFeature[] { new       SecurityPolicyFeature("oracle/wss_username_token_client_policy") };
        createReqService_Service = new CreateReqService_Service();
        CreateReqService createReqService = createReqService_Service.getCreateReqServiceSoapHttpPort(securityFeature);
        // Get the request context to set the outgoing addressing properties
        WSBindingProvider wsbp = (WSBindingProvider)createReqService;
        WSEndpointReference replyTo =   new WSEndpointReference("http://fusionapp.techmahindra.com:10607/prcPorCreateReq/CreateReqService?WSDL", WS_ADDR_VER);
        String uuid = "uuid:" + UUID.randomUUID();
        wsbp.setOutboundHeaders( new StringHeader(WS_ADDR_VER.messageIDTag, uuid), replyTo.createHeader(WS_ADDR_VER.replyToTag));
        
          // Add Security Headers below if any Authentication is required.
          wsbp.getRequestContext().put(WSBindingProvider.USERNAME_PROPERTY,       "nitin");
          wsbp.getRequestContext().put(WSBindingProvider.PASSWORD_PROPERTY,       "Welcome123");
          // Add your code to call the desired methods
          long requisitionHeaderId =1234 ; 
          
          RequisitionHeader variableName; 
    
        // Add your code to call the desired methods.
            try {
                System.out.println("Invoking get req method");
                variableName = createReqService.getRequisitionHeader(requisitionHeaderId);
            } catch (ServiceException e) {
            }
        }
    

    Policy feature of security referred to in the WSDL document

    "" < policyReference xmlns:wsp= "http://schemas.xmlsoap.org/ws/2004/09/policy" " URI="#wss_saml_or_username_token_service_policy" wsdl: required="false"/ >"
    "" < policyReference xmlns:wsp= "http://schemas.xmlsoap.org/ws/2004/09/policy" " URI="#wsaddr_policy" wsdl: required="false"/ >"
    "< wsdl: Operation name="getRequisitionHeader">"

    Exception when calling

    C:\Oracle\MiddlewareJdev11117\jdk160_24\bin\javaw.exe -client -classpath D:\Sridhar\Software\p17888411_R12_GENERIC\jdevhome\jdev\mywork\FusionR9CreateReqServ\.adf;D:\Sridhar\Software\p17888411_R12_GENERIC\jdevhome\jdev\mywork\FusionR9CreateReqServ\FusionR9CreateReqServ\classes;C:\Oracle\MiddlewareJdev11117\wlserver_10.3\server\lib\weblogic.jar;C:\Oracle\MiddlewareJdev11117\oracle_common\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MiddlewareJdev11117\modules\com.oracle.toplink_1.0.0.0_11-1-1-5-0.jar;C:\Oracle\MiddlewareJdev11117\modules\org.eclipse.persistence_1.1.0.0_2-1.jar;C:\Oracle\MiddlewareJdev11117\modules\com.bea.core.antlr.runtime_2.7.7.jar;C:\Oracle\MiddlewareJdev11117\modules\javax.persistence_1.0.0.0_2-0-0.jar;C:\Oracle\MiddlewareJdev11117\oracle_common\modules\oracle.webservices_11.1.1\wsclient.jar -Djavax.net.ssl.trustStore=C:\Oracle\MiddlewareJdev11117\wlserver_10.3\server\lib\DemoTrust.jks com.oracle.xmlns.apps.prc.por.createreq.createreqservice.CreateReqServiceSoapHttpPortClient
    Jun 3, 2015 5:23:59 PM weblogic.wsee.jaxws.spi.WLSServiceDelegate addWsdlDefinitionFeature
    SEVERE: Failed to create WsdlDefinitionFeature for wsdl location: http://fusionapp.techmahindra.com:10607/prcPorCreateReq/CreateReqService?WSDL, error: com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException, message: 2 counts of InaccessibleWSDLException.
    SEVERE: java.io.FileNotFoundException: .\config\jps-config.xml (The system cannot find the path specified)
    SEVERE: java.io.FileNotFoundException: .\config\jps-config.xml (The system cannot find the path specified)
    INFO: WSM-09004 Component auditing cannot be initialized.
    Invoking get req method
    INFO: Recipient Alias property not configured in the policy. Defaulting to encrypting with signers certificate.
    Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: access denied (oracle.wsm.security.WSFunctionPermission http://xmlns.oracle.com/apps/prc/por/createReq/createReqService/CreateReqService#getRequisitionHeader invoke)
     at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:197)
     at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:122)
     at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:125)
     at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:95)
     at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:136)
     at $Proxy43.getRequisitionHeader(Unknown Source)
     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:597)
     at weblogic.wsee.jaxws.spi.ClientInstanceInvocationHandler.invoke(ClientInstanceInvocationHandler.java:84)
     at $Proxy44.getRequisitionHeader(Unknown Source)
     at com.oracle.xmlns.apps.prc.por.createreq.createreqservice.CreateReqServiceSoapHttpPortClient.main(CreateReqServiceSoapHttpPortClient.java:56)
    Process exited with exit code 1.
    

    Please let me know how to configure the java client based on the WSDL file secuirity policy. I would like to know where iam missing.

    I have raised several MOS - SR Oracle, but no response until now.

    Concerning

    Sridhar

    Here's the code that worked:

    Public Shared Sub main (String [] args)

    {

    installation with GOSA policy security feature

    SecurityPolicyFeature [] securityFeature = new SecurityPolicyFeature [] {new SecurityPolicyFeature("oracle/wss_username_token_client_policy")};

    currenciesService_Service = new CurrenciesService_Service();

    CurrenciesService currenciesService = (securityFeature) currenciesService_Service.getCurrenciesServiceSoapHttpPort;

    Get the request context to set the outgoing address properties

    WSBindingProvider wsbp = (WSBindingProvider) currenciesService;

    ReplyTo = WSEndpointReference

    new WSEndpointReference ("http://fusionapp.techmahindra.com:7406/finGlCurrManageRateSetupService/CurrenciesService?") WSDL"(, WS_ADDR_VER);"

    String uuid = "uuid:" + UUID.randomUUID ();

    wsbp.setOutboundHeaders (new StringHeader (WS_ADDR_VER.messageIDTag, uuid), replyTo.createHeader (WS_ADDR_VER.replyToTag));

    Add headers of following security if authentication is required.

    wsbp.getRequestContext () .put (WSBindingProvider.USERNAME_PROPERTY, "FAADMIN");

    wsbp.getRequestContext () .put (WSBindingProvider.PASSWORD_PROPERTY, "Welcome1");

    String conversionType = "Corporation."

    VariableName of DailyConversionType;

    Add your code to call the desired methods.

    try {}

    System.out.println ("method call");

    variableName = currenciesService.getDailyConversionType (conversionType);

    System.out.println ("Value of the Variable name-->" + VariableName);

    System.out.println ("Data-->" + variableName.attribute1);

    System.out.println ("Type of Conversion-->" + variableName.conversionType);

    } catch (ServiceException e) {}

    }

    }

    Concerning

    Sridhar

  • 10.9.2 upgrade - failure of the "internal error" when you try to start vmware fusion

    Everything worked well even after 10.9.2 upgrade and then all of a sudden, I get an internal error and cannot start.

    Cause I think that lie in the osx system log: /var/log/system.log

    Here are 2 mistakes of the system log which I believe are responsible for this internal error message - I need to know what they mean and how do I workaround:

    These errors are generated in the system log when I click Start on the vmware fusion GUI:

    Mar 21 11:07:43 UserX - macbook.local sandboxd [482] ([21709]): mdworker (21709) deny-read-data file users/UserX/Documents/Virtual Machines.localized/.localized (pre-plugin fstype:hfs fsflag:480 D 000 flags: 250000005E diag:0 isXCode:0 plugin:internalPlainTextImporter uti:com.vmware.vm - package - find suspect using the file: sudo mdutil t 25383633)

    Mar 21 11:07:52 UserX - macbook.local sandboxd [482] ([21709]): mdworker (21709) deny-read-data file users/UserX/Documents/Virtual Machines.localized/.localized (pre-plugin fstype:hfs fsflag:480 D 000 flags: 250000005E diag:0 isXCode:0 plugin:internalPlainTextImporter uti:com.vmware.vm - package - find suspect using the file: sudo mdutil t 25383633)

    When I run the command mdtil sudo as shown above I get:

    mdutil t 25383633 [email protected]/users/UserX:sudo

    / Users/UserX/Documents/Virtual Machines.localized/CentOS 64 - bit.vmwarevm

    If I try to go to this path, there is no: why there?

    [email protected]/users/UserX:CD users/UserX/Documents/Virtual Machines.localized / CentOS 64 - bit.vmwarevm

    SH: cd: / Users/UserX/Documents/Virtual: no such file or directory

    Excerpt from saturated journal:

    [email protected]/users/UserX:tail f /var/log/system.log

    9: Www-Authenticate = < CFString 0x7f80854d74d0 [0x7fff7c286f00] > {content = "Basic realm ="Zimbra""}

    11: cache-Control = < CFString 0x7f80854d0b20 [0x7fff7c286f00] > {content = "private"}

    12: vary = < CFString 0x7f80854d7500 [0x7fff7c286f00] > {content = "Accept-Encoding"}

    }

    }]

    Mar 21 11:07:19 UserX - macbook.local CalendarAgent [459]: [com.apple.calendar.store.log.caldav.queue] [added [< CalDAVAccountRefreshQueueableOperation: 0x7f8083cac3c0;]] [[Sequence: 0 >] missed operations.]

    Mar 21 11:07:23 UserX - macbook.local iTunes [20065]: entry: _AMMuxedDeviceDisconnected, mux-unit: 99

    Mar 21 11:07:23 UserX - macbook.local iTunes [20065]: entry: __thr_AMMuxedDeviceDisconnected, mux-unit: 99

    Mar 21 11:07:23 UserX - macbook.local iTunes [20065]: tid:1be83 - Mux ID not found in the mapping Dictionary

    Mar 21 11:07:23 UserX - macbook.local iTunes [20065]: tid:1be83 - handle cannot disconnect with invalid ecid

    Mar 21 11:07:42 UserX - macbook.local vmnet-bridge [22023]: dynamic store has changed

    Mar 21 11:07:42 UserX-macbook kernel [0]: vmnet: VNetUserIf_Create: created the userIf to 0xffffff80292ad800.

    Mar 21 11:07:42 UserX-macbook kernel [0]: vmnet: VMNetConnect: return port 0xffffff80292ad800

    Mar 21 11:07:42 UserX-macbook kernel [0]: vmnet: Hub 0 there is no memory allocation.

    Mar 21 11:07:42 UserX-macbook kernel [0]: vmnet: allocated plate rotating 0xffffff8023a9e000 hubNum 0.

    Mar 21 11:07:42 UserX-macbook kernel [0]: vmnet: VMNET_SO_BINDTOHUB: port: paddr 00:50:56:ef:1 b: 23

    Mar 21 11:07:42 UserX-macbook kernel [0]: vmnet: Hub 0

    Mar 21 11:07:42 UserX-macbook kernel [0]: vmnet: Port 0

    Mar 21 11:07:42 UserX-macbook kernel [0]: vmnet: bridge-en1: dev 0xffffff80269e0ab0 80 2 media family

    Mar 21 11:07:42 UserX-macbook kernel [0]: vmnet: bridge-en1: detected wireless interface.

    Mar 21 11:07:42 UserX-macbook kernel [0]: vmnet: bridge-en1: upward

    Mar 21 11:07:42 UserX-macbook kernel [0]: vmnet: bridge-en1: Home

    Mar 21 11:07:42 UserX-macbook kernel [0]: vmnet: VNetUserIfFree: release of userIf to 0xffffff80292ad800.

    Mar 21 11:07:42 UserX - macbook.local vmnet-bridge [22023]: started bridge for 0, en1

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: VNetUserIf_Create: created the userIf to 0xffffff8029340800.

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: VMNetConnect: return port 0xffffff8029340800

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: 1 Hub there is no memory allocation.

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: allocated hub 0xffffff8027238000 for hubNum 1.

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: VMNET_SO_BINDTOHUB: port: paddr 00:50:56:ea:6 d: 50

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: 1 Hub

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: Port 0

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet1: attached with 1 layer of link suspension multicast memberships

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: VNetUserIfFree: release of userIf to 0xffffff8029340800.

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: netif-vmnet1: adding Protocol 2.

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet1: could not restore 1 link suspension memberships (err = 102) multicast layer

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: netif-vmnet1: SIOCSIFFLAGS: 0 x 8863

    Mar 21 11:07:43 - last message repeated 1 time.

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: VNetUserIf_Create: created the userIf to 0xffffff8037443a00.

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: VMNetConnect: return port 0xffffff8037443a00

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: VMNET_SO_BINDTOHUB: port: paddr 00:50:56:fd:aa:70

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: 1 Hub

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: Port 0

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: Port 1

    Mar 21 11:07:43 UserX - macbook.local sandboxd [482] ([21709]): mdworker (21709) deny-read-data file users/UserX/Documents/Virtual Machines.localized/.localized (pre-plugin fstype:hfs fsflag:480 D 000 flags: 250000005E diag:0 isXCode:0 plugin:internalPlainTextImporter uti:com.vmware.vm - package - find suspect using the file: sudo mdutil t 25383633)

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: VNetUserIf_Create: created the userIf to 0xffffff80292ad800.

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: VMNetConnect: return port 0xffffff80292ad800

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: Hub 8 there is no memory allocation.

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: allocated plate rotating 0xffffff802c5f5000 hubNum 8.

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: VMNET_SO_BINDTOHUB: port: paddr 00:50:56:f9:33:34

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: Hub 8

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: Port 0

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: VMNetSetopt: link Set UP State

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: VNetUserIf_Create: created the userIf to 0xffffff8033732800.

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: VMNetConnect: return port 0xffffff8033732800

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: VMNET_SO_BINDTOHUB: port: paddr 00:50:56:e5:cf:2 c

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: Hub 8

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: Port 0

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: Port 1

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet8: attached with 1 layer of link suspension multicast memberships

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: VNetUserIfFree: release of userIf to 0xffffff8033732800.

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: netif-vmnet8: adding Protocol 2.

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet8: could not restore 1 link suspension memberships (err = 102) multicast layer

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: netif-vmnet8: SIOCSIFFLAGS: 0 x 8863

    Mar 21 11:07:43 - last message repeated 1 time.

    Mar 21 11:07:43 UserX - macbook.local sandboxd [482] ([21709]): mdworker (21709) deny-read-data file users/UserX/Documents/Virtual Machines.localized/.localized (pre-plugin fstype:hfs fsflag:480 D 000 flags: 250000005E diag:0 isXCode:0 plugin:internalPlainTextImporter uti:com.vmware.vm - package - find suspect using the file: sudo mdutil t 25383633)

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: VNetUserIf_Create: created the userIf to 0xffffff8036d95600.

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: VMNetConnect: return port 0xffffff8036d95600

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: VMNET_SO_BINDTOHUB: port: paddr 00:50:56:f0:93:97

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: Hub 8

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: Port 0

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: Port 1

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmnet: Port 2

    Mar 21 11:07:43 UserX - macbook.local sandboxd [482] ([21709]): mdworker (21709) deny-read-data file users/UserX/Documents/Virtual Machines.localized/.localized (pre-plugin fstype:hfs fsflag:480 D 000 flags: 250000005E diag:0 isXCode:0 plugin:internalPlainTextImporter uti:com.vmware.vm - package - find suspect using the file: sudo mdutil t 25383633)

    Mar 21 11:07:43 - last message repeated 1 time.

    Mar 21 11:07:43 UserX-macbook kernel [0]: vmioplug: support @ 0xffffff7f85625d00: Info 0xffffff7f856280a8 name com.vmware.kext.vmioplug.12.1.13 Version 12.1.13 build-1398658 to 29 October 2013 18:34:34

    Mar 21 11:07:51 UserX - macbook.local CalendarAgent [459]: [com.apple.calendar.store.log.caldav.queue] [update has failed with the error: error Domain = CoreDAVHTTPStatusErrorDomain Code = 401 'operation could not be completed.] (CoreDAVHTTPStatusErrorDomain 401 error.) "UserInfo = 0x7f8083c8eac0 {AccountName = Yahoo!, CalDAVErrFromRefresh = YES, CoreDAVHTTPHeaders = < CFBasicHash 0x7f8083fa47c0 [0x7fff7c286f00] > {type = dict immutable, count = 11,}

    entries = >

    0: transfer-Encoding = < CFString 0x7fff7cdade70 [0x7fff7c286f00] > {content = "Identity"}

    1: content-Type = < CFString 0x7f80854d11a0 [0x7fff7c286f00] > {content = text/html";} Charset = UTF-8 "}"

    2: connection = < CFString 0x7f80854ee300 [0x7fff7c286f00] > {content = "keep-alive"}

    3: via < CFString 0x7f80854df9e0 [0x7fff7c286f00] > = {content = "HTTP/1.1 calgate006.cal.ne1.yahoo.com (YahooTrafficServer/1.20.13 [s c f])"}

    4: age = < CFString 0x7fff7c268b80 [0x7fff7c286f00] > {content = '0'}

    5: P3P = < CFString 0x7f80854ee210 [0x7fff7c286f00] > {content = "policyref =" "http://info.yahoo.com/w3c/p3p.xml", CP = "CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi Puhkekeskus IND PHY ONL JOINED PURE END COM NAV INT DEM CNT STA POL HEA PRE GOV LOC" "}

    6: date = < CFString 0x7f8085492e90 [0x7fff7c286f00] > {content = "Friday, March 21, 2014 02:07:49 GMT"}

    7: server = < CFString 0x7f8085606b60 [0x7fff7c286f00] > {content = "YTS/1.20.13"}

    9: Www-Authenticate = < CFString 0x7f80854c5cc0 [0x7fff7c286f00] > {content = "Basic realm ="Zimbra""}

    11: cache-Control = < CFString 0x7f80854c3e70 [0x7fff7c286f00] > {content = "private"}

    12: vary = < CFString 0x7f80854c4390 [0x7fff7c286f00] > {content = "Accept-Encoding"}

    }

    }]

    Mar 21 11:07:51 UserX - macbook.local CalendarAgent [459]: [com.apple.calendar.store.log.caldav.queue] [added [< CalDAVAccountRefreshQueueableOperation: 0x7f80854dc180;]] [[Sequence: 0 >] missed operations.]

    Mar 21 11:07:52 UserX - macbook.local sandboxd [482] ([21709]): mdworker (21709) deny-read-data file users/UserX/Documents/Virtual Machines.localized/.localized (pre-plugin fstype:hfs fsflag:480 D 000 flags: 250000005E diag:0 isXCode:0 plugin:internalPlainTextImporter uti:com.vmware.vm - package - find suspect using the file: sudo mdutil t 25383633)

    Thanks a lot for your time!

    Best regards

    I ended up doing a resumption of full time machine for 12 hours.

    At least it worked.

    Thanks for your advice

  • How can I fix an internal error when trying to export?

    Hello

    I need help.  I under Adobe Lightroom 64-bit 5.7.  I tried to export a photo retouched on my hard drive.  I received this error message;

    An internal error has occurred: error Win32 API 2 ("the system cannot find the file specified.") When the ShellExecuteExW of AgWorkspace.shellExecute.

    Can someone tell me how to solve this problem?  Thank you.

    See here for a solution.  This, but is STILL in Lr5.7, so it is still applicable.

    Cannot export the error occurs when you export in Lightroom 4.1

  • Video Express only reads video cam - INTERNAL ERROR when clicking on other points of view

    Today, I installed the video essay Express 10 on my iMac. I wasn't able to use it successfully yet.

    After I save my reading only show the video cam. When I click on an other buttons to display the drop-down list screen or screen/video. I get an error message says "internal Application encountered and error" If the problem persists, contact forms or assistance. I get the same error message when, after a few seconds, trying to 'publish to the computer.

    I did find mention of this problem on this forum. Anyone know what the problem is or how to fix it?

    Thank you, James

    PS. If it's important, I also have an 8 in captivity purchased on this computer.

    James,

    I had the same problem with the new used 10 anchor on a new iMac. Whenever I clicked on something other than the view of the CAM it would receive the "Internal error" message, and then nothing worked properly.

    Here's what fixed it for me:

    1. Open video Express
    2. Before you click the green + sign to open a new project, click the Preferences icon in the upper right (it looks like a cog in a machine)
    3. Choose "Preferences".
    4. Click on "Change resolution during playback" - or uncheck if it is ticked (mine was unchecked so I checked)
    5. Now, open a new project and try again

    It worked for me. I hope it works for you.

    Peace.

    RW Harris

    Trainer company

    Express oil change & tire engineers

  • "Internal error" when changing Desktop provisioning settings

    This is getting ridiculous. Its a shame that VMware does no support whatever view assessment. A problem more like this and I swear that I will not buy this product...

    In any case, I have created a few office pools test but need to change the settings. When I click edit for an office pool, under "automated provisioning settings" it I cannot change the settings. For example if I want to disable the commissioning or decrease the number of workstations to be deployed, it gives me an error "internal error". If I try to disable the commissioning the same error occurs.

    Why is this? You can decrease the amount of workstations put into service once you create a pool?

    Thanks in advance!

    I see this error before when you try to change the settings on a pool that

    did not see it is assigned model.  Once I pointed to a valid

    model, it allowed me to change the settings.

    May 27, 2010 at 11:03 'godbucket' [email protected]

Maybe you are looking for