Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in thread "Thread-6" Exception in thread "main" Exception in thread "Thread-5" #193

Open
dpacanins opened this issue Jan 7, 2018 · 0 comments

Comments

@dpacanins
Copy link

Buenas noches

estoy implementando la API para generar CFDIv33 y al momento de sellar me manda el siguiente error:

Exception in thread "Thread-6" Exception in thread "main" Exception in thread "Thread-5"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Thread-6"

el codigo que estoy usando es:

            PrivateKey key = KeyLoaderFactory.createInstance(KeyLoaderEnumeration.PRIVATE_KEY_LOADER, processData.getKeyFIS(), processData.getPwd()).getKey();
            X509Certificate cert = KeyLoaderFactory.createInstance(KeyLoaderEnumeration.PUBLIC_KEY_LOADER, processData.getCertFIS()).getKey();

            cfd.sellar(key, cert);
            cfd.validar();
            cfd.verificar();

alguien podria ayudarme

saludos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant