License to perform the operation has expired

When I use Coherence within Resin, I get the following error:
Tangosol License: Unable to use the following licenses:
Tangosol Coherence(tm): Enterprise Edition (The necessary license to perform the operation has expired.)
Tangosol Coherence(tm): Clustered Edition (The necessary license to perform the operation has expired.)
Tangosol XML Framework (The necessary license to perform the operation has expired.)
Tangosol Cluster Service (The necessary license to perform the operation has expired.)
Tangosol Java Assembler (The necessary license to perform the operation has expired.)
I do not get this error, if I use Coherence in a regular standalone java application. What is the problem here?

Hi Bulut,
Please check the Resin classpath and web application WEB-INF/lib - most likely you have an old tangosol.jar somewhere.
Regards,
Dimitri

Similar Messages

  • Jdev 11.1.2 - Getting view state of the page has expired. Reload the page.

    Hi All,
         I am Using Studio Edition Version 11.1.2.0.0 (11g Release2).
         Whenever I do some changes to Jspx file and
         trying to perform some operations in the Form Session got Timeout.
         In the JDEV Log recorded the message as:
         Do we need to do any changes in settings?.
         [01:23:15 PM] Updated /C:/Users/arenuk/AppData/Roaming/JDeveloper/system11.1.2.0.38.60.17/o.j2ee/drs/TestSample/ViewControllerWebApp.war
         <LifecycleImpl> <_handleException> ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RESTORE_VIEW 1
         javax.faces.application.ViewExpiredException: viewId:/view/src/jspx/Countries.jspx - ADF_FACES-30107:The view state of the page has expired. Reload the page.
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:718)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:341)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:204)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:312)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         And in one of my earlier threads I got solution (fast-swap Option need to be selected)
         for Null Pointer exception after Recompilation of Java classes in Debug Mode.
         Durga.

    Hi Arun,
         The word Form misleads you i think so its not Form. Jspx only.
         I have created a small sample application using HR database.
         Created CountriesEO using countries table.
         Created Countries.jspx, in that created one filterable table using CountriesVO.
         Run the Countries.jspx page is rendered on the Browser.
         Now if I do any change say for Ex: Given editingMode="editAll" to the Table Save and
         now come to the page already Running on the Browser and applied Filter for
         Country Name column this Error comes.
         1. Are you running the App in Debug mode? -- In Both Run & Debug Modes it comes.
         2. Is there any backing bean for the jspx page? -- no backing Bean created.
         Durga.
    Edited by: Durga on Aug 26, 2011 3:22 AM

  • Question about EWS - The operation has timed out

    hi everyone,
    I'm developing a solution which uses public folder database in Exchange Server to store tasks:
    - We use 1 account to access to public folder database by using EWS.
    - Currently, this public folder database contains 60000 tasks and they are being accessed by 700 users, they always have the following exception: 
    04/23/2015 09:41:15:  - The request failed. The operation has timed out
    Message :The request failed. The operation has timed out
    Source :Microsoft.Exchange.WebServices
    Stack Trace :   at Microsoft.Exchange.WebServices.Data.ServiceRequestBase.GetEwsHttpWebResponse(IEwsHttpWebRequest request)
       at Microsoft.Exchange.WebServices.Data.ServiceRequestBase.ValidateAndEmitRequest(IEwsHttpWebRequest& request)
       at Microsoft.Exchange.WebServices.Data.MultiResponseServiceRequest`1.Execute()
       at Microsoft.Exchange.WebServices.Data.ExchangeService.FindItems[TItem](IEnumerable`1 parentFolderIds, SearchFilter searchFilter, String queryString, ViewBase view, Grouping groupBy, ServiceErrorHandling errorHandlingMode)
       at Microsoft.Exchange.WebServices.Data.ExchangeService.FindItems(FolderId parentFolderId, SearchFilter searchFilter, ViewBase view, Grouping groupBy)
    Please help.
    Thanks a lot.
    Phuc

    Thanks Glen for your reply.
    Here is a code block which retrieve the number of task of some groups
    foreach (var bu in request.BusinessUnits)
    SearchFilter businessUnitFilter = new SearchFilter.IsEqualTo(BusinessUnitAliasProp, bu);//, ContainmentMode.FullString, ComparisonMode.IgnoreCase);
    SearchFilter[] filters = new SearchFilter[] { actualOwnerFilter, statusFilter, businessUnitFilter };
    var filterCollection = new SearchFilter.SearchFilterCollection(LogicalOperator.And, filters);
    GroupedFindItemsResults<Item> taskResults = this.exchangeService.FindItems(_publicFolderId, filterCollection, itemView, groupByApplication);
    if (taskResults != null && taskResults.ItemGroups != null)
    foreach (var groupItem in taskResults.ItemGroups)
    if (!dict.ContainsKey(groupItem.GroupIndex))
    dict.Add(groupItem.GroupIndex, new Dictionary<string, int>());
    if (!dict[groupItem.GroupIndex].ContainsKey(bu))
    dict[groupItem.GroupIndex].Add(bu, groupItem.Items.Count);
    Please let me know if it's too complex and might affect to the performance of Exchange Server

  • Error in Powerpoint 2011: "You don't have the permissions necessary to perform the operation"

    We have a user with a new iMac running 10.7.2 that is having some strange problems with Powerpoint 2012 and who knows how many other programs. The issue is whenever these programs try to write to the user's personal network folder, which we keep on a DFS share. The error message only pops up when the user tries to save over something that already has that file name on the share. So she is always able to make file.pptx, but any subsequent "save" commands result in this error message: "You don't have the permissions necessary to perform the operation." Then, all she can do is save the file as newfile.pptx.
    This doesn't happen in Word or any other files in the office suite. I've tried this both when connecting to the DFS share, and when using SMB to connect directly to the folder on the server, with no change in results. I've not tried removing/reinstalling the Office suite, because it's only powerpoint. I believe it must be something to do with her account's permissions in Active Directory, but when she uses this domain account on a Windows computer, there are no problems at all, of course.
    There's a mere 3 google hits on that bolded error message, leaving me with very little to go on. Has anyone run into this before?

    Hey,
    I have Mac users using Office 2011 saving to CIFS shares having the exact same problem.
    Like heiseheisepointed pointed out only Power Point seems to be affected. Word, Excel etc seem to work fine.
    I have checked and reapplied the permissions to the share and it is not that, I believe it is something faulty in PowerPoint itself.
    I also tried saving the files as ppt rather than pptx but you still get a permissions based error message.
    Just wondering is eitherJeff or hbonath have any sucess in getting a fix for this?
    Cheers
    Genits

  • Hi, my trial version of Lightroom 5 has recently expired and I have now fully bought it. I have uploaded the CD onto my Mac, but when I open the Lightroom application again, it still says the trial has expired. Does anybody know how I can update it so I c

    Hi, my trial version of Lightroom 5 has recently expired and I have now fully bought it. I have uploaded the CD onto my Mac, but when I open the Lightroom application again, it still says the trial has expired. Does anybody know how I can update it so I can finally use it again? I really appreciate any help!! Thank you!

    Joanne please remove your current installation of Photoshop Lightroom using the uninstallers located in the Applications/Utilities/Adobe Installers.
    You will then want to download Adobe Photoshop Lightroom 5.7.1 from Adobe - Lightroom : For Macintosh.  The update contains the entire application.  Photoshop Lightroom can not be installed through the Adobe Creative Cloud Desktop application and still be licensed with a serial number.

  • My 30 day Photoshop trial finished yesterday. I purchased the $9.99 per month Photoshop package and received an email saying "Thank you for your payment etc" But when I go to open PS it still says "the trial has expired.."

    My 30 day Photoshop trial finished yesterday. I purchased the $9.99 per month Photoshop package and received an email saying "Thank you for your payment etc" But when I go to open PS it still says "the trial has expired.." Is it supposed to work automatically or is there a step I'm missing?

    1. Close all the Adobe Applications. Log-out from creative.adobe.com and re-login.
    2. Once you launch the software and when you get the error saying the the trial version has expired, you will have an option saying "License this software".
    3. Select this option and enter your credentials and click next.
    Nancy O.

  • Can't seem to get pass the trial has expired page even though I bought a plan.

    I'm using a macbook. I bought the complete student and teachers package plan, but I don't seem to get pass the trial has expired join now page. Every time I install a software from my creative cloud I get the trial version of the software and for some, it tells me that trial is expired and it gives me two options, one to Join Now (which I've already done; I have a plan) and the other is to license the software, and since I registered online, I don't have a serial number so I don't know from where can I redeem the code. I tried everything, from uninstalling and reinstalling the softwares, to signing in from both the creative cloud software and the online website. I just don't know what more can I do. I bought this plan last night, and I need the softwares urgently.

    Please try below steps
    Launch any Creative Cloud product and click on License this software, Then choose Not my Adobe ID and sign in
    If it is still asking for serial number, then check your hosts file entries once
    Open below link and refer step 3
    Sign in, activation, or connection errors | CS5.5 and later

  • License key is invalid or has expired

    I am trying to add a user via the CMC and receive the following error:
    There was an error while writing data back to the server: Your license key is invalid or has expired. If you received a temporary license key by purchasing another BusinessObjects product, you must register BusinessObjects Enterprise to receive your permanent license key.
    This is a new installation and I am trying to create my first user.  I am brand new to Crystal Reports server and any assistance would be greatly appreciated.

    David,
    customercareamericas @ businessobjects.com  (no spaces) should be able to assist you with acquiring a new keycode.  Once received, remove the old one and enter in the new one.  Please be sure to specify the product version you have deployed.
    Tony

  • I am getting errors that indicate the the licence has expired when running an executable file on another computer

    I am trying to run a compiled program as an exe on another computer. After several days it now comes up and indicates that the licence has expired.
    The code was compiled using labview 2009 sp1 and ran for several years until now. There is no other labview product on the computer.

    What makes you think that a license has expired?  NI provides LabVIEW Run-Time license for free.  The only licenses that may occur is some toolkits require a deployement license.  Some of these tool kits are things like DSC, Vision, and ECU Measurement just to name a few.  It doesn't sound like this is the issue if it was running for years so I don't know what could have happened.  It would help if you showed a screen shot of the license expired dialog, or even the license manager to show what things are installed and what aren't.
    Has the PC had any changes since the issue?  Changing network devices like adding a wireless card, or changeing ethernet devices can cause the PC ID to change, and then the license will need to be reactivated.  This can be done again through the license manager but without more information like what actually happening, I can only guess.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • "Your license key is invalid or has expired" error (Purchased License)

    Hello -
    We have just installed CR Server XI R2 and have purchased a valid license.  The installation accepted the license key during the install and also allowed me to register this license key at the end of the install and sent me my registration number.  After finish the install and following the installation guides - all of the services come up in Central Configuration Manager - but when clicking the Enable/Disable Servers icon and trying to enable 1 or all of the servers there (final step in the install guide) I get the following:
    Your license key is invalid or has expired.  If you received a temporary license key by purchasin another BusinessObjects product, you must register BusinessObjectsEnterprise to receive your permanent license key.
    Again, this is not a temp license, but a full Crystal Reports Server XI R2 5 Cal keycode, purchased through CDW.
    When we were awaiting the full license to come, we attempted to install and run the trial version of CR Server XI R2 and continually received this same error with that install.  I have removed the package completely and re-installed multiple times but each time get this same error at the final step.
    Any help would be great, we've tried reaching out to the Customer Email Support for BO and phone number since Monday and finally yesterday we were told we had to come to this forum to get assistance.
    Thanks in advance.

    Hello Jeremy,
    I recommend to post this query to the [BusinessObjects Enterprise Administration|BI Platform; forum.
    This forum is dedicated to topics related to administration and configuration of BusinessObjects Enterprise, BusinessObjects Edge, and Crystal Reports Server.
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all BOE Administration queries remain in one place and thus can be easily searched in one place.
    Best regards,
    Falk

  • An error occurred while attempting to perform the operation.

    Hi All,
    I am getting an error while running the report:
    "An error occurred while attempting to perform the operation. Then operation did not complete successfully."
    Although I can see the data coming is correct, but don't know why this error is coming.
    I have seen for NULL values.
    How can I see the detail log to trace the error?
    Please help.
    Thanks,
    Himanshu Tiwari

    Hi,
    You can login as system using SQLPlus and use the DBMS_SYSTEM.set_sql_trace_in_session procedure to set trace on another Discoverer session. This should establish if there is any database error occuring in the Discoverer session.
    Rod West

  • I got a error(The Content has expired and can no longer be used)

    Hi,
    I built a SharePoint 2013 Farm.
    Infrastructure composition is:
    ・WebFrontEnd Server * 2(Web#1,Web#2)
    ・Application Server * 1
    ・SQL Server * 1
    ・OfficeWebApps Server * 1
    ・etc(DPM,AD,DocAve)
    Site composition is:
    ・Community Site(Customize Site)
    ・Enterprise Search Center
    After that, I added a WebWebFrontEnd Server(Web#3) to the SharePoint Farm.
    So, I had a trouble.
    The Enterprise Search Center had not been able to displayed in Web#1 and Web#2.
    But, Web#3 is displayed Enterprise Search Center.
    When The Enterprise Search Center had not been able to displayed, I get a error message.(The context has expired and can no longer be used. (Exception from HRESULT: 0×80090317))
    Does Anyone have the same trouble?
    Thanks,
    Tomohiro

    HI tomohiro,the issue could be of many reasons like the Time not set correctly,App pool.Please check the below link that gives more information on the resolution.
    http://expertsharepoint.blogspot.de/2014/10/the-context-has-expired-and-can-no.html
    Anil Avula[Partner,MCP,MCSE,MCSA,MCTS,MCITP,MCSM] See Me At: http://expertsharepoint.blogspot.de/

  • SharePoint Navigation Error:The context has expired and can no longer be used. (Exception from HRESULT: 0x80090317)

    Hi,
    I take a exeption  on the  SharePoint 2013 left navigation. 
    Exeption:  "The context has expired and can no longer be used. (Exception from HRESULT: 0x80090317)"
    I searched  this exeption keyword on the internet and  I find usualy 3 results
    1)check datetime servers --> I checked datetime for all SP Severs ,DB server and AD server ..there is  no problem
    2)Disabled the WebPageSecurity Validation on CA>General Settings-->I tired  and problem not solved
    3) Reset IIS --> if I restart IIS problem solved  but  after 2-3 hours or anytime  error comes again..
    ULS Log:
    PortalSiteMapProvider was unable to fetch children for node
     at URL: /MySite/MySubSite, message: The context has expired and can no longer be used. (Exception from HRESULT: 0x80090317), stack trace:   
     at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)    
     at Microsoft.SharePoint.Library.SPRequest.SetHttpParameters(String bstrHttpMethod, String bstrRequestDigest, UInt32 flags, Guid gTranLockerId, Byte[]& ppsaImpersonateUserToken, Boolean bIgnoreTimeout, String bstrUserLogin, String bstrUserKey, UInt32
    ulRoleCount, String bstrRoles, Boolean bWindowsMode, String bstrAppPrincipalName, Boolean bIsHostHeaderAppPrincipal, String bstrOriginalAppPrincipalIdentifier, ApplicationPrincipalInfo& pAppUserInfo, Boolean bInvalidateCachedConfigurationProperties, Int32
    lAppDomainId, ISPManagedObjectFactory pFactory, Boolean bCallstack, ISPDataCallback pCanaryCallback)    
     at Microsoft.SharePoint.SPGlobal.CreateSPRequestAndSetIdentity(SPSite site, String name, Boolean bNotGlobalAdminCode, String strUrl, Boolean bNotAddToContext, Byte[] UserToken, SPAppPrincipalToken appPrincipalToken, String userName, Boolean bIgnoreTokenTimeout,
    Boolean bAsAnonymous)    
     at Microsoft.SharePoint.SPWeb.InitializeSPRequest()    
     at Microsoft.SharePoint.SPWeb.EnsureSPRequest()    
     at Microsoft.SharePoint.SPWeb.get_Request()    
     at Microsoft.SharePoint.Publishing.Navigation.SiteNavigationSettings..ctor(SPSite site)    
     at Microsoft.SharePoint.Publishing.Navigation.SiteNavigationSettings.GetSiteNavigationSettings(SPSite site)    
     at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.GetNavigationChildren(NodeTypes includedTypes, NodeTypes includedHiddenTypes, Boolean trimmingEnabled, OrderingMethod ordering, AutomaticSortingMethod method, Boolean ascending, Int32 lcid)
     at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.GetNavigationChildren(NodeTypes includedTypes, NodeTypes includedHiddenTypes, OrderingMethod ordering, AutomaticSortingMethod method, Boolean ascending, Int32 lcid)    
     at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.GetNavigationChildren(NodeTypes includedHiddenTypes)    
     at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.GetChildNodes(PortalSiteMapNode node, NodeTypes includedHiddenTypes)
    Plaase Help.

    Hi Veli,
    Please check the security token timeout value and it is set to 1440 as expected by default. You can check via running the command:
    stsadm -o getproperty -pn token-timeout
    Then check the OOB recycle times of the probkematic web application pool, and add daily recycle times for the problematic web application pool. You can do as the article:
    http://technet.microsoft.com/en-us/library/cc754494(v=WS.10).aspx
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • The context has expired and can no longer be used. (Exception from HRESULT: 0×80090317)

    I have followed the instructions on this blog. http://blog.cloudshare.com/2012/10/22/how-to-fix-sharepoint-2013-web-application-error-the-context-has-expired-and-can-no-longer-be-used/ and
    it fixes the problem for a short time.  I have to keep doing IISResets to get my farm backup.  
    Please Help.

    Have you trid Ajay Khanna's suggestion from the comments field?
    From Central Admin- Select the web application and Select --> Web Application General Settings --> Navigate to 'Web page Security validation', change or disable the timeout field.
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • The context has expired and can no longer be used

    I am running across a repeatable error when accessing a specific Site Collection. EVERY TIME the SC is loaded we receive the error 'The context has expired and can no longer be used'.
    I have already validated the SharePoint servers' time zones are all the same and match the web application(s), as well as set the 'Web
    page Security validation' to "Off".
    What else could I be missing? Could this have anything to do with Distributed Cache?
    - Rick

    Hi,
    We just began to have the same error. The servers are also correctly set for the timezone (UTC) as well as the Web Applications.
    The error happens for every site collections, there isn't a specific site where I'm able to reproduce the issue.
    This is the ULS :
    05/27/2014 12:59:05.98 w3wp.exe (0x1524) 0x0780 Web Content Management Publishing Cache ahh6l Verbose CreateListItemFromUrl : Parameters url : '/sitename/SitePages/Home.aspx', enableCheckedOutItem : 'True', checkedOutByCurrentUser 'False' retVal Id = '4618889e-0e1c-4503-a7fb-70fd36e2661d'. 01ff949c-98cc-d0fb-9795-c691c2852f54
    05/27/2014 12:59:05.98 w3wp.exe (0x1524) 0x0780 Web Content Management Publishing Cache ahh6l Verbose CreateListItemFromUrl : Parameters url : '/sitename/SitePages/Home.aspx', enableCheckedOutItem : 'True', checkedOutByCurrentUser 'False' retVal Id = '4618889e-0e1c-4503-a7fb-70fd36e2661d'. 01ff949c-98cc-d0fb-9795-c691c2852f54
    05/27/2014 12:59:06.00 w3wp.exe (0x1524) 0x0780 SharePoint Foundation Runtime tkau Unexpected System.Runtime.InteropServices.COMException: The context has expired and can no longer be used. (Exception from HRESULT: 0x80090317) at Microsoft.SharePoint.Library.SPRequestInternalClass.SetHttpParameters(String bstrHttpMethod, String bstrRequestDigest, UInt32 flags, Guid gTranLockerId, Byte[]& ppsaImpersonateUserToken, Boolean bIgnoreTimeout, String bstrUserLogin, String bstrUserKey, UInt32 ulRoleCount, String bstrRoles, Boolean bWindowsMode, String bstrAppPrincipalName, Boolean bIsHostHeaderAppPrincipal, String bstrOriginalAppPrincipalIdentifier, ApplicationPrincipalInfo& pAppUserInfo, Boolean bInvalidateCachedConfigurationProperties, Int32 lAppDomainId, ISPManagedObjectFactory pFactory, Boolean bCallstack, ISPDataCallback pCanaryCallback) at Microsoft.SharePoint.Library.SPRequest.SetHttpParameters(String bstrHttpMethod, String bstrRequestDigest, UInt32 flags, Guid gTranLockerId, Byte[]& ppsaImpersonateUserToken, Boolean bIgnoreTimeout, String bstrUserLogin, String bstrUserKey, UInt32 ulRoleCount, String bstrRoles, Boolean bWindowsMode, String bstrAppPrincipalName, Boolean bIsHostHeaderAppPrincipal, String bstrOriginalAppPrincipalIdentifier, ApplicationPrincipalInfo& pAppUserInfo, Boolean bInvalidateCachedConfigurationProperties, Int32 lAppDomainId, ISPManagedObjectFactory pFactory, Boolean bCallstack, ISPDataCallback pCanaryCallback) 01ff949c-98cc-d0fb-9795-c691c2852f54

