Element at position 2 cannot be found

I have been beating my brains out trying to figure this out. If any of you have thoughts, I would love to hear them. I have a cflocation to redirect to PayPal as follows...
<cflocation url="https://www.paypal.com/cgi-bin/websrc?tax_cart=#WA_eCart_FormatNumber(WA_eCart_GetTax(whit cart), false, 2)#&no_note=0&no_shipping=1&return=http://xxxxxxxx.com/paypalsuccess.cfm&cmd=_cart&upload=1&currency_code=USD&address_overrid e=0&firstname=#IIf(isDefined('session.firstname'),'session.firstname',DE(''))#&lastname=#I If(isDefined('session.lastname'),'session.lastname',DE(''))#&street1=#IIf(isDefined('sessi on.street1'),'session.street1',DE(''))#&street2=#IIf(isDefined('session.street2'),'session .street2',DE(''))#&city=#IIf(isDefined('session.city'),'session.city',DE(''))#&state_provi nce=#IIf(isDefined('session.state_province'),'session.state_province',DE(''))#&postcode=#I If(isDefined('session.postcode'),'session.postcode',DE(''))#&country=#IIf(isDefined('sessi on.country'),'session.country',DE(''))#&email=#IIf(isDefined('session.email'),'session.ema il',DE(''))#&phone=#IIf(isDefined('session.phone'),'session.phone',DE(''))#&ordernumber=#I If(isDefined('session.ordernumber'),'session.ordernumber',DE(''))#&handling_cart=#WA_eCart _FormatNumber(WA_eCart_GetShipping(whitcart)+WA_eCart_GetCharges(whitcart), false, 2)#&
<cfoutput>
    <CFLOOP FROM='1' TO='#ArrayLen(session.whitcart_items)#' INDEX='i'>
        <CFLOOP COLLECTION='#session.whitcart_items[i]#' ITEM='y'>
            <CFIF StructKeyExists(session.whitcart_items[i], y)>
                #y#=#session.whitcart_items[i][y]#&
            </CFIF>
        </CFLOOP>
    </CFLOOP>
</cfoutput>
[email protected]" />
When I run this, it comes back with element at position 2 cannot be found. The probem is that my array only has one item in it. I dumped it to the screen and see this...
Price=0.01 TotalPrice=0.01 Name=The_Day_After_His_Birth.pdf Weight=0 Description=The Day After His Birth FullDetails=1 The_Day_After_His_Birth.pdf (2) ID=2 TotalWeight=0 Quantity=1
So I am struggling as to what is occurring.
Thoughts?

Dan Bracuk wrote:
So in other words, it's a 1D array.  That means this line will never work:
#y#=#session.whitcart_items[i][y]#
Well it should work as long as 'i' is an integer in the set of {1} and 'y' is a string in the set of {'Description','FullDetails','ID',etc}
I.E this hard coded example should work.
<cfoutput>Description = #session.whitcart_items[1]["Description"]#</cfoutput>
Thus, this should also work.
<cfset i = 1>
<cfset y = "Description">
<cfoutput>#y# = #session.whitchat_items[i][y]</cfoutput>

Similar Messages

  • Exchange 2010 - New-Mailbox - A positional parameter cannot be found that accepts argument '-PrimarySmtpAddress'.

    Hi,
    I am currently writing a powershell script that utilizes the new-mailbox command of EMS to create a shared mailbox.
    I am connecting to EMS via a remote PSSession object.
    When I try and specify an alternative SMTP address via the -PrimarySmtpAddress paramater I get the error
    " A positional parameter cannot be found that accepts argument '-PrimarySmtpAddress'.
    I have confirmed that the version of Exchange 2010 installed on the server should have this parameter - Version 14.3 (Build 123.4)
    An example command :-
    New-Mailbox -Shared -Name "SharedMailbox_test" -Alias "testsharedmailbox" -DisplayName "SharedMailbox_test" -UserPrincipalName "[email protected]" -OrganizationalUnit "OU=Mailboxes,OU=Accounts,DC=domain,DC=com"
    -Database "DB1" -PrimarySmtpAddress "[email protected]" -force
    Has anyone else experienced this behavior?
    Steve.
    Just a good old boy, never meaning no harm

    Hi Rich,
    That was my initial thought too, so I triple-checked my command to see if it was a simple syntax error - it wasn't.
    On further investigation I compared the list of parameters available in a DEV EMS session (on where I know the command works) against the one in PROD where the problem occurs.  Both sessions are running the same version of EMS.
    I ran the following to get a list of parameter names in both sessions :-
    $a = gcm New-Mailbox
    $a.Parameters.Keys | sort
    Here's the results :-
    DEV EMS (working)
    Prod EMS (missing)
    AccountDisabled
    ActiveSyncMailboxPolicy
    AddressBookPolicy
    Alias
    Alias
    Arbitration
    ArbitrationMailbox
    Archive
    ArchiveDatabase
    ArchiveDomain
    AsJob
    AsJob
    Confirm
    Confirm
    Database
    Database
    Debug
    Debug
    Discovery
    DisplayName
    DisplayName
    DomainController
    DomainController
    Equipment
    Equipment
    ErrorAction
    ErrorAction
    ErrorVariable
    ErrorVariable
    FirstName
    FirstName
    Force
    Force
    ImmutableId
    Initials
    Initials
    LastName
    LastName
    LinkedCredential
    LinkedDomainController
    LinkedMasterAccount
    ManagedFolderMailboxPolicy
    ManagedFolderMailboxPolicyAllowed
    ModeratedBy
    ModerationEnabled
    Name
    Name
    Office
    OrganizationalUnit
    OrganizationalUnit
    OutBuffer
    OutBuffer
    OutVariable
    OutVariable
    Password
    Phone
    PrimarySmtpAddress
    RemoteArchive
    RemotePowerShellEnabled
    ResetPasswordOnNextLogon
    ResetPasswordOnNextLogon
    ResourceCapacity
    RetentionPolicy
    RoleAssignmentPolicy
    Room
    Room
    SamAccountName
    SamAccountName
    SendModerationNotifications
    Shared
    Shared
    SharingPolicy
    ThrottlingPolicy
    UserPrincipalName
    UserPrincipalName
    Verbose
    Verbose
    WarningAction
    WarningAction
    WarningVariable
    WarningVariable
    WhatIf
    WhatIf
    It might be a permissions-based issue, but I don't own either EMS session so can't test personally.
    I will keep investigating and update here once I have some further information.
    Regards,
    Steve.
    Just a good old boy, never meaning no harm

  • Restore-SPSite : A positional parameter cannot be found that accepts argument '$null'.

    Restore-SPSite : A positional parameter cannot be found that accepts argument '$null'.
    At line:1 char:15
    + Restore-SPSite <<<<  http://weekly-sn-cas.statoil.com/sites/ts-17067/ -Path C:\backup\ts-47438(1).bak
        + CategoryInfo          : InvalidArgument: (:) [Restore-SPSite], ParameterBindingException
        + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.SharePoint.PowerShell.SPCmdletRestoreSite
    plz give me solution above this
    ravi sharepoint

    Hello,
    can you provide the command you execute?
    Best regards, Christopher.
    Blog |
    Mail
    Please remember to click "Mark As Answer" if a post solves your problem or
    "Vote As Helpful" if it was useful.
    Why mark as answer?

  • The cryptic error - element cannot be found in a collection ?

    I have encountered this error in the script task a few times. The causes are - Variable is present in code,  but not added to task list OR, you try to create a DataColumn with the wrong column name, OR the variable in the task list has been deleted.
    When you make such mistakes, you get the cryptic error - 
    Error: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. 
    ---> Microsoft.SqlServer.Dts.Runtime.DtsRuntimeException: The element cannot be found in a collection. This error happens when you try to retrieve an element from a collection on a container during execution of the package and the element is not there.
     ---> System.Runtime.InteropServices.COMException (0xC0010009): The element cannot be found in a collection. This error happens when you try to retrieve an element from a collection on a container during execution of the package and the element is not
    there.
    How do I guess the EXACT source of the problem from this cryptic error message ?
    I am sure that I am a beginner compared to the developers who made SSIS. But, what amazes me is that they could not even show which element was missing ? As a result, the developer has to look at all the variables in his code and see if they are in the list.
    Is this error so cryptic in even SSIS 2012 ? This should not have been too hard for the highly paid programmers to figure out.

    The thing is the variables are stored as an array or to be precise a collection so the variable name is the key and as you might have noticed in other programming languages that the values are not displayed in the error or the stack trace so according to
    the base engine the variable name is just a string value and nothing more so it will throw the error 
    "The element cannot be found in a collection"
    instead of showing which which variable.
    Surender Singh Bhadauria
    My Blog

  • Variable not found when package executes.".The element cannot be found in a collection."

    This is a very simple tutorial demonstrating script task. 2 variables
    intvar int32 5
    strvar string 0
    And a script task with this code
    If Dts.Variables("intVar").Value > 10 Then
                Dts.Variables("strVar").Value = "Big"
            Else
                Dts.Variables("strVar").Value = "Small"
            End If
            MsgBox(Dts.Variables("strVar").Value)
    below is the error msg
    SSIS package "Package.dtsx" starting.
    Error: 0x1 at Script Task: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.SqlServer.Dts.Runtime.DtsRuntimeException: The element cannot be found in a collection. This error happens when
    you try to retrieve an element from a collection on a container during execution of the package and the element is not there.
     ---> System.Runtime.InteropServices.COMException (0xC0010009): The element cannot be found in a collection. This error happens when you try to retrieve an element from a collection on a container during execution of the package and the element is not
    there.
       at Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100.get_Item(Object Index)
       at Microsoft.SqlServer.Dts.Runtime.Variables.get_Item(Object index)
       --- End of inner exception stack trace ---
       at Microsoft.SqlServer.Dts.Runtime.Variables.get_Item(Object index)
       at ST_ce37649a37c146518fa69eff106c6625.vbproj.ScriptMain.Main()
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
       at Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine.ExecuteScript()
    Task failed: Script Task
    Warning: 0x80019002 at Package: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches
    the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
    SSIS package "Package.dtsx" finished: Failure.
    The program '[2824] Package.dtsx: DTS' has exited with code 0 (0x0).

    Must be a typo in variable name (not matching declaration)
    Arthur My Blog
    there is one more reason for the problem - 
    I had the code
    DataColumn dc = null;
    dc = myDataTable.Columns["PERSON_NAME"];
    The column to be fetched was NAME and not PERSON_NAME...someone changed it in the db :(

  • Adobe Elements 13 Trial cannot be found anywhere?

    Adobe Elements 13 Trial cannot be found anywhere?  Is is discontinued?  The FAQ says it is still offered.

    Hi,
    Have you tried this page?
    https://helpx.adobe.com/photoshop-elements/kb/photoshop-elements-10-11-downloads.html
    Which operating system?
    Brian

  • Itunes not showing elements 11 drop down list of albums and won't sync, says ïtunes cannot sync, required folder cannot be found. ï have tried re installing both but no success. pls help!!!

    Hi, Itunes won't sync my photos to ipad from elements 11. itunes doesn't show drop down list of albums and says Ipad "......cannot be synced, required folder cannot be found" i have tried re installing both programs but no luck. pls help!!!

    I managed to finally fix the problem in a relatively painless way. It turned out that the problem wasn't on my phone, the problem was with iTunes. I completely uninstalled iTunes from my PC and then reinstalled it and everything was fine.
    In order to completely uninstall iTunes, I did two things:
    Used RevoUninstaller to uninstall iTunes. This cleans out a bunch of extra things that the normal iTunes uninstaller misses.
    Searched for any iTunes folders/files on my computer (using the freeware utility called Everything) and deleted them manually.
    I hope that works for you.

  • On my MacBook Pro running )SX 10.9.5 when I go to Contact Sheet II on Photoshop Elements 12 Editor it say The Operation could not be completed...The file or directory cannot be found...help.. ?Derek

    On my MacBook Pro running )SX 10.9.5 when I go to Contact Sheet II on Photoshop Elements 12 Editor it says The Operation could not be completed...The file or directory cannot be found...help.. ?
    Derek

    See if this solution works:
    https://forums.adobe.com/thread/1623951?q=contact%20sheet

  • Edited photos saved in Elements 12 only show up in elenents. Files cannot be found in Explorer

    Edited photos saved in Elements 12 only show up in elenents. Files cannot be found in Windows 7 Explorer. I search fort he file name given in Elements and nothing is found?

    Have you inadvertently saved the files in a hidden or system folder that Explorer is not searching? Or have you used unusual characters in the file name?
    I use and highly recommend 'Search Everything' - once its done its initial index it is faster and more complete than Windows Search.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • Cannot open project: the folder for this project cannot be found cs4

    I am using Encore CS4  and I get the error "cannot open project: the folder for this project cannot be found"
    Having searched the forums I can not find a solution for when the project folder has been deleted.
    Can someone tell me the solution to this issue.

    If you deleted the Encore directory, you cannot fix this.  You'll have to start over.
    Encore creates this folder structure:
    Root or some other Folder
    MyProject.ncor (the Encore project FILE)
    MyProject (the Encore project directory)
    Other Folders for the Encore project (e.g. Cache, Sources)
    You can get the "the folder for this project cannot be found"  in various ways.
    There have been two recent threads in which the user, by accident or on purpose, changed the folder location or name.  You can fix this by renaming the folder correctly or moving it back (or moving the Encore project file to the correct relative position).
    Folder was renamed.  If you name the folder "MyProjectX" Instead of "MyProject," the project file "MyProject.ncor" can't find it.
    Encore project file was moved - or Encore directories were moved.  If you move "MyProject.ncor" to some other directory or drive (including inside the folder "MyProject"), it can't find the directory - it is looking one directory level below where the project file is located.
    If you delete the Encore project directories, the stuff that Encore uses that projects menus, motion, etc, are gone.  While many of its instructions are inside the project file itself, many are not.  Some of the deleted material might be recreated (e.g. trying to fake Encore into accepting a copy of a menu), but most cannot.

  • Ver.9.5 The volume for file name cannot be found

    HI,
    My work Mac Book pro was recently upgraded to Mavericks from 10.6.8, with iPhoto 11 (ver. 9.5) also an included upgrade. One album of photos is no longer accesible - clicking on each thumbnail provokes the following window "The volume for <file name> cannot be found. The "Try again" option doesn't work, and the alternative, which is to use the finder to locate the file is useless, as the files are buried in a library spare bundle. When I copy the file name, and search on the volume with the library via finder, it pulls up tiny thumbnail size files.
    I have a primary iphoto library on a dedicated USB external drive, which I back up not everytime I update the library (200 gbs spare bundle over USB2!), but regularly. I fear these recently imported files, have not been backed up before up erasing cards, and upgrading system OS, have gone.
    Is there any way of getting into the library via finder, or elsewhere in iphoto to refind the original master files which are in there somewhere? These files opened perfectly in iphoto before the recent upgrade.

    Thanks for the fast response. I've followed your directions and can't find the file in there, in Masters, Originals, or Modified folders. I found files in Thumbnails folder though. Some of the files from the same event are fine, so its not consistent. I'm also noticing that another file in the event has a totally blurred preview (Its a 24mbs Jpg from a Nikon D800) - not sure if this is at all connected.
    The positive news is that my NeoFinder database of drives indicates I should have the 'missing' files on another computer in the office, but I'm still scratching my head on this.

  • Captivate videos created in RH9 cannot be found in RH11

    We just upgraded from RH9 to RH11 and our Captivate videos now have errors "file or directory cannot be found". Any ideas?

    Hmmm, was the captivate video added as an element in an existing Topic page? Or was it added to the project where you import the Captivate HTML page?
    Here's my thinking. The link seems to be attempting to open an HTML page that doesn't exist for whatever reason. Unfortunately there are many ways you may have created that link.
    Have you tried adding the content as Baggage? Perhaps that's the answer here. To add as Baggage.
    In your Project Manager pod, try right-clicking the Baggage Files folder and adding that way. If you don't see a folder named Baggage Files, the right click action should present Baggage File on the context menu after you click New.
    Cheers... Rick

  • The service cannot be found for the endpoint reference (EPR) 127.0.0.1/a

    Hi All:
    I need help!!!
    I am using axis2-1.5.1, jdk 1.6, eclipse 3.5, and Axis2_Codegen_Wizard_1.3.0 and windows xp.
    I used Axis2_Codegen_Wizard_1.3.0 to generate the client stub and proxy.
    I get the following error when I tried to call the web service:
    package com.ttdev.ss.client;
    import java.rmi.RemoteException;
    import com.ttdev.ss.client.SimpleServiceStub.ConcatRequest;
    import com.ttdev.ss.client.SimpleServiceStub.ConcatResponse;
    public class SimpleClient
         public static void main(String[] args) throws RemoteException
              try
              SimpleServiceStub service = new SimpleServiceStub();
              ConcatRequest request = new ConcatRequest();
              request.setS1("abc");
              request.setS2("123");
              ConcatResponse response = service.concat(request);
              System.out.println(response.getConcatResponse());
              catch(Exception e)
                   System.out.println("e.getMessage():"+e.getMessage());
    Here is my SimpleService.wsdl:
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions name="SimpleService" targetNamespace="http://ttdev.com/ss" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://ttdev.com/ss" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
    <wsdl:types>
    <xsd:schema targetNamespace="http://ttdev.com/ss">
    <xsd:element name="concatRequest">
    <xsd:complexType>
    <xsd:sequence>
         <xsd:element name="s1" type="xsd:string"/>
         <xsd:element name="s2" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="concatResponse" type="xsd:string">
    </xsd:element>
    </xsd:schema>
    </wsdl:types>
    <wsdl:message name="concatResponse">
    <wsdl:part name="parameters" element="tns:concatResponse">
    </wsdl:part>
    </wsdl:message>
    <wsdl:message name="concatRequest">
    <wsdl:part name="parameters" element="tns:concatRequest">
    </wsdl:part>
    </wsdl:message>
    <wsdl:portType name="SimpleService">
    <wsdl:operation name="concat">
    <wsdl:input message="tns:concatRequest">
    </wsdl:input>
    <wsdl:output message="tns:concatResponse">
    </wsdl:output>
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="SimpleServiceSOAP" type="tns:SimpleService">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="concat">
    <soap:operation soapAction="http://ttdev.com/ss/NewOperation"/>
    <wsdl:input>
    <soap:body use="literal"/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="SimpleService">
    <wsdl:port name="SimpleServiceSOAP" binding="tns:SimpleServiceSOAP">
    <soap:address location="http://localhost:8080/axis2/services/"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    In the dos-prompt, I get the following error message:
    [INFO] Listening on port 8080
    [ERROR] The service cannot be found for the endpoint reference (EPR) 127.0.0.1/a
    xis2/services/
    org.apache.axis2.AxisFault: The service cannot be found for the endpoint referen
    ce (EPR) 127.0.0.1/axis2/services/
    at org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPha
    se.java:65)
    at org.apache.axis2.engine.Phase.invoke(Phase.java:334)
    at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:251)
    at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:160)
    at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostReq
    uest(HTTPTransportUtils.java:167)
    at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:26
    6)
    at org.apache.axis2.transport.http.server.AxisHttpService.doService(Axis
    HttpService.java:281)
    at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(
    AxisHttpService.java:187)
    at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpS
    erviceProcessor.java:82)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec
    utor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
    .java:908)
    at java.lang.Thread.run(Thread.java:619)
    Thank you for your help!!!
    Yours,
    John.

    I had the same issue and managed to fix it.
    I am using tomcat and had a filter configured for AxisServlet to open a hibernate Session. Somehow (I did not figure it out yet) this filter afects the way the AxisServlet resolves the EPR.
    My fix was - remove the filter. It worked. Now I am trying to figure out why.
    If you have any clues, please drop a line.

  • Taskdef class weblogic.wsee.tools.anttasks.JwscTask cannot be found

    Hi,
    I use ant to deploy adf web applications. However, I get errors:
    --------------error----------------
    Buildfile: E:\SOAworkspace\ANT\Project1\build2.xml
    [echo] Classpath: D:\weblogicSA2011\wlserver_10.3\samples\domains\wl_server\bin\weblogic.jar
    BUILD FAILED
    E:\SOAworkspace\ANT\Project1\build2.xml:14: taskdef class weblogic.wsee.tools.anttasks.JwscTask cannot be found
    Total time: 0 seconds
    --------------ant------------------
    <project default="all">
    <property name="weblogic.jar.classpath" value="D:\weblogicSA2011\wlserver_10.3\samples\domains\wl_server\bin\weblogic.jar"/>
    <echo>Classpath: ${weblogic.jar.classpath}</echo>
    <target name="all" depends="clean,build-service,deploy" />
    <target name="clean">
    <delete dir="output" />
    </target>
    <path id="my.path">
    <pathelement path="D:\weblogicSA2011\jdk160_18\lib\tools.jar"/>
    <pathelement path="D:\weblogicSA2011\wlserver_10.3\samples\domains\wl_server\bin\weblogic.jar"/>
    </path>
    <taskdef name="jwsc"
    classname="weblogic.wsee.tools.anttasks.JwscTask" classpath="D:\weblogicSA2011\wlserver_10.3\samples\domains\wl_server\bin\weblogic.jar" />
    <target name="build-service">
    <jwsc srcdir="HelloWorld" destdir="c:\helloWorldEar">
    <jws file="ping.java" type="JAXWS"/>
    </jwsc>
    </target>
    <taskdef name="wldeploy" classname="weblogic.ant.taskdefs.management.WLDeploy" classpath="D:\weblogicSA2011\wlserver_10.3\server\lib\weblogic.jar"/>
    <target name="deploy">
    <wldeploy action="deploy"
    name="otnapp_application1.ear"
    source="E:\SOAworkspace\otnapp\deploy\" user="weblogic"
    password="welcome1"
    adminurl="t3://localhost:7001"
    targets="wl_server"/>
    </target>
    </project>

    Those taskdefs are in the %WL_HOME%/server/lib/weblogic.jar file. Are you sure that you have that file in a <path> element of the Ant build.xml script (or in the CLASSPATH environment variable that Ant is using)?

  • VM Unknown (Inaccessible) - Configuration file cannot be found

    I am running a single VM on a small HP Proliant server with ESXi 5.0 which boots off a thumb drive
    The box has two drives mirrored with a raid card
    The machine was powered down safely
    The drives were removed
    The machine was accidentally powered on without the drives (yes he is in the corner)
    When I put the drives back in and powered up the box vSphere showed the VM as "Unknown (inaccessible)" with the EVENTS description "Configuration file cannot be found". The details shows "Configuration file for Unknown on localhost.localdomain in ha-datacenter cannot be found"
    I powered the machine down and went into the raid card bios configuration where i observed a mirror sync in progress. This continued for a little over 4 hours and finally it reported the drives as "optimal".
    I rebooted the box but vSphere still shows the VM as Unknown (inaccessible).
    I thought I was being clever installing our small dental practice server onto a VM but suddenly realise I am way out of my depth here. Is there any hope to get the VM going and can anyone point me in the right direction?
    Many thanks

    Hi,
    Unfortunately I am experiencing the same issue with the difference that I have restored iSCSI access to the LUN and I can browse my datastore and see the files within. but esx 5.5 host still displays all the VMs in that datastore as "inaccessible". I have tried a bunch of possibilities without any positive result, including:
    1. removing the VMs from inventory and adding them again
    2. delete files in /var/lib/vmware/hostd/stats
    3. Rename vmInventory.xml and adding the VMs again
    The one thing that I have noticed which makes me more fightened is that I cannot download or copy the existing VM files within my datastore but I am able to create new ones!
    Any suggestions that may save me?

