The transaction is no longer active - Transaction has expired after 30 seconds

We have an intermittent error here, and I'm a rookie. The error will cause a 500 sent to the client every 10-20 POSTS and only occurs under heavy load. Heavy load exceeds for the day, but he'll be back.

My first suspicion was the app work transaction code and database performance problems. But the app is not transactional and database is fine. The firm (4) server nodes all the problems at equal rates, and other applications on the farm are very well, so it seems to be specific app rather than rooted in the State of the server or database.

I watched the battery a little closer and it seems to be some kind of internal persistence problem, but a completely alien to me. We have no persistent store configured, so I don't know where to start on this puppy.

EJB Exception occurred during invocation of the House: weblogic.ejb.container.internal.StatelessEJBLocalHomeImpl@d1e1f4 threw the exception: < 1.0.0 not fatal General error > org.apache.openjpa.persistence.PersistenceException: operation is not active - status: ' marked rollback. [Reason = weblogic.transaction.internal.TimedOutException: Transaction has expired after 30 seconds]
BEA1-32AE928C966AC66F424D]'. No other JDBC access is allowed in this transaction.
< 1.0.0 not fatal General error > org.apache.openjpa.persistence.PersistenceException: operation is not active - status: ' marked rollback. [Reason = weblogic.transaction.internal.TimedOutException: Transaction has expired after 30 seconds]
BEA1-32AE928C966AC66F424D]'. No other JDBC access is allowed in this transaction.
at org.apache.openjpa.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java:3784)
at org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:97)
at org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:83)
at org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:59)
at org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider.handleCheckedException(SelectResultObjectProvider.java:155)
to org.apache.openjpa.lib.rop.EagerResultList. < init > (EagerResultList.java:40)
at org.apache.openjpa.kernel.QueryImpl.toResult(QueryImpl.java:1219)
at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:987)
at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:839)
at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:770)
at kodo.kernel.KodoQuery.execute(KodoQuery.java:47)
at org.apache.openjpa.kernel.DelegatingQuery.execute(DelegatingQuery.java:525)
at org.apache.openjpa.persistence.QueryImpl.execute(QueryImpl.java:229)
at org.apache.openjpa.persistence.QueryImpl.getResultList(QueryImpl.java:269)
at kodo.persistence.KodoQueryImpl.getResultList(KodoQueryImpl.java:213)
at kodo.persistence.KodoQueryImpl.getResultList(KodoQueryImpl.java:213)
at com.company.buapp.buslogic.helpers.ApproveApplicationHelper.createNewTransactionsExcludingApplication(ApproveApplicationHelper.java:167)
at com.company.buapp.buslogic.helpers.ApproveApplicationHelper.createNewTransactions(ApproveApplicationHelper.java:129)
at com.company.buapp.buslogic.helpers.ApproveApplicationHelper.stageAction(ApproveApplicationHelper.java:74)
at com.company.buapp.buslogic.session.ApproveApplicationSessionBean.performAction(ApproveApplicationSessionBean.java:348)
at sun.reflect.GeneratedMethodAccessor2150.invoke (unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:281)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:187)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:154)
at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:126)
at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:114)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
at weblogic.ejb.container.injection.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:68)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:126)
at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:114)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:210)
to $Proxy365.performAction (Unknown Source)
at com.company.buapp.buslogic.session.ApproveApplicationSessionBean_gc4fhc_ApproveApplicationSessionLocalImpl.performAction(ApproveApplicationSessionBean_gc4fhc_ApproveApplicationSessionLocalImpl.java:148)
at com.company.buapp.si.ApplicationWS.performAction(ApplicationWS.java:114)
at sun.reflect.GeneratedMethodAccessor2149.invoke (unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at weblogic.wsee.jaxws.WLSInvoker.invoke(WLSInvoker.java:50)
at weblogic.wsee.jaxws.WLSInvoker.invoke(WLSInvoker.java:42)
at com.sun.xml.ws.server.sei.EndpointMethodHandler.invoke(EndpointMethodHandler.java:247)
at com.sun.xml.ws.server.sei.SEIInvokerPipe.process(SEIInvokerPipe.java:97)
at weblogic.wsee.jaxws.MonitoringPipe.process(MonitoringPipe.java:98)
at com.sun.xml.ws.protocol.soap.ServerMUPipe.process(ServerMUPipe.java:62)
to com.sun.xml.ws.server.WSEndpointImpl$ 1.process(WSEndpointImpl.java:139)
to com.sun.xml.ws.transport.http.HttpAdapter$ HttpToolkit.handle (HttpAdapter.java:153)
at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:235)
at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:97)
at weblogic.wsee.jaxws.HttpServletAdapter.post(HttpServletAdapter.java:36)
at weblogic.wsee.jaxws.JAXWSServlet.doPost(JAXWSServlet.java:218)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:226)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3395)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs (unknown Source)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
java.sql.SQLException: the operation is not active - status: ' marked rollback. [Reason = weblogic.transaction.internal.TimedOutException: Transaction has expired after 30 seconds]
BEA1-32AE928C966AC66F424D]'. No other JDBC access is allowed in this transaction.
at weblogic.jdbc.wrapper.JTSConnection.checkIfRolledBack(JTSConnection.java:178)
at weblogic.jdbc.wrapper.JTSConnection.checkConnection(JTSConnection.java:188)
at weblogic.jdbc.wrapper.ResultSet.preInvocationHandler(ResultSet.java:57)
at weblogic.jdbc.wrapper.ResultSet_oracle_jdbc_driver_OracleResultSetImpl.next (unknown Source)
at org.apache.openjpa.lib.jdbc.DelegatingResultSet.next(DelegatingResultSet.java:106)
at org.apache.openjpa.jdbc.sql.ResultSetResult.nextInternal(ResultSetResult.java:210)
to org.apache.openjpa.jdbc.sql.SelectImpl$ SelectResult.nextInternal (SelectImpl.java:2209)
at org.apache.openjpa.jdbc.sql.AbstractResult.next(AbstractResult.java:168)
at org.apache.openjpa.jdbc.kernel.SelectResultObjectProvider.next(SelectResultObjectProvider.java:99)
to org.apache.openjpa.lib.rop.EagerResultList. < init > (EagerResultList.java:35)
at org.apache.openjpa.kernel.QueryImpl.toResult(QueryImpl.java:1219)
at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:987)
at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:839)
at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:770)
at kodo.kernel.KodoQuery.execute(KodoQuery.java:47)
at org.apache.openjpa.kernel.DelegatingQuery.execute(DelegatingQuery.java:525)
at org.apache.openjpa.persistence.QueryImpl.execute(QueryImpl.java:229)
at org.apache.openjpa.persistence.QueryImpl.getResultList(QueryImpl.java:269)
at kodo.persistence.KodoQueryImpl.getResultList(KodoQueryImpl.java:213)
at kodo.persistence.KodoQueryImpl.getResultList(KodoQueryImpl.java:213)
at com.company.buapp.buslogic.helpers.ApproveApplicationHelper.createNewTransactionsExcludingApplication(ApproveApplicationHelper.java:167)
at com.company.buapp.buslogic.helpers.ApproveApplicationHelper.createNewTransactions(ApproveApplicationHelper.java:129)
at com.company.buapp.buslogic.helpers.ApproveApplicationHelper.stageAction(ApproveApplicationHelper.java:74)
at com.company.buapp.buslogic.session.ApproveApplicationSessionBean.performAction(ApproveApplicationSessionBean.java:348)
at sun.reflect.GeneratedMethodAccessor2150.invoke (unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:281)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:187)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:154)
at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:126)
at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:114)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
at weblogic.ejb.container.injection.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:68)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:126)
at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:114)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:210)
to $Proxy365.performAction (Unknown Source)
at com.company.buapp.buslogic.session.ApproveApplicationSessionBean_gc4fhc_ApproveApplicationSessionLocalImpl.performAction(ApproveApplicationSessionBean_gc4fhc_ApproveApplicationSessionLocalImpl.java:148)
at com.company.buapp.si.ApplicationWS.performAction(ApplicationWS.java:114)
at sun.reflect.GeneratedMethodAccessor2149.invoke (unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at weblogic.wsee.jaxws.WLSInvoker.invoke(WLSInvoker.java:50)
at weblogic.wsee.jaxws.WLSInvoker.invoke(WLSInvoker.java:42)
at com.sun.xml.ws.server.sei.EndpointMethodHandler.invoke(EndpointMethodHandler.java:247)
at com.sun.xml.ws.server.sei.SEIInvokerPipe.process(SEIInvokerPipe.java:97)
at weblogic.wsee.jaxws.MonitoringPipe.process(MonitoringPipe.java:98)
at com.sun.xml.ws.protocol.soap.ServerMUPipe.process(ServerMUPipe.java:62)
to com.sun.xml.ws.server.WSEndpointImpl$ 1.process(WSEndpointImpl.java:139)
to com.sun.xml.ws.transport.http.HttpAdapter$ HttpToolkit.handle (HttpAdapter.java:153)
at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:235)
at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:97)
at weblogic.wsee.jaxws.HttpServletAdapter.post(HttpServletAdapter.java:36)
at weblogic.wsee.jaxws.JAXWSServlet.doPost(JAXWSServlet.java:218)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:226)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3395)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs (unknown Source)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)

