Calling webservice  after restart

Hi everyone,
after restart the weblogic server (10.3.1.0) has begun to take this this error . We have tried all, we restart the server, we have regenerated all the application and can not think of anything else.
The error occurs on the return call to a webservice.
Can anyone help me ?
[ServletContext@17623035[app:SAGB_application1 module:SAGB path:/SAGB spec-version:2.5 version:V2.0], request: weblogic.servlet.internal.ServletRequestImpl@8c0d0e[
POST /SAGB/faces/Login.jspx?_adf.ctrl-state=14beypg1n6_4 HTTP/1.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: es-es,es;q=0.7,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://ene2scs:8001/SAGB/faces/Login.jspx?_adf.ctrl-state=14beypg1n6_4
Cookie: JSESSIONID=fZtfMZ6JJSVtYJwT87q1g9v7JGBJMKkZ3vvhSS1qLFJpWQGKvFyH!1469241782
Content-Type: application/x-www-form-urlencoded
Content-Length: 250
]] Root cause of ServletException.
javax.faces.el.EvaluationException: com.sun.xml.ws.encoding.soap.DeserializationException: Failed to read a response: javax.xml.bind.UnmarshalException
- with linked exception:
[javax.xml.stream.XMLStreamException: Error at line:1 col:695  Got character[0] expected a valid XML character]
at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:51)
at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:673)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:165)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:54)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.security.jps.wls.JpsWlsFilter$1.run(JpsWlsFilter.java:96)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
at oracle.security.jps.wls.util.JpsWlsUtil.runJaasMode(JpsWlsUtil.java:146)
at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:140)
at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
com.sun.xml.ws.encoding.soap.DeserializationException: Failed to read a response: javax.xml.bind.UnmarshalException
- with linked exception:
[javax.xml.stream.XMLStreamException: Error at line:1 col:695  Got character[0] expected a valid XML character]
at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:124)
at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89)
at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:118)
at $Proxy280.validaAcceso(Unknown Source)
at com.ctb.sagb.login.LoginPageName.doLogin(LoginPageName.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)
at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:673)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:165)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:54)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.security.jps.wls.JpsWlsFilter$1.run(JpsWlsFilter.java:96)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
at oracle.security.jps.wls.util.JpsWlsUtil.runJaasMode(JpsWlsUtil.java:146)
at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:140)
at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
javax.xml.bind.UnmarshalException
- with linked exception:
[javax.xml.stream.XMLStreamException: Error at line:1 col:695  Got character[0] expected a valid XML character]
at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.handleStreamException(UnmarshallerImpl.java:422)
at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:360)
at com.sun.xml.bind.v2.runtime.BridgeImpl.unmarshal(BridgeImpl.java:120)
at com.sun.xml.bind.api.Bridge.unmarshal(Bridge.java:233)
at com.sun.xml.ws.message.stream.StreamMessage.readPayloadAsJAXB(StreamMessage.java:268)
at com.sun.xml.ws.client.sei.ResponseBuilder$Body.readResponse(ResponseBuilder.java:476)
at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:121)
at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89)
at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:118)
at $Proxy280.validaAcceso(Unknown Source)
at com.ctb.sagb.login.LoginPageName.doLogin(LoginPageName.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)
at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:673)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:165)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:54)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.security.jps.wls.JpsWlsFilter$1.run(JpsWlsFilter.java:96)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
at oracle.security.jps.wls.util.JpsWlsUtil.runJaasMode(JpsWlsUtil.java:146)
at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:140)
at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
javax.xml.stream.XMLStreamException: Error at line:1 col:695 Got character[0] expected a valid XML character
at weblogic.xml.stax.XMLStreamReaderBase.advance(XMLStreamReaderBase.java:206)
at weblogic.xml.stax.XMLStreamReaderBase.next(XMLStreamReaderBase.java:237)
at com.sun.xml.ws.encoding.MtomCodec$MtomXMLStreamReaderEx.next(MtomCodec.java:428)
at com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector.bridge(StAXStreamConnector.java:225)
at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:358)
at com.sun.xml.bind.v2.runtime.BridgeImpl.unmarshal(BridgeImpl.java:120)
at com.sun.xml.bind.api.Bridge.unmarshal(Bridge.java:233)
at com.sun.xml.ws.message.stream.StreamMessage.readPayloadAsJAXB(StreamMessage.java:268)
at com.sun.xml.ws.client.sei.ResponseBuilder$Body.readResponse(ResponseBuilder.java:476)
at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:121)
at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89)
at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:118)
at $Proxy280.validaAcceso(Unknown Source)
at com.ctb.sagb.login.LoginPageName.doLogin(LoginPageName.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)
at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:673)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:165)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:54)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.security.jps.wls.JpsWlsFilter$1.run(JpsWlsFilter.java:96)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
at oracle.security.jps.wls.util.JpsWlsUtil.runJaasMode(JpsWlsUtil.java:146)
at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:140)
at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Error at line:1 col:695 Got character[0] expected a valid XML character
at weblogic.xml.babel.scanner.ScannerState.checkedRead(ScannerState.java:628)
at weblogic.xml.babel.scanner.CharData.read(CharData.java:65)
at weblogic.xml.babel.scanner.Scanner.startState(Scanner.java:296)
at weblogic.xml.babel.scanner.Scanner.scan(Scanner.java:178)
at weblogic.xml.babel.baseparser.BaseParser.accept(BaseParser.java:533)
at weblogic.xml.babel.baseparser.CharDataElement.parse(CharDataElement.java:91)
at weblogic.xml.babel.baseparser.BaseParser.parseElement(BaseParser.java:481)
at weblogic.xml.babel.baseparser.BaseParser.parseSome(BaseParser.java:326)
at weblogic.xml.stax.XMLStreamReaderBase.advance(XMLStreamReaderBase.java:195)
at weblogic.xml.stax.XMLStreamReaderBase.next(XMLStreamReaderBase.java:237)
at com.sun.xml.ws.encoding.MtomCodec$MtomXMLStreamReaderEx.next(MtomCodec.java:428)
at com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector.bridge(StAXStreamConnector.java:225)
at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:358)
at com.sun.xml.bind.v2.runtime.BridgeImpl.unmarshal(BridgeImpl.java:120)
at com.sun.xml.bind.api.Bridge.unmarshal(Bridge.java:233)
at com.sun.xml.ws.message.stream.StreamMessage.readPayloadAsJAXB(StreamMessage.java:268)
at com.sun.xml.ws.client.sei.ResponseBuilder$Body.readResponse(ResponseBuilder.java:476)
at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:121)
at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89)
at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:118)
at $Proxy280.validaAcceso(Unknown Source)
at com.ctb.sagb.login.LoginPageName.doLogin(LoginPageName.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)
at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:673)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:165)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:54)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.security.jps.wls.JpsWlsFilter$1.run(JpsWlsFilter.java:96)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
at oracle.security.jps.wls.util.JpsWlsUtil.runJaasMode(JpsWlsUtil.java:146)
at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:140)
at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Edited by: josefuente on 09-nov-2010 12:37

