comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: IDLDE and java crashes
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: IDLDE and java crashes [message #68219] Fri, 09 October 2009 11:29 Go to next message
pfp is currently offline  pfp
Messages: 12
Registered: July 2009
Junior Member
On Oct 9, 10:08 am, Leon <leonardo.computa...@gmail.com> wrote:
> Hello, Jean, things done here:
>
> (1) JRE 1.5.11 installed.
> (2) Path $BIN_DIR_IDLDE/jre/bin/java changed to /usr/bin/java.  (now I
> can open the workbench view)
>

I would have $BIN_DIR_IDLDE/jre pointing to the java installation's
jre directory instead. As it is, it may be that Eclipse is still using
some other files of the jre that comes with IDL, while using the java
from /usr/bin/java, and mixing them from different versions might
cause some problems.

Also, are you sure that the log file you posted is the current one?
Its date is from 2008, so maybe the error messages you are looking at
happened a long time ago and are not relevant to your current problem.
Re: IDLDE and java crashes [message #68222 is a reply to message #68219] Fri, 09 October 2009 06:27 Go to previous messageGo to next message
Jean H. is currently offline  Jean H.
Messages: 472
Registered: July 2006
Senior Member
Leon wrote:
> Hello, Jean, things done here:
>
> (1) JRE 1.5.11 installed.
> (2) Path $BIN_DIR_IDLDE/jre/bin/java changed to /usr/bin/java. (now I
> can open the workbench view)
>
> Well, since I intsalled all again, now I need CVS from ecplise, when
> trying to update from help menu...:
>
> Unable to access "http://www.ittvis.com/codebank/workbench/".
> [Server returned HTTP response code: "403 Forbidden" for URL:
> http://www.ittvis.com/codebank/workbench/.]
>
> My internet conection works ok. My "neighbour team develop mate" have
> the same problem. He can't update anymore.
> So, now I'm stuck.

same problem here :-(

Jean
Re: IDLDE and java crashes [message #68223 is a reply to message #68222] Fri, 09 October 2009 06:08 Go to previous messageGo to next message
Leonardo R. Sbaraini is currently offline  Leonardo R. Sbaraini
Messages: 26
Registered: October 2007
Junior Member
Hello, Jean, things done here:

(1) JRE 1.5.11 installed.
(2) Path $BIN_DIR_IDLDE/jre/bin/java changed to /usr/bin/java. (now I
can open the workbench view)

Well, since I intsalled all again, now I need CVS from ecplise, when
trying to update from help menu...:

Unable to access "http://www.ittvis.com/codebank/workbench/".
[Server returned HTTP response code: "403 Forbidden" for URL:
http://www.ittvis.com/codebank/workbench/.]

My internet conection works ok. My "neighbour team develop mate" have
the same problem. He can't update anymore.
So, now I'm stuck.
Re: IDLDE and java crashes [message #68242 is a reply to message #68223] Thu, 08 October 2009 05:12 Go to previous messageGo to next message
Jean H. is currently offline  Jean H.
Messages: 472
Registered: July 2006
Senior Member
Leon wrote:
> Thanks for your time, PP
>
> I found something strange in the line 11 of log:
>
> 1 !SESSION 2008-11-21 10:36:58.406
> -----------------------------------------------
> 2 eclipse.buildId=I20080617-2000
> 3 java.version=1.6.0_07

Leon, I believe you need java 1.5.11, specifically (it is somewhere on
ITT's website)

Jean
Re: IDLDE and java crashes [message #68243 is a reply to message #68242] Thu, 08 October 2009 04:35 Go to previous messageGo to next message
Leonardo R. Sbaraini is currently offline  Leonardo R. Sbaraini
Messages: 26
Registered: October 2007
Junior Member
Thanks for your time, PP

I found something strange in the line 11 of log:

1 !SESSION 2008-11-21 10:36:58.406
-----------------------------------------------
2 eclipse.buildId=I20080617-2000
3 java.version=1.6.0_07
4 java.vendor=Sun Microsystems Inc.
5 BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=pt_BR
6 Command-line arguments: -os win32 -ws win32 -arch x86
7
8 !ENTRY org.eclipse.core.resources 4 568 2008-11-21 10:42:26.531
9 !MESSAGE Could not write metadata for '/orbisat'.
10 !STACK 0
11 java.io.FileNotFoundException: Z:\home\workspace\.metadata\.plugins
\org.eclipse.core.resources\.projects\
...
...

This path starting at "Z:\home..." is used by my VmWare. I'll look for
any config file containing it.
Re: IDLDE and java crashes [message #68249 is a reply to message #68243] Wed, 07 October 2009 19:39 Go to previous messageGo to next message
penteado is currently offline  penteado
Messages: 866
Registered: February 2018
Senior Member
Administrator
On Oct 7, 2:15 pm, Leon <leonardo.computa...@gmail.com> wrote:
> Ok, Java crashes in IDLDE related or not to Linux Dist is common for
> me but now I can't work.
> When clicking in a file to edit from projetc explorer the follow
> happens:
>
> Error: An error has ocurred. See error log for more details.
> Reason: java.lang.NoClassDefFoundError
>
> I use IDL 7.0.2 on a Suse 10.3 on a i586 machine.
>
> Solutions tried:
> (1) I copied the entire idlde folder from a partner
> (2) Upgrade of java
> (3) Go back Windows (Always sucessfull - But I prefer hard way Linux)
>
> Someone has the solution ?
> T.I.A.

Yes, it still crashes a lot, and it frequently is a lot of work to
install, particularly on new distributions.

Is your problem new, or did it always crash that way? Can you tell us
what is in the log file?

Also, did you check to see if your updated java is the one being used
by IDL? I saw that in some versions, at least, it uses the java on in
the jre directory in idlde/bin/bin.linux.x86. It may also be useful to
see what Help->About...->Configuration Details shows.
Re: IDLDE and java crashes [message #68314 is a reply to message #68223] Sat, 10 October 2009 15:04 Go to previous message
David Gell is currently offline  David Gell
Messages: 29
Registered: January 2009
Junior Member
On Oct 9, 8:08 am, Leon <leonardo.computa...@gmail.com> wrote:
> Hello, Jean, things done here:
>
> (1) JRE 1.5.11 installed.
> (2) Path $BIN_DIR_IDLDE/jre/bin/java changed to /usr/bin/java.  (now I
> can open the workbench view)
>
> Well, since I intsalled all again, now I need CVS from ecplise, when
> trying to update from help menu...:
>
> Unable to access "http://www.ittvis.com/codebank/workbench/".
> [Server returned HTTP response code: "403 Forbidden" for URL:http://www.ittvis.com/codebank/workbench/.]
>
> My internet conection works ok. My "neighbour team develop mate" have
> the same problem. He can't update anymore.
> So, now I'm stuck.

I also have had the "Unable to access..." message. It seems as if
ITTVIS doesn't support the eclipse update. Remove ITTVIS from the list
of sites and the update will work for all but IDL. IDL updates seem to
be by downlink from ITTVIS directly.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Can't exit DEFINE mode in netCDF File
Next Topic: Multiple plots in one figure

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 15:28:43 PDT 2025

Total time taken to generate the page: 0.00535 seconds