It was actually my first conclusion as well. But when I went to the Source of data for this connection, I found that it is a driver not transactional. It's what made me go back and give the track a second look. I don't see any reference to the Source of the data in question. It is OpenJPA tips and tricks Session persistence.

Non - XA drivers can still participate in an XA transaction through a variety of options for a JDBC data source - for example, "1PC" and "WURA" marked on the console. (If you want to understand the search terms "JTS" or "WURA" in the edocs JDBC).

You seem to suggest that perhaps the adjustment can be made in a doc config, possibly of the application itself, right?

Right. EJB have a transaction-timeout attribute.

Rather than put in the console.

WebLogic is a domain wide transaction-timeout by default that can be set on the console, but I tend to not recommend to use it. In addition, there is what is called a 'plan of deployment', which can be used to replace some of the common attributes EJB through the configuration, but I know personally use.

But is not steam setting, if we use a nonXA driver?

Laughing out loud

I wonder if this thing could not tell me that he has to wait on the next available persistence subsystem to store simple session data?

Sometimes, the problem is that there are applications app more complex/superiors of other periodicals. Sometimes the system is simply overloaded and takes 30 seconds to honour a request that can take normally 10 seconds.

This other application is all about persistence. What happens if app2 suck a dry persistence subsystem and app 1 expected just to store session data?

