Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Today's Messages (off)  | Unanswered Messages (on)

Forum: Newcomers
 Topic: Console log output
Console log output [message #877221] Sat, 26 May 2012 01:50
Curtis Smith is currently offline Curtis Smith
Messages: 1
Registered: May 2012
Junior Member
Hello,

Can anyone tell me where the Console logs it's output ? Can't seem to find it.

thx
 Topic: unable to install m2e on indigo, macos
unable to install m2e on indigo, macos [message #877153] Fri, 25 May 2012 20:58
Paul Hubenig is currently offline Paul Hubenig
Messages: 1
Registered: May 2012
Junior Member
MacOS 10.6.8

~ $ java -version
java version "1.6.0_31"
Java(TM) SE Runtime Environment (build 1.6.0_31-b04-415-10M3635)
Java HotSpot(TM) 64-Bit Server VM (build 20.6-b01-415, mixed

Eclipse classic:
Eclipse SDK

Version: 3.7.2
Build id: M20120208-0800

m2e site: download.eclipse.org/technology/m2e/releases

There are two boxes:
box 1: m2e - Maven Integration for Eclipse
box 2: m2e - slf4j over logback logging (Optional)

If both boxes clicked, I get the following message, otherwise, if I don't click the "optional" box, it just hangs.


Cannot complete the install because one or more required items could not be found.
Software being installed: m2e - slf4j over logback logging (Optional) 1.0.100.20110804-1717 (org.eclipse.m2e.logback.feature.feature.group 1.0.100.20110804-1717)
Missing requirement: Maven Project Model Edit Bundle 1.0.0.20110607-2117 (org.eclipse.m2e.model.edit 1.0.0.20110607-2117) requires 'bundle org.eclipse.emf.ecore 0.0.0' but it could not be found
Missing requirement: Maven Project Model Edit Bundle 1.0.100.20110804-1717 (org.eclipse.m2e.model.edit 1.0.100.20110804-1717) requires 'bundle org.eclipse.emf.ecore 0.0.0' but it could not be found
Missing requirement: Maven Project Model Edit Bundle 1.0.200.20111228-1245 (org.eclipse.m2e.model.edit 1.0.200.20111228-1245) requires 'bundle org.eclipse.emf.ecore 0.0.0' but it could not be found
Cannot satisfy dependency:
From: Maven Integration for Eclipse 1.0.0.20110607-2117 (org.eclipse.m2e.core.ui 1.0.0.20110607-2117)
To: bundle org.eclipse.m2e.model.edit [1.0.0,1.1.0)
Cannot satisfy dependency:
From: Maven Integration for Eclipse 1.0.100.20110804-1717 (org.eclipse.m2e.core.ui 1.0.100.20110804-1717)
To: bundle org.eclipse.m2e.model.edit [1.0.0,1.1.0)
Cannot satisfy dependency:
From: Maven Integration for Eclipse 1.0.200.20111228-1245 (org.eclipse.m2e.core.ui 1.0.200.20111228-1245)
To: bundle org.eclipse.m2e.model.edit [1.0.0,1.1.0)
Cannot satisfy dependency:
From: m2e logback appender 1.0.100.20110804-1717 (org.eclipse.m2e.logback.appender 1.0.100.20110804-1717)
To: bundle org.eclipse.m2e.core.ui [1.0.0,1.1.0)
Cannot satisfy dependency:
From: m2e - slf4j over logback logging (Optional) 1.0.100.20110804-1717 (org.eclipse.m2e.logback.feature.feature.group 1.0.100.20110804-1717)
To: org.eclipse.m2e.logback.appender [1.0.100.20110804-1717]

Any thoughts appreciated.
 Topic: Testing webstart project
Testing webstart project [message #877139] Fri, 25 May 2012 20:06
Nk omli is currently offline Nk omli
Messages: 2
Registered: April 2012
Junior Member
I don't know much about net stuff but I have to test a modified Jar file in a project which relies on webstart.

The program runs from a Ubuntu server over the internet. The user visits the website and clicks a button which downloads the jnlp files which downloads the rest.

I'm running winxp and win7. Is there a plugin in eclipse that will allow me to test the program with a virtual server rather than go through the hassle of setting up a physical one and going through the internet?


Thanks.
 Topic: difficulty displaying C .exe on console
difficulty displaying C .exe on console [message #877080] Fri, 25 May 2012 17:04
okechukwu anyanwu is currently offline okechukwu anyanwu
Messages: 2
Registered: January 2012
Junior Member
Ok I have written a C source code and anytime I run the program, it doesnot display on the console. but the console allows me to input my data. It is only after I have stopped executing the program does all my output display. I am using the Mylyn version of eclipse (version 3.7.2). To keep it simple, how do I get my output to display the console!
 Topic: Re: IOConsole Listener
Re: IOConsole Listener [message #876977] Fri, 25 May 2012 12:03
Sebastian Zarnekow is currently offline Sebastian Zarnekow
Messages: 2462
Registered: July 2009
Senior Member
Moved to eclipse.newcomer since this seems to be a question that is not
related to Xtext.
At a first glance org.eclipse.debug.ui.console.IConsoleLineTracker seems
to be a good starting point.

Regards,
Sebastian
--
Need professional support for Eclipse Modeling?
Go visit: http://xtext.itemis.com

Am 25.05.12 11:28, schrieb Freddy H:
> Hi all,
>
> i am not sure to be at the right place but
> i want to put a listener (KeyListener) on MyIOConsole...
> i try more solution whitout success...
>
> someone has already done this?
 Topic: SWT & TPWF component rendering issues
SWT & TPWF component rendering issues [message #876311] Thu, 24 May 2012 06:59
Phil Brennan is currently offline Phil Brennan
Messages: 1
Registered: May 2012
Junior Member
Hello all,

I'm currently working on some existing projects which as it stands, are currently using both component types. That is, SWT (org.eclipse.swt.widgets.Text.Text)and TPWF (TabbedPropertySheetWidgetFactory)types.

The issue is the SWT components (text boxes, combo, etc) are not visible/rendering, however, others viewing the same projects on their machines have no issues.
TPWF component types are just fine across the board.
So it appears the issue is confined to just me.

Can anybody shine some light on what might be causing the issue, I'd appreciate it.


Thanks in advance.
Phil


---------------------------------------------->>
Eclipse version: Helios 3.6.2

Java -settings:
java version "1.6.0_31"
Java(TM) SE Runtime Environment (build 1.6.0_31-b05)
Java HotSpot(TM) Client VM (build 20.6-b01, mixed mode)

---------------------------------------------->>

Also, I searched the forum to no avail so if this is not the correct area, apologies, please point me in the right direction.
 Topic: A most peculiar problem
A most peculiar problem [message #874813] Mon, 21 May 2012 11:37
nikhil jain is currently offline nikhil jain
Messages: 2
Registered: May 2012
Junior Member
I have a small python script, that runs perfectly inside eclipse, but with a bug outside eclipse. I want to know what eclipse is doing right, and what is wrong with my environment outside eclipse.
Here is the complete script:
import pyttsx

import threading
from threading import *
import datetime
import os
import sys
import ctypes
from ctypes import wintypes
import win32clipboard 
import win32con

import time
from Queue import Queue

queue =   Queue()
pauselocation =  [0]
wordsToSay = ''
reduceSpeedBy = 20       
HOTKEYS = {
    1 : (win32con.VK_F3, win32con.MOD_WIN),
    2 : (win32con.VK_F4, win32con.MOD_WIN),
    3 : (win32con.VK_F2, win32con.MOD_WIN)
}

def runNewThread(wordsToSay, startingPoint):    
    global queue, pauselocation
    
    e1 = (queue, wordsToSay, pauselocation, startingPoint)
    t1 = threading.Thread(target=saythread,args=e1)
    #t1.daemon = True 
    t1.start()
    

def handle_win_f3 ():
    
    print 'opening'
    os._exit(1)
    print 'opened'

play = 0 

def handle_win_f4 ():
    global queue
    global pauselocation
    global play, wordsToSay 
    
    if play == 0:
        print 'pausing'
        play = 1
        queue.put(True)
                
    elif play == 1:
        print 'playing'
        play = 0 
        print type(pauselocation) ,  pauselocation
        startingPoint = 0
        for i in pauselocation[1:]:
            startingPoint += i
       # wordsToSay =  wordsToSay[pauselocation[-1]:]
       # print wordsToSay 
        runNewThread(wordsToSay,startingPoint)
        
def handle_win_f2 ():
    global queue
    global pauselocation
    global play, wordsToSay 
   # print 'pausing'
    queue.put(True)
    time.sleep(2)
    #print 'playing'
    #print type(pauselocation) ,  pauselocation
    startingPoint = 0
    for i in pauselocation:
        startingPoint += i
    print 'beofre reducing', startingPoint , wordsToSay[startingPoint:]      
    startingPoint -= 50
   # wordsToSay =  wordsToSay[pauselocation[-1]:]
   # print wordsToSay 
   
    print 'after reducing', startingPoint , wordsToSay[startingPoint:]
    runNewThread(wordsToSay,startingPoint)
        
        
HOTKEY_ACTIONS = {
    1 : handle_win_f3,
    2 : handle_win_f4,
    3 : handle_win_f2
}


def saythread(queue , text , pauselocation, startingPoint):
    global reduceSpeedBy
    #print type(pauselocation) ,  pauselocation[-1]
    #print type(saythread.pauselocation) ,  saythread.pauselocation[0]
    saythread.pauselocation = pauselocation
    saythread.pause = 0 
    #print 'saythread' ,startingPoint
    saythread.engine = pyttsx.init()
      
    saythread.pausequeue1 = False
    
    def onWord(name, location, length):
        #print 'onWord'
        
        
        saythread.pausequeue1  = queue.get(False) 
        #print  'passed to queue- ', saythread.pausequeue1
        saythread.pause = location
        saythread.pauselocation.append(location)
 
        if saythread.pausequeue1 == True :
            saythread.engine.stop()
                
    def onFinishUtterance(name, completed):
        if completed == True:
            os._exit(0)            
                
    def engineRun():
        #print text
         
        if len(saythread.pauselocation) == 1:
            rate = saythread.engine.getProperty('rate')
            print rate 
            saythread.engine.setProperty('rate', rate-reduceSpeedBy)
#    
#        
        textMod = text[startingPoint:]
        #print "startingPoint " , startingPoint , textMod
        
        saythread.engine.say(text[startingPoint:])
        token = saythread.engine.connect("started-word" , onWord )
        saythread.engine.connect("finished-utterance" , onFinishUtterance )
        saythread.engine.startLoop(True)
        #engine.disconnect(token)
    
    engineRun()
    
    #pauselocation =  saythread.pause
    if saythread.pausequeue1 == False:
        #print 'exiting from thread1'
        os._exit(1) 
   # print 'after everything'


    
if __name__ == '__main__':

    wordsToSay = sys.argv[1:]
    
    if len(wordsToSay) == 0:
        win32clipboard.OpenClipboard() 
        try:
            wordsToSay = win32clipboard.GetClipboardData(win32con.CF_TEXT)
            win32clipboard.CloseClipboard()
            if wordsToSay == None:
                wordsToSay = "Copy some text to the clipboard"
        except TypeError as e:
            wordsToSay = "Copy some text to the clipboard"
         
        
    else:
        wordsToSay = " ".join(wordsToSay)       
    print wordsToSay ;
    runNewThread(wordsToSay,0)
    time.sleep(1)
    
    byref = ctypes.byref
    user32 = ctypes.windll.user32
    
        
    for id, (vk, modifiers) in HOTKEYS.items ():
        print "Registering id", id, "for key", vk
        if not user32.RegisterHotKey (None, id, modifiers, vk):
            print "Unable to register id", id
    
    msg = wintypes.MSG()
    while  user32.GetMessageA (byref (msg), None, 0, 0) != 0  :
        if msg.message == win32con.WM_HOTKEY:
            action_to_take = HOTKEY_ACTIONS.get(msg.wParam)
            #print action_to_take
            if action_to_take:
                action_to_take ()
   # words = raw_input("what do you want me to say?")


Its a text to speech script written in python 2.7 and requires pyttsx, among other modules.


Here is what I have tried so far:
Setting my pythonpath exactly as eclipse's
Running the script exactly as eclipse does (python -u speech.py)


The bug in the program: its supposed to use the windows default voice to say whatever is there in the clipboard. But outside eclipse it doesn't work with large texts in the clipboard. Inside eclipse it works everytime.

If any one can help me here, I would be most grateful.

Thanks

[Updated on: Tue, 22 May 2012 08:23]

Report message to a moderator

 Topic: Generation of reports in Eclipse for C-CPP code??
Generation of reports in Eclipse for C-CPP code?? [message #874551] Mon, 21 May 2012 02:25
Hardik Shah is currently offline Hardik Shah
Messages: 1
Registered: May 2012
Junior Member
Excluding PMD is there any other way to generate reports in Eclipse for a C-CPP code...???
Reports should be testing reports.
They should contain the aspects like CODE COVERAGE, MEMORY REPORT, etc.
 Topic: Eclipse loads up with errors
Eclipse loads up with errors [message #874398] Sun, 20 May 2012 15:39
Bruce Jackson is currently offline Bruce Jackson
Messages: 1
Registered: May 2012
Junior Member
I tryed to install a ADT (I know I'm not supposed to ask questions about it here) but it hung when installing them so I just closed Eclipse and gave up so I deleted ADT files that it had downloaded but now when I load up Eclipse it get lots of errors even when I delete Eclipse and re-download it I get them, I have uploaded the error log because its a big lengthy to post on a forum.
  • Attachment: help.log
    (Size: 34.97KB, Downloaded 5 times)
 Topic: running sdcc and winavr together under eclipse
running sdcc and winavr together under eclipse [message #874117] Sat, 19 May 2012 21:56
sumeet verma is currently offline sumeet verma
Messages: 1
Registered: May 2012
Junior Member
i use eclipse indigo. sdcc projects builds only with eclipse cdt 3.1.1, winavr needs cdt master 8.0.2. when i update cdt to 8.0.2 then sdcc project file shows unresolved inclusion of header file. #include<8051.h>
adding to paths and symbols solves the header file problem but symbol problem e.g. P0(symbol P0 could not be resolved) remains.
i have installed all plugins correctly.
can anyone help me how to use sdcc, winavr, yagarto all together with eclipse.
 Topic: automated non-interactive operation
automated non-interactive operation [message #874041] Sat, 19 May 2012 16:36
Martin Gilbert is currently offline Martin Gilbert
Messages: 2
Registered: May 2012
Junior Member
We run Bamboo nightly that basically does a CVS checkout, builds everything (runs "make"), and exercises some automated tests.

Hence we have to pre-generate the Makefiles during the day and get them checked into CVS, in addition to our source code.

Questions:

1. How can we have the nightly shell script launch Eclipse non-interactively to "just-in-time" auto-generate those Makefiles ?

2. Or, if more efficient, how can the shell script launch a JVM with just the Makefile generation component(s) instead of the entire Eclipse infrastructure ?
 Topic: Best way to include a very large folder in the web server?
Best way to include a very large folder in the web server? [message #873656] Fri, 18 May 2012 15:18
Justin Ellis is currently offline Justin Ellis
Messages: 3
Registered: October 2009
Junior Member
Hi all,

I am working on a web project that includes an applet used to view image files, of which I have a couple hundred thousand sitting in a folder. I was accessing the files directly on my development machine, but the security issues associated with this have become unworkable (every time I redeploy the applet I need to re-sign the .jar file, and half the time my plugin will not recognize this re-signing, so I have to spend tons of time clearing cache, forcing .jnlp files to re-load and the like, only to have it suddenly stop generating security errors for no reason, or continue to generate security errors for operations that worked before).

Since these image files will be located on the web server in the final application, I decided to make the changes so that the applet can read them from the local web server and thus avoid the security issues. To do this, I went into the "Web Content" directory of my project and created a link to my local folder containing the image files (I have no idea if this is the best way to do this). The problem is, now when I try to start the Eclipse server to run a test, it just sits there forever "Publishing to Tomcat v7...localhost...", I am assuming because the folder is so big (it currently contains about 120,000 tiff images). Clicking on the "Shows Background operations in Progress view" button does not do anything, I assume because Eclipse is all jammed up trying to load this giant directory.

Is there some way I can get this directory and its contents accessible through the web server without causing Eclipse to completely choke while publishing the server?

Also, once I deploy this thing, will the Tomcat instance on my production machine similarly choke if I include such a large directory in with the webapps? Is there some better way to access these files with my applet, perhaps through some intermediary script file or something?

Thanks!

[Updated on: Fri, 18 May 2012 15:23]

Report message to a moderator

 Topic: Install what for JavaScript debugging?
Install what for JavaScript debugging? [message #873244] Thu, 17 May 2012 15:45
Jeff W is currently offline Jeff W
Messages: 3
Registered: May 2012
Junior Member
I am new to Eclipse. In the Install dialog, Available Software, filtered by JavaScript there are three items to install:

Eclipse IDE for Javascript Developers
JavaScript Deveopment Tools
Javascript IDE Feature

I write JavaScript code on my local machine (win 7 iis) and want a debugger. I also program in PHP and will be installing software for that. What are the differences between the three different installs?

Thanks,
Jeff
 Topic: Eclipse like Browser with web develop tools
Eclipse like Browser with web develop tools [message #872971] Thu, 17 May 2012 03:47
Vitaliy TImoshenko is currently offline Vitaliy TImoshenko
Messages: 1
Registered: May 2012
Junior Member
I am trying configure Eclipse for web development, but cant find plugin that can highlight object on pages when I hover them by mouse. Basically I need made Chrome Web Developers Tools or FireBug from FireFox in Eclipse. Is it possible? What plugin I should see? could you help me?
 Topic: How to go about changing image at runtime?
How to go about changing image at runtime? [message #872898] Wed, 16 May 2012 23:28
George Smith is currently offline George Smith
Messages: 4
Registered: March 2012
Junior Member
Hi, previously I had set up a way to display an image before the program runs using this code.

private JPanel getjPanelImages() {
if (jPanelImages == null) {
			String path = "3.png";
			jPanelImages = new JPanel(new BorderLayout());
			JLabel label = new JLabel(new ImageIcon(path));
			label.setHorizontalAlignment(JLabel.CENTER);jPanelImages.add(label);


I now want to be able to change that panels image if the user clicks a button, what do I need to do to do this?
 Topic: Can i distinguish the PartVisible event fired for detached view ?
Can i distinguish the PartVisible event fired for detached view ? [message #872632] Wed, 16 May 2012 09:55
Anthony Ghonsalves is currently offline Anthony Ghonsalves
Messages: 5
Registered: October 2010
Junior Member
We have a certain piece of code written in the PartVisible event of a view.
When this view is rendered this piece of code is executed.

Now the issue is when the view is "detached" the PartVisible event is triggered and
this piece of code which was executed earlier gets executed again.

is there a way to avoid this ?

Can i distinguish the PartVisible event fired for detached view ?

Thanks,
Anthony
 Topic: Problems with navigatorContent
Problems with navigatorContent [message #872600] Wed, 16 May 2012 08:36
h3llghost is currently offline h3llghost
Messages: 18
Registered: July 2010
Junior Member
Hello,

I have a view, which uses the CommonNavigator and I created one filter, which works.
Furthermore I was trying to create a navigatorContent, but it doesn't work really.
That means I can only see the project but nothing else and I don't understand why.

I created a Content- and LabelProvider which extends the WorkbenchContentProvider/WorkbenchLabelProvider without any overrides.

My navigatorContent has a triggerPoints which checks for instanceof IRessource, but no children of my project are displayed.

What can be wrong?
Thanks for any advices.
 Topic: problem with javacard at eclipse
problem with javacard at eclipse [message #872229] Tue, 15 May 2012 14:01
Tasos Avramidis is currently offline Tasos Avramidis
Messages: 1
Registered: May 2012
Junior Member
Hi to all!

i'm trying to start using eclipse for javacard develop but i have a problem with the install.. i follow the instructions from this page: "eclipse-jcde.sourceforge.net" but when i try to do the step 7 i have an error "lib directory could not be found in JCDK home."

what i'm doing wrong???

thanks..!!!
 Topic: ATL transformation
ATL transformation [message #871997] Tue, 15 May 2012 05:13
DeepakSingh Thapa is currently offline DeepakSingh Thapa
Messages: 1
Registered: May 2012
Junior Member
Hello everybody,
I am very new to Eclipse,especially with Atlas transformation language.Now,I am trying to transform UML diagram to meta-model conforming to km3 and Ecore but the problem with me is that when I couldn't find out "Papyrus transformation " configuration under run configuration in eclipse gallelio.

In my eclipse,km3 seems to be not supported in my while other types like .ecore,.atl seem to be working properly.I have installed all the required plugin but still it is not working.
Does anybody have any idea to figure out this problem?
Thank you very much in advance.

Regards,
Deepak
 Topic: plugin-for eclipse
icon9.gif  plugin-for eclipse [message #871921] Tue, 15 May 2012 02:31
pradhuman singh is currently offline pradhuman singh
Messages: 1
Registered: May 2012
Junior Member
How to add tool support like antlr(which can generate parser and lexer) for a new language to do syntax validation in eclipse. And also how to run lexer and parser in an interval to check for syntax? for your info. I have an editor that works correctly.
 Topic: Boundle for C/C++
Boundle for C/C++ [message #871695] Mon, 14 May 2012 13:31
Georgy Goshin is currently offline Georgy Goshin
Messages: 1
Registered: May 2012
Junior Member
Hello!

Is there some bundle that contain an IDE, compiler, debugger, common libs and documentation for these libs and generic C/C++ docs?

I was a programmer a while ago and now, after 10 years of inactivity in this area, I need to code some tools for myself, I've downloaded C++ from main eclipse site but it seems that this is only editor? Is there some kit like Visual C++ that could be downloaded and ready to use?
 Topic: Error Message when I lauch Eclipse
Error Message when I lauch Eclipse [message #871668] Mon, 14 May 2012 12:50
Nadir Mising name is currently offline Nadir Mising name
Messages: 1
Registered: May 2011
Junior Member
Eclipse was working fine on my Windows 7 OS, but when I installed, the Android plugin for a few days it was fine but after that this exception started coming. I am stuck as Eclipse wont run now.

Please see the file attachment for more details. Thanks
 Topic: Want my existed setting on Firefox or IE when these are lunched via eclipse.
Want my existed setting on Firefox or IE when these are lunched via eclipse. [message #871553] Mon, 14 May 2012 08:00
Swasti Sahoo is currently offline Swasti Sahoo
Messages: 1
Registered: May 2012
Junior Member
HI Friends,

Actually I have so many settings as proxy and many plug-ins for debugging in my Firefox and IE.
But When these web browsers are opened via eclipse I am not able to find any settings as above. So I am blocked in some extends.
Could you please suggest me how this is possible for the web browsers opened by eclipse.

Thanks in advance Smile

Thanks and Regards
Swasti Sundar
 Topic: Cannot download any plugins at all
Cannot download any plugins at all [message #871465] Sun, 13 May 2012 19:53
Bill Carson is currently offline Bill Carson
Messages: 1
Registered: May 2012
Junior Member
I am unable to download any plugins for Eclipse through Install New Software, or via Marketplace. The specific plugin I am after is Run-Jetty-Run, but after some testing, I noticed I couldn't download anything, even from the Eclipse update sources.

I'm running the latest version of Indigo, and am using Win7 64-bit. My machine is behind a router and running AVG Free.
Things I have already tried:
Forwarding port 4000
Running Eclipse as Administrator
Adding exception for Eclipse in Windows Firewall
Reinstalling Eclipse
Updating Java fully

When trying to download the sources for RJR, I get a "Provisioning exception" in the error log, but no pop-up message. The trace is huge, will post if necessary. Eventually I get to the screen where I accept the license agreement, and the download starts but hangs at a step labeled Fetching [repository URL]. After a time, I get this pop-up error:


An error occurred while collecting items to be installed session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Unable to read repository at [repository jar]. Read timed out Unable to read repository at [repository jar]. Read timed out Unable to read repository at [repository jar]. Read timed out

[I am unable to post the repository link because of my post count]

I know this is not the repository itself that is failing - every plugin I have tried to load has failed in an analogous way with the same sort of error message, and I can download the jars just fine through Firefox.

Thanks in advance.
 Topic: Could not open the editor: An exception was thrown during initialization
Could not open the editor: An exception was thrown during initialization [message #871372] Sat, 12 May 2012 12:20
venu velineni is currently offline venu velineni
Messages: 1
Registered: May 2012
Junior Member
Hello All,
I installed the uxf plugin in eclipse. I tried to open an .uxf file in eclipse but I could not open the file and getting the message "Could not open the editor: An exception was thrown during initialization".
Does anyone have idea why I am getting this message and what is at about.
Thanks.
 Topic: problem with line breaks in sql explorer plugin
problem with line breaks in sql explorer plugin [message #871353] Sat, 12 May 2012 06:14
Nik Olaus is currently offline Nik Olaus
Messages: 1
Registered: May 2012
Junior Member
hi,
i am using eclipse with sql explorer plugin. i write some code, save it, and close it. when i open my code then are all line breaks and tab are deleted and my code is in one line.
example:
i write this:
selct *
from person
where name like 'A%' ;

and when i open this code again eclipse show it so:
select * from person where name like 'A%' ;


where is the option that the line breaks where not deleted???
 Topic: Hello. Source control hooks?
Hello. Source control hooks? [message #871310] Fri, 11 May 2012 17:20
Ryan Warner is currently offline Ryan Warner
Messages: 1
Registered: May 2012
Junior Member
Are there any hooks which would allow me to automatically do something immediately after doing the initial project populate/sync/checkout (pick your term), into my workspace?

I'm a very new Eclipse user, coming from the ASIC world where our tools are very pathetic. I've just started evaluating Eclipse with a commercial plugin for the SystemVerilog language (DVT), as well as a plugin for our version control software DesignSync. One of the benefits of my existing emacs and csh environment is, adding new functionality by writing a new shell script is quick and easy, with a low barrier to entry.

Now that I have the DesignSync plugin working, I'm wondering if there are any standard hooks that Eclipse provides to interact with source control events. Like pre-commit, post-commit, pre-populate, post-populate, etc. In particular I'd like to program some things to happen immediately after I do my initial populate of my project.

Do I need to rely on the DesignSync plugin for this? I'd rather hitch my wagon to some Eclipse hooks rather than DesignSync hooks. Plus, the DesignSync plugin lacks any documentation (that I'm aware of), and may not even have the hooks I need.

Regards,
Ryan
 Topic: problem at Installation
problem at Installation [message #871228] Fri, 11 May 2012 10:10
Destiny Sea is currently offline Destiny Sea
Messages: 2
Registered: May 2012
Junior Member
hi,

I'm trying to install JBoss Tools on Eclipse Indigo 3.7.2 but it gets stuck during installation of org.eclipse.m2e.core.source_1.0.200.20111228-1245.jar.pack.gz. I have the same problem, when I'm triyng to install Maven.

can anybody help me to solve this problem ?
 Topic: problem at Installation
problem at Installation [message #871227] Fri, 11 May 2012 10:09
Destiny Sea is currently offline Destiny Sea
Messages: 2
Registered: May 2012
Junior Member
hi,

I'm trying to install JBoss Tools on Eclipse Indigo 3.7.2 but it gets stuck during installation of
org.eclipse.m2e.core.source_1.0.200.20111228-1245.jar.pack.gz.

I have the same problem, when I'm triyng to install Maven.

can anybody help me to solve this problem ?
 Topic: Quick-fix methods default modifier
Quick-fix methods default modifier [message #871165] Fri, 11 May 2012 04:37
Diana Mising name is currently offline Diana Mising name
Messages: 32
Registered: July 2009
Member
Hi

Whenever I create a new method using quick-fix, the new method is always private. I would like to change the default modifier for these automatically generated methods to protected. Is there any possibility to do that?

Thanks
 Topic: How to get address of application in Eclipse plugin
How to get address of application in Eclipse plugin [message #870666] Wed, 09 May 2012 05:40
malino osava is currently offline malino osava
Messages: 1
Registered: May 2012
Junior Member
Hi,
I wrote a simple Java plugin, and I need to get workbench address (where the plugin is defined) when the plugin is runing.
I know I can get projects active in the plugin using
IProject[]loadProjects=ResourcesPlugin.getWorkspace().getRoot().getProjects();

However, I need projects which are opened where plugin is located(Where the source code is).

Sorry if the question is very simple. I really appreciate any help.

Thanks.
 Topic: Windows in the Window(RCP)
Windows in the Window(RCP) [message #870645] Wed, 09 May 2012 04:06
Andreas Rothkegel is currently offline Andreas Rothkegel
Messages: 5
Registered: April 2012
Junior Member
Hi,

I am in a dead end here.
I need to know, if there is a possibility, that you can
-see a window - would be great, if the border is as small as possible -
-that is floating in another window,
-is moveable,
-cant leave the workbench and
-does not dock.
Additionally I need a line/picture, that is drawn from a related word to this Window.

So you can mark up a word and have a commentary afterwards, much like in the comment function of MS Word.

Thank you a lot, I just need to know, if it is possible.
A name and perhaps a link to something that could help me would be incredible great, too.
 Topic: Special characters at the end of every line?
Special characters at the end of every line? [message #870581] Tue, 08 May 2012 16:17
Dave Causey is currently offline Dave Causey
Messages: 1
Registered: May 2012
Junior Member
Getting started with Eclipse 4.2M6 with JavaScript support. In the editor, a rectangle is placed at the end of every line, which is very distracting, especially on short and empty lines. When I make a change, they are removed for the current block, but they come back when I sip my coffee.

Can someone please explain the meaning/purpose of these special characters?

Is there a way to turn them off?

Thanks.
 Topic: eclipse Helios slow finding plugins
eclipse Helios slow finding plugins [message #870505] Tue, 08 May 2012 09:24
Russell Morrisey is currently offline Russell Morrisey
Messages: 1
Registered: May 2012
Junior Member
When I select a new site (e.g. m2eclipse extras), it seems like Eclipse is contacting another planet to search for plugins. The time that it takes to resolve the list of plugins on the update site is comparable to the time it takes for a radio signal to reach Mars from Earth (about 8 minutes). I installed the M2Eclipse base plugin yesterday, and it took more than an hour.

Is there anything I can do to try to troubleshoot the performance of the plugin install? I tried visiting the update site manually through my web browser, and it seemed to perform normally.

I am using Eclipse Helios (latest J2EE version, Windows x64 install).

Thanks.

[Updated on: Tue, 08 May 2012 09:29]

Report message to a moderator

 Topic: Connection Timed Out
Connection Timed Out [message #870400] Tue, 08 May 2012 00:14
Anmol Kahlon is currently offline Anmol Kahlon
Messages: 1
Registered: May 2012
Junior Member
Hi Guys, I have a groovy code which connects to a sandbox env. When I access the URL from external browser it works perfectly fine. However when I try to access it through Eclipse internal browser it gives java.net.ConnectException. If anyone has any idea please help.
 Topic: Project Organisation
Project Organisation [message #870398] Mon, 07 May 2012 22:36
Koushik Rajagopalan is currently offline Koushik Rajagopalan
Messages: 1
Registered: May 2012
Junior Member
Hi,

I am trying to develop a project (MyProj) that will be delivered as a jar file. This project contains a XML schema. MyProj reads a configuration file (from another jar file) and tries to understand it based on the XML Schema.

1) How do I organize my schema within MyProj?
What I have tried:
(a) I put it within the MyProj directory - The classes do not recognize the XML Schema.
(b) I put it within MyProj/src - everything works fine.

I have a hunch that the schema should go in a common place - MyProj or MyProj/resources + I should configure these location as potential places to search for XML Schema. I dont know how I can do that.

2) When I deliver this project as a jar file, I do not know how the XML Schema should be packaged along with other class files.

Can anyone help me understand how I can solve these two problems?
 Topic: Trouble with HATS Build
Trouble with HATS Build [message #870379] Mon, 07 May 2012 17:03
Roger Tower is currently offline Roger Tower
Messages: 1
Registered: May 2012
Junior Member
I am using Rational Developer 7.5.5, Eclipse Platform 3.4.2, building a HATS GUI Client Base. This is an existing project with no changes. When I build and run the base I get the following error log:

!SESSION 2012-05-07 13:44:00.265 -----------------------------------------------
eclipse.buildId=unknown
java.fullversion=JRE 1.6.0 IBM J9 2.4 Windows 7 x86-32 jvmwi3260sr9-20110324_78506 (JIT enabled, AOT enabled)
J9VM - 20110324_078506
JIT - r9_20101028_17488ifx3
GC - 20101027_AA
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.osgi 4 0 2012-05-07 13:44:08.782
!MESSAGE Application error
!STACK 1
org.eclipse.core.runtime.CoreException: Plug-in com.ibm.hats.rcp.runtime.extension was unable to load class hostaccess.HostAccessApplication.
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:180)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:162)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:867)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:188)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Caused by: java.lang.ClassNotFoundException: hostaccess.HostAccessApplication
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:483)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:399)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:387)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:87)
at java.lang.ClassLoader.loadClass(ClassLoader.java:619)
at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:315)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1288)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:160)
... 15 more

!ENTRY org.eclipse.osgi 2 0 2012-05-07 13:44:08.814
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-05-07 13:44:08.814
!MESSAGE Bundle update@plugins/org.apache.axis_1.4.0.v200807230600/ was not resolved.
!SUBENTRY 2 org.apache.axis 2 0 2012-05-07 13:44:08.814
!MESSAGE Missing required bundle javax.wsdl_[1.5.1,2.0.0).

In my plugins directory in the base I have javax.wsdl_1.4.0.v200806030407.jar present. I have both the Java runtime 1.5 and 1.6 installed and enabled. I am specifying 1.5 on my Rational compiler settings. What could I be doing wrong?

Thanks in advance,

Roger Tower
 Topic: Eclipse crash opening workspace
Eclipse crash opening workspace [message #870200] Mon, 07 May 2012 05:08
Erik Gilbert is currently offline Erik Gilbert
Messages: 2
Registered: September 2010
Junior Member
Eclipse Indigo IDE version 3.7

I had been using the IDE without problems for the past 5 months. Now when I try to open a particular workspace, the IDE crashes. There are several error messages in the log file. I can open the IDE with other workspaces. I have then tried to switch the workspace to this particular workspace, but it crashes again. Would anyone know a solution to the problem? I need to open this workspace in Eclipse.

Error messages from log files follow:

!SESSION 2012-05-07 10:47:34.649 -----------------------------------------------
eclipse.buildId=I20110613-1736
java.version=1.6.0_30
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.java.product
Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.java.product

!ENTRY org.eclipse.core.resources 2 10035 2012-05-07 10:47:37.696
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.

!ENTRY org.eclipse.team.core 4 0 2012-05-07 10:47:38.212
!MESSAGE Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project hybernate.
!STACK 1
org.eclipse.team.core.TeamException: Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project hybernate.
at org.eclipse.team.core.RepositoryProvider.mapNewProvider(RepositoryProvider.java:165)
at org.eclipse.team.core.RepositoryProvider.mapExistingProvider(RepositoryProvider.java:235)
at org.eclipse.team.core.RepositoryProvider.getProvider(RepositoryProvider.java:507)
at org.eclipse.team.internal.core.TeamHookDispatcher.getProvider(TeamHookDispatcher.java:97)
at org.eclipse.team.internal.core.TeamHookDispatcher.getRuleFactory(TeamHookDispatcher.java:105)
at org.eclipse.core.internal.resources.Rules.factoryFor(Rules.java:93)
at org.eclipse.core.internal.resources.Rules.refreshRule(Rules.java:166)
at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1647)
at org.eclipse.core.internal.refresh.RefreshJob.runInWorkspace(RefreshJob.java:167)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!SUBENTRY 1 org.eclipse.team.core 4 0 2012-05-07 10:47:38.212
!MESSAGE Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project hybernate.

!ENTRY org.eclipse.team.core 4 0 2012-05-07 10:47:38.227
!MESSAGE Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project SomeFramework.
!STACK 1
org.eclipse.team.core.TeamException: Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project SomeFramework.
at org.eclipse.team.core.RepositoryProvider.mapNewProvider(RepositoryProvider.java:165)
at org.eclipse.team.core.RepositoryProvider.mapExistingProvider(RepositoryProvider.java:235)
at org.eclipse.team.core.RepositoryProvider.getProvider(RepositoryProvider.java:507)
at org.eclipse.team.internal.core.TeamHookDispatcher.getProvider(TeamHookDispatcher.java:97)
at org.eclipse.team.internal.core.TeamHookDispatcher.getRuleFactory(TeamHookDispatcher.java:105)
at org.eclipse.core.internal.resources.Rules.factoryFor(Rules.java:93)
at org.eclipse.core.internal.resources.Rules.refreshRule(Rules.java:166)
at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1647)
at org.eclipse.core.internal.refresh.RefreshJob.runInWorkspace(RefreshJob.java:167)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!SUBENTRY 1 org.eclipse.team.core 4 0 2012-05-07 10:47:38.243
!MESSAGE Could not instantiate provider org.tigris.subversion.subclipse.core.svnnature for project SomeFramework.

!ENTRY org.eclipse.mylyn.tasks.ui 4 0 2012-05-07 10:47:39.352
!MESSAGE Could not load repository template extension contributed by org.jboss.tools.common.mylyn with connectorKind jira

!ENTRY org.eclipse.osgi 4 0 2012-05-07 10:47:49.243
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles
at org.eclipse.swt.SWT.error(SWT.java:4308)
at org.eclipse.swt.SWT.error(SWT.java:4197)
at org.eclipse.swt.SWT.error(SWT.java:4168)
at org.eclipse.swt.internal.ImageList.copyWithAlpha(ImageList.java:179)
at org.eclipse.swt.internal.ImageList.set(ImageList.java:409)
at org.eclipse.swt.internal.ImageList.add(ImageList.java:70)
at org.eclipse.swt.widgets.ToolItem.updateImages(ToolItem.java:942)
at org.eclipse.swt.widgets.ToolItem.setImage(ToolItem.java:708)
at org.eclipse.jface.action.ActionContributionItem.updateImages(ActionContributionItem.java:1045)
at org.eclipse.jface.action.ActionContributionItem.update(ActionContributionItem.java:783)
at org.eclipse.jface.action.ActionContributionItem.fill(ActionContributionItem.java:342)
at org.eclipse.jface.action.ToolBarManager.update(ToolBarManager.java:353)
at org.eclipse.jface.action.ToolBarManager.createControl(ToolBarManager.java:111)
at org.eclipse.jface.action.ToolBarContributionItem.fill(ToolBarContributionItem.java:192)
at org.eclipse.jface.action.CoolBarManager.update(CoolBarManager.java:930)
at org.eclipse.ui.internal.WorkbenchWindow.updateActionBars(WorkbenchWindow.java:3217)
at org.eclipse.ui.internal.WorkbenchWindow.updateActionSets(WorkbenchWindow.java:3296)
at org.eclipse.ui.internal.WorkbenchWindow$27.run(WorkbenchWindow.java:3043)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:3004)
at org.eclipse.ui.internal.WorkbenchWindow$20.runWithException(WorkbenchWindow.java:2290)
at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4140)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757)
at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
at org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:1595)
at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4140)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

!ENTRY org.jboss.ide.eclipse.as.core 4 0 2012-05-07 10:47:49.477
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Exception in org.jboss.ide.eclipse.as.core.JBossServerCorePlugin.stop() of bundle org.jboss.ide.eclipse.as.core.
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:791)
at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:510)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:565)
at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1160)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:595)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:257)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:215)
at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundle.java:284)
at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:690)
at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:597)
at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:390)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:198)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
Caused by: java.lang.NullPointerException
at org.eclipse.wst.server.core.internal.ResourceManager.loadRuntimesList(ResourceManager.java:627)
at org.eclipse.wst.server.core.internal.ResourceManager.init(ResourceManager.java:242)
at org.eclipse.wst.server.core.internal.ResourceManager.getServers(ResourceManager.java:795)
at org.eclipse.wst.server.core.ServerCore.getServers(ServerCore.java:316)
at org.jboss.ide.eclipse.as.core.server.UnitedServerListenerManager.<init>(UnitedServerListenerManager.java:49)
at org.jboss.ide.eclipse.as.core.server.UnitedServerListenerManager.getDefault(UnitedServerListenerManager.java:41)
at org.jboss.ide.eclipse.as.core.JBossServerCorePlugin.stop(JBossServerCorePlugin.java:106)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:771)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:764)
... 18 more
Root exception:
java.lang.NullPointerException
at org.eclipse.wst.server.core.internal.ResourceManager.loadRuntimesList(ResourceManager.java:627)
at org.eclipse.wst.server.core.internal.ResourceManager.init(ResourceManager.java:242)
at org.eclipse.wst.server.core.internal.ResourceManager.getServers(ResourceManager.java:795)
at org.eclipse.wst.server.core.ServerCore.getServers(ServerCore.java:316)
at org.jboss.ide.eclipse.as.core.server.UnitedServerListenerManager.<init>(UnitedServerListenerManager.java:49)
at org.jboss.ide.eclipse.as.core.server.UnitedServerListenerManager.getDefault(UnitedServerListenerManager.java:41)
at org.jboss.ide.eclipse.as.core.JBossServerCorePlugin.stop(JBossServerCorePlugin.java:106)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:771)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:764)
at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:510)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:565)
at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1160)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:595)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:257)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:215)
at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundle.java:284)
at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:690)
at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:597)
at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:390)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:198)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

