The migration has exceeded the maximum switchover time of 100 second(s)

Hello together,
i have a big problem with my migration function on our ESX 5.1 Cluster. We have two ESX-Hosts which are connected by iSCSI and using two SAN. Also there are two switches, so we have an redundancy on all parts of the cluster. The virtual machines working on the esxhost-A and have their vmdk and so on stored on the SAN-A. A replication makes different replications to the second host (esxhost-B). Now i had to increase the RAM in both of the esx host without have a downtime. My idea was to shut down esxhost-B at first (there are no virtual machines working) and increase the RAM. Than start esxhost-B and migrate all machines from esxhost-A to esxhost-B. All works fine and fast. After that i increased the RAM in esxhost-A and started it up. Now i wanted to migrate all the machines back to esxhost-A. And this doesnt work
If i try to migrate a machine back to esxhost-A there pop up an error after 65% of migration:
I cant increase the switchover time because i have to shut down the VMs and for that and thats no possibility for me.
Can anybody help me out?
Sincerely,
Thomas G.
edit 21.08.2013: I added an attachement with a summary of the hostd.log. It is the time within the error occures.
edit 22.08.2013: added new attachement with the vmware.log
Nobody can help me?

From your reply it seems NTP is not the issue. The particular VM has a high IO workload running in it ..?
To overcome the problem what you can do is that  to   modify the fsr.maxSwitchoverSeconds in the VM.
If you don't know how to do it please refer kb article : VMware KB: Using Storage vMotion to migrate a virtual machine with many disks timeout
or alternatively you can follow the steps mentioned in the link which has screenshots to do the same.
~dGeorgey

