No width/height set for items.This will cause an infinite loop. Aborting....... How do I get out of this?

How do I get out of this?

What are you talking about? The width/height of what? Is this some sort of error message? If so from what?

Similar Messages

  • Help with Error: Jcarousel: No width/ height set for items....

    Hey everyone.  I have a user that is using a Tour and everytime he opens up a site like ESPN he receives the following error:  Jcarousel: No width/ height set for items. This will cause and infinite loop. Aborting…  I had him pull his battery but this did not work.  I have tried to search the forums and google, but I have yet to find anything concerning Blackberrys.  He is on V 4.7.140.  I'm not sure what the current version of the Tour software is, but I can definately try updating it to see if this solves the problems.  Before I do this though I wanted to see if anyone here had any ideas or has ran into the same problem.  Thanks for the help.

    What are you talking about? The width/height of what? Is this some sort of error message? If so from what?

  • A cycle is detected in the object graph.  This will cause an infinite loop.

    People,
    Looking for a little guidance.  Please point me in the correct direction if I am mistaken.  I am using Jersey 2.11 and generating JAXB definitions from XSD.
    I have a periodic exception that seems to be timing based.  If I change the timing of the message sent in anyway the error does not occur.  The other issue is that the cycle reported in the error changes some times, however, the cycles reported can not occur based on the XSD definition.  I have also dumped the message before sending and it definitely does not contain the cycle reported.
    In this specific scenario, I am sending a message of NotificationType which contains a list of DocumentType, however, DocumentType can never contain NotificationType so the following cycle is not possible:
    net.es.nsi.pce.discovery.jaxb.DocumentType@24d793f3 -> net.es.nsi.pce.discovery.jaxb.NotificationType@7f06bc07 -> net.es.nsi.pce.discovery.jaxb.DocumentType@24d793f3]
    I am wondering if there could be a different reason for receiving the following exception?
    Thank you for the help,
    John
    [code]
    [ERROR] [08/22/2014 11:16:22.307] [NSI-DISCOVERY-akka.actor.default-dispatcher-4] [akka://NSI-DISCOVERY/user/discovery-notificationRouter/$c] HTTP 500 Internal Server Error
    javax.ws.rs.ProcessingException: HTTP 500 Internal Server Error
            at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:255)
            at org.glassfish.jersey.client.JerseyInvocation$1.call(JerseyInvocation.java:667)
            at org.glassfish.jersey.client.JerseyInvocation$1.call(JerseyInvocation.java:664)
            at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
            at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
            at org.glassfish.jersey.internal.Errors.process(Errors.java:228)        at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:424)
            at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:664)
            at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:424)
            at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:333)
            at net.es.nsi.pce.discovery.actors.NotificationActor.onReceive(NotificationActor.java:100)
            at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:167)
            at akka.actor.Actor$class.aroundReceive(Actor.scala:465)
            at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:97)        at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516)
            at akka.actor.ActorCell.invoke(ActorCell.scala:487)
            at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238)
            at akka.dispatch.Mailbox.run(Mailbox.scala:220)
            at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393)
            at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
            at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
            at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
            at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
    Caused by: javax.ws.rs.InternalServerErrorException: HTTP 500 Internal Server Error
            at org.glassfish.jersey.message.internal.AbstractJaxbElementProvider.writeTo(AbstractJaxbElementProvider.java:152)
            at org.glassfish.jersey.message.internal.AbstractJaxbElementProvider.writeTo(AbstractJaxbElementProvider.java:85)
            at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:265)
            at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:250)
            at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:162)
            at org.glassfish.jersey.filter.LoggingFilter.aroundWriteTo(LoggingFilter.java:293)
            at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:162)
            at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1154)
            at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:503)
            at org.glassfish.jersey.client.HttpUrlConnector._apply(HttpUrlConnector.java:315)
            at org.glassfish.jersey.client.HttpUrlConnector.apply(HttpUrlConnector.java:227)
            at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:246)
            ... 22 more
    Caused by: javax.xml.bind.MarshalException
    - with linked exception:
    [Exception [EclipseLink-25003] (Eclipse Persistence Services - 2.5.0.v20130507-3faac2b): org.eclipse.persistence.exceptions.XMLMarshalException
    Exception Description: An error occurred marshalling the object
    Internal Exception: Exception [EclipseLink-25037] (Eclipse Persistence Services - 2.5.0.v20130507-3faac2b): org.eclipse.persistence.exceptions.XMLMarshalException
    Exception Description: A cycle is detected in the object graph.  This will cause an infinite loop: net.es.nsi.pce.discovery.jaxb.DocumentType@24d793f3 -> net.es.nsi.pce.discovery.jaxb.NotificationType@7f06bc07 -> net.es.nsi.pce.discovery.jaxb.DocumentType@24d793f3]
            at org.eclipse.persistence.jaxb.JAXBMarshaller.marshal(JAXBMarshaller.java:403)
            at org.glassfish.jersey.message.internal.XmlJaxbElementProvider.writeTo(XmlJaxbElementProvider.java:139)
            at org.glassfish.jersey.message.internal.AbstractJaxbElementProvider.writeTo(AbstractJaxbElementProvider.java:150)
            ... 33 more
    Caused by: Exception [EclipseLink-25003] (Eclipse Persistence Services - 2.5.0.v20130507-3faac2b): org.eclipse.persistence.exceptions.XMLMarshalException
    Exception Description: An error occurred marshalling the object
    Internal Exception: Exception [EclipseLink-25037] (Eclipse Persistence Services - 2.5.0.v20130507-3faac2b): org.eclipse.persistence.exceptions.XMLMarshalException
    Exception Description: A cycle is detected in the object graph.  This will cause an infinite loop: net.es.nsi.pce.discovery.jaxb.DocumentType@24d793f3 -> net.es.nsi.pce.discovery.jaxb.NotificationType@7f06bc07 -> net.es.nsi.pce.discovery.jaxb.DocumentType@24d793f3
            at org.eclipse.persistence.exceptions.XMLMarshalException.marshalException(XMLMarshalException.java:97)
            at org.eclipse.persistence.internal.oxm.XMLMarshaller.marshal(XMLMarshaller.java:911)
            at org.eclipse.persistence.internal.oxm.XMLMarshaller.marshal(XMLMarshaller.java:848)
            at org.eclipse.persistence.jaxb.JAXBMarshaller.marshal(JAXBMarshaller.java:401)
            ... 35 more
    Caused by: Exception [EclipseLink-25037] (Eclipse Persistence Services - 2.5.0.v20130507-3faac2b): org.eclipse.persistence.exceptions.XMLMarshalException
    Exception Description: A cycle is detected in the object graph.  This will cause an infinite loop: net.es.nsi.pce.discovery.jaxb.DocumentType@24d793f3 -> net.es.nsi.pce.discovery.jaxb.NotificationType@7f06bc07 -> net.es.nsi.pce.discovery.jaxb.DocumentType@24d793f3
            at org.eclipse.persistence.exceptions.XMLMarshalException.objectCycleDetected(XMLMarshalException.java:400)
            at org.eclipse.persistence.internal.oxm.XPathObjectBuilder.buildRow(XPathObjectBuilder.java:207)
            at org.eclipse.persistence.internal.oxm.TreeObjectBuilder.buildRow(TreeObjectBuilder.java:118)
            at org.eclipse.persistence.internal.oxm.TreeObjectBuilder.buildRow(TreeObjectBuilder.java:1)
            at org.eclipse.persistence.internal.oxm.XMLCompositeObjectMappingNodeValue.marshalSingleValue(XMLCompositeObjectMappingNodeValue.java:237)
            at org.eclipse.persistence.internal.oxm.XMLCompositeObjectMappingNodeValue.marshal(XMLCompositeObjectMappingNodeValue.java:149)
            at org.eclipse.persistence.internal.oxm.NodeValue.marshal(NodeValue.java:102)
            at org.eclipse.persistence.internal.oxm.record.ObjectMarshalContext.marshal(ObjectMarshalContext.java:59)
            at org.eclipse.persistence.internal.oxm.XPathNode.marshal(XPathNode.java:393)
            at org.eclipse.persistence.internal.oxm.XPathObjectBuilder.buildRow(XPathObjectBuilder.java:238)
            at org.eclipse.persistence.internal.oxm.TreeObjectBuilder.buildRow(TreeObjectBuilder.java:118)
            at org.eclipse.persistence.internal.oxm.TreeObjectBuilder.buildRow(TreeObjectBuilder.java:1)
            at org.eclipse.persistence.internal.oxm.XMLCompositeCollectionMappingNodeValue.marshalSingleValue(XMLCompositeCollectionMappingNodeValue.java:321)
            at org.eclipse.persistence.internal.oxm.XMLCompositeCollectionMappingNodeValue.marshal(XMLCompositeCollectionMappingNodeValue.java:104)
            at org.eclipse.persistence.internal.oxm.NodeValue.marshal(NodeValue.java:149)
            at org.eclipse.persistence.internal.oxm.NodeValue.marshal(NodeValue.java:102)
            at org.eclipse.persistence.internal.oxm.record.ObjectMarshalContext.marshal(ObjectMarshalContext.java:59)
            at org.eclipse.persistence.internal.oxm.XPathNode.marshal(XPathNode.java:393)
            at org.eclipse.persistence.internal.oxm.XPathObjectBuilder.buildRow(XPathObjectBuilder.java:238)
            at org.eclipse.persistence.internal.oxm.TreeObjectBuilder.buildRow(TreeObjectBuilder.java:118)
            at org.eclipse.persistence.internal.oxm.TreeObjectBuilder.buildRow(TreeObjectBuilder.java:1)
            at org.eclipse.persistence.internal.oxm.XMLMarshaller.marshal(XMLMarshaller.java:743)
            at org.eclipse.persistence.internal.oxm.XMLMarshaller.marshal(XMLMarshaller.java:901)
            ... 37 more
    [/code]

    Unfortunately, even this thread is unanswered, i am closing the thread.as it it creating problems for further posting

  • I Have just downloaded the latest upgrade and now my Mac Book Pro will not boot up !! how can I get out of this ?, I Have just downloaded the latest upgrade and now my Mac Book Pro will not boot up !! how can I get out of this ?

    I Have just downloaded the latest upgrade (through software update) and now my Mac Book Pro will not boot up !! how can I get out of this ?,

    Try starting in safe mode:
    Ciao.

  • How do I get out of this box????

    I froze after the original installation of lightroom 3 and couldn't decide whether to create a new lr file or upgrade my elements 9 file.  At the freezing point I am stuck in a little box which asks me to (myself!) create the file or choose another file.
    I don't know where to  create the file, or how to name it, or where to put it.  Would prefer to upgrade my photoshop elements file, but no longer seem to have that choice.  I can't get back to that choice.  I have uninstalled and reinstalled my new lightroom, but it just comes up to that box.
    Help help help please.
    Bea  c

    Hi there...yikes, I don't use this email address very often and didn't see all the messages until just now.  I went on chat with an adobe person this morning, and he walked me through the manual removal procedure, including how to find hidden files.  Once I had deleted lightroom in that place, everything was fine and I could relaumch it completely...thanks for your interest.
    Date: Mon, 5 Dec 2011 14:46:52 -0700
    From: [email protected]
    To: [email protected]
    Subject: How do I get out of this box????
        Re: How do I get out of this box????
        created by Jeff A Wright in Downloading, Installing, Setting Up - View the full discussion
    Saintmas1 or Laxneutrino can either of you please post a screenshot of the screen you are stuck on?
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4065240#4065240
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4065240#4065240. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Downloading, Installing, Setting Up by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • On Word I was copying a sentence, but the command has not been executed and the timer is constantly circling. It has been circling for over 10 minues. How do I get out of this?

    On Word I was copying a sentence, but the command has not executed and the timing cursor has been circling for over 10 minutes. How do I get out of this?

    You probably will need to force-quit Word. Go to the Apple menu, choose "Force Quit", locate and select Word in the list of applications and click the "Force Quit" button. You will of course most likely lose any changes you made to the document since you last saved it (or it was auto-saved, if you have that option turned on in Word).
    Regards.

  • Trying to install Leopard on my iMac (G5).  Got to the screen that asks for the user name and password and it won't take it.  How do I get out of this and resume the software install?

    Trying to install Leopard on my iMac (G5).  Got to the screen that asks for the user name and password and it won't take it.  How do I get out of this and resume the software install?

    Help here >  Mac OS X: Changing or resetting an account password

  • I am in an endless loop of importing photos for two days now....how do i get out of this?

    i am in an endless loop of importing from a memory card .....iphoto wont let me cancel the import and it has been ongoing for two days....how do i get out of this??

    apple meny ==> forect quit
    LN

  • Hello  How do I get out of this problem (Activate ipad) with this problem, I can not use my ipad as before, I hope that you will find the solution to me

    How do I get out of this problem (Activate ipad) ?

    What is happening when you try to activate? Describe the problem with some detail please.

  • Sleep, Restart, Shutdown loop - how do I get out of this loop?

    I installed os X Panther on mom's older iMac.
    Tonight, when it's booted it comes up with "sleep, restart, shutdown" options.
    We've selected each of these 3 items, waited, then either woke it up, waited for it to restart, or restarted it from shutdown; however, again it will eventually show a screen that only allows her to select "sleep, restart, shutdown"
    How does she get out of this loop?
    Note: There is not option to cancel the screen that has "sleep, restart, shutdown."

    * http://kb.mozillazine.org/Software_Update (Software Update not working properly)
    It shouldn't be necessary to reboot the computer to complete an update.<br />
    Download a fresh copy of Firefox ([http://www.mozilla.com/firefox/all.html]) and do a reinstall of Firefox on top of the current version.<br />
    You may need to do a clean install:
    * Download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    * Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    * Don't remove personal data if you uninstall the current version.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere (not in the Firefox program folder) and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.

  • Flash player has been installed multiple time without errors but bbc news website and even flash player help say it isn't. How do i get out of this loop? - using windows 7 ultimate and latest IE11

    flash player has been installed multiple time without errors but bbc news website and even flash player help say it isn't. How do i get out of this loop? - using windows 7 ultimate and latest IE11

    I have had the same problem for WEEKS and I cannot access any sites that use Flash. Flash has been installed on this computer since I bought it in 2012. I have allowed auto updates but for weeks the updates never get past Step 2 - is this because I do NOT want the Google Tool bar? I use NO tool bars as there is only 6 inches of vertical screen space. Is this because I uncheck wanting Chrome as a default browser?  It is already installed, I just don't use it.  I came to this site and ran the check is it installed and the system says it is either not installed or not enabled. Version 14 just downloaded about 30 minutes ago - but did not progress to Step 3 although a pop up screen came up with a finish button, which I clicked. WHAT is the problem and how do I fix it?  If this were just a compatibility bug between IE11 and Adobe they have had plenty of time to fix it.
    Stephanie HC

  • HT3224 I am new to Mac and started transferring data from my PC to my new Macbook Pro.  Connection was lost once I started and now my Pro is stuck on the 'Transferring Information' screen.  How do I get out of this screen to attempt the connection again?

    II am new to Mac and was trying to transfer data from my PC to my new Macbook Pro.  The connection was lost however and now my Pro is stuck on the 'Transferring you nformation' screen.  How do I get out of this screen so I can attempt the connection again?  Is it safe to force shut down of my Mac and will it still prompt me through all the setup process again?

    Welcome to Apple Support Communities
    If your Mac and PC are connected by Ethernet, unplug and plug that cable again. If not, you have to turn off the MacBook by holding the Power button.
    In the next startup, try to transfer your files again. It's important not to interrupt the transfer process, because in most cases, you will stop it and you won't be able to resume it

  • Trying to purchase music, it sends me to verify my acct info, I do that hit done, it asks if I still want the purchase, I select Yes and it sends me back to verify billing information.  How can I get out of this darn loop and make my purchase?

    In itunes Store. Trying to purchase music, it sends me to verify my acct info, I do that, hit done, it asks if I still want the purchase, I select Yes and it sends me back to verify billing information.  How can I get out of this darn loop and make my purchase?

    Hi itunes for windows,
    If you are being repeatedly prompted to authorize iTunes, even after you have already done so, you may find the following article helpful:
    Apple Support: iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    http://support.apple.com/kb/ts1389
    Regards,
    - Brenden

  • When i click on iphone ine. how do i get out of this and sync normally?

    When i click on iphone in itunes it just comes up with option to restore from backup. how do i get out of this and sync normally?

    Found a setting in Google that was telling it to open all result in a new Windows which I was guessing that Firefox was overriding and open it in a new tab like settings suggested unchecked the box in Google and now the behavior is back to normal.

  • Every time I hit the app store I get the message "loading".   How can I get out of this and get the app "qrreader" that I want to load???

    I'm getting a little frustrated trying to get the "APP "  "qrreader".  Everytime I tap on the APP icon it is "loading".  How can I get out of this and start over with the
    APP I want???

    Try a reset: hold down the home button along with the power button until you see the Apple, then let go.

Maybe you are looking for

  • Error message when trying to update Leopard 10.5.1 to 10.5.2

    I was happy when I switched from PC to Mac a year ago. But since upgrading to Leopard I have had so many problems that it reminds me of my (bad) experience with Windows... Where I live in dark Africa there is no support at all, so I hope some of you

  • [SOLVED] KDE problems after upgrade from 4.10.0-1 to 4.10.1-1

    Hi guys, after updating KDE ihave the following problems: 1. The widgets are unable to load (red cross icon) everywhere at desktop, at panel. 2. Panel need to be removed and added after boot. 3. The programs does not displaying at task manager. 4. Pr

  • Per_pos_structure_elements

    select ppf.employee_number , ABA.absence_days from PER_ABSENCE_ATTENDANCES ABA, apps.PER_ALL_PEOPLE_F ppf where ppf.person_id = aba.person_id i need to get All employees numbers and absence days under specified parent_position_id e.g parent_position_

  • Newbie question about the Zen Vision M, uploading D

    If I want to put one of my DVD movies on the Zen, is this easy to do? How long does it take?

  • Virtual IP - how to speed up query result?

    Hello, I have a virtual IP. When I execute a report I receive after 5 minutes a result. Following questions: 1. How can I detect the bottleneck? 2. Is there a "standard" way to improve the query runtime? Thanks for input. Best regards. Pascal Kern