HT1296 What is the correct windows xp path to use so USB sync will function? I must have moved my folder because sync no longer works.

I tried to organize my computer folders but must have moved a key folder for my iProducts because I can no longer sync. Does anyone know the correct windows xp path to put my documents folder in the right location so sync will function again?

Open iTunes, go to the Help, on the top menu bar.  ITunes can rebuild the path to the iTunes files.

Similar Messages

  • What is the correct way to measure RPM using Visual Basic?

    I have something that works now, but I want to know if there is a better way. I am using a 6023E, I have a Hall Effect switch that goes low then high each rev when a magnet goes by. I have the signal connected to the GATE pin on counter0. I poll the card for the RPM over and over using code based closely on the example STCsinglePeriodMeasure. While this works, I'm not sure exactly what this code is doing. Do I need to call the entire thing every time? The problem is I need to reset and arm the counter each time before starting the counter, and calling everything was the only way I could get it to work. I'm looking for a way to either trim this down, or maybe there is another way altogether that is more apporpriate. Here's the code:
    iDevice% = 1
    ulGpctrNum& = ND_COUNTER_0
    ulArmed& = ND_YES
    ulTCReached& = ND_NO
    iYieldON% = 1
    iStatus% = GPCTR_Control(iDevice%, ulGpctrNum&, ND_RESET)
    iRetVal% = NIDAQErrorHandler(iStatus%, "GPCTR_Control/RESET", iIgnoreWarning%)
    iStatus% = GPCTR_Set_Application(iDevice%, ulGpctrNum&, ND_SINGLE_PERIOD_MSR)
    iRetVal% = NIDAQErrorHandler(iStatus%, "GPCTR_Set_Application", iIgnoreWarning%)
    iStatus% = GPCTR_Change_Parameter(iDevice%, ulGpctrNum&, ND_SOURCE, ND_INTERNAL_100_KHZ)
    iRetVal% = NIDAQErrorHandler(iStatus%, "GPCTR_Change_Parameter/SOURCE", iIgnoreWarning%)
    iStatus% = GPCTR_Change_Parameter(iDevice%, ulGpctrNum&, ND_GATE, ND_DEFAULT_PFI_LINE)
    iRetVal% = NIDAQErrorHandler(iStatus%, "GPCTR_Change_Parameter/GATE", iIgnoreWarning%)
    iStatus% = GPCTR_Change_Parameter(iDevice%, ulGpctrNum&, ND_INITIAL_COUNT, ulCount&)
    iRetVal% = NIDAQErrorHandler(iStatus%, "GPCTR_Change_Parameter/INITCOUNT", iIgnoreWarning%)
    iStatus% = GPCTR_Control(iDevice%, ulGpctrNum&, ND_PROGRAM)
    iRetVal% = NIDAQErrorHandler(iStatus%, "GPCTR_Control/PROGRAM", iIgnoreWarning%)
    ' Loop until 'ulGpctrNum' is no longer armed, or run window is closed.
    Do
    iStatus% = GPCTR_Watch(iDevice%, ulGpctrNum&, ND_ARMED, ulArmed&)
    DoEvents
    Loop While ((ulArmed& = ND_YES) And (iStatus% = 0)) And RunWindow.ExitStatus = "Running"
    If RunWindow.ExitStatus = "Running" Then
    'Run window wasn't closed, so read data.
    iRetVal% = NIDAQErrorHandler(iStatus%, "GPCTR_Watch/ARMED", iIgnoreWarning%)
    iStatus% = GPCTR_Watch(iDevice%, ulGpctrNum&, ND_COUNT, ulCount&)
    iRetVal% = NIDAQErrorHandler(iStatus%, "GPCTR_Watch/COUNT", iIgnoreWarning%)
    iStatus% = GPCTR_Watch(iDevice%, ulGpctrNum&, ND_TC_REACHED, ulTCReached&)
    If (ulTCReached& = ND_YES) Then
    MsgBox "Counter reached terminal count! RPM value may be incorrect"
    Else
    'ulCount is the period in microseconds, RPM = 1/val*(100000ms/s)*(60s/min)
    RPM = 6000000 / ulCount&
    ' Debug.Print RPM
    RunWindow.RPM.Text = Str(RPM)
    End If

    Finally getting around to this again. My previous post is incorrect, as the code I am using is based on the single period measure (it's right there in the code). I am having a problem with the values returned with this method. Occasionally, the card will return a lower than expected count, resulting in a very large (and incorrect) RPM value. I'm thinking this must have something to do with arming the counter at some unfortunate and coincidental point on the gate signal, resulting in a short count. It must be an unlikely event, because I get thousands of good, consistent values for every one bad one.
    To resolve this, I am thinking of going to the single buffered period measurement as suggested above. My idea is to set up a buffer with two values,
    and always take the second one (to avoid coincidental arming and short counts). I could also set it up to return more values, and the application could choose the most likely one (ie return three values, throw out the largest and smallest, etc.)
    I would rather just use the buffer in continuous mode, since the RPM varies much more slowly than the counter counts, and any snapshot of the buffer at any time would be sufficient, even in the presence of overwriting, etc. This would allow me to arm the counter once and poll it on the fly.
    My concern is that in continuous mode, the counter will be throwing a lot of errors which will interefere with the program flow. Can I just set the counter to suppress all errors when I do a buffered read? Worst case, I get a value as it is being written to by the counter, which will have some garbage value (hopefully a recognizable signature) which I can throw out in favor of the other values.
    Thanks,
    Doug

  • What is the correct port number that DI used to communicate with CI?

    Hello All,
    Could you tell me the correct port numbers that a dialog instance used to connect to Central instance?
    I just installed a CI (ABAP + Java) with instance number 05 and 06, and also I installed a DI which instance number is 07.
    Everytime when I tried to start up DI, the process list (disp+work) and Java server0 can not start up, always yellow...
    But when I close the windows firewall on CI machine, the CPU began to work happily until the DI started successfully with green light.
    So, I know the root cause is happened on port restrictions, but I don't want to alway let the CI windows firewall closed, I just want to allow the corresponding ports. Now, the port number I opened on CI is:
    3205,3206,3305,3306,3605,3606,3905,3906,50500,50501,50600,50601... But all of those port are not the correct ports, could  any experts tell me?
    Thank you very much in advance.
    Best regards,
    Nick

    Hi All,
    Thanks for your reply.
    I already opened those ports you mentioned above, but it still doesn't work, once I close the windows firewall, the work proess jlaunch.exe began to work.......CPU from the bottom to top....
    Yes, I know that it's useless to open the firewall between CI and DI, here I just want to know the mechanism of communication between CI and DI, which pots are they used.
    The instance number on CI is 05(ABAP) and 06(Java), and the number for DI is 07.
    On CI host, I opened ports:3205,3206,3305,3306,3605,3606,3905,3906, 50500,50501,50502,50600,50601,50602 and 1527
    On DI host, I opened ports:3207,3307,3607,3907,50700,50701,50702
    Are those not enough for communication between DI and CI?
    Best regards,
    Nick

  • What was the last windows operating system to use FAT as its default file system?

    I just wanted to test peoples knowledge of windows and its limitations. I thought this was the perfect place to do so.
    I think it is windows me. Anyone have any other opinions?
    Note: Question I was asking is in title.
    Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth. - "Sherlock holmes" "speak softly and carry a big stick" - theodore roosevelt. Fear leads to anger, anger leads to hate, hate leads to suffering
    - Yoda. Blog - http://www.computerprofessions.co.nr

     menu --> About this Mac:
    What does "About this mac" say your processor is?

  • What is the correct boot camp version to use with an early 2009 iMac 24 inch?  Boot Camp assistant says software not currently available?

    I have an early 2009 24 inch iMac.  It is running mavericks.  When I attempt to download using the boot camp assistant i get the message " software not currently available from server"  So I went to the Boot Camp support website and there are about half a dozen versions of the boot camp download.  None of them match my hardware.  I tried the one closest, but when I went to run the setup in windows, it says my machine does not support x64.  I have installed windows 7 home premium x64....It works, sort of.  I cant get sound and my magic mouse behaves badly.
    Do I need a different version of windows or is there a compatible version of boot camp for my system?  Thanks for reading.

    If you installed Mavericks then you had Boot Camp 5 installed automatically. If you have tried downloading from Apple's download site you won't find a version other than 4 or 5 that provide a total package.
    Boot Camp- System requirements for Microsoft Windows operating systems
    Boot Camp- Installing Windows 7 Frequently Asked Questions
    Download BootCamp Drivers for Macs to run Windows 7 or 8 | Chris F Carroll
    Boot Camp- Some computers require Microsoft Windows 7
    Boot Camp Help- Overview of Boot Camp setup

  • What's the correct eclipse version shall I use for gyrex 1.3.2?

    Hi,
    I am a new one for Gyrex. And I have followed the wiki page to setup the Gyrex develop environment, but I failed. Some bundles cannot be resolved due to the imcomplete dependencies. Such as:
    org.eclipse.equinox.registry
    Missing Constraint: Import-Package: javax.xml.parsers;version="0.0.0"
    Missing Constraint: Import-Package: org.xml.sax;version="0.0.0"
    Missing Constraint: Import-Package: org.xml.sax.helpers;version="0.0.0"
    org.apache.solr.client.solrj and org.apache.solr.core
    Missing Constraint:Import-Package:org.apache.commons.httpclient;version="3.1.0"
    Missing Constraint:Import-Package:org.apache.commons.httpclient.methods;version="3.1.0"
    Missing Constraint:Import-Package:org.apache.commons.httpclient.methods.multipart;version="3.1.0"
    The eclipse platform I used is Mars Release (4.5.0).
    Can anyone guide me to setup the target platform?

    Hi Gunnar,
    Many thanks for your help.
    Now I can started the dev environment now. While, I got an error when I try to access the cluster management page in the web console (http://localhost:3110).
    The screenshot for the error is attached. And the detail log while starting the environment is as below:
    osgi> 19:58:24,679 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
    19:58:24,679 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
    19:58:24,679 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.xml]
    19:58:24,680 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Setting up default configuration.
    19:58:24,719 |-INFO in class org.eclipse.gyrex.boot.internal.logback.LogbackConfigurator - Setting up Gyrex log configuration.
    19:58:24,720 |-INFO in class org.eclipse.gyrex.boot.internal.logback.LogbackConfigurator - Using built-in default configuration. Enhancements and suggestions welcome.
    19:58:24,721 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@516f5228 - Propagating DEBUG level on Logger[ROOT] onto the JUL framework
    19:58:24,725 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[error-log] - Active log file name: D:\Tools\eclipse\workspace\logs\error.log
    19:58:24,725 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[error-log] - File property is set to [D:\Tools\eclipse\workspace\logs\error.log]
    19:58:24,726 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@516f5228 - Propagating WARN level on Logger[org.apache.commons] onto the JUL framework
    19:58:24,726 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@516f5228 - Propagating WARN level on Logger[httpclient.wire] onto the JUL framework
    19:58:24,726 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@516f5228 - Propagating WARN level on Logger[org.apache.http] onto the JUL framework
    19:58:24,726 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@516f5228 - Propagating WARN level on Logger[org.apache.zookeeper] onto the JUL framework
    19:58:24,726 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@516f5228 - Propagating WARN level on Logger[org.apache.solr] onto the JUL framework
    19:58:24,726 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@516f5228 - Propagating WARN level on Logger[org.apache.sshd] onto the JUL framework
    19:58:24,726 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@516f5228 - Propagating WARN level on Logger[org.apache.mina] onto the JUL framework
    19:58:24,726 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@516f5228 - Propagating WARN level on Logger[org.mortbay.log] onto the JUL framework
    19:58:24,726 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@516f5228 - Propagating INFO level on Logger[org.eclipse.jetty] onto the JUL framework
    19:58:24,726 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@516f5228 - Propagating INFO level on Logger[org.quartz] onto the JUL framework
    19:58:24,726 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@516f5228 - Propagating INFO level on Logger[sun] onto the JUL framework
    19:58:24,726 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@516f5228 - Propagating INFO level on Logger[com.google.inject] onto the JUL framework
    19:58:24,727 |-INFO in org.eclipse.gyrex.boot.internal.logback.LogbackLevelDebugOptionsBridge@4c6bcaef - Initializing log level overrides.
    19:58:24.729 [Start Level: Equinox Container: e0ee93ca-e82a-0015-12a1-8f2f63b87f29] DEBUG o.e.g.server.settings.SystemSetting - No value set for gyrex_portOffset/gyrex.portOffset, using default value null
    19:58:24.852 [Worker-0] INFO org.eclipse.jetty.util.log - Logging initialized @3177ms
    19:58:24.860 [Worker-0] DEBUG o.e.g.server.settings.SystemSetting - No value set for gyrex_admin_secure/gyrex.admin.secure, using default value false
    19:58:24.879 [Worker-0] DEBUG o.e.g.server.settings.SystemSetting - No value set for gyrex_admin_http_port/gyrex.admin.http.port, using default value 3110
    19:58:25.807 [Worker-0] DEBUG o.e.g.server.settings.SystemSetting - No value set for gyrex_admin_auth/gyrex.admin.auth, using default value null
    19:58:25.807 [Worker-0] DEBUG o.e.g.server.settings.SystemSetting - No value set for gyrex_admin_secure/gyrex.admin.secure, using default value false
    19:58:25.809 [Worker-0] INFO org.eclipse.jetty.server.Server - jetty-9.2.9.v20150224
    19:58:25.836 [Worker-0] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@7c3aa90a{/,file:/D:/Tools/eclipse/workspace/.metadata/.plugins/org.eclipse.gyrex.admin.ui/context/,AVAILABLE}
    19:58:25.854 [Worker-0] INFO o.e.jetty.server.ServerConnector - Started ServerConnector@2e89630{HTTP/1.1}{0.0.0.0:3110}
    19:58:25.854 [Worker-0] INFO org.eclipse.jetty.server.Server - Started @4179ms
    19:58:25.926 [Component Resolve Thread] INFO o.e.g.cloud.internal.CloudActivator - Node id: sean-desktop-pc_53ca934f
    19:58:25.992 [Component Resolve Thread] INFO o.e.g.e.w.i.WebsocketEventTransport - Activating WebsocketEventTransport.
    19:58:25.992 [Component Resolve Thread] DEBUG o.e.g.server.settings.SystemSetting - No value set for gyrex_event_websocket_port/gyrex.event.websocket.port, using default value 3111
    19:58:26.663 [Component Resolve Thread] INFO org.eclipse.jetty.server.Server - jetty-9.2.9.v20150224
    19:58:26.666 [Component Resolve Thread] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@55989874{/eventbus,null,AVAILABLE}
    19:58:26.669 [Component Resolve Thread] INFO o.e.jetty.server.ServerConnector - Started ServerConnector@5060706b{HTTP/1.1}{0.0.0.0:3111}
    19:58:26.670 [Component Resolve Thread] INFO org.eclipse.jetty.server.Server - Started @4995ms
    19:58:26.673 [Worker-1] DEBUG o.e.g.e.w.i.WebsocketEventTransport - Connecting online nodes for the event transport.
    19:58:26.681 [Worker-1] WARN o.e.g.e.w.i.WebsocketEventTransport - An error occured while connecting online nodes for the event transport. Operation will be retried.
    19:58:26.702 [Start Level: Equinox Container: e0ee93ca-e82a-0015-12a1-8f2f63b87f29] INFO o.e.g.h.l.internal.HttpLogActivator - Adding Wildfire Appender...
    19:58:52.747 [qtp1611116091-61] ERROR org.eclipse.gyrex.rap.JFaceLog - Unable to open page 'Cluster (id cluster)'. Please check the server logs.
    java.lang.RuntimeException: Error reading list of nodes. GateDownException: ZooKeeper Gate is DOWN. (null)
    at org.eclipse.gyrex.cloud.internal.admin.CloudManagerImpl.getOnlineNodes(CloudManagerImpl.java:164) ~[na:na]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_79]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:1.7.0_79]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:1.7.0_79]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.7.0_79]
    at org.eclipse.gyrex.common.internal.services.ServiceProxy.invoke(ServiceProxy.java:303) ~[org.eclipse.gyrex.common_1.3.0.v20140923-0741.jar:na]
    at com.sun.proxy.$Proxy2.getOnlineNodes(Unknown Source) ~[na:na]
    at org.eclipse.gyrex.admin.ui.cloud.internal.NodeBrowserContentProvider.getElements(NodeBrowserContentProvider.java:108) ~[na:na]
    at org.eclipse.jface.viewers.StructuredViewer.getRawChildren(StructuredViewer.java:992) ~[org.eclipse.rap.jface_3.0.0.20150520-1729.jar:na]
    at org.eclipse.jface.viewers.ColumnViewer.getRawChildren(ColumnViewer.java:699) ~[org.eclipse.rap.jface_3.0.0.20150520-1729.jar:na]
    at org.eclipse.jface.viewers.AbstractTreeViewer.getRawChildren(AbstractTreeViewer.java:1333) ~[org.eclipse.rap.jface_3.0.0.20150520-1729.jar:na]
    at org.eclipse.jface.viewers.TreeViewer.getRawChildren(TreeViewer.java:391) ~[org.eclipse.rap.jface_3.0.0.20150520-1729.jar:na]
    at org.eclipse.jface.viewers.StructuredViewer.getFilteredChildren(StructuredViewer.java:900) ~[org.eclipse.rap.jface_3.0.0.20150520-1729.jar:na]
    at org.eclipse.jface.viewers.AbstractTreeViewer.getSortedChildren(AbstractTreeViewer.java:602) ~[org.eclipse.rap.jface_3.0.0.20150520-1729.jar:na]
    at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:802) ~[org.eclipse.rap.jface_3.0.0.20150520-1729.jar:na]
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66) ~[org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:779) ~[org.eclipse.rap.jface_3.0.0.20150520-1729.jar:na]
    at org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:644) ~[org.eclipse.rap.jface_3.0.0.20150520-1729.jar:na]
    at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:750) ~[org.eclipse.rap.jface_3.0.0.20150520-1729.jar:na]
    at org.eclipse.jface.viewers.AbstractTreeViewer.internalInitializeTree(AbstractTreeViewer.java:1495) ~[org.eclipse.rap.jface_3.0.0.20150520-1729.jar:na]
    at org.eclipse.jface.viewers.TreeViewer.internalInitializeTree(TreeViewer.java:833) ~[org.eclipse.rap.jface_3.0.0.20150520-1729.jar:na]
    at org.eclipse.jface.viewers.AbstractTreeViewer$5.run(AbstractTreeViewer.java:1479) ~[org.eclipse.rap.jface_3.0.0.20150520-1729.jar:na]
    at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1427) ~[org.eclipse.rap.jface_3.0.0.20150520-1729.jar:na]
    at org.eclipse.jface.viewers.TreeViewer.preservingSelection(TreeViewer.java:403) ~[org.eclipse.rap.jface_3.0.0.20150520-1729.jar:na]
    at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1388) ~[org.eclipse.rap.jface_3.0.0.20150520-1729.jar:na]
    at org.eclipse.jface.viewers.AbstractTreeViewer.inputChanged(AbstractTreeViewer.java:1472) ~[org.eclipse.rap.jface_3.0.0.20150520-1729.jar:na]
    at org.eclipse.gyrex.admin.ui.internal.widgets.FilteredTree$NotifyingTreeViewer.inputChanged(FilteredTree.java:105) ~[na:na]
    at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:280) ~[org.eclipse.rap.jface_3.0.0.20150520-1729.jar:na]
    at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:1674) ~[org.eclipse.rap.jface_3.0.0.20150520-1729.jar:na]
    at org.eclipse.gyrex.admin.ui.internal.widgets.AdminPageWithTree.activate(AdminPageWithTree.java:141) ~[na:na]
    at org.eclipse.gyrex.admin.ui.cloud.internal.ZooKeeperBasedAdminPage.activate(ZooKeeperBasedAdminPage.java:69) ~[na:na]
    at org.eclipse.gyrex.rap.application.RapApplicationEntryPoint.activate(RapApplicationEntryPoint.java:170) [org.eclipse.gyrex.rap_1.0.0.v20150604-1242.jar:na]
    at org.eclipse.gyrex.rap.application.RapApplicationEntryPoint.open(RapApplicationEntryPoint.java:528) [org.eclipse.gyrex.rap_1.0.0.v20150604-1242.jar:na]
    at org.eclipse.gyrex.rap.application.RapApplicationEntryPoint.access$0(RapApplicationEntryPoint.java:513) [org.eclipse.gyrex.rap_1.0.0.v20150604-1242.jar:na]
    at org.eclipse.gyrex.rap.application.RapApplicationEntryPoint$4.openPage(RapApplicationEntryPoint.java:401) [org.eclipse.gyrex.rap_1.0.0.v20150604-1242.jar:na]
    at org.eclipse.gyrex.rap.application.NavigationBar$1.openPage(NavigationBar.java:61) [org.eclipse.gyrex.rap_1.0.0.v20150604-1242.jar:na]
    at org.eclipse.gyrex.rap.application.DropDownNavigation$1.widgetSelected(DropDownNavigation.java:67) [org.eclipse.gyrex.rap_1.0.0.v20150604-1242.jar:na]
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:262) [org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86) [org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:708) [org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:610) [org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at org.eclipse.swt.widgets.Display.executeNextEvent(Display.java:1216) [org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at org.eclipse.swt.widgets.Display.runPendingMessages(Display.java:1197) [org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at org.eclipse.swt.widgets.Display.safeReadAndDispatch(Display.java:1180) [org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1172) [org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at org.eclipse.rap.rwt.internal.lifecycle.ProcessAction.execute(ProcessAction.java:27) [org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at org.eclipse.rap.rwt.internal.lifecycle.PhaseExecutor.execute(PhaseExecutor.java:38) [org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at org.eclipse.rap.rwt.internal.lifecycle.SimpleLifeCycle.execute(SimpleLifeCycle.java:46) [org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at org.eclipse.rap.rwt.internal.service.RWTMessageHandler.executeLifeCycle(RWTMessageHandler.java:56) [org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at org.eclipse.rap.rwt.internal.service.RWTMessageHandler.handleMessage(RWTMessageHandler.java:40) [org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at org.eclipse.rap.rwt.internal.remote.MessageChainElement.handleMessage(MessageChainElement.java:28) [org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at org.eclipse.rap.rwt.internal.service.LifeCycleServiceHandler.processMessage(LifeCycleServiceHandler.java:140) [org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at org.eclipse.rap.rwt.internal.service.LifeCycleServiceHandler.processUIRequest(LifeCycleServiceHandler.java:111) [org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at org.eclipse.rap.rwt.internal.service.LifeCycleServiceHandler.synchronizedService(LifeCycleServiceHandler.java:81) [org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at org.eclipse.rap.rwt.internal.service.LifeCycleServiceHandler.service(LifeCycleServiceHandler.java:72) [org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at org.eclipse.rap.rwt.engine.RWTServlet.handleValidRequest(RWTServlet.java:135) [org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at org.eclipse.rap.rwt.engine.RWTServlet.handleRequest(RWTServlet.java:117) [org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at org.eclipse.rap.rwt.engine.RWTServlet.doPost(RWTServlet.java:107) [org.eclipse.rap.rwt_3.0.0.20150601-1556.jar:na]
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) [javax.servlet_3.1.0.v201410161800.jar:3.1.0]
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [javax.servlet_3.1.0.v201410161800.jar:3.1.0]
    at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:808) [org.eclipse.jetty.servlet_9.2.9.v20150224.jar:9.2.9.v20150224]
    at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587) [org.eclipse.jetty.servlet_9.2.9.v20150224.jar:9.2.9.v20150224]
    at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221) [org.eclipse.jetty.server_9.2.9.v20150224.jar:9.2.9.v20150224]
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127) [org.eclipse.jetty.server_9.2.9.v20150224.jar:9.2.9.v20150224]
    at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515) [org.eclipse.jetty.servlet_9.2.9.v20150224.jar:9.2.9.v20150224]
    at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) [org.eclipse.jetty.server_9.2.9.v20150224.jar:9.2.9.v20150224]
    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061) [org.eclipse.jetty.server_9.2.9.v20150224.jar:9.2.9.v20150224]
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [org.eclipse.jetty.server_9.2.9.v20150224.jar:9.2.9.v20150224]
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97) [org.eclipse.jetty.server_9.2.9.v20150224.jar:9.2.9.v20150224]
    at org.eclipse.jetty.server.Server.handle(Server.java:497) [org.eclipse.jetty.server_9.2.9.v20150224.jar:9.2.9.v20150224]
    at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310) [org.eclipse.jetty.server_9.2.9.v20150224.jar:9.2.9.v20150224]
    at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) [org.eclipse.jetty.server_9.2.9.v20150224.jar:9.2.9.v20150224]
    at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540) [org.eclipse.jetty.io_9.2.9.v20150224.jar:9.2.9.v20150224]
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635) [org.eclipse.jetty.util_9.2.9.v20150224.jar:9.2.9.v20150224]
    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555) [org.eclipse.jetty.util_9.2.9.v20150224.jar:9.2.9.v20150224]
    at java.lang.Thread.run(Unknown Source) [na:1.7.0_79]
    Caused by: org.eclipse.gyrex.cloud.internal.zk.GateDownException: ZooKeeper Gate is DOWN. (null)
    at org.eclipse.gyrex.cloud.internal.zk.ZooKeeperGate.get(ZooKeeperGate.java:137) ~[na:na]
    at org.eclipse.gyrex.cloud.internal.admin.CloudManagerImpl.getOnlineNodes(CloudManagerImpl.java:156) ~[na:na]
    ... 75 common frames omitted
    20:00:26.683 [Worker-1] DEBUG o.e.g.e.w.i.WebsocketEventTransport - Connecting online nodes for the event transport.
    20:00:26.685 [Worker-1] WARN o.e.g.e.w.i.WebsocketEventTransport - An error occured while connecting online nodes for the event transport. Operation will be retried.
    20:02:26.735 [Worker-0] DEBUG o.e.g.e.w.i.WebsocketEventTransport - Connecting online nodes for the event transport.
    20:02:26.736 [Worker-0] WARN o.e.g.e.w.i.WebsocketEventTransport - An error occured while connecting online nodes for the event transport. Operation will be retried.
    20:04:26.786 [Worker-0] DEBUG o.e.g.e.w.i.WebsocketEventTransport - Connecting online nodes for the event transport.
    20:04:26.788 [Worker-0] WARN o.e.g.e.w.i.WebsocketEventTransport - An error occured while connecting online nodes for the event transport. Operation will be retried.

  • What is the correct syntax for using a variable in an ad hoc query?

    Hi all
    I am an occasional DB user and at the moment need to update about 1000+ records so that a certain column gets a unique value.
    So I thought that I would use a variable for this.
    I then built this kind of SQL statement for just a small subset of the records:
    variable recNumber number;
    exec :recNumber := 1;
    UPDATE TABLE_TO_BE_UPD
    SET COL_TO_BE_UPD = COL_TO_BE_UPD + recNumber
    WHERE COL_TO_BE_UPD IN ('VAL_A','VAL_B');
    I get the invalid SQL statement error when attempting to execute above (besides the prompt that asks for a value which I would like to omit).
    Anyway I also tried this one:
    CREATE SEQUENCE seqCounter;
    UPDATE TABLE_TO_BE_UPD
    SET COL_TO_BE_UPD = COL_TO_BE_UPD + seqCounter.NEXTVAL
    WHERE COL_TO_BE_UPD IN ('VAL_A','VAL_B');
    From this one I got the error ORA-01722: invalid number...I am guessing this comes because seqCounter is of type number and the COL_TO_BE_UPD is of type character...(?)
    So what I would like to ask is what is the correct way to define and use a counter type of variable to append a number at the end of a character string?
    Also another question that I would like to ask is that are variables that are used in ad hoc queries also called 'bind variables'?
    Thanks muchly

    If you want to append a unique number to a column then this would do it:
    UPDATE TABLE_TO_BE_UPD
    SET COL_TO_BE_UPD = COL_TO_BE_UPD ||to_char(rownum)
    WHERE COL_TO_BE_UPD IN ('VAL_A','VAL_B');

  • What is the correct cable to go from from macbook to my TV - toshiba 24V4210U

    As above, what is the correct cable, and port, to use for watching videos and photos from my macbook on my TV -
    1080p HD    24V4210U
    I live overseas where macs and their accessories are not available so I need to purchase this while on a visit to the USA. Thanks!

    Depends on what input plug you'll be using on your TV. VGA, DVI or HDMI. You'll need a Mini DisplayPort adapter and a cable from that to your TV. Here's the various types of Mini DisplayPort adapters on Amazon.com http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=min i-dvi&x=9&y=13#/ref=nb_sb_ss_sc_2_16?url=search-alias%3Daps&field-keywords=mini+ displayport&sprefix=mini+displayport&rh=i%3Aaps%2Ck%3Amini+displayport
    Mini displayPort

  • My new 4s cannot send emails; emails are rejected by server. What are the correct settings?

    What are the correct settings when my new 4s can receive but will not send messages. The emails are rejected by the server,

    You're going to have to ask your e-mail provider. We don't have the slightest clue who that is, much less what the correct settings would be.

  • What is the correct way to format file paths and names in the structapp file?

    I am trying to create a structured application to export fm files as xml, and probably read the xml back to fm.
    In the structured application file (structapp), I need to specify the locations of the various files (DTD, read/write, template, etc). I would like to place these files on a shared server so others can use the same structapp file (that is, a cop of it). What is the correct way to format the file paths and names? Can folders folder names and file names have spaces in them? I tried the following, for example:
    \\serverName\shareName\folder 1\folder 2\file name.dtd
    I use the same format for the template file and the read/write rules file.
    When I try to save an fm file to xml, FrameMaker says that it cannot read the DTD; however, the resulting xml file appears to be well-formed. The DOCTYPE element in the resulting xml is formatted with forward slashes and spaces replaced with %20.
    I tried using forward slashes and replacing spaces with %20, but then I get an error about reading the read/write rules.
    NOTE: I have another structured application to read xml into fm. This application does not have a DTD file. The template and read/write rules files are specified as above. Except for complaining about a lack of a DTD, the application works fine; it even applies an XSLT in the process. Again, when I DO add a DTD to this latter application, I get the same complaint about not being able to read the DTD.
    I am using fully patched FrameMaker 9 in Windows XP.
    Thanks,
    Van

    Hi Van,
    The XML parser and FrameMaker are not the same thing. The Error Log says which component created which message. The XSL processor is another option that can throw messages. The "\\server\path\some.dtd" syntax in structapps.fm seems to be fine for some tools, as Internet Explorer with XML tools successfully finds the DTD which appears as "//server/path/some.dtd" in the XML. But apparently Xerxes, the XML parser bundled with FrameMaker, does not like this notation.
    If you have a path with a drive letter, "H:\path\some.dtd", FrameMaker turns that into "file:///H:/path/some.dtd". It seems, Xerces would like to see "file:/" in front of absolute paths.
    This is what I have in structapps.fm:
    Template: \\server\path\projecttemplate.fm
    DTD: some.dtd
    Read/write rules: \\server\path\projectrules.txt
    DOCTYPE: …
    Entity locations
      Entity search paths
        1: \\server\path\
    In the structapps.fm I have the DTD without path information. The resulting XML (without XSL postprocessing) then contains just the file name with a relative path back to the book folder (when saving a book as XML). It therefore requires the DTD to be available at this place. I handle this using an event script that fires for NotePreSaveXml and copies the DTD to the folder of the original document.
    As I always use XSL postprocessing and using XSLT1 it is not possible to have the doctype-system as a parameter I have this in my XSL stylesheet:
    <xsl:output doctype-system="some.dtd" />
    For the resulting XML the DTD is expected to be in the same folder as the XML file. This is handled by the same event script as above, it therefore copies the DTD to the source and the target folder.
    Bottom line: If you want/have to use UNC paths, you have to do some programming to work around a FrameMaker bug.
    - Michael

  • What are the correct settings for my WRT54GS for using remote access on a Windows Home Server?

    I can not remotely access my Windows Home Server from outside.  What are the correct settings for my WRT54GS?

    I have opened ports 80, 443,and 4125 to PCP.  The  router address is http://192.168.1.1, my address is 221.40.138.170.
    Thank you.

  • What's the correct recovery process once upgraded to Windows 10? (No OneKey Recovery)

    I have a Z50-70 laptop that came preinstalled with Windows 8.1. It is a OEM version, with the product key stored in the Bios. It is a UEFI install. It currently has OneKey recovery installed, which, if I understand correctly (I haven't actually used it yet), allows you to recover from a recovery partition in the hard disk. This isn't a "fresh" Windows 8.1, but an image provided by Lenovo that takes you back to the state the laptop was in when originally purchased (will have all Lenovo software and drivers preinstalled). According to the official Lenovo upgrade guide, before performing the Windows 10 upgrade, we should uninstall basically all Lenovo software, including OneKey recovery and it won't work in Windows 10. Questions: 1. What's the correct process to recover the system from within Windows 10 if something goes badly wrong? I think Windows 10 has a built in "reset your computer" functionality in Settings which I assume is what we would be expected to use. Would this take me to:a. A completely fresh install of Windows 10?b. An image created during the 8.1 to 10 upgrade, containing all my files etc at the point of performing the upgrade?c. Or would it use the Lenovo recovery partition (that OneKey Recovery would have used if it was compatible) and take me back to Windows 8.1?d. Something else? 2. Once I've performed the upgrade and Windows 10 has successfully activated, I believe I could create a bootable media with the Windows 10 ISO, boot into it and install a completely clean installation of Windows 10 and it would activate. I could theoretically do as many fresh installs from the bootable media as I want, so long as initially I did the upgrade (not a clean install), and the laptop hardware doesn't change. Is that correct?2a. If so, during the first clean bootable media install process, would I be safe to compeletly remove the Lenovo recovery partition entirely, and from that point onwards rely on Windows 10's "Reset your PC" functionality? Could I could even just use reinstalling Windows 10 from bootable media again as a way of recovering? If I understand correctly, it doesn't make sense to keep the recovery partition it if it can't be used within Windows 10. I think it I had a regular desktop PC with a retail version of Windows, then all the above would be fine. The added complications here are that 1. I have no Windows 8.1 product key (it's handled alll by the BIOS), and 2. I have no recovery disks. I want to make sure I understand everything fully before upgrading, and potentially doing a clean install using bootable media, so that I don't end up messing something up and ending up with either a laptop that I can't recover, of a Windows installation that isn't activated. Thanks.

    Update for anyone else reading: I just uninstalled OneKey recovery on my Windows 8.1 installation, in preparation for the upgrade. So as far as Windows is concerned, OneKey Recovery has been completely removed. The good news is that I then shut down the laptop, pressed the novo button, selected "System Recovery" and I was still greeted with the OneKey recovery program where I could choose to restore from factory image, or a custom image. Therefore I assume that once I've upgraded to Windows 10, I will always have the option to restore to factory Windows 8.1 if I ever need/want to. The confusion seems to be that the OneKey recovery software is actually two separate softwares: 1. OneKey Recovery #1 is installed within the hidden recovery partition that is responsible for performing a system restore from the image of your choosing - either the factory image or a custom image created by OneKey recovery software #2. OneKey Recovery software #1 is always accessible via the Novo button. 2. OneKey Recovery #2 is installed on the Windows 8.1 installation, that is responsible for creating custom system images. You can also choose to restore the system from here, but as far as I can tell, this just restarts the computer and loads up OneKey software #1, which allows you to perform the recovery. OneKey Recovery #2 is the software that Lenovo told us to uninstall before upgrading to Windows 10. However, uninstalling OneKey Recovery #2 will leave OneKey Recovery software #1 in tact.As far as I can tell, this means that uninstalling OneKey Recovery #2 means that we lose the ability to create custom system images, but we retain the ability to restore from a system image. Can anyone confirm that I've understood correctly, and that what I've said above is indeed the case? I'm still a little unsure about what Windows 10's built in "Reset this PC" will do though - whether it will use Lenovo's recovery partition or perform a clean Windows 10 install.

  • What is the correct boot camp support driver for late 2009 Macbook for windows 8.1

    I have late 2009 Macbook with OS X 10.9.4.  I want to run boot camp for windows 8.1, but unable to due to the fact that it can only run Windows 7.  What is the correct Boot Camp Support Software so that I can run Windows 8.1?

    Thanks for the info, but unfortunately there is no current support software or update for my issue at this time.  I found the information under Boot Camp: System requirements for Microsoft Windows operating system.  Hopefully Apple will fix this issue promptly!

  • What's the correct behavior in Win8.1/Win10, when VOIP is conecting and then press Power to enter into connect standby?

    what's the correct behavior in Win8.1/Win10, when VOIP is conecting -> then press Power to enter into connect standby? does VOIP need disconnect after press power key?
    test steps is :
    1). Start VOIP call with Metro Skype in win8.1 or win10.
    2). System enter Connect standby (by press power button)during VOIP establish by Skype or LYNC.
    does VOIP need disconnect or still in connection? what's the correct behavior in win8.1/win10.

    Hi wangjingz,
    From your post, it would be better ask this to the WDK and driver development forum. This forum discuss  application compatibility testing, common compatibility issues, and best practices for creating Windows-based applications. So your post is off
    topic here. Thanks for your understanding.
    Best regards,
    Shu Hu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • What is the correct cable for iMac 11,2 Intel core i3, mini dvi to vga or mini display port to vga?

    What is the correct cable for iMac 11,2 Intel core i3, mini DVI to VGA or mini display port to VGA to hook up to projector? Thanks!

    mini-DisplayPort.
    Regards.

Maybe you are looking for