Reinstallating elements 10... Licence screen goes in endless loop - solution?

Reinstalling Elements 10 after the price went up for CC-full and I downgraded to just CC-LR and PS. But can't get past accept licence screen. Click OK to accept that and it just goes round in an endless loop where the licence screen reappears each time you click the OK button.
Have a valid licence key and tried both DVD reinstall and download reinstall (This also happened with the original installation after I'd downgraded CC, hadn't used the software while had CC-Premiere Pro, but wasn't using that enough to justify cost of full CC).
Any ideas what the solution is?

Peak Images
Is Premiere Pro CC still installed? For now I will assume that you are trying to run Premiere Elements 10 on Windows 7, 8, or 8.1 64 bit. What is the video card/graphics card that the computer uses? If the card in not NVIDIA GeForce, then.....
Uninstall all traces of Premiere Elements 10 from your computer.
a. Uninstall the usual Control Panel way.
b. Do a free ccleaner run through to get rid of any leftovers from incomplete install reinstalls.
http://www.piriform.com/ccleaner/download
c. Reinstall Premiere Elements 10 with the antivirus and firewall(s) disabled.
Let us start here and then decide what next based on your reported results. If the above uninstall/ccleaner/reinstall scheme does not work, we
may yet try to delete the Adobe Premiere Elements Prefs file and, if necessary, the whole 10.0 Folder in which the Adobe Premiere Elements Prefs
file exists. It is also assumed that you have the latest version of Quicktime installed on your computer with Premiere Elements 10 and that you are
running the program from a User Account with Administrative Privileges. Yes? Have you looked at the situation with and without the antivirus and firewall(s) disabled?
Thank you.
ATR

Similar Messages

  • BADI For Transaction ME51N going to endless loop

    Hi All,
    I have implemented BADI ME_PROCESS_REQ_CUSTand calling the set data method of it but the badi is going to an endless loop as the value for address number in delivery address is not retained. Any suggestions???
    Asha

    Below is the code I am using
    METHOD if_ex_me_process_req_cust~process_item .
      DATA: ls_mepoitemx TYPE mereq_itemx,
            ls_mepoitem  TYPE mereq_item,
            v_adrn2(10)  TYPE c,  "address number
            l_flag1(1)   TYPE c,              "Flag if Delivery Address should be change
            v_lgnum(3) TYPE c,   "warehouse number
            v_ltkze(3) TYPE c.   "storage type indicator
      DATA: ex_changed TYPE mmpur_bool.
      ls_mepoitem = im_item->get_data( ).
    break-point.
      IF ls_mepoitem-werks NE space AND
         ls_mepoitem-lgort NE space.
    *check if address number, manual delivery address number, customer and vendor are blank.
        IF ls_mepoitem-adrn2 EQ space AND
           ls_mepoitem-adrnr EQ space AND
           ls_mepoitem-kunnr EQ space AND
           ls_mepoitem-emlif EQ space.
          SELECT SINGLE lgnum   "warehouse number
                 FROM t320
                 INTO v_lgnum
                 WHERE werks EQ ls_mepoitem-werks AND
                       lgort EQ ls_mepoitem-lgort.
    *if there is a retrieved warehouse number, select the stock placement value from MLGN.
          IF sy-subrc EQ 0.
            SELECT SINGLE ltkze  "stock placement value
                   FROM mlgn
                   INTO v_ltkze
                   WHERE matnr EQ ls_mepoitem-matnr
                   AND   lgnum EQ v_lgnum.
    *if there is stock placement value and the value is not inital, retrieve the address number.
            IF sy-subrc EQ 0
            AND v_ltkze IS NOT INITIAL.
              SELECT SINGLE adrn2    "delivery address number
                     FROM zmm_adrc
                     INTO v_adrn2
                     WHERE werks EQ ls_mepoitem-werks
                     AND   lgnum EQ v_lgnum
                     AND   ltkze EQ v_ltkze.
    *appends the address with leading zeros to match the data type in adrc
              IF sy-subrc EQ 0.
                CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
                  EXPORTING
                    input  = v_adrn2
                  IMPORTING
                    output = v_adrn2.
    *transfer the address to ls_mepoitem-adrn2.
                MOVE v_adrn2 TO ls_mepoitem-adrn2.
                CALL METHOD im_item->set_data
                  EXPORTING
                    im_data = ls_mepoitem.
              ENDIF.
            ENDIF.
          ENDIF.
        ENDIF.
      ENDIF.
    ENDMETHOD.

  • Most Http Requests going into endless loop

    Hello,
    We are currently using JSF 1.1 with Oracle ADF Faces and running on a JBoss 4.0.3 application server running Java 1.5. We have been developing a large application for months with the usual various small problems. This week we've had a large number of continuous users on the system and have experienced a phenomenon where our Http Request threads will one-by-one fall into endless loops consuming alot of resources. This has happened with up to 30 threads before we were forced to restart the server.
    All the threads are stuck in the same piece of JSF code. And looking at the thread dump stack traces, some are in the ApplyRequestValues Phase while others are in the RenderResponse Phase.
    Here are two dumps from two threads, each one stuck in a different phase but you can see they are hung at the same spot in the code, apparently in an endless loop because the CPU times for these threads just keep increasing. Like they are continuously reading from the map, endlessly.
    Thread: http-0.0.0.0-8080-1 : priority:5, demon:true, threadId:79, threadState:RUNNABLE, threadLockName:null
        java.util.HashMap.get(HashMap.java:329)
        com.sun.faces.el.impl.JsfParser.parse(JsfParser.java:15)
        com.sun.faces.el.ValueBindingImpl.getNode(ValueBindingImpl.java:66)
        com.sun.faces.el.ValueBindingImpl.isReadOnly(ValueBindingImpl.java:145)
        oracle.adfinternal.view.faces.renderkit.core.xhtml.EditableValueRenderer.getReadOnly(EditableValueRenderer.java:211)
        oracle.adfinternal.view.faces.renderkit.core.xhtml.EditableValueRenderer.wasSubmitted(EditableValueRenderer.java:109)
        oracle.adfinternal.view.faces.renderkit.core.xhtml.EditableValueRenderer.decode(EditableValueRenderer.java:48)
        oracle.adfinternal.view.faces.renderkit.core.xhtml.InputLabelAndMessageRenderer.decode(InputLabelAndMessageRenderer.java:34)
        oracle.adf.view.faces.component.UIXComponentBase.__rendererDecode(UIXComponentBase.java:937)
        oracle.adf.view.faces.component.UIXComponentBase.decode(UIXComponentBase.java:577)
        oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:676)
        oracle.adf.view.faces.component.UIXEditableValue.processDecodes(UIXEditableValue.java:269)
        oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
        oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
        oracle.adf.view.faces.component.UIXForm.processDecodes(UIXForm.java:53)
        javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:880)
        javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:306)
        com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:79)
        com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
        com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
        javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
        org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
        org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        com.paetec.paonline.web.PAStatisticsFilter.doFilter(PAStatisticsFilter.java:68)
        org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
        org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        com.paetec.paonline.web.PATransactionFilter.doFilter(PATransactionFilter.java:353)
        org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
        org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        com.paetec.paonline.web.PALoggingFilter.doFilter(PALoggingFilter.java:102)
        org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
        org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:367)
        oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:336)
        oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:196)
        oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87)
        org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
        org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
        org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
        org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
        org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
        org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
        org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
        org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
        org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
        org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
        org.apache.catalina.valves.FastCommonAccessLogValve.invoke(FastCommonAccessLogValve.java:481)
        org.apache.catalina.valves.RequestDumperValve.invoke(RequestDumperValve.java:150)
        org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
        org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
        org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
        org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
        org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
        java.lang.Thread.run(Thread.java:595)
    Thread: http-0.0.0.0-8080-2 : priority:5, demon:true, threadId:85, threadState:RUNNABLE, threadLockName:null
        java.util.HashMap.get(HashMap.java:329)
        com.sun.faces.el.impl.JsfParser.parse(JsfParser.java:15)
        com.sun.faces.el.ValueBindingFactory.createValueBinding(ValueBindingFactory.java:44)
        com.sun.faces.application.ApplicationImpl.createValueBinding(ApplicationImpl.java:263)
        oracle.adf.view.faces.webapp.UIXComponentTag.createValueBinding(UIXComponentTag.java:357)
        oracle.adf.view.faces.webapp.UIXComponentTag.setProperty(UIXComponentTag.java:139)
        oracle.adfinternal.view.faces.taglib.UIXSelectItemTag.setProperties(UIXSelectItemTag.java:41)
        oracle.adfinternal.view.faces.taglib.core.input.CoreSelectItemTag.setProperties(CoreSelectItemTag.java:68)
        oracle.adf.view.faces.webapp.UIXComponentTag.setProperties(UIXComponentTag.java:126)
        javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:1008)
        javax.faces.webapp.UIComponentTag.createChild(UIComponentTag.java:1027)
        javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:740)
        javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:429)
        oracle.adf.view.faces.webapp.UIXComponentTag.doStartTag(UIXComponentTag.java:85)
        org.apache.jsp.main.financial_jsp._jspx_meth_af_selectItem_1(org.apache.jsp.main.financial_jsp:2221)
        org.apache.jsp.main.financial_jsp._jspx_meth_af_forEach_7(org.apache.jsp.main.financial_jsp:2197)
        org.apache.jsp.main.financial_jsp._jspx_meth_af_selectOneChoice_1(org.apache.jsp.main.financial_jsp:2171)
        org.apache.jsp.main.financial_jsp._jspService(org.apache.jsp.main.financial_jsp:859)
        org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
        org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
        org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
        org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
        org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
        org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
        org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
        org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
        org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
        com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
        com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
        oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
        com.paetec.paonline.web.app.PAOViewHandler.renderView(PAOViewHandler.java:114)
        com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
        com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
        com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
        javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
        org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
        org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        com.paetec.paonline.web.PAStatisticsFilter.doFilter(PAStatisticsFilter.java:68)
        org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
        org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        com.paetec.paonline.web.PATransactionFilter.doFilter(PATransactionFilter.java:353)
        org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
        org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        com.paetec.paonline.web.PALoggingFilter.doFilter(PALoggingFilter.java:102)
        org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
        org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:367)
        oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:336)
        oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:196)
        oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87)
        org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
        org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
        org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
        org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
        org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
        org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
        org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
        org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
        org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
        org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
        org.apache.catalina.valves.FastCommonAccessLogValve.invoke(FastCommonAccessLogValve.java:481)
        org.apache.catalina.valves.RequestDumperValve.invoke(RequestDumperValve.java:150)
        org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
        org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
        org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
        org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
        org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
        java.lang.Thread.run(Thread.java:595)

    I wanted to mention, when it occurs while rendering the page (as can be seen from the stack traces) that its occurring when rendering a tag. Here is one of the tags in my JSP page, specifically one where I think it could be hanging. Does anyone see anything fishy? This tag is an Oracle ADF tag and the "param" variable is a local loop variable. I jus recently added the " || !financialBean.profitAssistant.paDataEditable" part but I don't know if thats the cause of the problem. This does not occur everytime, it just seems like when there is a good amount of load on the system.
    <af:inputText simple="true"
         id=         "tlInputTextParam"
         value=      "#{param.textValue}"
         rendered=   "#{param.rendered}"
         disabled=   "#{param.disabled  || !financialBean.profitAssistant.paDataEditable}"
         styleClass= "#{param.styleClass}"
         inlineStyle="#{param.style}"
         columns=    "#{param.componentSize}"
         onchange=   "#{param.onChangeJS}"
         onclick=    "#{param.onClickJS}"
         onkeydown=  "#{param.onKeyDownJS}"
         onfocus=    "#{param.onFocusJS}"
         onblur=     "#{param.onBlurJS}"
         onmouseover="try{this.title='#{param.description}';#{param.onMouseOverValueJS}}catch(e){}"
         />

  • BEX Selection screen in an endless loop when pressing the Check button

    Hello SDN
    Has anyone faced this issue before where the BEX selection screen seems to get its knickers in a twist and goes into an endless loopp when the Check button is clicked? It goes through fine if I directly hit execute.
    Anyone ? Any ideas ?

    Never seen it before but here is something to check..
    Does the query have a variable with processing type of customer exit. If yes, look at the user exit code in step 3  which is used for input value validation.
    Vineet

  • JspServiceManager goes into endless loop...

    All I want to do is to create a web app which is not a portal, but
    uses a JspServiceManager. I tried different values for workingDir,
    repository and timeout, but the JspServiceManager always goes into
    an infinite loop. Has anyone run into this problem?
    Regards,
    Chris Wolf
    weblogic.httpd.register.myapp=com.beasys.commerce.axiom.jsp.JspServiceManage
    r
    weblogic.httpd.initArgs.myapp=\
    portalname=myapp,\
    homepage=/myapp/index.jsp,\
    defaultdest=/myapp/index.jsp,\
    workingdir=/myapp/,\
    repositorydir=/repository/,\
    timeout=-1,\
    sessioncomparator=com.beasys.commerce.axiom.jsp.DefaultSessionComparator,\
    groupname=everyone,\
    allowautologin=false
    Tue May 16 15:43:30 PDT 2000:<E> <ServletContext-General> Servlet failed
    with Exception
    java.lang.StackOverflowError
    at java.lang.String.getChars(String.java:549)
    at java.lang.StringBuffer.append(StringBuffer.java:397)
    at java.io.Win32FileSystem.normalize(Win32FileSystem.java:118)
    at java.io.Win32FileSystem.normalize(Win32FileSystem.java:184)
    at java.io.File.<init>(File.java:187)
    at
    weblogic.utils.io.FilenameEncoder.getSafeFile(FilenameEncoder.java:171)
    at
    weblogic.servlet.internal.ServletContextImpl.getRealPath(ServletContextImpl.
    java:345)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.getWorkingDirFiles(JspServic
    eManager.java:355)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.ja
    va:439)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :105)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:143)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.ja
    va:472)
    (last four lines ad infinitum)

    This is one of the release notes.Oh. Sorry, I thought I looked. It's all good now, thanks,
    -Chris
    Jeff Wang <[email protected]> wrote in message
    news:[email protected]...
    This is one of the release notes. You can't register a name, and have
    that same name in as part of the path. This will cause the infinite
    loop as you observed. Either rename the registered name, or rename the
    directory, and you should be fine.
    Jeff Wang
    WLCS 2.0 Software Engineer
    Chris Wolf wrote:
    All I want to do is to create a web app which is not a portal, but
    uses a JspServiceManager. I tried different values for workingDir,
    repository and timeout, but the JspServiceManager always goes into
    an infinite loop. Has anyone run into this problem?
    Regards,
    Chris Wolf
    weblogic.httpd.register.myapp=com.beasys.commerce.axiom.jsp.JspServiceManage
    r
    weblogic.httpd.initArgs.myapp=\
    portalname=myapp,\
    homepage=/myapp/index.jsp,\
    defaultdest=/myapp/index.jsp,\
    workingdir=/myapp/,\
    repositorydir=/repository/,\
    timeout=-1,\
    sessioncomparator=com.beasys.commerce.axiom.jsp.DefaultSessionComparator,\
    groupname=everyone,\
    allowautologin=false
    Tue May 16 15:43:30 PDT 2000:<E> <ServletContext-General> Servlet failed
    with Exception
    java.lang.StackOverflowError
    at java.lang.String.getChars(String.java:549)
    at java.lang.StringBuffer.append(StringBuffer.java:397)
    at java.io.Win32FileSystem.normalize(Win32FileSystem.java:118)
    at java.io.Win32FileSystem.normalize(Win32FileSystem.java:184)
    at java.io.File.<init>(File.java:187)
    at
    weblogic.utils.io.FilenameEncoder.getSafeFile(FilenameEncoder.java:171)
    at
    weblogic.servlet.internal.ServletContextImpl.getRealPath(ServletContextImpl.
    java:345)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.getWorkingDirFiles(JspServic
    eManager.java:355)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.ja
    va:439)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :105)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:143)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.ja
    va:472)
    (last four lines ad infinitum)

  • MDSNResponder goes into endless loop

    Since updating to Snow Leopard, mDSNResponder stays in a constantly active loop.
    Little Snitch tells me who's making what connections at what time, and as soon as I launch Safari 4.0.3 it shows mDNSResponder constantly active, even after I quit Safari. (I noticed that Firefox does the same thing, but Camino doesn't start this endless mDNSResponder loop).
    The mDNSResponder activity only stops if I force it to stop. With Leopard, and all OSs before it, mDNSResponder activated when it needed to, then stopped after each process was complete.
    I sample mDNSResponder in Activity Monitor and it even says it's in a loop.
    This certainly is not correct. Any info would be appreciated. Thanks.

    Thanks for your reply.
    No matter how many times I sample the process, it says basically this same thing.
    Here's the sample from Activity Monitor:
    Analysis of sampling mDNSResponder (pid 37) every 1 millisecond
    Call graph:
    2689 Thread_370 DispatchQueue_1: com.apple.main-thread (serial)
    2689 start
    2689 _start
    2689 main
    2689 CFRunLoopRun
    2689 CFRunLoopRunSpecific
    2689 __CFRunLoopRun
    2689 mach_msg
    2689 machmsgtrap
    2689 Thread_407 DispatchQueue_2: com.apple.libdispatch-manager (serial)
    2689 start_wqthread
    2689 pthreadwqthread
    2689 dispatch_workerthread2
    2689 dispatch_queueinvoke
    2689 dispatch_mgrinvoke
    2689 kevent
    2689 Thread_492
    2689 thread_start
    2689 pthreadstart
    2689 KQueueLoop
    2686 kevent
    3 mDNS_Execute
    3 SendQueries
    3 uDNS_CheckCurrentQuestion
    3 mDNSPlatformUDPSocket
    3 SetupSocket
    1 bind
    1 setsockopt
    1 socket
    Total number in stack (recursive counted multiple, when >=5):
    Sort by top of stack, same collapsed (when >= 5):
    kevent 5375
    machmsgtrap 2689

  • Stuck in an endless loop during Leopard installation

    I just purchased an IMac which came with a Leopard upgrade. I was successful in installing the upgrade initially but had problems with the IDVD application. I browsed for possible fixes and found one which recommended erasing Themes 1 through 4 under the IDVD directory and reinstalling ILife. Couldn't find a separate ILife or IDVD applicatin within the apps package included with the Leopard upgrade disc provided. I then thought that it would be easier just to reinstall the Leopard. Hence, the problem. I left it running most of the night and woke up this morning just to see that same gray screen with the apple logo and still looping so I turned it off. I have always been a big Mac fan from back in the 80s when I purchased the first generation Mac, but was forced to switch to PC because of work. Even so, I've always thought that Mac was far superior the Windows for ease of use and lesser trouble. This is the first time since then that I've finally decided to revert back to Mac for these reasons, but as it is turning out, I might be wrong. Need any suggestions on how to resolve this problem. I tried restarting, and it takes me back to the same gray screen in an endless loop. Not noing what the next step should be, I just turn it off. HELP!!!!!

    No problem
    Here is how you re-instal just idvd or other applicatons that came with your mac:
    http://docs.info.apple.com/article.html?artnum=301408#1

  • Problem cycling through elements of an array using a for loop ~ error 200609?

    Hi,
    I'm outputting a 194-element array from a MATLAB script node into a for loop where the array is indexed then converted into a 8-bit boolean pattern which I'm trying to output using DAQ Assistant. I'm using LabVIEW 8.2 and a PCI 6133 DAQ using a counter(Ctr0InternalOutput) to time the output. The first element of the array goes through the loop perfectly however never makes it's way back through and throws error 200609: Generation cannot be started because the slescted buffer size is too small. Increase the buffer size. After probing the line before DAQ Assistant I confirmed only one element makes it through the loop and then throws this error? I've trying doing the same things with lower lowel DAQmx vi's using a DAQmx configure output buffer vi to override this buffer size problem, but still get the same result(not the error but same data flow problem)? Anybody know what's going on? I've included the vi's I've been working with. Thanks!
    Millie
    Attachments:
    Untitled 22.vi ‏228 KB
    Untitled 34.vi ‏180 KB

    Hi,
    I'm outputting a 194-element array from a MATLAB script node into a for loop where the array is indexed then converted into a 8-bit boolean pattern which I'm trying to output using DAQ Assistant. I'm using LabVIEW 8.2 and a PCI 6133 DAQ using a counter(Ctr0InternalOutput) to time the output. The first element of the array goes through the loop perfectly however never makes it's way back through and throws error 200609: Generation cannot be started because the slescted buffer size is too small. Increase the buffer size. After probing the line before DAQ Assistant I confirmed only one element makes it through the loop and then throws this error? I've trying doing the same things with lower lowel DAQmx vi's using a DAQmx configure output buffer vi to override this buffer size problem, but still get the same result(not the error but same data flow problem)? Anybody know what's going on? I've included the vi's I've been working with. Thanks!
    Millie
    Attachments:
    Untitled 22.vi ‏228 KB
    Untitled 34.vi ‏180 KB

  • When i try to boot itunes, screen goes black and a message pops up and says not compatible with the visual elements. how do i fix this? itunes wont even open at this point. please help. thanks :)

    When i try to boot itunes, screen goes black and a message pops up and says not compatible with the visual elements. how do i fix this? itunes wont even open at this point. please help. thanks

    Let's first try the following document, only be sure that none of the boxes in the compatibility mode tab are checked (not just the compatibility mode box itself):
    iTunes for Windows: How to turn off Compatibility Mode

  • After OSX reinstall, my screen goes to Darwin! Help!

    I reinstalled OSX on my system after OSX would not load. Now when I log in, the screen goes to black and I get a welcome message from Darwin! It asks me for my username and password, but I can not get to my system.
    Any advice? Thanks!

    I don't want to sound like a wise ***, but if you can log in, you are in your system. You just don't have a GUI. startx will not work in Darwin. I recommend reloading MacOS X from the original disk or a retail disk (Black with a big grey X on it). I also suggest that when you put in the install disk that you hold down the option key while powering up. If the disk is bootable it will show up on the screen. Select it and then hit the proceed arrow on the right side.

  • In trying to access iTunes U the screen goes into an endless " flashing" frenzy (on iPad2). Rest of iTunes seems OK. Rest o

    In trying to access iTunes U today, the screen goes into an endlessly looping " flashing frenzy"
    Rest of ITunes looks ok though.

    I hope they will soon be repaired iTunes U.

  • Anyone having screen bugs with iOS 5?  it seems the tactile screen goes crazy in Apple iOS software, i tried reinstalling, but the same thing happens. NB iPhone 4

    It seems the tactile screen goes crazy in Apple iOS software, I tried reinstalling iOS 5, but the same thing happens.  When I start typing, for wxample in messaging app, I'll press a letter, and several other letters are typed... and at times, the app just closes....
    My issue is with iPhone 4.
    Thanks

    Issue confirmed.
    I tried dialing in five times with each of the following settings:
    Connecting on LTE (with no confirmation boop-boop tone that I'm on the 3G Extender):  the telecon login worked five out of five times.  This is impractical for me as I have wretched LTE signal where I live and it snaps hard over to 1x signal every 2-5 minutes and drops my call.  That's why I got an extender!
    Connecting on 3G (after a #48 positive confirmation boop-boop tone that I'm on the 3G Extender):  telecon login worked zero out of five times.  I had stellar 3G signal, but the 'overdialing' DTMF problem was consistent and I was unable to connect to the telecon service.
    Thanks for the quick reply.  What do we try next?

  • TS1702 I have a iphone 3gs and everytime I go to open facebook it crashes and the screen goes black and them goes to homescreen. Have reinstalled this app loads of time but it seems to be getting worse

    I have a phone 3g and everytime I go to open facebook or bejewelled blitz it will not load. It crashes and then the screen goes black for a few seconds before going back to the home screen. I have uninstalled this app and reinstalled it on a few occassions but now it will not even go the facebook homepage. It sometimes also happens with other app.

    The problem corrected itself,....i tried to delete the post but could not do it.

  • My MacBookPro (mid 2012) will not complete the boot process. Yosemite's progress widget gets about 1/3 to 1/2 way across when the logo disappears and the screen goes all white for 10-15 secs or so, then the machine shuts down and restarts.

    My MacBookPro (mid 2012) will not complete the boot process. Yosemite's progress widget gets about 1/3 to 1/2 way across when the logo disappears and the screen goes all white for 10-15 secs, then the machine shuts down and restarts. This sequence will repeat seemingly forever unless I shut it down manually.
    I upgraded to Yosemite from Mountain Lion a couple months ago, skipping Maverick completely, and I've done any associated updates that Apple told me about. I don't recall which version of Yosemite I have, but I'm sure it is the "latest and greatest".
    I've tried re-starting in Safe Mode / Safe Boot and that does the same thing as described above except without the endless restarts. Instead of restarting at some point, SafeBoot proceeds to the white screen and then it hangs until I restart it manually. (I've waited as long os 20-30 minutes with no response).
    When I tried the option-command-p-r key combo I never get any chimes or other noises besides the original 1 time boot sound that you would expect to get when starting up a macbook pro.
    I was using the mac quite normally (meaning I was doing work I normally do on it and there was no indication of anything wrong) immediately prior to this happening.
    The machine is BootCamp(ed) with Windows 8.1 which I use from a VMWare virtual machine instead of natively so that I can have both OSes running at the same time. I also think this is unrelated to my problem. I have been using this setup for more than 2 years.
    My upgrade to Yosemite was uneventful and I thought it went well and was very smooth. I don't want to lead attention away from Yosemite, but at this point my problem does not seem related to the upgrade.
    Any help is appreciated.

    Install or Reinstall OS X from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Erase the hard drive:
      1. Select Disk Utility from the main menu and click on the Continue button.
      2. After DU loads select your startup volume (usually Macintosh HD) from the
          left side list. Click on the Erase tab in the DU main window.
      3. Set the format type to Mac OS Extended (Journaled.) Optionally, click on
          the Security button and set the Zero Data option to one-pass. Click on
          the Erase button and wait until the process has completed.
      4. Quit DU and return to the main menu.
    Reinstall OS X: Select Reinstall OS X and click on the Install button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
               because it is three times faster than wireless.

  • MacBook 13.3" (A1181), 2.16 GHz, screen goes black once OS is loaded.

    I have a MacBook 13 (model A1181, 2.16 GHz) that I bought from a friend.  Everything starts up fine, I get the chime, etc., until it loads the OS.  I have a brand new Apple hard drive; brand new Mac OS X Leopard disk; and have tried everything I can think of.  I have tried shining a light to see if the screen is just dim--no dice.  I have tried completely wiping the drive clean on my iMac and then reinstalling.  It gets all the way through the install, then the screen goes black when I'm trying to set my information up.  The screen stays up if it's installing the OS, and also if I have the hard drive disconnected on the logic board.  As soon as I load the OS, it goes black.  The rest of the machine is still running.  I have a spare logic board, so I put that in and I get the same problem.  What am I missing?  Any help would be appreciated.  It may be useful to know that I am a computer repair technician (I do component repairs at a motherboard/logic board level).  However, I believe all the hardware to be working.  I think it may be a firmware issue, but I can't get it to keep a screen long enough to do any software updates.  Anyone have any suggestions?

    I actually considered that and replaced the inverter, as I couldn't find the cord to external display, but also to no avail.  Same thing happened.

Maybe you are looking for

  • Looking for java script to print slide

    Hey everyone, The print widget and playbar print don't always work too well. Does anyone have a java script they are willing to share with me that will print a single slide and/or a set of slides? Thanks!   Lori

  • Can BI Publisher 11.1.1.5 output native Excel 2007 format?

    I've tried auto-generating an RTF layout template from a very simple data model, but the layout can only produce old Excel format. When I set it to Excel2007, I get the following error in my BIP log: [2012-03-08T11:31:16.457-08:00] [AdminServer] [WAR

  • Having difficulty cluster convert to array of enumeratorsHi I have difficulty conver

    Hi I have difficulty converting a cluster of enumerators to array of enumerators, unlike unbundle and build_array vis that work. So If I have a unknown number of enumerators, I cannot use unbundle and build_array vis as they are fixed for decided num

  • Blackberry typing when no keys are pressed

    Hello, I have a BB Tour 9630. The problem that I am having is that every 5 seconds the letter "q" is typed on the screen without any buttons being pressed. This happens when I am using the browser, sending a text, trying to place a call and also when

  • Upload an excel file into a table

    Good Morning: I have to upload the contents of an excel file into a table. Someone knows how to do it? Thanks a lot.