An internal error occurred during: "".

View: New views
3 Messages — Rating Filter:   Alert me  

Parent Message unknown An internal error occurred during: "".

by Abhinav Sarkar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
I am using pydev version 1.3.19. Recently I have started getting an error saying

An internal error occurred during: "".

It occurs whenever I change some code in editor. It is possibly related to auto code completion. I looked in the eclipse log and found this stacktrace:

!ENTRY org.eclipse.core.jobs 4 2 2008-08-18 16:28:56.234
!MESSAGE An internal error occurred during: "".
!STACK 0
java.lang.NoSuchMethodError: org/python/pydev/core/docutils/ParsingUtils.eatComments(Ljava/lang/Object;Lorg/python/pydev/core/structure/FastStringBuffer;I)I
at com.python.pydev.analysis.tabnanny.TabNannyDocIterator.internalBuildNext(Unknown Source)
at com.python.pydev.analysis.tabnanny.TabNannyDocIterator.buildNext(Unknown Source)
at com.python.pydev.analysis.tabnanny.TabNannyDocIterator.<init>(Unknown Source)
at com.python.pydev.analysis.tabnanny.TabNanny.analyzeDoc(Unknown Source)
at com.python.pydev.analysis.OccurrencesAnalyzer.analyzeDocument(Unknown Source)
at com.python.pydev.analysis.OccurrencesAnalyzer.analyzeDocument(Unknown Source)
at com.python.pydev.analysis.builder.AnalysisBuilderRunnable.doAnalysis(Unknown Source)
at com.python.pydev.analysis.builder.AnalysisBuilderRunnable.run(Unknown Source)
at com.python.pydev.analysis.builder.AnalysisBuilderVisitor$1.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)

Please help me in solving this error

Thanks and regards,
--
Abhinav Sarkar
Web: http://claimid.com/abhin4v
Twitter: http://twitter.com/abhin4v
---------
The world is a book, those who do not travel read only one page.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Pydev-users mailing list
Pydev-users@...
https://lists.sourceforge.net/lists/listinfo/pydev-users

Re: An internal error occurred during: "".

by Fabio Zadrozny-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

It seems that you updated Pydev but your Pydev Extensions version is still in an old version (so, you have 1.3.19 for one and another for the other).

You can check that in: help > about > feature details.

Cheers,

Fabio

On Thu, Aug 21, 2008 at 7:05 AM, abhinav sarkar <abhinav.sarkar@...> wrote:
Hi,
I am using pydev version 1.3.19. Recently I have started getting an error saying

An internal error occurred during: "".

It occurs whenever I change some code in editor. It is possibly related to auto code completion. I looked in the eclipse log and found this stacktrace:

!ENTRY org.eclipse.core.jobs 4 2 2008-08-18 16:28:56.234
!MESSAGE An internal error occurred during: "".
!STACK 0
java.lang.NoSuchMethodError: org/python/pydev/core/docutils/ParsingUtils.eatComments(Ljava/lang/Object;Lorg/python/pydev/core/structure/FastStringBuffer;I)I
at com.python.pydev.analysis.tabnanny.TabNannyDocIterator.internalBuildNext(Unknown Source)
at com.python.pydev.analysis.tabnanny.TabNannyDocIterator.buildNext(Unknown Source)
at com.python.pydev.analysis.tabnanny.TabNannyDocIterator.<init>(Unknown Source)
at com.python.pydev.analysis.tabnanny.TabNanny.analyzeDoc(Unknown Source)
at com.python.pydev.analysis.OccurrencesAnalyzer.analyzeDocument(Unknown Source)
at com.python.pydev.analysis.OccurrencesAnalyzer.analyzeDocument(Unknown Source)
at com.python.pydev.analysis.builder.AnalysisBuilderRunnable.doAnalysis(Unknown Source)
at com.python.pydev.analysis.builder.AnalysisBuilderRunnable.run(Unknown Source)
at com.python.pydev.analysis.builder.AnalysisBuilderVisitor$1.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)

Please help me in solving this error

Thanks and regards,
--
Abhinav Sarkar
Web: http://claimid.com/abhin4v
Twitter: http://twitter.com/abhin4v
---------
The world is a book, those who do not travel read only one page.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Pydev-users mailing list
Pydev-users@...
https://lists.sourceforge.net/lists/listinfo/pydev-users



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Pydev-users mailing list
Pydev-users@...
https://lists.sourceforge.net/lists/listinfo/pydev-users

Re: An internal error occurred during: "".

by Abhinav Sarkar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for help. I updated Pydev extensions and the error is gone now.

On Thu, Aug 21, 2008 at 4:59 PM, Fabio Zadrozny <fabiofz@...> wrote:
Hi,

It seems that you updated Pydev but your Pydev Extensions version is still in an old version (so, you have 1.3.19 for one and another for the other).

You can check that in: help > about > feature details.

Cheers,

Fabio

On Thu, Aug 21, 2008 at 7:05 AM, abhinav sarkar <abhinav.sarkar@...> wrote:
Hi,
I am using pydev version 1.3.19. Recently I have started getting an error saying

An internal error occurred during: "".

It occurs whenever I change some code in editor. It is possibly related to auto code completion. I looked in the eclipse log and found this stacktrace:

!ENTRY org.eclipse.core.jobs 4 2 2008-08-18 16:28:56.234
!MESSAGE An internal error occurred during: "".
!STACK 0
java.lang.NoSuchMethodError: org/python/pydev/core/docutils/ParsingUtils.eatComments(Ljava/lang/Object;Lorg/python/pydev/core/structure/FastStringBuffer;I)I
at com.python.pydev.analysis.tabnanny.TabNannyDocIterator.internalBuildNext(Unknown Source)
at com.python.pydev.analysis.tabnanny.TabNannyDocIterator.buildNext(Unknown Source)
at com.python.pydev.analysis.tabnanny.TabNannyDocIterator.<init>(Unknown Source)
at com.python.pydev.analysis.tabnanny.TabNanny.analyzeDoc(Unknown Source)
at com.python.pydev.analysis.OccurrencesAnalyzer.analyzeDocument(Unknown Source)
at com.python.pydev.analysis.OccurrencesAnalyzer.analyzeDocument(Unknown Source)
at com.python.pydev.analysis.builder.AnalysisBuilderRunnable.doAnalysis(Unknown Source)
at com.python.pydev.analysis.builder.AnalysisBuilderRunnable.run(Unknown Source)
at com.python.pydev.analysis.builder.AnalysisBuilderVisitor$1.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)

Please help me in solving this error

Thanks and regards,
--
Abhinav Sarkar
Web: http://claimid.com/abhin4v
Twitter: http://twitter.com/abhin4v
---------
The world is a book, those who do not travel read only one page.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Pydev-users mailing list
Pydev-users@...
https://lists.sourceforge.net/lists/listinfo/pydev-users



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Pydev-users mailing list
Pydev-users@...
https://lists.sourceforge.net/lists/listinfo/pydev-users




--
Abhinav Sarkar
---------
The world is a book, those who do not travel read only one page.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Pydev-users mailing list
Pydev-users@...
https://lists.sourceforge.net/lists/listinfo/pydev-users
LightInTheBox - Buy quality products at wholesale price!