Similar Messages

  • What is the maximum operating time of the airport and airport extreme?

    What is the maximum operating time of the airport and airport extreme? Can I leave it on for long periods of time, like never turning it off? Will it affect the performance of the said products?

    Apple does not include an "Off" button on the AirPorts since they assume that you will leave it on all the time, like you would a modem.
    If you are going to be gone for a week or two, it might make sense to power everything off during that time.
    Otherwise, leaving the device(s) "On" actually results in less stress on the device that constantly turning it "Off" and "On". In other words, odds are the device will last longer if you leave it "On" most of the time.
    Apple does not publish a life expectancy for the devices, but 5-7 years...on average....for a modem or router is about right....my opinion here.

  • Help with exception: A connection could not be obtained in the specified login time of 5 seconds

    Hi Kodo gurus,
    I run into following problem:
    Since I start to use JDOQL queries, the system I am developing start to
    throw Exception saying:
    javax.jdo.JDODataStoreException:
    com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper:
    [SQL=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = 'learningMode1']
    [PRE=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = ?]
    A connection could not be obtained in the specified login time of 5
    seconds. [code=0;state=null]
    NestedThrowables:
    com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper:
    [SQL=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = 'learningMode1']
    [PRE=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = ?]
    A connection could not be obtained in the specified login time of 5 seconds.
         at
    com.solarmetric.kodo.impl.jdbc.runtime.SQLExceptions.throwDataStore(SQLExceptions.java:23)
         at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager.executeQuery(JDBCStoreManager.java:732)
         at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCQuery.executeQuery(JDBCQuery.java:93)
         at com.solarmetric.kodo.query.QueryImpl.executeWithMap(QueryImpl.java:792)
         at
    com.solarmetric.kodo.query.QueryImpl.executeWithArray(QueryImpl.java:668)
         at com.solarmetric.kodo.query.QueryImpl.execute(QueryImpl.java:609)
    It seems it always happens when we are doing a query. I had the
    "javax.jdo.option.MaxPool=20" and for postgresql I have "max_connections
    = 80", the action I am doing at that time is quite simple (and the
    system is just freshly started) and I would not expect it is using more
    than 2 connections since there is only one read and one write going on.
    Do you guys have any clue how could this happen? do I miss something
    obvious? and how are the connections managed for the query?
    thanks a lot!
    Tao

    Hi, Steve,
    Sorry I am late on the responding - was distracted by some other stuff -
    here is the stack trace I got:
    // STATCK TRACE
    //###############################################################javax.jdo.JDODataStoreException:
    com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper:
    [SQL=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = 'learningMode3']
    [PRE=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = ?]
    A connection could not be obtained in the specified login time of 5
    seconds. [code=0;state=null]
    NestedThrowables:
    com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper:
    [SQL=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = 'learningMode3']
    [PRE=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = ?]
    A connection could not be obtained in the specified login time of 5 seconds.
    at
    com.solarmetric.kodo.impl.jdbc.runtime.SQLExceptions.throwDataStore(SQLExceptions.java:23)
    at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager.executeQuery(JDBCStoreManager.java:732)
    at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCQuery.executeQuery(JDBCQuery.java:93)
    at
    com.solarmetric.kodo.query.QueryImpl.executeWithMap(QueryImpl.java:792)
    at
    com.solarmetric.kodo.query.QueryImpl.executeWithArray(QueryImpl.java:668)
    at com.solarmetric.kodo.query.QueryImpl.execute(QueryImpl.java:609)
    at
    com.cloverworxs.impl.as.profile.PropertyHelperImpl.findPropertyDefByName(PropertyHelperImpl.java:37)
    at
    com.cloverworxs.impl.as.profile.ProfileBase.getStringProperty(ProfileBase.java:103)
    at
    com.cloverworxs.app.struts.handler.ProfileHelper.getLearningModes(ProfileHelper.java:177)
    at
    com.cloverworxs.app.struts.handler.KuarkHandler.handleTree(KuarkHandler.java:106)
    at
    com.cloverworxs.app.struts.handler.MovableKuarkHandler.handleTree(MovableKuarkHandler.java:89)
    at
    com.cloverworxs.app.struts.handler.RecorderKuarkHandler.handle(RecorderKuarkHandler.java:111)
    at
    com.cloverworxs.app.struts.action.RecorderController.detail(RecorderController.java:251)
    at
    com.cloverworxs.app.struts.action.AbstractModelAction.execute(AbstractModelAction.java:118)
    at
    org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:465)
    at
    org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at
    com.cloverworxs.app.struts.RequestProcessor.process(RequestProcessor.java:44)
    at
    org.apache.struts.action.ActionServlet.process(ActionServlet.java:1422)
    at
    org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:505)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
    at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
    at
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2396)
    at
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at
    org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
    at
    org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405)
    at
    org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:380)
    at
    org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508)
    at
    org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533)
    at java.lang.Thread.run(Thread.java:536)
    NestedThrowablesStackTrace:
    java.sql.SQLException: A connection could not be obtained in the
    specified login time of 5 seconds.
    at
    com.solarmetric.datasource.DataSourceImpl$AbstractPool.timeout(DataSourceImpl.java:615)
    at
    com.solarmetric.datasource.DataSourceImpl$AbstractPool.getConnection(DataSourceImpl.java:589)
    at
    com.solarmetric.datasource.DataSourceImpl.getConnection(DataSourceImpl.java:326)
    at
    com.solarmetric.datasource.DataSourceImpl.getConnection(DataSourceImpl.java:319)
    at
    com.solarmetric.kodo.impl.jdbc.runtime.DataSourceConnector.getConnection(DataSourceConnector.java:51)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.getConnectionFromFactory(SQLExecutionManagerImpl.java:183)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.getConnection(SQLExecutionManagerImpl.java:142)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.prepareStatementInternal(SQLExecutionManagerImpl.java:807)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.executePreparedQueryInternal(SQLExecutionManagerImpl.java:761)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.executeQueryInternal(SQLExecutionManagerImpl.java:691)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.executeQuery(SQLExecutionManagerImpl.java:372)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.executeQuery(SQLExecutionManagerImpl.java:356)
    at
    com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping.selectPrimaryMappings(ClassMapping.java:1221)
    at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager.executeQuery(JDBCStoreManager.java:707)
    at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCQuery.executeQuery(JDBCQuery.java:93)
    at
    com.solarmetric.kodo.query.QueryImpl.executeWithMap(QueryImpl.java:792)
    at
    com.solarmetric.kodo.query.QueryImpl.executeWithArray(QueryImpl.java:668)
    at com.solarmetric.kodo.query.QueryImpl.execute(QueryImpl.java:609)
    at
    com.cloverworxs.impl.as.profile.PropertyHelperImpl.findPropertyDefByName(PropertyHelperImpl.java:37)
    at
    com.cloverworxs.impl.as.profile.ProfileBase.getStringProperty(ProfileBase.java:103)
    at
    com.cloverworxs.app.struts.handler.ProfileHelper.getLearningModes(ProfileHelper.java:177)
    at
    com.cloverworxs.app.struts.handler.KuarkHandler.handleTree(KuarkHandler.java:106)
    at
    com.cloverworxs.app.struts.handler.MovableKuarkHandler.handleTree(MovableKuarkHandler.java:89)
    at
    com.cloverworxs.app.struts.handler.RecorderKuarkHandler.handle(RecorderKuarkHandler.java:111)
    at
    com.cloverworxs.app.struts.action.RecorderController.detail(RecorderController.java:251)
    at
    com.cloverworxs.app.struts.action.AbstractModelAction.execute(AbstractModelAction.java:118)
    at
    org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:465)
    at
    org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    And following is the code of "findPropertyDefByName" method:
    // SOURCE CODE
    public PropertyDef findPropertyDefByName(String propertyName) {
    Extent propertyExtent = pm.getExtent(PropertyDef.class, true);
    String filter = "name == propertyName";
    Query q = pm.newQuery(propertyExtent, filter);
    q.declareParameters("java.lang.String propertyName");
    Collection c = (Collection) q.execute(propertyName);
    int size = c.size();
    if (size == 0) {
    return null;
    if (size > 1) {
    // bad exception type
    if (logger.isWarnEnabled()) {
    Iterator iter = c.iterator();
    while (iter.hasNext()) {
    Object obj = iter.next();
    logger.warn("result=" + obj);
    throw new RuntimeException(
    "Assertion of Uniqueness of propertyName failed");
    PropertyDef pdef = (PropertyDef) c.iterator().next();
    q.closeAll();
    propertyExtent.closeAll();
    return pdef;
    The transaction is started and committed outside of this call.
    Hope this helps you understanding my problem, and Thanks a lot!
    cheers,
    Tao
    Steve Kim wrote:
    Can you post or send me a test case or the applicable portion of the code?

  • HT1212 Every time i try to turn on my Ipad the only i can see the the date and time for a second and them the screem goes off again !

    I have an Ipad 2 /. Everytime a push the bottom to turn it in the screem shows the time for a second and the screem goes black again
    what can I do ??

    Are you sure it's charged?
    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased.
    Frozen or unresponsive iPad
    Resolve these most common issues:
        •    Display remains black or blank
        •    Touch screen not responding
        •    Application unexpectedly closes or freezes
    http://www.apple.com/support/ipad/assistant/ipad/
    iPad Frozen, not responding, how to fix
    http://appletoolbox.com/2012/07/ipad-frozen-not-responding-how-to-fix/
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    Black or Blank Screen on iPad or iPhone
    http://appletoolbox.com/2012/10/black-or-blank-screen-on-ipad-or-iphone/
    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
     Cheers, Tom

  • Maximum think time is 10 seconds?

    I noticed that both in OpenScript and Oracle Load Testing, think (130.0) will result in 10 seconds waiting. I need a think time of 130 seconds to mimic real user behaviour. As 10 seconds a maximum, or is this a bug? Of course I can add multiple think (10.0) to my script but I do not see the need of a maximum here.

    It sounds like you've got the setting in OpenScript for maximum think time set to 10s. The scripts will run in OLT with the 'true' think times.
    Check here:
    View/OpenScript Preferences/Playback
    You should then see VU Pacing (Think Time) and there are minimum and maximum values that can also be applied.

  • How Know  which user use the maximum CPU time

    Hi Gurus,
    I am looking now a days on our production server CPU utilization usage mostly 90-100%.
    How I found which user usages maximum CPU utilization.
    I know the which application takes the max Util but how User not identified. (ST06-Top CPU Users)
    Pls help.
    Thanks
    Tapo Vardhan singh

    If your production system CPU usage is 100% then you are very likely to face performance problems or in fact you must be facing them now.
    SAP recommended CPU usage is about 40% (ofcourse depends on many other factors) but 100% CPU utilization is not a convincing figure.
    Get hold of your earlywatch reports and implement suggestions as soon as possible. Possibly you would want to hardware upgrade/move your production system after doing sizing exercise.
    Good luck.

  • How to email a video thats over the maximum length time?

    I have made a movie on iMovie which I wish to email, it is too long to be sent in one go (5 mins 39 secs), is there anyway to achive this?

    Yousendit
    http://i1224.photobucket.com/albums/ee374/Diavonex/Album%201A/003778d8952c299d95 58b67054946492_zpse8a26575.jpg

  • Find toolbar The maximum number of search 100

    Hi everyone.
    I want the number of words for make find toolbar. I did find but "Over 100 matches" result.
    How see total number of words ?

    ''Purecoder [[#question-1035952|said]]''
    <blockquote>
    Hi everyone.
    I want the number of words for make find toolbar. I did find but "Over 100 matches" result.
    How see total number of words ?
    </blockquote>
    I solved the problem. write about:config and find accessibility.typeaheadfind.matchesCountLimit settings name. The value of this setting default 100. I did make 9999999.
    Thanks to everyone.

  • Inserting Stopwatch/Timer (1/100 seconds) Into Video Clip

    Hi, I would like to insert a stopwatch/timer into a video clip that will start at a specific point and will measure the elapsed time in one hundredths of a second. I have tried using the Adobe Premiere SMPTE timecode video effect but it only counts upwards in seconds. With the Premiere SMPTE timecode the numbers to the right of the seconds are the frame count numbers and not tenths and one hundredths of a second. I am not sure if I need to use an overlay video of a timer or if it can be done with an Adobe Premiere video effect or imported object? The video is 25fps PAL and is of a sporting event where fractions of a second play a role. Any help most appreciated. Rgds

    Fuzzy,
    Yes, that is exactly what I am looking for. Is that a custom timecode or is it a native timecode in After Effects?
    I will look into installing the After Effects application if it is a native timecode?
    Rgds

  • Gantt chart- How to change the color of time bars of different versions

    Hi All,
    My Client wants to see all changes in planning schedule. I made different versions of these changes but he also want to see all these changes in gantt chart and in different colors. I tried to change the color in planning board assistant but in this screen (CJ27/ CJ2B). we cannot view all versions together. And if I use CN41, there I cannot change the colors of time bars.
    Secondly, we can change colors of times bars of basic dates, forecast dates and actual dates but there is no provision to change the colors of schedule bars of different project versions. Kindly reply-
    1. How to see all project versions in CJ27 or How to customise bar chart in cn41 or if we change in SPRO, then how to change graphic profile in project info profile
    2. How to change colors of different time bars of different versions.
    3. How to mention these legends (meaning of each color in chart) at footer of gantt chart (in print outs)
    Please Help.
    Thanks & Regards
    Dinesh Chauhan

    Thanks,
    actually I've created new project planning board profile where planning board assistant is customized but unable to use this profile in CN41. we can change PS info profile in CN41 and that;s why I thought that planning board profile may be assigned somewhere in PS info profile so that changes in planning board assistant will be applied in CN41 through PS info profile. Graphic profile is too complex to understand and not sure if it will help to get colored time bars of projct versions in gantt chart. Still not clear.
    Secondly not able to see all versions (snap shots) in gantt chart with different colors of time bars.
    I mean planning board screen can be customized but we cannt see different versions here which are possible in CN41, but we cannt customize the gantt chart (time bars) in CN41. Pls help.
    Thx & Regards
    Dinesh Chauhan

  • ASA5510 - Maximum connect time

    Quick question.  I have configured the "Maximum Connect Time" as unlimited in my group policy but when a connection is established it shows a "Conn Time Out: 120 minutes".
    The connection does get dropped with this timer.  Any idea how to actually make it unlimited and why it get sets to 120?
    I having a problem with SSL phone clients dropping throughout the day and think this may be the cause.
    Thanks

    I ended up rebooting the ASA this morning and it fixed the issue.  Right away the timeout changed to what I had configured it to be and I was also able to make changes.
    Here's the response from TAC.  Thanks for helping with this.  Much appreciated.
    "I am glad that the issue was resolved on a reboot. Might be that svc sessions were stuck in the memory for some reason and the same sessions would be invoked every time you connected rather than tearing it down and creating a new svc session.
    Once rebooted I believe the sessions stuck in memory were cleared and new sessions came up as a result the issue vanished. I shall surely update you as I have an update from the devs on this."

  • Task Sequence Application deployment - maximum run time bug

    Hi there,
    we install sophos antivirus during the task sequence and though i specified a maximum run time of 15 minutes the installation of sophos app takes about 2 hours during the task sequence.
    is this a known bug that the maximum run time is being ignored?
    Best,
    Sebastian

    The Max allowed run time does not intend to limit the application running duration. It is for Maintenance Window.
    http://technet.microsoft.com/en-us/library/bb680462.aspx
    Juke Chou
    TechNet Community Support

  • Default maximum run time for updates

    Is there a way to change the default "Max run time" for each update? In SCCM 2007 the default run time was 20 minutes per update, now it is 5 minutes. I have machines that repeatedly fail to install updates because the max time of 300 seconds was
    reached.

    Hi,
    What is the powershell command to change the maximum run time?
    Thanks.
    probably this:
    http://technet.microsoft.com/en-us/library/jj850138(v=sc.20).aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Estimated Time for 100% Battery?

    Hi,
    I have a MacBook Pro 15 inch (2011 model) for three months now and I'm just wondering, what is the "normal" estimated time for 100% charged battery on this model of MBP (provided that the wifi is on and screen brightness is at 50%)? Mine is saying 6 hours and 10 minutes. Is that normal?
    Regards,
    Jay

    Thanks, I'll give it a go! Btw, can you please tell me what is your full charge capacity? (Maybe that has something to do with my reduced battery life?) Mine is saying 6633mAh.
    p.s. you can find this by clicking on apple icon (top left corner) > about this mac > more info > power (on the left pane)  - it should then show details of full charge capacity on the right
    Cheers,
    Jay

  • ALBPM 6.0 : The maximum size for file uploads has been exceeded.

    Hi,
    I use AquaLogic BPM Entreprise server to deploy my Process. When I try to publish a process on my server I get the following error:
    An unexpected error ocurred.
    The error's technical description is:
    "javax.servlet.jsp.JspException: null"
    Possible causes are:
    The maximum size for file uploads has been exceeded.
    If you are trying to publish an exported project you should publish it using the remote project option.
    If you are trying to upload the participant's photo you should choose a smaller one.
    An internal error has ocurred, please contact support attaching this page's source code.
    Has someone resolve it?
    Thank's.

    Hi,
    Sure you've figured this out by now, but when you get the "Maximum size for file uploads" error during publish consider:
    1. if your export project file is over 10mb, use "Remote Project" (instead of "Exported Project") as the publication source. That way when you select the remote project, you will point to ".fpr" directory of the project you are trying to publish.
    Most times your project is not on a network drive that the server has access to. If this is the case, upload the .exp file to the machine where the Process Administrator is running, then expand it in any directory (just unzip the file). Then, from the Process Administrator, use the option to publish a Remote Project by entering the path to the .fpr directory you just created when unzipping the project.
    2. Check to see if you have cataloged any jars and marked them as non-versionable. Most of the times the project size is big just because of the external jar files. So as a best practice, when you do a project export select the option "include only-versionable jars", that will get reduce the project size considerably (usually to Kb's). Of course you have to manually copy the Jar files to your Ext folder.
    hth,
    Dan

Maybe you are looking for

  • Sales Order Issues

    Q1.Sales order is created on 1st nov for 200 tooth pastes 100 brushes free of goods(2+1 free goods).At the time of delivery on 15th nov you have shortage of brushes by 40.Offer closed on 15th nov. How do you solve this prob. Q2.Can we save sales docu

  • Photos will not sync to iPod

    I got my iPod during Christmas and it has been working fine until now. About a week ago, when I tried to sync my iPod, a message showed up saying "The iPod XXX cannot be synced. Required file not found" or something along the lines of that. When I lo

  • Should I get a £999 13 Inch Macbook Air with 128 GB SSD or a £1249 13 Inch Retina Macbook Pro with 128GB SSD

    I am a twelve year old boy ready to get my first Mac computer. I already have an iPad 3 and I really like it. Now I'm going to start saving up for a Mac and I am down to two choices, as listed above. I'm going to be using it for web browsing, games,

  • Scanned Quantity Based on Invoice No and Material.

    Hi Experts, Document No Bill Type INVOICE NO Material Serial No Invoiced Qty 0ROWCONT 1107540470 F2 1107540470 INVARED500+ 28 10 1 1107540470 F2 1107540470 INVARED500+ 29 10 1 1107540470 F2 1107540470 INVARED500+ 30 10 1 1107540470 F2 1107540470 INVA

  • Cannot log on to firefox home and can't get into safe mode

    after installing an add on, I can not open the firefox window, or get into safe mode.......so I have no way of applying any troubleshooting actions.......the add on was an extension to stop ads and banners, the name was 3 letters A-- ...should I rein