17306 Error accessing item 'Locals'.

I have a sequence called "ProgramAssetData" in the same file as it is being called in.  The first time I call ProgramAssetData, it works fine.  The second time I call ProgramAssetData as part of a loop, I get the error below. The "Run-Time Error" window pops up and I select "Retry" and that always works.
I do not beleive it to be a timing error because stepping through the code does not help.
How can a property name 'Locals' be unknown?   ... and always work in Retry?
What does "Retry" do that is different from normal running?
How do I get rid of this error? 
FYI- A CVI call in in the previous step.
Details:
Error calling sequence ProgramAssetData.
Unknown variable or property name 'Locals'.
Error accessing item 'Locals'.
Error Code:
-17306; Unknown variable or property name.
Handle Current Error
    Retry
                                              OK
17306 = TS_Err_UnknownVariableOrProperty

I'm not sure why retry wasn't giving you the error again. All it's doing is running the step again, so you should get another error if the property still does not exist.
Also, not sure why the error is referring to Locals as missing, you should instead be getting an error about Locals.name missing if that is what is the problem.
Also normally teststand will show the runtime error dialog (station option setting) on runtime error at the location in the sequence where the error occurs. Not sure what settings you are using or where you are seeing the error. If you are seeing it just in the report, then perhaps the station options were changed to not show the dialog. I'd recommend changing the settings to show the dialog while you are debugging.
Without looking at your code, it's hard for me to know for sure, but the experience you had is likely due to something the sequence you are executing is doing  (or some other customization of TestStand - perhaps a custom error handling dialog) and is not a normal behavior of TestStand.
Hope this helps,
-Doug

