473,406 Members | 2,894 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

eclipse application getting an Assertion failed exception

11
Hello All,

I am trying to execute an application that is developed using eclipse libraries.
Jface, SWT , etc.

While I execute the application , i have received an exception which I am unable to trace it.

TextViewer.setSelection(100,true);
is the statement whre it araised.
TextViewer is org.eclipse.jface.text.SourceViewer object.

The error reported is :


Expand|Select|Wrap|Line Numbers
  1.  
  2. org.eclipse.jface.text.Assert$AssertionFailedException: Assertion failed:
  3. at org.eclipse.jface.text.Assert.isTrue(Assert.java:189)
  4. at org.eclipse.jface.text.Assert.isTrue(Assert.java:174)
  5. at org.eclipse.jface.text.source.LineNumberRulerColumn.getBaselineBias(LineNumberRulerColumn.java:815)
  6. at org.eclipse.jface.text.source.LineNumberRulerColumn.doPaint(LineNumberRulerColumn.java:693)
  7. at org.eclipse.jface.text.source.LineNumberRulerColumn.doubleBufferPaint(LineNumberRulerColumn.java:624)
  8. at org.eclipse.jface.text.source.LineNumberRulerColumn.redraw(LineNumberRulerColumn.java:866)
  9. at org.eclipse.jface.text.source.LineNumberRulerColumn$InternalListener.viewportChanged(LineNumberRulerColumn.java:72)
  10. at org.eclipse.jface.text.TextViewer.updateViewportListeners(TextViewer.java:2666)
  11. at org.eclipse.jface.text.TextViewer.internalRevealRange(TextViewer.java:2869)
  12. at org.eclipse.jface.text.TextViewer.revealRange(TextViewer.java:2821)
  13. at org.eclipse.jface.text.TextViewer.setSelection(TextViewer.java:2141)
  14. at cdacb.ssdg.diviag.process.ProcessWindow$TextTabItem$MySourceViewer.scrollToLine(ProcessWindow.java:1853)
  15. at cdacb.ssdg.diviag.process.ProcessWindow$TextTabItem.updateCurrentLine(ProcessWindow.java:1480)
  16. at cdacb.ssdg.diviag.process.ProcessWindow.updateCurrentLine(ProcessWindow.java:1141)
  17. at cdacb.ssdg.diviag.cp.ControlPanel.openWindows(ControlPanel.java:1178)
  18. at cdacb.ssdg.diviag.cp.ControlPanel.createProcGroups(ControlPanel.java:1023)
  19. at cdacb.ssdg.diviag.cp.ControlPanel$1.widgetSelected(ControlPanel.java:785)
  20. at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
  21. at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
  22. at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1021)
  23. at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2867)
  24. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2572)
  25. at cdacb.ssdg.diviag.Main.main(Main.java:56)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  29. at java.lang.reflect.Method.invoke(Unknown Source)
  30. at com.sun.javaws.Launcher.executeApplication(Unknown Source)
  31. at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
  32. at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
  33. at com.sun.javaws.Launcher.run(Unknown Source)
  34. at java.lang.Thread.run(Unknown Source)
  35.  
Feb 13 '08 #1
3 6742
Dököll
2,364 Expert 2GB
Greetings, ravit!

Looks like are having IDE problems... are you using an IDE other than Eclipe to run your app...

You can download a free version of Eclipse to try the code.

You can also post the whole code for easy access, in case someone see something else that could be problematic.

In a bit!
Dec 8 '08 #2
Nepomuk
3,112 Expert 2GB
Great! An unknown error and no code to work with! I'm absolutely sure, your error is in line #104, the 4th character...

OK, seriously now. We can't help you, if we don't know your code. Generally, I'd try commenting out some sections of the code and check if the error still occurs - that way you can limit the area the error may be. But if you want any further help, we'll need to see some code.

Greetings,
Nepomuk
Dec 8 '08 #3
JosAH
11,448 Expert 8TB
@Dököll
It is not an IDE problem; it has to do with SWT and by coincidence Eclipse also is bundled with those libraries (which it uses itself) and is made available to the user as well, Stop pointing to those IDEs all the time; they're innocent.

kind regards,

Jos
Dec 9 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Chemix | last post by:
Hello people, I've developed a windows forms application with VC++.NET. The problem I have is the next: I run my application and all seems go OK, but passed a certain time (it can be hours or some...
1
by: Kapt. Boogschutter | last post by:
Does anyone know Why I'm getting this Error??? Debug Assertion Failed! File: daocore.cpp Line: 42 My code: CDaoDatabase dao; dao.Create("filename");
2
by: Arti Potnis | last post by:
Hi, I have an application with a function "myfunction" that opens a file and writes to it using fprintf. This application runs on a unix (sun solaris 5.8) system. I connect to this application...
4
by: A_StClaire_ | last post by:
I read a section of my text on smart "counting" pointers and found it confusing so I decided to get hands-on. however I'm getting "Debug Assertion Failed... Expression:...
0
by: lawrence | last post by:
Hi, I made a MFC ActiveX with a CwinThread Class in VC ++. Then i used it on Visual basic. When i try to make an exe i got this error : Debug Assertion Failed! Program: C:\PROGRAM...
6
by: Bhachi | last post by:
Briefly I will explain the build scenario. An utility "idlGen" is created by compiling a set of C++ files. This utility(exe) is used to generate some idl files from some application(A1) code....
4
by: Mullai | last post by:
Hi , My program gives an error message like this Debug Assertion Failed! program:................ File: wincore.cpp Line: 958 Please can anyone help me out in this issue. I have to solve...
2
by: longP | last post by:
Hi I have an application which creates a queue, a thread is putting data in the queue using malloc and another thread is getting data from the queue and delete the memory allocated in the first...
1
by: veerender | last post by:
Hello, When i tried to load an application from a CD following the Setup link, i get the below error: Debug Assertion Failed ! Program...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.