!ENTRY org.eclipse.core.jobs 2 2 2012-05-07 10:47:50.852
!MESSAGE Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.ui.internal.ide.IDEWorkbenchActivityHelper$4
 Topic: Error messages
Error messages [message #870129] Sun, 06 May 2012 16:33
James Anderson is currently offline James Anderson
Messages: 1
Registered: May 2012
Junior Member
I'm trying to install updates. In the "help" tab, I click on "install updates" & get an error message saying my "system is incorrectly configured to get updates -- see error log for details."

The error log says "
Could not locate the running profile instance. The eclipse.p2.data.area and eclipse.p2.profile properties may not be set correctly in this application's config.ini file."
 Topic: nature dose not exist
icon5.gif  nature dose not exist [message #870093] Sun, 06 May 2012 07:11
gowth a is currently offline gowth a
Messages: 1
Registered: May 2012
Junior Member
i'm having trouble creating android projects
just now installed android sdk and installed the eclips plugin for android and whenever i create a androoid project i get a message "nature dose not exist :com.android.ide.eclipse.adt.AndroidNature"
help me guys Embarrassed Embarrassed Embarrassed
Pages (112): [1  2  3  4  5  6  7  8  9  10  11  12  13  14  15    »]


Current Time: Sat May 26 09:11:07 EDT 2012

Powered by FUDForum. Page generated in 0.28076 seconds