Were you able to resolve this?
If this, can you please share the result? I am stuck at similar situation.

Similar Messages

  • After I've upgraded my iPhone iOS to 5.0.1, I got problems with connectivity. If my iPhone lose network, then it gets frozzen and I cannot make calls. After restart the telephone still does not work.

    After I've upgraded my iPhone iOS to 5.0.1, I got problems with connectivity. If my iPhone lose network, then it gets frozzen and I cannot make calls. After restart the telephone still does not work.

    1. Download the iOS 5.0.1: http://www.tobias-hartmann.net/2011/11/download-ios-5-0-1-veroffentlicht-direkte -downloadlinks/
    2. open itunes,Click in iTunes while holding down the Shift key (on Windows) or Alt key (Mac) to restore and firmware

  • After restart or power off and on. total recent apps and data(call,sms history) loosing.

    i am using BlackBerry Z10 with 10.3.1. OS. 2-3 times i was tried. when ever i restart my Mobile, i am loosing recent apps and data like call and sms history.
    eg. today is 25th Apr 2015. today i was restarted my mobile. after restart data and apps are available which ever i was installed before 3rd Apr 2015.
    after 3rd Apr 2015, no call or sms history and apps are not there in my mobile.
    this same thing was happened from last 2-3times.
    so please do needful for me.

    To help me better understand I was wondering if each of you can complete the following?
    Go to KB36747 and download BlackBerryFix.zip
    Run the tool and confirm that it says ‘The fix is not applicable to this device’
    Assuming the tool states the fix was not applied, please complete the following test:
    Make and receive 2 or 3 phone calls
    Press the Power/Lock key followed by tapping Restart
    When the device restarts do you see a blue LED?
    After the device restarts, check the Hub and Phone app to identify if the calls made and received during step 1 still appear. Should this calls be missing, please capture logs using the steps below.
    Open the Help app
    Swipe down from the top of the screen, tap Create Report
    Tap Save Log Snapshot
    If prompted to upload logs, tap No
    After completing these steps, using File Manager on your device go to Documents folder by Logs.
    Tap and hold the log file (i.e. bbswltLog-<date>.zip) followed by tapping Share and send it via email to supportforums{at}blackberry.com.
    If I can ask, what other type of data disappears? If you create a document using Docs to Go and save it to your device memory, does restarting your device result in document being removed from your device?
    Did someone help you? Click Like! Did a post solve your issue? Click Accept as Solution!
    Follow me on Twitter or Google+ and subscribe to the Inside BlackBerry Help Blog

  • Photoshop suddenly does not print to Epson 3880 - PROBLEM: Cannot print from Photoshop  After restart error message appears:  - "There was an error opening your printer. Printing functions will not be available until you have selected a printer and reopen

    PROBLEM: Cannot print from Photoshop
    After restart error message appears:
    — “There was an error opening your printer. Printing functions will not be available until you have selected a printer and reopened any documents.”
    • All print commands are greyed out and unavailable — even to call up the printer commands cannot be done.
    The printer printed fine until about 2 weeks ago when this error message appeared.  Printing continues from Pages, I-photo, preview etc. —  only Photoshop fails.
    The printer has been turned on and off, as have open documents been closed and open etc..   Preferences reset.  Repeatedly I have read through blogs and forums and attempted to contact Adobe — all without results
    Epson support struggled to find reason and several solutions were tried and they assume this is an Adobe problem.
    Running Mac Powerbook X 10.10.2 / Photoshop CS6 13.0.6.x64
    Attempting unsuccessfully to print to Epson 3880
    What Adobe support will be of help.
    Robert Darling —  2/19, 20, 21,22,23/2015

    Probably best to ask in Photoshop General Discussion
    This forum is about the Cloud as a delivery process, not about using individual programs
    If you start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Responsibility rules : Agent determination only works after restarting the WF

    Hi Experts,
    We are facing a very strange issue related to agent determination in one of our custom workflow:
    For agent determination we are using a responsibility rule with two parameters "Company code" and "Plant".
    The responsibility rule works well and returns the agents for all the company code.
    Recently I have added few company codes to this responsibility rule in the same way we used to maintain and simulate it . It returns the correct agent for newly added company codes but at run time the agent determination is getting failed and the WF goes into an error because of it. However when i restart the WF via SWPR it works well and the agent determination works well either.
    This is only happening for newly added company codes the old ones agent determination work well at the run-time.
    Pls suggest what could cause this problem. If there is a problem in responsibility rule then why it works after restarting from SWPR.
    Thanks in advance. The helpful/correct answers will be rewarded.
    Regards,
    Him

    Hi Rick,
    Thanks for replying.
    1. Can you replicate this problem in the test system?
    Yes I could replicate this issue in test system and it works fine there.
    2. Is this a true responsibility rule or does e.g. a function module get called?
    We have a responsibility where several responsibilities have been added with two parameters "company codes" and "plant". Every responsibility has a POSITION assigned into it and this position contains the related users.
    This responsibility rule is getting called in one other rule with FM. Here in this another rule we are calling the responsibility rule by using the standard FM  RH_GET_ACTORS to fill the ACTOR_TAB.
    I have tried to simulate both the rules and it returned correct agents but failing at run time.
    Regards,
    Him

  • Messages doesn't  keep my "Show as Boxes"display preference after restart.

    Any ideas on how to make Messages keep my “Show as Boxes”display preference after restart. It always defaults back to “Show as Ballons”.
    Thank you community,
    Paul

    Hi,
    Open a Finder  window
    Go to the View Menu and chose "Show Path Bar"
    This will show the way to the folders and files you navigate to.
    In the Finder still, use the Go Menu whilst holding down the ALT key
    Select the Library that appears
    Navigate to the Preferences Folder.
    Now Right click the Library in the Path Bar.
    Choose Get Info.
    In the panel that opens up check the Ownership and Permissions section
    highlight your Name and then use the cogwheel type icon.
    Your shortname should appear in a sentence that reads "Make Shortname (me) the Owner" but it should be greyed out if you already Own the folder.
    Your name in the list should have Read and Write Permissions.
    Do you have Read and Write Permissions an Own the Library folder ?
    Repeat for the Preferences Folder.
    Repeat for a file in the Preferences folder called  com.apple.ichat.plist (just highlight the file and then do CMD + i keys (Get Info))
    Basically to be able to change a Preference you need permission to Write to the file involved.
    However you also need Read and Write permissions to the containing folders.
    If it is not sticking then it would seem you do not have those.
    9:30 pm      Monday; November 4, 2013
      iMac 2.5Ghz 5i 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • GMS2: Sync errors after restarting datasync-connectors

    System: SLES11SP3 fresh install, GMS 2.0.0 Build 429
    Groupwise 2012sp2
    GMS is working fine till restarting the connectors in a ssh shell or restarting the whole GMS service (rcgms restart)
    after that, mail without attachment are working fine but mails with an attachment don't sync anymore.
    After restarting the Host all mails are syncing fine.
    the error I get after I restart the connectors when gms get an mail with attachment in the groupwise-connector is:
    groupwise-agent.log
    2013-12-23 13:16:52.182 INFO [POPULATE_WORKER_Thread-8] [engine:955] [userID:userid.po.domain] [eventID:] [objectID:] [CheckPoint] Created Consumer Event: 1b00127f6bcc11e3adf100505687290d
    2013-12-23 13:16:52.188 INFO [POPULATE_WORKER_Thread-8] [AppInterface:1525] [userID:] [eventID:] [objectID:] [CheckPoint] Sent event to engine: 52B3AEC9.UNILINZ.ZID.100.1363032.1.177292.1
    2013-12-23 13:16:52.292 ERROR [POPULATE_WORKER_Thread-8] [gwconnectorlogic:1414] [userID:userid] [eventID:] [objectID:] [ItemHandler] An unexpected error occurred while trying to handle the item: 52B3F402.domain.po.100.1363032.1.177...:7.doma in.po.100.0.1.0.1@16 : <urlopen error Tunnel connection failed: 403 Forbidden>
    2013-12-23 13:16:52.294 ERROR [POPULATE_WORKER_Thread-8] [util:253] [userID:] [eventID:] [objectID:] [] EXCEPTION: ********************
    2013-12-23 13:16:52.294 ERROR [POPULATE_WORKER_Thread-8] [util:256] [userID:] [eventID:] [objectID:] [] EXCEPTION: Traceback (most recent call last):
    2013-12-23 13:16:52.294 ERROR [POPULATE_WORKER_Thread-8] [util:256] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "./groupwise/lib/gwconnectorlogic.py", line 1227, in itemHandler
    2013-12-23 13:16:52.295 ERROR [POPULATE_WORKER_Thread-8] [util:256] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "./groupwise/lib/gwconnectorlogic.py", line 1600, in processItemAttachments
    2013-12-23 13:16:52.295 ERROR [POPULATE_WORKER_Thread-8] [util:256] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "./groupwise/lib/gwconnectorlogic.py", line 1709, in downloadAttachment
    2013-12-23 13:16:52.295 ERROR [POPULATE_WORKER_Thread-8] [util:256] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "/usr/lib64/python2.6/urllib2.py", line 126, in urlopen
    2013-12-23 13:16:52.295 ERROR [POPULATE_WORKER_Thread-8] [util:256] [userID:] [eventID:] [objectID:] [] EXCEPTION: return _opener.open(url, data, timeout)
    2013-12-23 13:16:52.296 ERROR [POPULATE_WORKER_Thread-8] [util:256] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "/usr/lib64/python2.6/urllib2.py", line 391, in open
    2013-12-23 13:16:52.296 ERROR [POPULATE_WORKER_Thread-8] [util:256] [userID:] [eventID:] [objectID:] [] EXCEPTION: response = self._open(req, data)
    2013-12-23 13:16:52.296 ERROR [POPULATE_WORKER_Thread-8] [util:256] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "/usr/lib64/python2.6/urllib2.py", line 409, in _open
    2013-12-23 13:16:52.296 ERROR [POPULATE_WORKER_Thread-8] [util:256] [userID:] [eventID:] [objectID:] [] EXCEPTION: '_open', req)
    2013-12-23 13:16:52.297 ERROR [POPULATE_WORKER_Thread-8] [util:256] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "/usr/lib64/python2.6/urllib2.py", line 369, in _call_chain
    2013-12-23 13:16:52.297 ERROR [POPULATE_WORKER_Thread-8] [util:256] [userID:] [eventID:] [objectID:] [] EXCEPTION: result = func(*args)
    2013-12-23 13:16:52.297 ERROR [POPULATE_WORKER_Thread-8] [util:256] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "/usr/lib64/python2.6/urllib2.py", line 1194, in https_open
    2013-12-23 13:16:52.297 ERROR [POPULATE_WORKER_Thread-8] [util:256] [userID:] [eventID:] [objectID:] [] EXCEPTION: return self.do_open(httplib.HTTPSConnection, req)
    2013-12-23 13:16:52.297 ERROR [POPULATE_WORKER_Thread-8] [util:256] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "/usr/lib64/python2.6/urllib2.py", line 1161, in do_open
    2013-12-23 13:16:52.298 ERROR [POPULATE_WORKER_Thread-8] [util:256] [userID:] [eventID:] [objectID:] [] EXCEPTION: raise URLError(err)
    2013-12-23 13:16:52.298 ERROR [POPULATE_WORKER_Thread-8] [util:256] [userID:] [eventID:] [objectID:] [] EXCEPTION: URLError: <urlopen error Tunnel connection failed: 403 Forbidden>
    2013-12-23 13:16:52.298 ERROR [POPULATE_WORKER_Thread-8] [util:257] [userID:] [eventID:] [objectID:] [] EXCEPTION: ********************
    restarting the postgresql doesn't help,
    a fresh installation of the gms neither
    when restarting the connectors in the gui the problem doesn't occur
    any ideas?
    thanks
    claus
    I already tried a fresh installation

    Hi, Claus
    Sorry for warming up an old thread.
    How did you reinstall SLES?
    May be you changed some network parameters?
    I have same issue here. After rebuild of gms database the logs are full of errors, timeouts and invalid keys.
    Go

  • Indesign CS6 quits during document recovery, even after restart. How do I get out of this cycle?

    Indesign CS6 quits during document recovery, even after restart. How do I get out of this cycle?
    I was saving a document when it originally quit. so "locked" file appeared in directory as well as reg file.
    Upon restart of InDesign, recovery failed and software quit again.
    Restarted computer, then indesign, file opens but as soon as I select "recover" it sends a message that indesign needs to close.
    I cannot seem to get out of this cycle. Help.

    Use your operating system’s Search utility to find a folder called (InDesign Recovery) and delete it.

  • Application authentication works fine after restart

    Team,
    I have a problem with an application. when the users start working it works fine. After some time it starts problem.
    Login page will not allow to login. As we observed threads start stuck at login page authentication.
    Application configured to external LDAP authentication,we verified LDAP sever level performance which is normal.
    But when we restart the managed server on which the application is hosted, it works normal.
    Authentication process:
    Applicaiton checks for username existance in an oracle DB , if it is found then it is authenticated by LDAP.
    Observations:
    Increase in opensocket count to 250 approx(Native IO is Enabled)
    Appllication Authentication level Threads stuck
    Session timeout = 3600 seconds
    Environment:
    Weblogic server 8.1.4.0
    OS: Solaris 10
    What are the parameters do i need to check in weblogic server ?
    If there is a problem with LDAP server application should not work after restart of the managed server.
    Also checked that the session bean deployed to check the user id in the database returned result quickly during the issue.
    Note: The session bean is deployed on a different managed server(conection pool on different server)
    LDAP,DB level query returns are fine when there is issue.

    Can you first located the problem?
    Click on the domain_name, monitoring, health. This shows an overview of all the server and their health.
    When you open a certain tree, the heath per subsystem is shows.
    In your case (stuck threads) you can click on the threadpool. Now a screen is shows that shows the threads
    in the stuck column it is shown which thread is stuck.
    You can create a thread dump and than analyze it to see what is being called by the thread

  • Call webservice URL through view, on click of a button

    Hello Gurus,
    I have a local development webdynpro project . My requirement is that on click of a submit button, webservice is called and it returns a string which i need to display on the view. I searched a lot but couldnt find the exact step by step process.
    While creating the web service model, which one dhould i choose n then after model creation
    what code should i write to call webservice.
    Regards
    nishu

    Hello All,
    Thanks for all your replies. I am able to create model and bind it to my component controller.
    But when i write the code to call webservice , i am unable to instanciate the model....
    I wrote the following code :
    testmodel = new Soap(); - (1)
    Request_ServiceSoap_insertTicket insert = new Request_ServiceSoap_insertTicket(testmodel); - (2)
    insert.setUserId("CCM_RUS");   
    wdContext.nodeRequest_ServiceSoap_insertTicket().bind(insert);
    private Soap testmodel;
    In Above code , line (1) , 'Soap' is the name of my WebService model, which i made by importaing the wsdl file from my local system. And line (2), i amd getting error :
    the constructor Request_ServiceSoap_insertTicket(testmodel) is undefined.
    If i remove the 'testmodel' and just write Request_ServiceSoap_insertTicket() , the webservice is not called, since model instantiation is necessary for webservice Models. I am stuck
    Please help
    Thanks
    Nishu
    Edited by: nishu_rj on Aug 23, 2011 9:01 AM

  • Mac Pro 2013 fan speeds up to maximum after restart.

    My brand new Mac Pro 2013, hanged on shutdown..
    so I had to restart by using the button on the cylinder, when it restarted it sounded like a vacuum cleaner, the fan started to spin fast and didn't stop anymore and my mac was suddenly very slow :S.
    After restarting the mac pro works fine again! this happened 2 times now...
    Already called with apple they said that i should try and work with it and see if the problem comes back again.
    Maybe any of you knows what could be wrong.??????
    I'm mainly using the machine for Logic Pro X and sometimes for some video editing.
    OS : Yosemite - 10.10.2
    Mac Pro 6core 2013

    Reset the SMC and PRAM
    Intel-based Macs: Resetting the System Management Controller (SMC)
    About NVRAM and PRAM

  • How can I use "undone" after restarting my PC?

    I did something stupid in iTunes (no songs are marked anymore).  How can I reset it after restarting the Pc?
    Thanx

    Hi there
    Captivate simply records what appears on your computer screen. So the trick is getting the iPad to display on your PC screen. There is an applicaton called Reflector that should allow this.
    http://www.airsquirrels.com/reflector/
    Cheers... Rick

  • Iphone 3gs restores fine but goes back to recovery logo after restarting

    i would appreciate any help that i can get, i have an iphone 3gs locked to fido and my phone carrier is also fido, so when i restore, the sim successfully unlocks it, aldo it doesnt say phone is activated, but it still takes me to the home screen and the phone and everything works fine; i can make calls, receive calls, sync with itunes and everything works perfectly. However when i restart it, it goes back to the recovery logo and although my sim is still in it, it constantly says searching... where it use to show the carrier name and remains on the restore screen and restarts itself every 10 minutes or so
    I am getting really frustrated with this, i have tried everything, hard/soft reset, restoring my phone many times, resetting network settings, but itunes either says restore again, insert a valid sim with no pin lock to activate phone, or cant activate phone at this time, try again later. i tried calling my carrier company and they even replaced my sim that i got especially for this phone by telling them that i have a 32 gb iphone 3gs, but still same this, they even tried to unlock it in their system by taking down my phones IMEI and serial Number but still no luck, it still restores fine, carrier and everything works fine but after restarting goes back to the restore screen and wont budge until i restore again
    is it a hardware issue? my phone is not under warranty, i am on 4.3.5
    i would appreciate any help
    Thank you in advance

    try using a diff computer
    if you can't try creating new user account on that computer
    if none works then your looking at a hardware condition... hope your warranty is still valid

  • After restart maverick starts in Disk utility and wants to re-install?

    For many days, my computer wanted to restart, because off 10.9.3 update. Havent had the time to re-start yet, but today i was forced to because off other problems and my macbook hanging.
    After restart, it did not start as normally, but starts in "choose language screen" and moves to disk utility screen after that. Here I can choose to re-install everything or to restore from time machine. I do have a week old backup, but i would rather have my system back up runni g without that.
    I have tried pram and smc reset. I tried disk utility repair too. Trying to repair my hard disk (first level called 750.16gb wdc wd750...) i got an error
    "Live file system repair is not supported"
    Trying to repair second level (under this 750.16 and called disk0s2) i got an error saying:
    "Disk utility cant repair this disk. Back up as many of your files as possible, reformat the disk, and restore your backed-up files."
    Is there something wrong with the update, my hard disk or something else?
    If the last change is to restore from time machine, i could try that. But my frien just had a similar problem after changing hard disk, and that restore was not going by the book. (We could onlu restore one user).

    If you were to get a copy of one of the utilities that I mentioened earlier, they come with a bootable DVD if your Mac is supported to boot from their DVD.  If not, they would need to be installed on a bootable drive from a working Mac and then you would boot your Mac from that external drive.
    If you just want to install OS X from a backup, you will have to format your hard drive before you can reinstall anything to it.

  • Sound level at 100% after restart

    The output sound level on my Mac after restart is at 100%. It is extremely annoying because I use headphones a lot and a pair of amplified speakers (when not using my headphones). Just some minutes ago it almost destroyed my ears. I heat it!
    Does anybody out there can please help me to solve this problem?
    Thanks in advance.

    Zap the coreaudio process in Activity monitor, like this:
    1. Open Activity Monitor.app (Applications > Utilities > Activity Monitor.app)
    2. Select ‘All Processes’ from the drop down menu next to the search bar (called ‘Filter:’) and type in ‘coreaudio’.
    3. Select the process name and click the ‘Quit Process’ button at the top. Chose ‘Quit’ or ‘Force Quit’ from the resulting dialogue box.
    The coreaudio process will automatically restart itself (if you look closely at the PID number in Activity Monitor you’ll notice it changes after you hit ‘Quit’) and your sound problems should be solved.
    If that doesn't work, return soundprefs to default like this:
    4. Open Terminal.app (Applications/Utilities/Terminal.app) and copy/paste this command into the Terminal window
    rm /Library/Preferences/com.apple.soundpref.plist
    then press ‘return’ on your keyboard.
    5. Restart your mac and test.

Maybe you are looking for

  • Printing to a Windows shared printer via SAMBA

    I'm trying to setup my mac to print to a printer shared via a Windows PC on my network. I have gone into system preferences / print&fax and added a printer, used the "Advanced" settings on the toolbar, chosen SAMBA and entered the address of the prin

  • Use of LDAP_OBJECT_UPDATE function module

    hi     Tell me the use of LDAP_OBJECT_UPDATE function module

  • External preview - DVI to HDMI

    Hi, In order to obtain the best possible quality of external monitor preview - is there any difference between DVI to DVI, HDMI to HDMI, or DVI to HDMI connection or it`s just the same? Also, I`m considering to buy Palit 1GB RADEON HD 4870 video card

  • Crystal using parameter from universe

    When creating parameter in a Crystal report using a universe the LOV becomes static.  This is a weak limitation in the tool.  Has anyone found a work around so that the parameter is dynamic as it was intended and the parameter LOV is refreshed each t

  • IPAD2 calendar lost all data after 5.1 upgrade

    I just upgraded my iPad via iTunes to v5.1 today, and just like my upgrade previously  to 5.01, my calendar lost all data.  Somehow, I think I was able to recall the data under 5.01 whereby it just magically came back.  I don't remember  how it  came