Maybe you are looking for

  • Question re adobe photoshop album starter edition 3.0

    hi I still work with the old fashioned adobe photoshop album starter edition 3.0. I have had a virgin.net e-mail address for years but have recently changed to hotmail.co.uk. However when I try and share a photograph from my adobe album it automatica

  • Other charges in PO

    Dear All, Please give me t-code of report from which i can find other charges used in purchase order. Like transporter charges, Fright charges. Actully my requirement is how many other charges used in po and how many payment is done for the same. Lik

  • Premier Pro CS6 Freezing monitors

    I'm running CS6 Premier off the Cloud and am running into serious freeze up with no rendering available with the warning "Unknown Problem". I'm running a Mac Pro with 10.6.8 and a Nivdia GeForce 285 card with the latest driver. Premier 5.5 never gave

  • Screen Burn from Apple logo?

    Hi there folks, Has anyone else had problems with what I can only describe as screen burn-in from the case logo? I've read reports of people having problems with being able to see the logo in low-light situations, but I can permanantly see the Apple

  • Updates for iPhoto in Mountain Lion, on a work computer.

    Updates for iPhoto in Mountain Lion are only available from the App Store. I'm on a new iMac which is a work computer, owned by my employer, and don't want to enter my credit card details.  The brand new iMac came with iPhoto installed, so I don't se