Could be.

If the nonXA thing really doesn't kill not the quick workaround solution timeout, how could I-health check of the persistence subsystem?

Don't know. At a wild guess I check for CPU 100% on all the parties concerned is used and review database statistics.

Tags: Fusion Middleware

Similar Questions

  • The transaction has failed, but the MONEY has been collected.

    I buy the standard on adobe cs6 online.

    the transaction has failed, but the money was successfully transfer.

    Can any who advised what to do and who should I contact with?

    Thank you.

    Contact adobe - http://helpx.adobe.com/x-productkb/global/service-b.html

  • WebLogic 8.14 - jdbc: Transaction has expired during application to XAResource 'PICPool '.

    Hello

    I invoke my mode of transaction and getConnection code:

    try {}

    String alias = "";

    javax.sql.DataSource ds = (javax.sql.DataSource) ic.lookup ("OraclePI");

    System.out.println ("test 1");

    If (inp.getCif ()! = null & &! inp.getCif (.equalsIgnoreCase("")) & &)

    inp.getAccountNumber ()! = null & &! inp.getAccountNumber (.equalsIgnoreCase("")) & &

    inp.getAccountAlias ()! = null & &! inp.getAccountAlias (.equalsIgnoreCase(""))) {}

    System.out.println ("test 2");

    Fitting out = null;

    connection = ds.getConnection ();      error here

    System.out.println ("test 3");

    I got the error:

    Test 1

    Test 2

    Alias of the exception:

    java.sql.SQLException: an unexpected exception while he used XAConnection java.sql.SQLException: XA error: XAER_

    RMERR: A resource manager error has occurred in the transaction branch start() failed on the 'PICPool' resource: XA

    ER_RMERR: A resource manager error has occurred in the transaction branch

    weblogic.transaction.internal.ResourceAccessException: Transaction has expired when application to XAResou

    CRE 'PICPool '.

    at weblogic.transaction.internal.XAResourceDescriptor.startResourceUse(XAResourceDescriptor.java:724)

    at weblogic.transaction.internal.XAServerResourceInfo.start(XAServerResourceInfo.java:1191)

    at weblogic.transaction.internal.XAServerResourceInfo.xaStart(XAServerResourceInfo.java:1124)

    at weblogic.transaction.internal.XAServerResourceInfo.enlist(XAServerResourceInfo.java:269)

    at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTransactionImpl.java:449)

    at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1592)

    at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1512)

    at weblogic.jdbc.jta.DataSource.getConnection(DataSource.java:455)

    at weblogic.jdbc.jta.DataSource.connect(DataSource.java:410)

    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:344)

    at bphpbk.pi.piservice.PIServiceBean.executeService(PIServiceBean.java:4194)

    at bphpbk.pi.piservice.PIServiceBean.PIService_aroundBody4(PIServiceBean.java:737)

    to bphpbk.pi.piservice.PIServiceBean$ AjcClosure5.run (PIServiceBean.java:1)

    to com.ericpol.ejbim.aspect.InvocationInterceptor.ajc$ around$ com_ericpol_ejbim_aspect_InvocationInterce

    ptor$ $1 649afe7cproceed(InvocationInterceptor.AJ:1)

    to com.ericpol.ejbim.aspect.InvocationInterceptor.ajc$ around$ com_ericpol_ejbim_aspect_InvocationInterce

    ptor$ $1 649afe7c(InvocationInterceptor.AJ:49)

    at bphpbk.pi.piservice.PIServiceBean.PIService(PIServiceBean.java:604)

    at bphpbk.pi.piservice.PIService_px3dm8_EOImpl.PIService(PIService_px3dm8_EOImpl.java:46)

    at bphpbk.pi.piservice.PIService_px3dm8_EOImpl_WLSkel.invoke (ILweblogic.rmi.spi.InboundRequest; Lweblogi

    c.rmi.spi.OutboundResponse; Ljava.lang.Object); Lweblogic.rmi.spi.OutboundResponse; (Unknown source)

    at weblogic.rmi.internal.activation.ActivatableServerRef.invoke(ActivatableServerRef.java:90)

    to weblogic.rmi.internal.BasicServerRef$ 1.run(BasicServerRef.java:434)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)

    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:429)

    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:32)

    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)

    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)

    at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1597)

    at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1512)

    at weblogic.jdbc.jta.DataSource.getConnection(DataSource.java:455)

    at weblogic.jdbc.jta.DataSource.connect(DataSource.java:410)

    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:344)

    at bphpbk.pi.piservice.PIServiceBean.executeService(PIServiceBean.java:4194)

    What is the reason? Without transaction mode it works. What parameters to the connection pool are important set?

    Supports local transactions is disable


    Thank you

    concerning

    Solved. We have a few problems to test with transactions env and at the next accept env it works correctly, but only called from interface system (my Summoner doesn't) cordially

  • My 30 days activation period has expired before I got the possibility to activate.

    Original title: Miss

    My 30 days activation period has expired before I got the possibility to activate.

    The thread on this, said to download and run the Diag MGA.

    See the report below.

    I use Windows 7 and sticker says "Windows 7 Pro OA.

    I would appreciate your help so that I can try and resolve this issue.

    Diagnostic report (1.9.0027.0):

    -----------------------------------------

    Validation of Windows data-->

    Validation code: 50

    Validation caching Code online: n/a, hr = 0xc004f012

    Windows product key: *-* - K7D7T - X2JMM-QY7MG

    Windows product key hash: LCVEU4xoD2H4mxYzcXW79zC9CbM =

    Windows product ID: 00376-831-0050002-85031

    Windows product ID type: 1

    Windows license Type: customer KMS

    The Windows OS version: 6.1.7600.2.00010100.0.0.049

    ID: {DBF35A2C-BD43-4F92-B599-361BD6BDBE90} (1)

    Admin: Yes

    TestCab: 0x0

    LegitcheckControl ActiveX: N/a, hr = 0 x 80070002

    Signed by: n/a, hr = 0 x 80070002

    Product name: Windows 7 Professional N

    Architecture: 0x00000000

    Build lab: 7600.win7_rtm. 090713 1255

    TTS error:

    Validation of diagnosis:

    Resolution state: n/a

    Given Vista WgaER-->

    ThreatID (s): n/a, hr = 0 x 80070002

    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->

    Cached result: n/a, hr = 0 x 80070002

    File: No.

    Version: N/a, hr = 0 x 80070002

    WgaTray.exe signed by: n/a, hr = 0 x 80070002

    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->

    Cached result: n/a, hr = 0 x 80070002

    Version: N/a, hr = 0 x 80070002

    OGAExec.exe signed by: n/a, hr = 0 x 80070002

    OGAAddin.dll signed by: n/a, hr = 0 x 80070002

    OGA data-->

    Office status: 100 authentic

    Microsoft Office Home and Student 2007-100 authentic

    OGA Version: N/a, 0 x 80070002

    Signed by: n/a, hr = 0 x 80070002

    Office Diagnostics: 025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3_E2AD56EA-765-d003_E2AD56EA-766-0_E2AD56EA-134-80004005_E2AD56EA-765-b01a_E2AD56EA-766-0_E2AD56EA-148-80004005_16E0B333-89-80004005_B4D0AA8B-1029-80004005

    Data browser-->

    Proxy settings: N/A

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)

    Default browser: C:\Program Files\Google\Chrome\Application\chrome.exe

    Download signed ActiveX controls: fast

    Download unsigned ActiveX controls: disabled

    Run ActiveX controls and plug-ins: allowed

    Initialize and script ActiveX controls not marked as safe: disabled

    Allow the Internet Explorer Webbrowser control scripts: disabled

    Active scripting: allowed

    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->

    [File mismatch: C:\Windows\system32\wat\watadminsvc.exe[Hr = 0 x 80070003]

    [File mismatch: C:\Windows\system32\wat\npwatweb.dll[Hr = 0 x 80070003]

    [File mismatch: C:\Windows\system32\wat\watux.exe[Hr = 0 x 80070003]

    [File mismatch: C:\Windows\system32\wat\watweb.dll[Hr = 0 x 80070003]

    Other data-->

    Office details: {DBF35A2C-BD43-4F92-B599-361BD6BDBE90}1.9.0027.06.1.7600.2.00010100.0.0.049x 32*-*-*-*-QY7MG00376-831-0050002-850311S-1-5-21-2346513901-1750864339-1098029419Dell Inc.. Latitude E6320 Dell Inc.. A08 20111018000000.000000 + 00072B83607018400FE04090409South Africa Standard Time(GMT+02:00)03DELL CBX3 100100Microsoft Office home and Student 200712QYYTZELBrI7vOnohkjxogR8pOEQ =81602-955-2747555-689801 89C69E48A794F76

    Content Spsys.log: 0 x 80070002

    License data-->

    The software licensing service version: 6.1.7600.16385

    Name: Windows 7, edition ProfessionalN

    Description: operating system Windows - Windows (r) 7, VOLUME_KMSCLIENT channel

    Activation ID: 54a09a0d-d57b-4c10-8b69-a842d6590ad5

    ID of the application: 55c92734-d682-4d71-983e-d6ec3f16059f

    Extended PID: 00376-00170-831-005000-03-1033-7600.0000-3212015

    Installation ID: 003025436590413826255660584260325304070781789442183546

    Partial product key: QY7MG

    License status: Notification

    Reason for the notification: 0xC004F056.

    Remaining Windows rearm count: 3

    Trust time: 12/01/2016 10:40:50

    Please use /ato slmgr.vbs to activate and update information on KMS clients in order to update the values.

    Windows Activation Technologies-->

    HrOffline: 0x00000000

    HrOnline: n/a

    Beyond: 0 x 0000000000000000

    Event time stamp: n/a

    ActiveX: Not registered - 0 x 80040154

    The admin service: not registered - 0 x 80040154

    Output beyond bitmask:

    --> HWID data

    Current HWID hash: MAAAAAEAAQABAAEAAQABAAAAAwABAAEA6GFWACiUFmsGPGhD1rMmtBqDtjAUKy5z

    Activation 1.0 data OEM-->

    N/A

    Activation 2.0 data OEM-->

    BIOS valid for OA 2.0: Yes

    Windows marker version: 0 x 20001

    OEMID and OEMTableID consistent: Yes

    BIOS information:

    ACPI Table name OEMID value OEMTableID value

    APIC                                    DELL                       CBX3

    FACP                                   DELL                       CBX3

    HPET                                    A M I                      PCHHPET

    BOOT                                  DELL                       CBX3

    MCFG DELL SNDYBRDG

    TCPA

    SSDT                                    DELLTP                  TPM

    SSDT                                    DELLTP                  TPM

    SSDT                                    DELLTP                  TPM

    DMAR                                 INTEL                     SNB

    SLIC                                      DELL                       CBX3

    You use a license key of volume on a Dell computer.  Your key is not legitimate, unless you specifically bought a Volume key.  Volume keys need to communicate with the server 'touch' every 180 days, and if they do not, they will fall into reduced functionality mode.

    If you are not in a corporate environment, you will need to buy a new key or enter key to ORIGIN of the COA sticker.

    Care to tell us more?

  • Reinstalling windows - activation key has expired?

    We bought a desktop dell computer about 1 1/2 to 2 years with pre-installed windows 7 Home premium. He broke, but some parts were always good. We bought a new Acer with preinstalled Windows 8 office which I didn't like. Also, the hard drive of the Dell printer was bigger. The intention was to simply pass on the disks, so Acer would have a bigger disk and Windows 7. It wouldn't boot correctly, so we reinstalled Windows 7 by using a disk image, downloaded from Microsoft and product key that was stuck on the Dell. Finally, we sold the Dell a guy on Craigslist. We had signed up everything except the motherboard, processor and power supply. As we took off the Windows 7 product key sticker. Acer has worked well and never mentioned anything on Windows is not genuine not. He remained off the coast for a few weeks. I turned today and it installs the updates on start up. The login screen normally shows and I connect. The desktop appears in black with 3 lines of text in the corner:

    Windows 7

    Build 7601

    This copy of Windows is not genuine

    There is a window in the middle of the screen that says

    Activate Windows now

    The activation period has expired

    It gives two options:

    Activate now

    Ask me later

    At this stage there is no start bar or the desktop icons as if windows Explorer has not yet begun.

    About 2 to 3 minutes later the paper in his arrives and the start bar and the desktop icons appear. The window "Activate Windows now" disappears also.

    Another window appears which says:

    Update optional delivery does not work

    You may be victim of software counterfeiting.

    I tried not to get my key or whatever it is in fear that it could be a virus.

    What is going on? There may be remnants of the key somewhere on the case of dell outside the sticker? What should I do?

    Reason for the notification: 0xC004F009 (grace period expired).

    As long as you have not used the product key Dell try to activate Windows, well he can't to try anyway:

    How to activate Windows 7 by Internet
    1) click Start and in the search for box type: activate
    2) click on the 'Activate Windows' option at the top of the list
    3) click on "now, activate Windows online.
    (4) enter your 25-character product key (not case sensitive)
    5) click "Next" and wait for the key must be verified.

    Another method: Start/Control Panel of configuration/system and security/system /.
    Now, scroll down and click on
    'Product key change' or 'Windows enable in x days '.

    ====================================================

    How to activate Windows 7 or Vista manually (activate by phone)
    http://support.Microsoft.com/kb/950929/en-us

    1) click Start and in the search for box type: slui.exe 4
    (2) press the ENTER"" key.
    (3) to select your "country" you are in the drop-down list.
    (4) choose the option "activate phone".
    (5) stay on the phone * do not select/press any option * and wait for a person to help you.
    (6) explain your problem clearly to the support person.
    (7) the person must give you a confirmation ID, copy it down on paper,
    (8) check that the ID is correct in reading the support person.
    (9) to enter the ID number, then click 'Next' to complete the activation process.

    Activation and registration of a Microsoft product
    http://support.Microsoft.com/?kbid=326851
    Windows activation: (888) 571-2048
    (888) 725-1047 or 800-936-5700

    What's the relationship between activation and genuine Windows?
    http://Windows.Microsoft.com/en-in/Windows7/what-s-the-relationship-between-activation-and-genuine-Windows

    What is the validation, and how does it work?
    Windows 7: http://windows.microsoft.com/en-us/windows/help/genuine/what-is-validation?os=win7
    Vista: http://windows.microsoft.com/en-us/windows/help/genuine/what-is-validation?os=winvista

    J W Stuart: http://www.pagestart.com

  • Vista reinstall Activation period has expired

    I have a Gateway with Vista laptop (factory installed).  Once a virus corrupt my OS Vista, a generic copy of Vista has been used for clean installation to see if data files could be saved.   The key provided with the original operating system wouldn't work, nor the generic disk key.  Activation period has now expired and when booting I get only three options.  Reduced functionality, enter the new key or contact Ms.  I have no start bar.  Is that what I can do to solve this problem.  I've had no luck trying to get someone on the phone to talk to.  Thanks in advance for any help you can provide.

    Hello AScottMcC

    If the data is important, you might be better off holding the camera to a repair facility to recover the data. The easiest way would be likely to take the laptop hard drive, connect it to another PC and copy the data on the 'other' PC hard drive.

    This done, you could do a clean install of Vista and then copy the files from the 'other' PC back to your laptop. You will need to take ownership of the files to open.

    Another valuable option, depedning how files are (you can lose them anyway) is to do an inplace upgrade... See this link from my Web site: http://vistasupport.mvps.org/repair_a_vista_installation_using_the_upgrade_option_of_the_vista_dvd.htm

    This forum post is my own opinion and does not necessarily reflect the opinion or the opinion of Microsoft, its employees or other MVPS.

    John Barnett MVP: Windows XP Expert associated with: Windows Expert - consumer:www.winuser.co.uk | vistasupport.mvps.org | xphelpandsupport.mvps.org | www.silversurfer-Guide.com

  • Windows 7 activation key has expired, and request a new product key.

    original title: activation key for windows 7

    my windows 7 activation code has expired, and request a new product key. It is telling that windows is not genuine.

    How to activate my windows without having to buy a new key

    Product keys do not expire.  Another problem occurred.

    Download the Microsoft Genuine Advantage Diagnostic tool of
    http://go.Microsoft.com/fwlink/?LinkId=56062

    Open the Microsoft Genuine Advantage diagnostic tool. Click Run, and then click on continue.

    The tool will scan your computer and then give you a summary of your computer settings and the details of the system that will help anyone here diagnose the problem.

    To copy your results to the Clipboard, click on copy.

    Paste the report into your answer here.

  • Installed new HARD drive and activation key has expired

    I have Windows 7 Ultimate on my laptop and my HARD drive just died. I bought a new one and I used a program called Ez Gig to clone my old HDD to my new HARD drive, before it died completely. Now, I get a message "this is not a genuine copy of Windows. He sends me to a Web Macintoshëoperating site and it runs a check and then tells me that my activation key has expired, and the Microsoft Web site wants me to buy another copy! Why is he doing this and how to fix it? Thank you

    Michael

    Your Windows license is related to your hardware. Since you just cloned the BONE but has changed the hardware, the Windows Activation does not recognize your new system. Thus, the solution would be just to reactivate your Windows.

    The phone activation does not just work. You will need to re-enter your product key.

    Click Start, right-click on computer , and select Properties.

    On the Windows Activation section, click on change product key and enter your key.

    If you are using a retail version of Windows, then the key must be with the disk when you buy it.

    If Windows is preinstalled on the laptop, the key lies in a sticker at the bottom of your laptop.

  • The security certificate presented by this website has expired or is not yet valid.

    I get error for owa, the security certificate presented by this website has expired or is not yet valid.

    I am running SBS 2008 server with exchange server 2007
    How can I renew a certificate expired for owa

    Hi Joneser,

    Please help me answer these questions to understand the application better.

    You have any questions using the calendar app in Windows 8?

    What operating system do you use?

    What exactly is the problem with the calendar?

    You get an error?

    Answer us if you need help with Windows, and we will be happy to help.

  • The preliminary version of remote desktop connection has expired.

    The preliminary version of remote desktop connection has expired.  To download the full version of remote desktop connection, go to Windows Update or contact your system administrator (Please give me the solution for this problem)

    There are several ways you can solve the problem:

    You can copy the files from a Windows XP SP2 computer and then Windows Remote Desktop should work again.
    a. c:\windows\system32\mstscax.dll

    b. mstsc.exe

    Copy the files in safe mode if not just windows will recreate the files even if you replace them or delete them

    Or you can download an update from the Microsoft Download site and it will get your Remote Desktop works again.
    Update for Windows XP (KB969084) - The Remote Desktop Connection 7.0 client update allows you to use the new remote desktop Services features.
    http://www.Microsoft.com/download/en/details.aspx?displaylang=en&ID=20609

    Please read the known issues in Windows XP from the article above.

    I hope this helps.

  • wen said im going homail and facebook that the security certificate presented by this website has expired or is not yet valid.

    wen said im going homail and facebook that the security certificate presented by this website has expired or is not yet valid... and wen I put my computer on my floppy drive a faild saing but I is not got a floppy drive .wot I can do?

    Hi paul barnett.

    Your CMOS battery may be losing it loads, causing time system to fluctuate whenever you stop the ststem. You will need to replace the battery. You can try Googling "how to replace a cmos battery and follow the instructions."

    Read the article in the link below, for more information about the failures of the FDC

    http://www.ehow.com/info_12215240_fdc-failure.html

    Good luck.

  • Update of Muse CC 2014.3 still have FTP upload problem: the server responding is not in time, FTP is not supported on this server [connection has expired after 15001 millseconds.] I have no problem with CC 2014. Can you suggest what I should do?

    Update of Muse CC 2014.3 still have FTP upload problem: the server responding is not in time, FTP is not supported on this server [connection has expired after 15001 millseconds.] I have no problem with CC 2014. Can you suggest what I should do?

    Hello.

    Today, I had the opportunity to work with a user of Muse with the same problem after you perform the troubleshooting steps in the post above we decided to communicate with the host.

    Later, I learned to know that host IP of the user of Muse and they managed to unlock and muse began to connect to the FTP host.

    I have another host scenario suggests Muse to add user : 21 to the FTP address and then Muse was able to connect.

    For example ftp.domain.com:21

    Please try the suggestion 2 above and let me know if it works.

    Concerning

    Vivek

  • I have lightroom 5 bought the downloadable version on the adobe site. months he did the demo version of cc that it has expired. now on lightroom, it says that my develop the module is disabled. Impossible to locate one I bought on the site to download aga

    I have lightroom 5 bought the downloadable version on the adobe site. months he did the demo version of cc that it has expired. now on lightroom, it says that my develop the module is disabled. Cannot locate the one that I bought on the site to download again because they changed the adobe site drastically.

    https://forums.Adobe.com/search.jspa?q=%22develop+module+is+disabled%22&place=%2Fplaces%2f 1383621 & depth = ALL

  • java.io.InterruptedIOException: Local connection has expired after ~ 120000

    Hi all
    I make an example of program that collects the XML link and after analysis it prints the content.

    The code example has been picked on the basis of knowledge. The connection is expire during program execution.

    Here is the code example

    package com.rim.samples.hello;

    Import javax.microedition.io.Connector;
    Import javax.microedition.io.StreamConnection;

    to import org.W3C.DOM.document;
    Import org.w3c.dom.Node;
    Import org.w3c.dom.NodeList;

    Import net.rim.device.api.ui.UiApplication;
    Import net.rim.device.api.ui.component.Dialog;
    Import net.rim.device.api.ui.component.LabelField;
    Import net.rim.device.api.ui.component.RichTextField;
    Import net.rim.device.api.ui.container.MainScreen;
    Import net.rim.device.api.xml.parsers.DocumentBuilder;
    Import net.rim.device.api.xml.parsers.DocumentBuilderFactory;

    SerializableAttribute public class HelloWorld extends UiApplication
    {
    Public Shared Sub main (String [] args)
    {
      
    Hello HelloWorld = new HelloWorld();
    hello.parseOnlineData ();
    hello.enterEventDispatcher ();
    }
    public HelloWorld()
    {
    a new screen
    pushScreen (new HelloWorldScreen());
    }
     
    final HelloWorldScreen class extends screen
    {
    public HelloWorldScreen()
    {
    Super();
    LabelField title = new LabelField ("HelloWorld example",
    LabelField.ELLIPSIS | LabelField.USE_ALL_WIDTH);
    setTitle (title);
    Add (new RichTextField ("Hello World!"));
    }
    public boolean onClose()
    {
    Dialog.Alert ("Goodbye!");
    System.Exit (0);
    Returns true;
    }
    }
     
    Public Sub parseOnlineData()
    {
    define later used for parsing variables
    Doc document;
    StreamConnection conn;

    try {}
    who provides the location of the XML file
    your address may be different
    Conn = Connector.open (StreamConnection)
    ("http://tekmedia.tekritisoftware.com/news.xml");
    a few lines create variables to open a
    listen, analyze, collect XML data and
    extract the data that are needed.
    In this case these are elements,
    node, and the values of an element
    DocumentBuilderFactory docBuilderFactory
    = DocumentBuilderFactory. newInstance();
    DocumentBuilder docBuilder
    = docBuilderFactory.newDocumentBuilder ();
    docBuilder.isValidating ();
    doc = docBuilder.parse (conn.openInputStream ());
    doc.getDocumentElement () .normalize ();
    NodeList list = doc.getElementsByTagName ("news9");
    for (int i = 0; i)<>
    {
    Node element = list.item (i);
    If (Item.getNodeType ()! = Node.TEXT_NODE)
    {
    NodeList itemChilds = item.getChildNodes ();
    for (int j = 0; j)<>
    {
    Node = itemChilds.item (j) detailNode;
    If (detailNode.getNodeType ()! = Node.TEXT_NODE)
    {
    If (detailNode.getNodeName (.equalsIgnoreCase ("title")))
    {
    System.out.println ("# title =" + getNodeValue (detailNode));
    }
    If (detailNode.getNodeName () .equalsIgnoreCase ("date"))
    {
    System.out.println ("# date =" + getNodeValue (detailNode));
    }
    If (detailNode.getNodeName (.equalsIgnoreCase ("Author")))
    {
    System.out.println ("# author =" + getNodeValue (detailNode));
    }
    If (detailNode.getNodeName (.equalsIgnoreCase ("Summary")))
    {
    System.out.println ("# summary =" + getNodeValue (detailNode));
    }
    If (detailNode.getNodeName (.equalsIgnoreCase ("DST")))
    {
    System.out.println ("# dst =" + getNodeValue (detailNode));
    }
    }
    }
    }
    }
    } //end try
    will catch any exception that is thrown by the XML parser
    catch (System.Exception e)
    {
    System.out.println (try ());
    }
    }
     
    public String getNodeValue (node)
    {
    NodeList nodeList = node.getChildNodes ();
    ChildNode = nodeList.item node (0);
    Return childNode.getNodeValue ();
    }
    }

    I ran the code with debug on. Here is the printing of the newspaper. I use 8300 blackberry Simulator (default Simulator).

    From Hello
    Hello (121) started
    Hello (121) foreground
    FocusHistory: Acquired Focus; Home screen App; Component net.rim.device.apps.internal.ribbon.launcher.RibbonIconField
    FocusHistory: Lost Focus; Home screen App; Component net.rim.device.apps.internal.ribbon.launcher.RibbonIconField
    FocusHistory: Acquired Focus; Hello from the app; Component net.rim.device.api.ui.component.RichTextField
    Refreshing connection when sending
    Update running
    Local port: 19780
    APN: "rim.net.gprs."
    APN username: 'null '.
    APN password: 'null '.
    There is no connection
    Information detected for 1 GPAK connections
    From net_rim_bb_simphonebook
    Net_rim_bb_simphonebook (122) started
    EF: 20 SIZE:-1
    JVM: bklt @9678: timer
    JVM: bklt @9678: idle 2
    JVM: bklt @9678: setTimer 20
    CLOSURE OF THE SIM SERVER
    Output net_rim_bb_simphonebook (122)
    VM: + GC (F) w = 11
    VM:-GCt = 12, b = 1, r = 0, g = 1, l = 11
    VM: + CR
    VM:TI2Rv = 26
    VM:TI2Rv = 25
    VM:TI2Rv = 24
    VM:TI2Rv = 23
    VM:TI2Rv = 22
    VM:TI2Rv = 21
    VM:TI2Rv = 20
    VM:TI2Rv = 14
    VM:TI2Rv = 13
    VM:TI2Rv = 11
    VM:TI2Rv = 19
    VM:TI2Rv = 12
    VM:TI2Rv = 10
    VM:TI2Rv = 9
    VM:TI2Rv = 8
    VM:TR2Iv = 74
    VM:TR2Iv = 72
    VM:TR2Iv = 68
    VM:TR2Iv = 71
    VM:TR2Iv = 70
    VM:TR2Iv = 69
    VM:TR2Iv = 62
    VM:TR2Iv = 65
    VM:TR2Iv = 66
    VM:TR2Iv = 67
    VM:TR2Iv = 64
    VM:TR2Iv = 63
    VM:TR2Iv = 55
    VM:TR2Iv = 54
    VM:-CR = 12
    JVM: bklt @12341: timer
    JVM: bklt @12341: 23 idle
    JVM: bklt @12341: setTimer 22
    VM:IGCSc = 0
    JVM: bklt @15281: timer
    JVM: bklt @15281: 23 idle
    java.io.InterruptedIOException: Local connection has expired after ~ 120000
    VM: + GC (F) w = 9
    VM:-GCt = 8, b = 1, r = 0, g = 1, w = 9
    VM: + CR
    VM:TI2Rv = 74
    VM:TI2Rv = 71
    VM:TI2Rv = 69
    VM:TI2Rv = 62
    VM:TI2Rv = 50
    VM:TI2Rv = 2
    VM:TR2Iv = 52
    VM:TR2Iv = 46
    VM:TR2Iv = 42
    VM:TR2Iv = 38
    VM:TR2Iv = 31
    VM:-CR = 3

    Do not get enough information on the support forum. Please help me.

    Thank you

    Kind regards

    Anand Lal

    Thank you very much Simon...

    Its working fine. I get the printed value.

    Thanks once more than a ton...

    Kind regards

    A

  • Tools installation has expired after U4 upgraded, can't turn off VM

    3.5 guests had 4 update installed, and I started to run through all the improvements of the tools. A Windows XP VM has expired and no comments shut down or turned off. He said that another operation is underway.

    How can I force a shutdown?

    Thank you

    The nest is 6597.  Kill-9 6597 will kill the process and plant your virtual machine.

    -KjB

    VMware vExpert

Maybe you are looking for

  • Problem white screen

    Dear Sir/Madam I am facing problem while connect on Skype as my office shows a white screen for Skype. I am attaching the attachment for the same as my screenshot of Skype desktop. My version of Skype is 6.22.81.104 Help, please...! ... First release

  • Recovered system - invalid product key

    I just made a recovery, but it tells me that this product key is not valid. I used the Toshiba disc that came with the computer.The Basic was originally on, but the recovery disc's premium. Where can I get a key from?

  • This addrest is being monitored?

    My email address is monitored

  • Acer repair must taken in charge for better machines!

    I wanted to post nothing but good, because the Internet site support and the phone is outstanding.  But the machine was 3 weeks OLD when I sent... IT has been impeccable. I checked before a bubble wrapped it. But I got a new machine that I treated li

  • Cannot align

    HP Deskjet 2050 J510a series, when I open my HP printer software (click on the desktop icon) I no longer get the options to align the cartridges, etc. All I get is a page of configuration with 3 options for: see Whats Printing, use preferences and Cu