• Este debate está vacío.
Viendo 7 entradas - de la 1 a la 7 (de un total de 7)
  • Autor
    Entradas
  • #31944
    diego noia
    Participante

    Hola gente
    Estoy trabajando con la version 11.10.
    Configure todo para hacer facturacion electronica. Obtuve el certificado de AFIP. Pero a la hora de hacer la factura me muestra el siguiente error:

    No fué posible realizar el ticket. Ocurrió un error al crear la factura
    Error callProcess(): null

    Pense que sería algún problema con el archivo TA.XML
    Tampoco me deja volver a generar el TA.xml me da el siguinte mensaje:

    File “wsaa.py”, line 332, in cert = CERTIFICADO

    NameError: Name ‘CERTIFICADO’ is not defined.

    Alguien tiene idea que puede ser?

    slds

    #36230

    Diego,
    asegurate que en la carpeta “pyafipws”, tengas bien configurado el archivo “properties.ini”. Según el error no te está encontrado la variable CERTIFICADO:

    [WSAA]
    CERTIFICADO=empresa_17abe98f029c75bf.crt
    KEY=empresa.key
    URL_WSAA=https://wsaa.afip.gov.ar/ws/services/LoginCms

    [WSFE]
    CUIT=334445551
    URL_WSFE=https://servicios1.afip.gov.ar/wsfev1/service.asmx?WSDL

    Luego probalo de nuevo y vemos que te devuelve.

    Saludos!

    #36282
    diego noia
    Participante

    Hola Horacio,
    Probe como decis pero da el mismo error.

    Mi properties.ini es

    [WSAA]
    CERT=HANUSH.crt
    PRIVATEKEY=empresa.key
    URL_WSAA=https://wsaahomo.afip.gov.ar/ws/services/LoginCms

    [WSFE]
    CUIT=30709402982
    ENTRADA=entrada.txt
    SALIDA=salida.txt
    URL_WSFE=https://wswhomo.afip.gov.ar/wsfe/service.asmx

    Probe cambiando el CERT por CERTIFICADO y da el mismo error.

    Alguna otra sugerencia?

    Saludos

    #36311

    Diego,
    Primeramente, creo que lo correcto es que indiques CERT y no CERTIFICADO ya que el error es que CERTIFICADO no está definido. Si cambias a CERT, te dice que CERT no está definido o que CERTIFICADO no esta definido ? Si es lo último, es evidente que el properties que estás tocando NO es el que utiliza la aplicación.

    Por otro lado, según Horacio pareciera que hay que cambiar PRIVATEKEY por KEY … aunque no me queda claro si es que ha sido un error de tipeo o que, pero también podrían verificarlo.

    Finalmente, sería bueno que postees el log de error, el archivo que devuelve, etc. para poder ver mejor que es lo que está sucediendo.

    Saludos
    Antonio

    #36325
    diego noia
    Participante

    Hola Antonio
    Este es el trace del error

    10:05:59.470 OpenXpertya.startup: Libertya (r) Versión 11.10_12-10-2011 – Software Libre de Gestión- (c) 2011 DISYTEL; Implementación: Libertya 20111122-0955 – SERVICIOS_DIGITALES
    10:05:59.470 OpenXpertya.startup: ServidorOXP – Java HotSpot(TM) Client VM 20.0-b11 – Windows 7 6.1


    > CConnection.setAppsServerInfo: jnp://localhost:1099
    – javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out]
    – {java.naming.provider.url=jnp://localhost:1099, java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, jnp.discoveryTimeout=5000, jnp.timeout=5000, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces, jnp.sotimeout=5000}
    ===========> PoSMainForm.initPoSConfig: No existe una configuración de TPV para el usuario. [11]


    > Msg.getMsg: NOT found: No es posible iniciar el TPV porque no dispone su Caja Diaria abierta. Por favor, abra su Caja Diaria para el día de hoy y vuelva a intentarlo [11]


    > Msg.getMsg: NOT found: Imprimiendo Ticket, Por favor espere [11]
    ===========> ProcessorWSFE.callProcess: Error callProcess(): null [25]
    ===========> MInvoice.completeIt: CAE Error: Error callProcess(): null [25]


    > Msg.getMsg: NOT found: No fué posible realizar el ticket. Ocurrió un error al crear la factura [11]


    > Msg.getMsg: NOT found: OXPSYS [11]


    > Msg.getMsg: NOT found: OXPSYS [11]


    > APanel.cmd_new: Insert Record disabled for Tab [11]
    ===========> MTab.query: No value for link column C_Invoice_ID [11]
    ===========> MTab.query: No value for link column C_AllocationHdr_ID [11]
    ===========> MTab.query: No value for link column C_PaymentFix_ID [11]
    ===========> MField.getDefault: (Line) SELECT NVL(MAX(Line),0)+10 AS DefaultValue FROM C_PaymentFixLine WHERE C_PaymentFix_ID= [11]
    org.postgresql.util.PSQLException: ERROR: syntax error at end of input
    Position: 93; State=42601; ErrorCode=0
    at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2062)
    at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1795)
    at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
    at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:479)
    at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:367)
    at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:271)
    at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.postgresql.ds.jdbc23.AbstractJdbc23PooledConnection$StatementHandler.invoke(AbstractJdbc23PooledConnection.java:455)
    at $Proxy1.executeQuery(Unknown Source)
    at org.openXpertya.util.CPreparedStatement.executeQuery(CPreparedStatement.java:205)
    at org.openXpertya.model.MField.getDefault(MField.java:602)
    at org.openXpertya.model.MTable.dataNew(MTable.java:2701)
    at org.openXpertya.model.MTab.dataNew(MTab.java:1004)
    at org.openXpertya.apps.APanel.stateChanged(APanel.java:1316)
    at javax.swing.JTabbedPane.fireStateChanged(JTabbedPane.java:400)
    at javax.swing.JTabbedPane$ModelListener.stateChanged(JTabbedPane.java:253)
    at javax.swing.DefaultSingleSelectionModel.fireStateChanged(DefaultSingleSelectionModel.java:116)
    at javax.swing.DefaultSingleSelectionModel.setSelectedIndex(DefaultSingleSelectionModel.java:50)
    at javax.swing.JTabbedPane.setSelectedIndexImpl(JTabbedPane.java:599)

    ===========> MTab.query: No value for link column C_AllocationHdr_ID [11]


    > Msg.getMsg: NOT found: Imprimiendo Ticket, Por favor espere [11]
    ===========> ProcessorWSFE.callProcess: Error callProcess(): null [96]
    ===========> MInvoice.completeIt: CAE Error: Error callProcess(): null [96]


    > Msg.getMsg: NOT found: No fué posible realizar el ticket. Ocurrió un error al crear la factura [11]


    > Msg.getMsg: NOT found: Imprimiendo Ticket, Por favor espere [11]
    ===========> ProcessorWSFE.callProcess: Error callProcess(): null [97]
    ===========> MInvoice.completeIt: CAE Error: Error callProcess(): null [97]


    > Msg.getMsg: NOT found: No fué posible realizar el ticket. Ocurrió un error al crear la factura [11]


    > Msg.getMsg: NOT found: OXPSYS [11]


    > Msg.getMsg: NOT found: OXPSYS [11]

    Servidor = localhost : 1099 (No Activo)
    Tunnel=false, Objects=false, Process=false
    Base de datos = localhost : 5432 / libertya
    Esquema = libertya
    Usuario = AdminLibertya
    Perfil = Ventas
    Compañía = Hanush
    Organización = South Explorer S.R.L
    Fecha = 2012-01-27 00:00:00
    Impresora = hp LaserJet 3015 PCL 5
    Implementation-Vendor = SERVICIOS_DIGITALES
    Implementation-Title = CCTools Libertya
    Implementation-Version = Libertya 20111122-0954
    Specification-Vendor = (C) 2005-2006 FUNDESLE.
    Specification-Title = Herramientas de Cliente oxp
    Implementation-URL = http://www.openxpertya.org
    Specification-Version = Libertya
    OXPHome = ServidorOXP
    Language=[Español (Argentina),Locale=es_AR,AD_Language=es_AR,DatePattern=DD.MM.YYYY,DecimalPoint=false]
    MClient[1010016-Hanush]
    Documentos Multi-idioma = false
    BaseLanguage = false/false
    PDF License=true
    Java HotSpot(TM) Client VM 20.0-b11
    Windows 7 6.1
    === Environment === -835614112
    Libertya (r) Versión 11.10_12-10-2011 – Software Libre de Gestión- (c) 2011 DISYTEL; Implementación: Libertya 20111122-0955 – SERVICIOS_DIGITALES
    HP-Diego/192.168.1.33
    CConnection[name=localhost{localhost-libertya-libertya},AppsHost=localhost,AppsPort=1099,RMIoverHTTP=false,type=PostgreSQL,DBhost=localhost,DBport=5432,DBname=libertya,BQ=false,FW=false,FWhost=,FWport=0,UID=libertya,PWD=libertya]
    Database=PostgreSQL – 8.3.8 – Driver =PostgreSQL Native Driver – PostgreSQL 8.4 JDBC4 (build 701) – via DataSource
    DB_PostgreSQL[jdbc:postgresql://localhost:5432/libertya?encoding=UTF-8]
    AppsServerOK=false, DatabaseOK=true

    === Context ===
    #AD_Client_ID == 1010016
    #AD_Client_Name == Hanush
    #AD_Language == es_AR
    #AD_Org_ID == 1010069
    #AD_Org_Name == South Explorer S.R.L
    #AD_PrintColor_ID == 100
    #AD_PrintFont_ID == 130
    #AD_PrintPaper_ID == 103
    #AD_PrintTableFormat_ID == 1000006
    #AD_Role_ID == 1010071
    #AD_Role_Name == Ventas
    #AD_Session_ID == 1027879
    #AD_User_ID == 1010717
    #AD_User_Name == AdminLibertya
    #C_BP_Group_ID == 1010045
    #C_BankAccount_ID == 1010053
    #C_CashBook_ID == 1010040
    #C_ConversionType_ID == 114
    #C_Country_ID == 119
    #C_DocTypeTarget_ID == 1010566
    #C_Letra_Comprobante_ID == 1010020
    #C_PaymentTerm_ID == 1010083
    #C_Region_ID == 1000027
    #C_TaxCategory_ID == 1010047
    #C_Tax_ID == 1010084
    #C_UOM_ID == 1010049
    #Date == 2012-01-27 00:00:00
    #GL_Category_ID == 1010098
    #IsPOSJournalActive == Y
    #M_Locator_ID == 1010297
    #M_PriceList_ID == 1010620
    #M_Warehouse_ID == 1010067
    #PrintPreview == Y
    #Printer == hp LaserJet 3015 PCL 5
    #SalesRep_ID == 1010717
    #ShowAcct == N
    #ShowAdvanced == Y
    #ShowTrl == N
    #StdPrecision == 2
    #User_Level == CO
    #User_Org == 0,1010053,1010069
    #YYYY == Y
    $C_AcctSchema_ID == 1010016
    $C_Currency_ID == 118
    $Element_AC == Y
    $Element_BP == Y
    $Element_MC == Y
    $Element_OO == Y
    $Element_PJ == Y
    $Element_PR == Y
    $Element_SR == Y
    $HasAlias == Y
    0|WindowName == Menú
    1113|1113|AD_User_ID == 1010749
    1113|1113|C_BPartner_ID == 1012175
    1113|1113|C_BPartner_Location_ID == 1012186
    2|IsSOTrx == Y
    2|WindowName == TPV
    5|IsSOTrx == Y
    5|M_PriceList_ID == 1010621
    5|M_Warehouse_ID == 1010067
    5|TenderType == CA
    5|WindowName == TPV
    AutoCommit == Y
    P1010098|InventoryKind == IO
    P103|Type == S
    P189|DataType == S
    P|AD_FTDoc == 1002145
    P|C_DocType_ID == 1010521
    P|C_Dockey == 018a9567ea15470312c40d3e5d6bbcd4
    P|DocAction == AP
    P|InfoMaxRowsAllowed == 1000
    P|InfoRowCountMethod == C
    P|LOCAL_AR == Y
    P|L_AR_CFMontoMaximo == 1000
    P|TransferDueDateDays == 1
    P|WSFE == c:\pyafipws\
    java.naming.provider.url == jnp://localhost:1099

    === System ===
    awt.toolkit=sun.awt.windows.WToolkit
    file.encoding=UTF-8
    file.encoding.pkg=sun.io
    file.separator=
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    java.class.path=C:UsersdiegoAppDataLocalTemptemp3.jar;C:ServidorOXP.libbatik-awt-util.jar;C:ServidorOXP.libbatik-dom.jar;C:ServidorOXP.libbatik-svggen.jar;C:ServidorOXP.libbatik-util.jar;C:ServidorOXP.libbatik-xml.jar;C:ServidorOXP.libCMPCS.jar;C:ServidorOXP.libJasperReports.jar;C:ServidorOXP.libjboss.jar;C:ServidorOXP.libjsp-api-2.0.jar;C:ServidorOXP.liboracle.jar;C:ServidorOXP.libOXP.jar;C:ServidorOXP.libOXPApps.jar;C:ServidorOXP.libOXPInstall.jar;C:ServidorOXP.libOXPRoot.jar;C:ServidorOXP.libOXPSLib.jar;C:ServidorOXP.libOXPXLib.jar;C:ServidorOXP.libpostgresql.jar;C:ServidorOXP.libsqlj.jar;C:ServidorOXP.libsqlServer.jar;C:ServidorOXP.libsybase.jar;C:ServidorOXP.libXOXPTools.jar;C:ServidorOXP.libswing-layout-1.0.jar;C:ServidorOXP.libPDFRenderer.jar;C:ServidorOXP.libJasperReports.jar;
    java.class.version=50.0
    java.endorsed.dirs=C:Program Files (x86)Javajdk1.6.0_25jrelibendorsed
    java.ext.dirs=C:Program Files (x86)Javajdk1.6.0_25jrelibext;C:WindowsSunJavalibext
    java.home=C:Program Files (x86)Javajdk1.6.0_25jre
    java.io.tmpdir=C:UsersdiegoAppDataLocalTemp
    java.library.path=C:Program Files (x86)Javajdk1.6.0_25bin;.;C:WindowsSunJavabin;C:Windowssystem32;C:Windows;C:Program FilesCommon FilesMicrosoft SharedWindows Live;C:Program Files (x86)Common FilesMicrosoft SharedWindows Live;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;c:Program Files (x86)ATI TechnologiesATI.ACECore-Static;C:Program Files (x86)Windows LiveShared;C:Program Files (x86)MySQLMySQL Server 5.5bin;C:Program Files (x86)3CX PhoneSystemBin;C:Program Files (x86)Bazaar;c:Program Files (x86)Microsoft SQL Server90Toolsbinn;C:Program FilesPostgreSQL9.1bin;C:Program Files (x86)Javajdk1.6.0_25bin;C:Program Files (x86)Javajdk1.6.0_25jrebin;C:Program Files (x86)Javajdk1.6.0_25jrebinclient;C:Program Files (x86)PostgreSQL8.3bin;C:Program Files (x86)Microsoft ASP.NETASP.NET Web Pagesv1.0;c:python25
    java.runtime.name=Java(TM) SE Runtime Environment
    java.runtime.version=1.6.0_25-b06
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Sun Microsystems Inc.
    java.specification.version=1.6
    java.vendor=Sun Microsystems Inc.
    java.vendor.url=http://java.sun.com/
    java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
    java.version=1.6.0_25
    java.vm.info=mixed mode, sharing
    java.vm.name=Java HotSpot(TM) Client VM
    java.vm.specification.name=Java Virtual Machine Specification
    java.vm.specification.vendor=Sun Microsystems Inc.
    java.vm.specification.version=1.0
    java.vm.vendor=Sun Microsystems Inc.
    java.vm.version=20.0-b11
    line.separator=

    os.arch=x86
    os.name=Windows 7
    os.version=6.1
    path.separator=;
    sun.arch.data.model=32
    sun.boot.class.path=C:Program Files (x86)Javajdk1.6.0_25jrelibresources.jar;C:Program Files (x86)Javajdk1.6.0_25jrelibrt.jar;C:Program Files (x86)Javajdk1.6.0_25jrelibsunrsasign.jar;C:Program Files (x86)Javajdk1.6.0_25jrelibjsse.jar;C:Program Files (x86)Javajdk1.6.0_25jrelibjce.jar;C:Program Files (x86)Javajdk1.6.0_25jrelibcharsets.jar;C:Program Files (x86)Javajdk1.6.0_25jrelibmodulesjdk.boot.jar;C:Program Files (x86)Javajdk1.6.0_25jreclasses
    sun.boot.library.path=C:Program Files (x86)Javajdk1.6.0_25jrebin
    sun.cpu.endian=little
    sun.cpu.isalist=
    sun.desktop=windows
    sun.io.unicode.encoding=UnicodeLittle
    sun.java.command=org.openXpertya.OpenXpertya
    sun.java.launcher=SUN_STANDARD
    sun.jnu.encoding=Cp1252
    sun.management.compiler=HotSpot Client Compiler
    sun.os.patch.level=
    suppressSwingDropSupport=true
    user.country=AR
    user.dir=C:UsersdiegoAppDataRoamingMicrosoftWindowsStart MenuProgramsLibertya
    user.home=C:Usersdiego
    user.language=es
    user.name=diego
    user.timezone=America/Buenos_Aires
    user.variant=

    REalmente mucho no entiendo, pero parece que falta alguna columna

    saludos

    #36330
    Federico Cristina
    Superadministrador

    Buenas,

    El error pareciera presentarse en estas líneas:

    Quote:
    ===========> ProcessorWSFE.callProcess: Error callProcess(): null [25]
    ===========> MInvoice.completeIt: CAE Error: Error callProcess(): null [25]

    Según me comentan, hay un par de archivos adicionales donde mirar. Por favor fijate de postear el contenido de wsfev1.log y xmlrespondse.xml, ubicados en el directorio pyafipws.

    Saludos,
    Federico

    #36231
    raul herrera
    Miembro

    Diegonoia…

    estoy teniendo el mismo error… pudiste detectar cual era el problema?
    si tenes la solución te pido que me des una mano…
    gracias

Viendo 7 entradas - de la 1 a la 7 (de un total de 7)
  • Debes estar registrado para responder a este debate.