Code Monkey home page Code Monkey logo

inotes-exporter's Issues

Messed up Date =)

Hi there,

regarding the "fecth from date" facility, i'm facing a strange behavior :

1/ i fetch all mails once
2/ i look @ the last mail arrival date
3/ i fetch once more with date args, corresponding to the date in point 2

the result is :

1/ next mail appended to file is actually more or less two hours behind the date in args
2/ mail date is shifted two hours before it's real date of arrival

Regards,

Regis A. Despres

strange java -jar behavior

Hey there,

I'm strugled with this :

[kandor:~/Sites/iNotes-exporter] rdespres% mvn clean && mvn assembly:assembly -DdescriptorId=jar-with-dependencies -DskipTests
[snip]
[kandor:~/Sites/iNotes-exporter] rdespres% java -Xmx3G -jar target/iNotes-exporter-0.1-SNAPSHOT-jar-with-dependencies.jar ./test
Failed to load Main-Class manifest attribute from
target/iNotes-exporter-0.1-SNAPSHOT-jar-with-dependencies.jar

Any way to help on this one ? =)

Regis A. Despres

Session error: Can not find X-IBM-INOTES-NONCE

Hi, I dont know if the project is still active, but I'm having this problem:

 java -jar target/iNotes-exporter-1.8-jar-with-dependencies.jar listfolders
2021-10-13 12:54:20.191-0300 [main] DEBUG Session - POST 302 Found http://XXXXXXXXXXX/names.nsf?Login
2021-10-13 12:54:20.201-0300 [main] DEBUG Session - Initial authentication successful for user "xxxxxxxxxxxx"
2021-10-13 12:54:20.203-0300 [main] DEBUG Session - Redirect: http://XXXXXXXXXXX/XXXXXXXXXX.nsf
2021-10-13 12:54:20.224-0300 [main] DEBUG Session - GET 200 OK http://XXXXXXXXXXX/XXXXXXXXXX.nsf
2021-10-13 12:54:20.251-0300 [main] DEBUG Session - GET 200 OK http://XXXXXXXXXXX/mail/XXXXXXXXXXXX.nsf?OpenDatabase
2021-10-13 12:54:20.261-0300 [main] DEBUG Session - GET 200 OK http://XXXXXXXXXXX/mail/XXXXXXXXXXXX.nsf/iNotes/Proxy/?OpenDocument&Form=l_SessionFrame&l=es&gz&MX&TSF=20181119T200137,74Z&TS=20211013T145911,26Z&UNH=kucjj3l94fschq1sehlm4i5l9ng&charset=ISO-8859-1&KIC&pt
2021-10-13 12:54:20.342-0300 [main] DEBUG Session - GET 200 OK http://XXXXXXXXXXX/mail/XXXXXXXXXXXX.nsf/iNotes/Proxy/?OpenDocument&Form=f_SessionInfo&l=es&gz&MX&TSF=20181119T200137,74Z&TS=20211013T145910,77Z&KIC&pt&UNH=kucjj3l94fschq1sehlm4i5l9ng&charset=ISO-8859-1
2021-10-13 12:54:20.377-0300 [main] DEBUG Session - Found iNotes folder Folder (level 0, #5):	($Inbox)	Bandeja de entrada
2021-10-13 12:54:20.379-0300 [main] DEBUG Session - Found iNotes folder Folder (level 0, #7):	($Drafts)	Borradores
2021-10-13 12:54:20.380-0300 [main] DEBUG Session - Found iNotes folder Folder (level 0, #8):	($Sent)	Enviados
2021-10-13 12:54:20.380-0300 [main] DEBUG Session - Found iNotes folder Folder (level 0, #9):	($Follow-Up)	Seguimiento
2021-10-13 12:54:20.381-0300 [main] DEBUG Session - Found iNotes folder Folder (level 0, #10):	($All)	Todos los documentos
2021-10-13 12:54:20.382-0300 [main] DEBUG Session - Found iNotes folder Folder (level 1, #15.2):	fcaa7ef080b38c6383257bb100635d22	CustomFolder
2021-10-13 12:54:20.383-0300 [main] DEBUG Session - Found iNotes folder Folder (level 1, #15.3):	91ef8629fc7f482483257bb10069f895	CustomFolder2
2021-10-13 12:54:20.386-0300 [main] ERROR Session - Can not find X-IBM-INOTES-NONCE; aborting. ShimmerS cookie: ShimmerS=ET:20211014T035420%2c14Z&R:0&AT:M
2021-10-13 12:54:20.386-0300 [main] ERROR ListFolders - Can not login user xxxxxxxxxxxx!

Every command I try ends up with same error, Can not find X-IBM-INOTES-NONCE; aborting.

Any idea what could the problem ?

Edit: Removed the X-IBM-INOTES-NONCE check and it seems to be working. Closing issue

null pointer

Hi there,

i'm a bit confused regarding the execution of all this wonderful bunch of code.

Any help on this one ? =)

When i trigger :

mvn assembly:assembly -DdescriptorId=jar-with-dependencies -DskipTests

i got a :

coincoin:iNotes-exporter despresr$ java -jar target/iNotes-exporter-0.1-SNAPSHOT- ../test
iNotes-exporter-0.1-SNAPSHOT-jar-with-dependencies.jar  iNotes-exporter-0.1-SNAPSHOT-sources.jar                
coincoin:iNotes-exporter despresr$ java -cp target/iNotes-exporter-0.1-SNAPSHOT-jar-with-dependencies.jar fr.cedrik.inotes.mbox.MBoxrd ../test
755 INFO Session - Authentication successful for user "rdespres"
[Fatal Error] :1:43: Premature end of file.
898 ERROR XMLConverter - 
org.xml.sax.SAXParseException: Premature end of file.
    at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:249)
    at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284)
    at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:124)
    at fr.cedrik.inotes.XMLConverter.convertXML(XMLConverter.java:42)
    at fr.cedrik.inotes.Session.getMessagesMetaData(Session.java:195)
    at fr.cedrik.inotes.mbox.BaseMBox.run(BaseMBox.java:71)
    at fr.cedrik.inotes.mbox.MBoxrd.main(MBoxrd.java:39)
Exception in thread "main" java.lang.NullPointerException
    at fr.cedrik.inotes.Session.getMessagesMetaData(Session.java:199)
    at fr.cedrik.inotes.mbox.BaseMBox.run(BaseMBox.java:71)
    at fr.cedrik.inotes.mbox.MBoxrd.main(MBoxrd.java:39)

404 error logging in

I'm trying to use iNotes-exporter with iNotes 8.5.3 FP6 but am getting a 404 Not Found error while authenticating. Any suggestions on how to resolve this?

java.lang.NoClassDefFoundError

Hello,

One of the two last commit brought some noise =)

$ mvn clean
$ java -cp target/iNotes-exporter-1.0.jar fr.cedrik.inotes.mbox.MBoxrd ../test.mboxrd.`date +%Y-%m-%d` 
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/io/output/FileWriterWithEncoding
Caused by: java.lang.ClassNotFoundException: org.apache.commons.io.output.FileWriterWithEncoding
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.