Maybe you are looking for

  • How to share iTunes with my wife ? (i'm a noob)

    Hello all. i'm a noob in Mac world and iTunes also (i'm coming from PC world so...) so sorry in advance if i don't use the correct Mac vocabulary... So here is my problem: my wife and i share a Mac Pro. we also share one iTunes. Let's say that  our w

  • Error while creating Process flows in OWB 11gR2

    Hi I have never faced this before and thats why it baffles me. I am trying to create a new process flow module which has already been configured to the OWF_LOCATION(Oracle workflow location). I get Java exception error window with long list of detail

  • 802.1x support for windows 98

    Hi, Just want to know if there is an offical service pack from microsoft supports 802.1x for Windows 98 ? Is there other 802.1x client software that supports windows 98 client ?

  • Update string table from continious reading "*.txt" file

    Hello community , I read a txt file continiously and try to catch the next data written each time the txt file is modified. My problem is that I can't use an event structure inside the while loop to catch the new data written. So the process write ne

  • No update EKPO-ZGTYP in ME22N

    Hello experts, I've inserted following code in method IF_EX_ME_PROCESS_PO_CUST~PROCESS_ITEM in order to clear the certificate type when the document type is ZIC of UB. When I debug this the field ls_item-zgtyp gets cleared. When I check EKPO-ZGTYP to