- This topic has 12 replies, 3 voices, and was last updated 19 years, 4 months ago by
Riyad Kalla.
-
AuthorPosts
-
jonathanCamneyMemberI have several projects in the workspace.
The console window has “A console is not available.” for all projects.
There is no System.out output from any of the applications in the workspace.The console was working just fine, then MyEclispe locked up and I re-booted the PC. Since then the console has no longer been availiable.
Thanks,
jonathan-System Setup ——————————-
Operating System and version:
Eclipse version: 3.1.0
Eclipse build id: I20050627-1435
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 4
MyEclipse version: 3.9.210
Eclipse JDK version: 20050627-4.0-Milestone-2
Application Server JDK version: j2sdk1.4.2_05
Are there any exceptions in the Eclipse log file?!ENTRY org.eclipse.core.resources 2 10035 2006-01-10 11:44:38.928
!MESSAGE A workspace crash was detected. The previous session did not exit normally.
Riyad KallaMemberJonathan,
Try shutting down MyEclipse and adding -clean to your command line arguments then running it. That should cleanup the corrupted plugin cache state in the workspace.
jonathanCamneyMemberThank you, that fixed the problem.
–jonathan
ivanachukapawnMemberwhat command line arguments? which file is referred to?
Riyad KallaMemberwhat command line arguments?
The -clean comment line argument.
which file is referred to?
When you run Eclipse:
eclipse.exe -clean
for example. That will cleanup your workspace and rebuilt all your plugin caches.
ivanachukapawnMemberi tried modifying the config.ini file to include osgi.clean=true
I closed and restarted myeclipse (eclipse) and I still have the problem. the message “no console is available” is displayed.
I am attempting my first use of both myeclipse and eclipse and I’m following the quickstart tutorial in the HelloWorld.jsp web project section. I have a HelloWorld.jsp with an error in it. The error is clearly marked in the main window, but no console error information is being displayed.
Riyad KallaMemberivan,
I’m not clear where config.ini or osgi.clean=true came from, I didn’t specify any of that above. Did you try the steps I outlined above?
ivanachukapawnMemberosgi.clean=true came from the Eclipse Help.
I also tried what you specified. I created a eclipse.bat file which
executes eclipse.exe -clean
This bat file opens up Eclipse OK but the console is still not available and the HelloWorld.jsp error remains flagged in the main window but with no displayed console error message.
Riyad KallaMemberCan you paste the result of MyEclipse > About > Configuration Summary, for me to see?
ivanachukapawnMember*** Date: Wed Jan 11 13:13:57 EST 2006
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_06*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.0.3 GA
Build id: 20051025-4.0.3-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.1
Build id: M20050929-0840Eclipse Platform
Version: 3.1.1
Build id: M20050929-0840Eclipse RCP
Version: 3.1.1
Build id: M20050929-0840Eclipse Java Development Tools
Version: 3.1.1
Build id: M20050929-0840Eclipse Plug-in Development Environment
Version: 3.1.1
Build id: M20050929-0840Eclipse Project SDK
Version: 3.1.1
Build id: M20050929-0840Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
D:\eclipse\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
c98_7bc
-clean
-vm
C:\WINDOWS\system32\javaw.exeI also ran another project which is a HelloWorld Java application. When this project is run, a console window opens up and displays “Hello” etc.
Riyad KallaMemberJohn,
When you have JSP validation errors, they should be displayed in the Problems View, not in the console view. Is this possibly an issue of confusion?Your setup looks fine.
(Also this thread is closed because the original poster’s question was answered, but I’ll still help you until you are up and running)
ivanachukapawnMemberThe problem is that for a Web Project with a .jsp file in error, the window at the bottom displays “a console is not available”. This differs from the QuickStart documentation which shows a Console window which details the JSP error.
Riyad KallaMemberJohn,
Please take a screenshot of the problem and post it or email it to support@genuitec.com so I can get a better idea of what you are seeing. -
AuthorPosts