Similar Messages

  • Unknown variable or property name 'ReportFilePath'. Error accessing item 'Runstate.Root.Locals.ReportFilePath'. in TestStand

    Hi all.
    I was using Teststand 4.2 up to last week and upgraded to TS 2013. In 4.2 I was using the following to get the location of the teststand report:
    Runstate.Root.Locals.ReportFilePath
    but with TS 2013 this no longer works.. is the following error:
    Unknown variable or property name 'ReportFilePath'.
    Error accessing item 'Runstate.Root.Locals.ReportFilePath'. in TestStand - Get Property Value (String).vi->
    I've tried the following now with no success:
    RunState.Root.Report.Location
    So my question is how can I get the location (path) of the report file during test programmatically please?
    Please find enclosed a screenshot of the report config:
    Solved!
    Go to Solution.
    Attachments:
    TS_ReportConfig.png ‏42 KB

    Shashidhar,
    Thanks for your help! With your tips, I finally got it to work. For anyone else trying to modify report names based on user input after the sequential process model sets the file name path I will re tell what I did:
    Edit the Ni_RerportGenerator.seq plugin found in C:\Program Files (x86)\National Instruments\TestStand 2014\Components\Models\ModelPlugins\
    You go into this file and add the step higlighted in Blue at that same location. Please see the expression I typed in the expression box. Setting Parameters.ReportOptions.NewFileNameForEachUUTStatus to true forces re-evaluation of the report name at the end of the sequentialmodel.seq.
    Then you add a FileGlobal in the sequenatialmodel.seq. I called my FileGlobal ReportFileName
    Then I added an expression in my test sequence that modified the the new FileGlobal I created:
    Finally I updated the report options (Go to Cofigure>Report Options > Report File Pathname and under File/Directory Options select "Specify Report File Path by Expression" and I entered my expression. It appears that you can disregard the evaluated report file path error (box below) because your pathname won't be generated until run-time.
    This worked well for me hopefully it will for others. 
    Thanks,
    Marco

  • "sCode=0xf​fffbc66: Descriptio​n: Unknown variable or property name 'ReportSty​le'. Error accessing item 'ReportSty​le' when trying to optn the ReportOpti​ons in TestStand 4.0.

    I get the error "sCode=0xffffbc66: Description: Unknown variable or property name 'ReportStyle'.  Error accessing item 'ReportStyle'. when trying to load the ReportOptions in TestStand 4.0.
    Has anyone seen this before?  If so how can I get around it as I will need to disable Report Generation for this system.
    Thank you

    Hello,
    I am not 100% sure how I resolved this issue as it was a few years ago.  However, I have attached the TestStandModelReportOptions.ini file that I used - hope this helps you.
    Attachments:
    TestStandModelReportOptions.ini ‏5 KB

  • Errors when accessing Encrypted Local Storage

    Hi there,
    I develop an AIR application and some of the users of the application are running into an issue when accessing Encryped Local Storage. Sometimes, when the application tries to put or retrieve an item from Encrypted Local Storage, these errors are reported:
    Error: general internal error
    EncryptedLocalStore database access error
    I've searched around a little and it appears that these errors occur for a variety of reasons. Sounds like corruption to the user's keychain can result in this error being thrown (repairing the keychain was mentioned as a possible solution in one blog post). This same error happens to some Linux users (http://kb2.adobe.com/cps/492/cpsid_49267.html) when switching between Gnome and KDE desktops too. http://blogs.adobe.com/koestler/2009/07/unreadable_encrypted_local_sto.html seems to suggest that changing of usernames on the machine can have an impact on how the ELS is accessed.
    In terms of a solution to this issue, I've seen multiple posts online asking the user to delete the ELS directory on their computer. While this 'solution' works for some users of the application I develop, it doesn't work for other users. http://forums.adobe.com/thread/239605 seems to suggest that a full factory reset of a user's OS gets everything back to square one and the ELS is now usable again - that's not really something that I can suggest to a user of an application. It seems a bit drastic and most users will (understandably) baulk at the idea of a full factory reset.
    So, I'm in a position with AIR development where I have to provide a fallback to ELS. Thankfully, I don't use ELS in the application too much, but I imagine anyone that has to make meaningful use of it would be pretty handicapped by the issues above. I guess I have a few questions:
    1. Has anyone been able to reproduce the errors listed above? Are you able to get your system into a state where 'Error: general internal error' appears consistently when you try to access ELS? I've tried the suggestions listed in the articles I outlined above, but have so far failed in reproducing these errors.
    2. If you have managed to get your machine into this state, what is the most advisable remedial action? As I mentioned above, deleting the ELS directory to start anew seems to work for some users but not for others.
    3. Is there anything that someone has tried where they've found a programmatic solution to avoid this issue altogether?
    4. Can someone in AIR engineering comment on concrete efforts to avoid these sort of scenarios in future versions of the runtime? Is there any debug information that I can provide from users of this application that could help diagnose this issue further and possibly feed back to the AIR development team?
    FWIW, my application descriptor file is pointing at the 1.5.3 version of the runtime. We've seen this happen to users that are running this application with both the 1.5.3 version of AIR and the 2.0.3 version of AIR. We've seen this happen on both Mac and Windows. I've seen this happen with initial installs of the application and with upgrades to new versions too.
    Sean

    Hi Sean,
    Thanks for reporting the issue. As you pointed out (via the blogs and weblinks), we are aware of this issue. And the following blog post talks about the problem in detail:
         http://kb2.adobe.com/cps/492/cpsid_49267.html
    As mentioned there, this issues arises because of corruption of keyring database, which in turn could happen becuase of user migration, switching desktops, ELS data migration to a different machine etc In such a scenario, even native applications are not able to access the ELS store (gnome-keyring or kde-kwallet). So there is little that we could do here. We have never experienced a scenario where an AIR application resulted into the corruption of database.
    Having said that, if you can provide us a constantly reproducible case (a list of steps which can always get us hit the issue), then we can definitely try to do the best possible in this regard.
    Thanks,
    -romil
    (AIR Engineering)

  • Error: This item must be open to read this field while trying to access field of WI using Object Model

    Hi there,
         I'm trying to access few fields for example Description, History,Repro Steps etc. ,but I get error as
    Error: This item must be open to read this field.
    How do i fix this?
    Thanks,
    Anu

    WorkItem.Open() ?
    There is no open() method for workitem
    is there any other solution?
    Thanks
    Anusha

  • Error code -17306 while accessing container from TestStand

    Hi,
    I am getting an error -17306 while accessing the TestStand container present in Station Globals using invoke node property object. Please find below the code snippet.
    Thanks,
    Neha

    Hi
    I am not sure too, how to obtain sequence context from TS application manager. However, did you try using the lookupstring as "StationGlobals.UUT1.Name" or as "FileGlobals.UUT1.Name"?
    I think, the reference to globals will include Station Globals and File Globals. so, you might have to be specific in the lookup string.
    the error says the name of the variable or property is not valid.
    also, you wired "0" which means do not create the variable if not found. is that what you wanted to configure?

  • Report Server srsrp.log - (!) InitializeSrsWhenNeeded error = Access is denied.

    Hello,
    since about one week our sccm primary server shows the following error message in the srsrp.log file every minute:
    Confirmed version [11.0.5058.0] for the Sql Srs Instance. SMS_SRS_REPORTING_POINT 16.07.2014 16:18:25 4100 (0x1004)
    Extract resource language packs if exists SMS_SRS_REPORTING_POINT 16.07.2014 16:18:25 4100 (0x1004)
    Loading localization resources from directory [C:\Program Files\SMS_SRSRP\SrsResources.dll] SMS_SRS_REPORTING_POINT 16.07.2014 16:18:25 4100 (0x1004)
    Looking for 'German (Austria)' resources SMS_SRS_REPORTING_POINT 16.07.2014 16:18:25 4100 (0x1004)
    Looking for 'German' resources SMS_SRS_REPORTING_POINT 16.07.2014 16:18:25 4100 (0x1004)
    Falling back to 'en' resource set SMS_SRS_REPORTING_POINT 16.07.2014 16:18:25 4100 (0x1004)
    Next security configuration at [16.07.2014 16:26:24] SMS_SRS_REPORTING_POINT 16.07.2014 16:18:26 4100 (0x1004)
    Retrieved datasource definition from the server. SMS_SRS_REPORTING_POINT 16.07.2014 16:18:26 4100 (0x1004)
    Updating data source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} at CM_MED SMS_SRS_REPORTING_POINT 16.07.2014 16:18:26 4100 (0x1004)
    Successfully get report server from Registry SMS_SRS_REPORTING_POINT 16.07.2014 16:18:26 4100 (0x1004)
    Moved folder from /CM_MED to /CM_MED.OLD.1. SMS_SRS_REPORTING_POINT 16.07.2014 16:18:26 4100 (0x1004)
    Created folder [CM_MED]. SMS_SRS_REPORTING_POINT 16.07.2014 16:18:26 4100 (0x1004)
    Creating data source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} at CM_MED SMS_SRS_REPORTING_POINT 16.07.2014 16:18:26 4100 (0x1004)
    (!) InitializeSrsWhenNeeded error = Access is denied. SMS_SRS_REPORTING_POINT 16.07.2014 16:18:26 4100 (0x1004)
    Failures reported during periodic health check by the SRS Server atmeds172.medel.local. SMS_SRS_REPORTING_POINT 16.07.2014 16:18:26 4100 (0x1004)
    Registry change SMS_SRS_REPORTING_POINT 16.07.2014 16:18:26 4100 (0x1004)
    Waiting for changes for 1 minutes SMS_SRS_REPORTING_POINT 16.07.2014 16:18:26 4100 (0x1004)
    i have spent two days trying to fix this, including:
    - reset the reporting service AD account
    - create a new reporting service AD account
    - change report server to "local system" instead of AD account
    - reinstall the reporting role several times
    - reinstall the entire SQL reporting server service
    - delete the reporting db and all related objects on the filesystem
    - modify permissions of reporting service user (full admin on OS and SQL level, as well as in reporting server roles)
    - install a new vm with SQL server reporting services (the error does not happen on this new machine)
    at the moment, sccm is creating a new "CM_MED.OLD.xxx" folder in reporting server every minute in a loop.
    how can i solve this?
    Environment is Server 2012R2, sccm 2012r2 cu2, SQL 2012 sp2.

    this is what i see in reportserver logs:
    library!ReportServer_0-3!1eec!07/17/2014-08:46:05:: i INFO: Call to CreateFolderAction(ConfigMgr_MED, /).
    library!ReportServer_0-3!1414!07/17/2014-08:46:05:: i INFO: Call to GetDataSourceContentsAction(/ConfigMgr_MED/{5C6358F2-4BB6-4a1b-A16E-8D96795D8602}).
    library!ReportServer_0-3!1414!07/17/2014-08:46:05:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: , Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: The item '/ConfigMgr_MED/{5C6358F2-4BB6-4a1b-A16E-8D96795D8602}'
    cannot be found.;
    library!WindowsService_6!a3c!07/17/2014-08:46:14:: i INFO: Call to CleanBatch()
    library!WindowsService_6!a3c!07/17/2014-08:46:14:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
    library!WindowsService_6!a3c!07/17/2014-08:46:14:: i INFO: Call to CleanBatch() ends
    library!ReportServer_0-3!f64!07/17/2014-08:46:35:: i INFO: Call to CreateDataSourceAction({5C6358F2-4BB6-4a1b-A16E-8D96795D8602}, /ConfigMgr_MED, True).
    the "CreateDatSourceAction" seems to complete successfully, as the datasource is created in the ConfigMgr_MED Folder. immediately afterwards i get the error message in srsrp.log.

  • I am trying to install iTunes 12.0 on my Windows 7 PC to sync my iPhone6. I am getting error message, "Item already exists" on installation of iTunes 12.0.  Apple has no fix. Help???

    I am trying to install iTunes 12.0 on my Windows 7 PC to sync my iPhone6. I am getting error message, "Item already exists" on installation of iTunes 12.0.  Apple has no fix. Help???

    Item or object?
    For "Object already exists" or "Access denied" errors when installing try opening Control Panel > Programs and Features > View installed updates then checking for Security Update for Microsoft Windows (KB2918614). Uninstall if you have it, then reboot and try installing again.
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • How to access the local server host website in the internet

    I set up the server and host on local website, I wonder how I could use other mac to access this local website via the internet?
    Thanks!

    The following should give you enough to search for discussions, as well as some general details of IP network gizmos and boxes:  You'll need an ISP tier of service that allows remote access and preferably with a static IP address (static versus dynamic IP).  This as various ISPs prohibit server-oriented protocols such as HTTP TCP port 80 traffic, and some firewall server-oriented ports.   You'll then either need to use either dynamic DNS with your public dynamic IP — this is the hacking-around and not-really-for-production approach — or static IP with traditional DNS, and you'll also need to enable what's called port forwarding (sometimes also called virtual server) through your gateway-firewall-NAT device and into your server for TCP port 80 and possibly also TCP port 443.  This port forwarding gets the incoming connections from the 'net into your public IP address (static or dynamic) mapped through to your NAT'd IP address space and your private IP address for your server. 
    As the first part of getting any of this to work with OS X Server, launch Terminal.app on the server and issue the following harmless diagnostic command:
    sudo changeip -checkhostname
    This checks for common errors in the local DNS setup, and broken networking and broken DNS tends to cause other errors elsewhere in the environment.  You'll need to enter an administrative password for the sudo, you might get a one-time informational message from the sudo, and you'll then get some configuration details and then an indication that DNS and local networking needs no changes, or that there are configuration issues.

  • Renaming a Project causes error when running locally

    The app uses an HTTPservice on a remote webserver. I have
    been running the same app locally for weeks. I occasionally publish
    up to the web server and all has been fine.
    I renamed the project (in the IDE) but now anytime I try to
    run the app locally I get:
    [RPC Fault faultString="Security error accessing url"
    faultCode="Channel.Security.Error" faultDetail="Destination:
    DefaultHTTP"]
    Still works fine when pushed to the web server.
    I have other apps that work fine locally and hit the same web
    server for HTTPservice.
    I tried renaming other projects and found that the same
    problem occured each time the project was renamed.
    Any suggestions?

    Found the cause of the problem, its FlashFireBug in Mozilla. When a swf is launched FlashFirebug tries to capture the swf, this messes up mobile apps running on the desktop.
    Found the answer in this post: http://forums.adobe.com/thread/852612

  • Search Error: This item could not be crawled because the crawler could not connect to the repository.

    Our Search Service got hosed after install of SP1/June CU (didn't upgrade), so I re-created it, but when setting up rules, content sources, I am getting the following error:
    This item could not be crawled because the crawler could not connect to the repository.  I tried crawling using admin account, so I don't think it is permission related.  The DisableLoopbackCheck in the registry is already set...
    We previosly had crawl working on this farm, so shouldn't be because we are using host headers and the loopback issue.  Does anybody have any ideas?  Another error that may be related...
    SharePoint Web Services Round Robin Service Load Balancer Event: EndpointFailure
    Process Name: OWSTIMER
    Process ID: 1612
    AppDomain Name: DefaultDomain
    AppDomain ID: 1
    Service Application Uri: urn:schemas-microsoft-com:sharepoint:service:edd515218442481abce89e54e3c63a64#authority=urn:uuid:a297b0fb965f465ca42051f55fa3f4bd&authority=https://spapp-wc-2p:32844/Topology/topology.svc
    Active Endpoints: 4
    Failed Endpoints:3
    Affected Endpoint:
    http://[ourservername]:32843/edd515218442481abce89e54e3c63a64/ProfileService.svc
    Any suggestions are appreciatted, this is a tricky one...
    Jonathan Herschel

    Make sure your hosts file on each server in your farm has 127.0.0.1  webappname in it for each SPSite you're trying to crawl
    Look in %systemroot%\system32\drivers\etc and edit the hosts file so that it has entry for web app
    make sure search account listed as access account is also service admin for search service
    check user policy on web app, make sure that account has full read
    Check that SharePoint Web Services Root app pool is started on server that is indexing farm
    if still cant crawl, give search account db_owner on content db using sql server management studio
    Set BackConnectionHostNames for site collection.
    Then in a non prod environment, reset index and perform a full crawl, repeat in prod.
    Stacy Anothersharepointblog.blogspot.com

  • LiveCycle unable to access Cache Controller. Exception message - Error accessing the cache container - Error on GET action for cache Replicated:UM_CLUSTER_INVALIDATION_CACHE

    The incident starts after all the members are removed from the DCS Stack DefaultCoreGroup view and added back again by WebSphere Application Server. Following exceptions are seen after LiveCycle was added back in again to the view.
    We have a clustered environment with two nodes 2A and 2B. Server 2A crashed and therefore all members on 2B node were removed from the DCS view. Later the new core group view was installed but LiveCycle did resume operations as expected.
    Errors below:
    Exception caught while dealing with cache : Action - Get, ObjectType - UM_CLUSTER_INVALIDATION_CACHE, Exception message - Error accessing the cache container - Error on GET action for cache Replicated:UM_CLUSTER_INVALIDATION_CACHE
    ServiceRegist W   Cache get failed for service EncryptionService Reason: Error accessing the cache container - Error on GET action for cache
    Error accessing the cache container - Error on GET action for cache Local:SERVICE_FACTORY_CACHE
    The following message appeared for several different services:
    Cache put failed for service [CredentialService, ReaderExtensionsService,EncryptionService, etc]
    SSOSessionCle W   Error in cleaning stale sessions from the database. These sessions would be deleted in next trigger
                                     java.lang.RuntimeException: com.adobe.livecycle.cache.CacheActionException: Error accessing the cache container - Error on ENTRYSET action for cache Local:UM_ASSERTION_CACHE
      at com.adobe.idp.um.businesslogic.authentication.AssertionCacheManager.removeExpiredResults( AssertionCacheManager.java:125)
      at com.adobe.idp.um.scheduler.SSOSessionCleanupJob.execute(SSOSessionCleanupJob.java:69)
      at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
      at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
    Caused by: com.adobe.livecycle.cache.CacheActionException: Error accessing the cache container - Error on ENTRYSET action for cache Local:UM_ASSERTION_CACHE
      at com.adobe.livecycle.cache.adapter.GemfireLocalCacheAdapter.entrySet(GemfireLocalCacheAdap ter.java:219)
      at com.adobe.idp.um.businesslogic.authentication.AssertionCacheManager.removeExpiredResults( AssertionCacheManager.java:99)
      ... 3 more
    Caused by: com.gemstone.gemfire.distributed.DistributedSystemDisconnectedException: GemFire on 2B<v1>:9057/51073 started at Sun Aug 17 08:57:23 EDT 2014: Message distribution has terminated, caused by com.gemstone.gemfire.ForcedDisconnectException: This member has been forced out of the distributed system.  Reason='this member is no longer in the view but is initiating connections'
      at com.gemstone.gemfire.distributed.internal.DistributionManager$Stopper.generateCancelledEx ception(DistributionManager.java:746)
      at com.gemstone.gemfire.distributed.internal.InternalDistributedSystem$Stopper.generateCance lledException(InternalDistributedSystem.java:846)
      at com.gemstone.gemfire.internal.cache.GemFireCacheImpl$Stopper.generateCancelledException(G emFireCacheImpl.java:1090)
      at com.gemstone.gemfire.CancelCriterion.checkCancelInProgress(CancelCriterion.java:59)
      at com.gemstone.gemfire.internal.cache.LocalRegion.checkRegionDestroyed(LocalRegion.java:669 4)
      at com.gemstone.gemfire.internal.cache.LocalRegion.checkReadiness(LocalRegion.java:2587)
      at com.gemstone.gemfire.internal.cache.LocalRegion.entries(LocalRegion.java:1815)
      at com.gemstone.gemfire.internal.cache.LocalRegion.entrySet(LocalRegion.java:7941)
      at com.adobe.livecycle.cache.adapter.GemfireLocalCacheAdapter.entrySet(GemfireLocalCacheAdap ter.java:209)
      ... 4 more
    Caused by: com.gemstone.gemfire.ForcedDisconnectException: This member has been forced out of the distributed system.  Reason='this member is no longer in the view but is initiating connections'
      at com.gemstone.org.jgroups.protocols.pbcast.ParticipantGmsImpl.handleLeaveResponse(Particip antGmsImpl.java:106)
      at com.gemstone.org.jgroups.protocols.pbcast.GMS.up(GMS.java:1289)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.VIEW_SYNC.up(VIEW_SYNC.java:202)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:276)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.UNICAST.up(UNICAST.java:294)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.pbcast.NAKACK.up(NAKACK.java:625)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:187)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:504)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.FD.up(FD.java:438)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.Discovery.up(Discovery.java:258)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.TP.handleIncomingMessage(TP.java:1110)
      at com.gemstone.org.jgroups.protocols.TP.handleIncomingPacket(TP.java:1016)
      at com.gemstone.org.jgroups.protocols.TP.receive(TP.java:923)
      at com.gemstone.org.jgroups.protocols.UDP$UcastReceiver.run(UDP.java:1320)
      at java.lang.Thread.run(Thread.java:773)
    [22/08/14 0:28:10:237 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:29:10:252 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:30:10:268 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:31:10:283 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:32:10:298 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:33:10:313 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:34:10:328 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:35:10:343 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:36:10:358 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:37:10:373 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:38:10:389 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerExceptionor
    I have tried looking for the root cause about why LiveCycle was not able to resume normally, didn't find anything related.

    LiveCycle uses Gemfire as distributed cache for cluster members. If you are using TCP Locators (caching based on TCP instead of UDP), below are the possible situations which might lead to “ForcedDisconnectException” :
    - There is time difference between two nodes.
    - These is network connectivity issues.
    - The high CPU usage by the member crashed.
    -Wasil

  • How to fix the error "Invalid Item ID /index.xml The item you are ....?

    Hi:
    I'm working with collaboration at NW2004 EP 6 SP19. When using some pre-defined pages I get the following error:
    Invalid Item ID
    /index.xml
    The item you are attempting to access does not exist. Check whether the name of the associated repository is correct.
    If I duplicate an existing default template everything works fine, but when customizing I get the error when I execute it from the room.
    Thanks a lot for your time on this thread.
    Regards,
    Rocío.

    Hello experts,
    I have the same error with SAP standard iview announcements.
    How did you fixed it?
    Regards
    Wiebke

  • "Security error accessing url" error in Intranet Flex Development

    Hi,
    I have a simple Flex application with a Tree control that load data from a XML file on my intranet site using HTTPService. The Tree control pull in data without any problem if I ran the Flex app locally, however I would get "Security error accessing url" if I copied the Flex application to my intranet server and access it. The Flex SWF files and the XML file are in the same directory.
    I thought there shouldn't be any cross domain security issue since both files are in the same domain/directory.
    Any idea what is going on?
    Thanks
    xkxTnT

    Thanks Guys for trying..
    I figured out the problem -  I initially create the project without server configuration, so the SWF  runs off my local file system, I later set the server to local  ColdFusion MX 7 server, the SWF still ran without problem, I then copied  them to the production server and got the security error message.
    Yes, I am pretty sure they are the same domain - the SWF files in in http://intranet/Flex and the url for HTTPService is http://intranet/Flex/data.xml.
    I later solved the problem by creating a new project with server set to local ColdFusion server, copied the exact same code and data file, it ran find on http://localhost/Flex, and again ran without problem after deploying to the intranet server http://intranet/Flex.
    I guessed Flash Builder compiled the code a little differently depending on the project configuration (server or no-server)? Not know the detail, or why does it even matter..
    xkxTnT

  • Security error accessing url with crossdomain.xml in InDesign FlexUI

    I'm evaluating Flex as a UI component in an InDesign script. Part of what it needs to do involves retrieving some data from a web server to be displayed in a datagrid. I've written a server running on localhost that will provide this data. Everything works fine when I run the component from Flash Builder or from the HTML wrapper page that is generated during the release build, but once I copy the .swf to the InDesign scripts folder and load it as part of a ScriptUI component, I get a fault response ("security error accessing url") when connecting to the server. I'm running this bit of code in from my Flex client:
    var h:HTTPService = new HTTPService();
    h.url = "http://localhost:8080/elements";
    h.method = "GET";
    h.addEventListener("result", getElementsResult);
    h.addEventListener("fault", getElementsFault);
    h.send();
    From what I've read, I may need a crossdomain.xml file at the root of my host, so I've added that to the server and can see that it is being accessed whenever the flex component attempts to connect to the service.
    My crossdomain.xml file is:
    <?xml version="1.0" ?>
    <!DOCTYPE cross-domain-policy SYSTEM 'http://www.adobe.com/xml/dtds/cross-domain-policy.dtd'>
    <cross-domain-policy>
        <allow-access-from domain="*"/>
    </cross-domain-policy>
    which seems to be correct, from what I understand. I've also tried quite a few other variations (setting explicit site-control policies, etc.). I'm quite new to Flex/Flash and I'm basically stuck at this point. Where might I be going wrong?

    I think sleeping on this one helped... I found that if I serve the .swf from my web server then everything works out fine. Loading it from the local filesystem seems to have been the problem.

Maybe you are looking for

  • Item Category in Stock transfer requisiton.

    Hi, I have created an stock trnasfer requisition thrrough MRP. Even though supplying plant belongs to Different compnay code, purchase req. is created with Item category U. is there any setting which triggeres item category U in PR when created throu

  • Cleanup disk space on SCCM Management point server

    Hi all I have a SCCM 2007 infrastructure with 1 primary site and three secondary sites. The disk data D of a sccm management point of one secondary site is full. Is it possible cleanup data from a sccm tool?? Regards Christian

  • Navigation handlers and user authentication

    I've implemented a system to force user logins based on the code demonstrated here: http://www.jsftutorials.net/jsfNavigation/jsf-login-navigation-redirect.html but I've come across a problem. It seems the navigation handler is called only when JSF n

  • PL-JRXML2PDF alternative plugin supports Arabic

    Hi, PL-JRXML2PDF (apex plugin) is a pure PL-SQL engine used to generate PDF reports from JRXML (without printing server). The Arabic is not supported in this engine. There is no plan to support RTL language. Is there any alternative (apex plugin) sup

  • Converting Videos using NOKIA VIDEO MANAGER

    Hi Folks Just recievd my N95 Phone Very pleased. Been reading about and it says the movie format supported on the NOKIA phone is MPEG4. Ok np there. I have a HDD (hard disk drive) Camcorder with some movies on there which are watchable on my PC. I lo