Error: java heap space (start)

126 byte By redrum331a at 2007-11-26 13:44:25
i get the error on one of my torrents that im trying to download on azureus was wondering if any of you knew what to do

Any free crossplatform GUI javadoc app?

1233 byte By xlinuksa at 2007-11-26 13:55:52
Hello all!I've searched this forum for info about some Javadoc tool which would meet my needs and couldn't find one, perhaps I haven't searched enough. I don't use an IDE so that's why I would like it to have the following 'features':-GUI-Work without recompilation on both Windows and ...

generate javadoc with relative link path...

426 byte By MargNata at 2007-11-26 14:28:34
Hi,I've generated javadoc for my prog, with links to a local jdk 1.6.0 api specification.Now I've seen those links have been created as absolute paths, notwithstanding I've copied java api spec in the javadoc folder for my program.How must I do to generate relative links?so that if I put ...

NumberFormatException: For input string: "request"

56055 byte By tjclifforda at 2007-11-26 14:50:00
Good day all.I'm having difficulty with trying to include a formbean inside a request to another jsp page.I'm running JBoss 4.0.4GA, JSDK 1.5, Windows XP, Apache 2.0.59, and I'm using some of David Harms' code that he published in his 2001 Book, "JSP, Servlets and MySQL".I'll post as much ...

Root cause of ServletException.java.lang.OutOfMemoryError>

886 byte By lokeshkumarnallaa at 2007-11-26 14:50:01
<Jan 10, 2007 12:39:13 PM IST> <Error> <HTTP> <BEA-101017> <[ServletContext(id=20269655,name=raweb,context-path=/raweb)] Root cause of ServletException.java.lang.OutOfMemoryError>--Hi all, we are struggling with the above problem when we rendering the map (google ...

ConstructorDoc always shows a non default constructor

397 byte By tarzan68a at 2007-11-26 14:55:18
If the source file has no explicite constructor, the ConstructorDocs of ClassDoc always hold a non default constructor as it seems. If there is an explicite coded constructor, the position of the constructor points to the right position in the file. If there is no constructor in the source, it ...

Suspend all thread when a requested event occurs (like SUSPEND_ALL in jdi)

935 byte By pet_a at 2007-11-26 14:57:54
Hi!I'd like to write a jvmti agent that can make a threadtree(it can find the parent of the current thread).// I make the B thread in the A thread. A will be the parent of the B.I made it in JDI. I catch the methodStartEvent of start0 method (It's called to start the new thread - This is the ...

What does the $1 in a class filename mean ?

665 byte By murraha at 2007-11-26 15:05:29
Hi,I am new to Java. I have created an applet called TicketbookEmailDecoder.class that works with both the appletviewer and via a htm page using:<applet code="TicketbookEmailDecoder" width=480 height=360></applet>So far so good. Now, when I deploy the applet in another folder on my ...

I've been one week with the

734 byte By Makara at 2007-11-26 15:09:20
Hi thanks for reading. I really hope you can help me.I'm doing a Spanish-English translator using the developer 10.1.3.1The console mode of the translator works with no problem. It is when I call the translate function through a .JSP where I have trouble. I get:java.net.MalformedURLException: ...

Taglet javadoc error ClassNotFoundException

388 byte By fukuronezumia at 2007-11-26 15:41:01
I am trying to use taglets with javadoc with the examples from Taglet Overview, but I get the following error message when I run javadoc:javadoc: Error - Exception java.lang.ClassNotFoundException thrown while trying to register Taglet ToDoTaglet... .I have lib/tools.jar on my build path and ...

Exceptions in Thread

4177 byte By rinoa_fftsya at 2007-11-26 15:53:19
I have a program that creates and starts Threads that invokes a webservice..I just want to know if incase one Thread had an exception will it effect the processing of other threads, or it will effect the execution of the program?here is my code (part of the program) that creates and starts the ...

An unexpected exception has been detected in native code outside the VM.

3865 byte By DCLKTechiea at 2007-11-26 15:55:36
I am using JRUN 4 with updater 6 with j2sdk1.4.2_05 on win2k3 serverand seeing this exception and its causing JVM to shutdown. Do someone has a solution for this . I this smth realted to writing on closed OutputStream?An unexpected exception has been detected in native code outside the ...

Socket Exceptoin by JVM

320 byte By MullaiSelvan@Saia at 2007-11-26 16:17:48
HelloI have analyze the exception .Any body help me.I need brief explanation.Give me suggestion how can rectify it.java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream readat java.net.SocketInputStream.socketRead(Native ...

jvm terminated

219 byte By durgaprasad.ka at 2007-11-26 16:19:06
hello frnds iam using windows 2000 professsional OS , im getting error after installing oracle , im getting error whenim trying to open ECLISPE IDEIam getting error like jnm terminated exit code =1

JDK 1.5 Tomcat 5.5

1152 byte By knewsoma at 2007-11-26 16:22:13
I'm getting an exception when invoking a servlet in tomcat 5.5. JAVA_HOME and Eclipse are both pointing to the same folder for javac. The only Java components installed are the J2SE 5.0 Update 1. java.lang.UnsupportedClassVersionError: Bad version number in .class ...

Session already invalidated error

1545 byte By rinoa_fftsya at 2007-11-26 16:29:53
hello i am running tomcat and axis on my server, and i am always getting this error in my log files anytime my webapplication and webservice starts...I dont know what the exception means..does the [/axis] means the error occurs in axis folder of my webapplication? why is it Session gets ...

About error and exceptions question

353 byte By kombea at 2007-11-26 16:31:12
In stuts, as my understanding if not wrong, if the form in, say login.jsp is validated and forwarded to intended page, say, member.jsp, it has nothing to do with errors or exceptions that occur in a member.jsp and beyond, then how to handle exceptions for simple application in web.xml, as in ...

Java OutOfMemory error java heap space hlp pls

118 byte By Biggie_maca at 2007-11-26 16:31:32
problems solved, pls delete thread. Sorry for the inconvenience;Message was edited by: Biggie_mac

Debugging JVMTI agents

817 byte By SpookyValea at 2007-11-26 16:48:29
Hi everybody.I just wrote a really simple agent used to instrument classes at method entries and exits (did it modifying a little the java_crw_demo from jdk6 demo code so that i could change instrumenting methods signatures).Everything worked perfectly fine until I decided to add some ...

500 Servlet Exception

187 byte By knluckymea at 2007-11-26 16:53:18
java.lang.IllegalStateException: forward () not allowed after buffer has committed.This only happens on one website and only on one computer in the office. How can I fix it?

Values of a FieldDoc

240 byte By tarzan68a at 2007-11-26 17:22:19
If I have a field likeprivate static String[] accountTypes = {"Checking", "Savings", "Credit", "Money Market"}; in the source code, how do I get "Checking", "Savings", "Credit", "Money Market" via javadoc?

Where can I find the documentation for java application launcher for java 6

396 byte By KKnighta at 2007-11-26 17:32:20
Where can I find the documentation for java application launcher for java 6? I want to know the full description of the java options.I went to http://java.sun.com/javase/6/docs/technotes/tools/windows/java.html.But it doesn't seem to be a full description of the java application launcher. For ...

live without -Djava.compiler=NONE option for remote debugging?

426 byte By KKnighta at 2007-11-26 17:40:45
To enable remote debugging, we launch the java application using the options:-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=4000 -Xdebug -Xnoagent -Djava.compiler=NONEThe '-Djava.compiler=NONE' option slowed down the application, since it turned off the just-in-time compilation. My ...

Java Error

145 byte By CompilerCama at 2007-11-26 17:49:50
Here is the Error: Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0at VirusLook.main(VirusLook.java:3)

Eclipse not recognizing path to my main class

1356 byte By deadseasquirrelsa at 2007-11-26 17:58:55
First off let me say everything was working just fine. I have a number of files in a /src folder, I compile them to a /bin directory and currently, even though it is bad practice I have everything sitting in the default package (I will change that soon after I figure out this issue).Then I ...

Launching an application ucing JDI package

139 byte By asmainfa at 2007-11-26 18:02:57
How can i launching an application by performing its path and its class main without using the javac command line explicitly?

Operand stack access

238 byte By asmainfa at 2007-11-26 18:15:30
We Know, that the Operand stack of a frame stack is not accessible, is there any method in jdk1.6.0 that resolve this problem or not yet?If no, how we can know the moment when the operand stack is empty?

Error code 143 on JVM exit

423 byte By sabrinawerscheida at 2007-11-26 18:28:31
Hello,I have a program (with multiple threads, running under MS-Windows) which works fine almost all the time.In one case, it terminated unexpectedly, and the exit code (via ERRORLEVEL) is 143.There are no other outputs in order to diagnose the problem.I would like to know what the error code ...

Reason of NullpoinerException

57 byte By Raj12345a at 2007-11-26 18:35:26
Getting in Resultset while connecting to Database.

Cannot Find Symbol

1360 byte By bronzey214a at 2007-11-26 18:36:53
I get this error when I try to run my code.C:\Documents and Settings\Jason\My Documents\TSM\MyArrayList.java:89: cannot find symbolsymbol : method newCity(java.lang.String,double)location: class MyArrayList<T>newCity(name, distance);^1 errorThis is where it happens.int size = ...

DocCheck Not Finding All Source Files

858 byte By falc1a at 2007-11-26 18:43:44
I'm on windows xp running DocCheck from a bat file. I specify the sourcepath as follows:-sourcepath .\com\SteveSystems\People\*.javaThere are two classes (.java files) in the People directory and both have missing Javadoc tags. However, DocCheck only reports errors in one class. Am I using the ...

DocCheck Output says "Anonymous" instead of Actual Package Name

1015 byte By falc1a at 2007-11-26 18:43:50
I'm on windows XP and I've run DocCheck on a package, however everywhere in the output I would expect to see the package name, DocCheck inserts "anonymous." Examples:API Specification ErrorsErrors in Class: (anonymous).PersonandAPI Specification ErrorsErrors in Package: (anonymous)My source ...

Running an application without command-lines

363 byte By asmainfa at 2007-11-26 18:44:03
Hello,JPDA provide several interfaces in tools.jar lib for developing debugger applications.Is it possible to launch an application by launching connector without using jdb, and without using java command line explicitly?Is there any method help me to launch any application by my personal ...

@see/{@link} Question

834 byte By anthony.c.smith@insightbb.coma at 2007-11-26 18:44:50
When you specify an @see or {@link} tag to look at, let's say java.util.Properties, do I have to specify the url to that Javadoc page using an HTML anchor element? In the article How to Write Doc Comments for the Javadoc Tool they just specified the class name and it came back as a link in the ...

Exception and Error

56 byte By prady_joa at 2007-11-26 19:00:37
what is difference between exception and error..?

Help writing error handler

2613 byte By jettimona at 2007-11-26 19:06:13
Hi,I am a newbie to Java and need some help finding an error.I run a testing and support website which has been handed over to me with little java training and knowlegde.Anyway the problem is that there a section where you can attach files, this works fine when saving an issue the first time, ...

getting SQLException Please help

2231 byte By Sashi12aa at 2007-11-26 19:10:49
hi when im running the functionpublic boolean getRptIds(String condStr, Vector resultVec) throws SQLException{String queryStr = "SELECT rpt_ids FROM " + viewName + "\n";if ( condStr.length() != 0 )// for totalqueryStr += "WHERE " + condStr;System.out.println("getSubsetRptIds ...

Microsoft Visual C++ Runtime Library Error!! HELP PLEASE**

24409 byte By josecanseca at 2007-11-26 19:20:04
## An unexpected error has been detected by HotSpot Virtual Machine:## EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x77f52b6a, pid=2552, tid=2236## Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)# Problematic frame:# C [ntdll.dll+0x2b6a]# T H R E A D Current thread (0x0ac6a2e0): ...

error Java virtual machine

247 byte By arnabmarine1a at 2007-11-26 19:34:50
while opening executable jar files i get error: Failed to load Main-Class attribute from (Filepath)The application runs fine on my cellphonei have the latest version of Java runtime environmenti use windows xp home sp-2

Cannot get information about local variables on a StackFrame

20454 byte By Carbonizea at 2007-11-26 19:57:28
I'm trying to write a relatively simple debugger in java, but I'm having some trouble with StackFrame.visibleVariables(). It always throws an AbsentInformationException, yet I cannot see why. Can anybody explain why this happens?I've tried searching for hints as to what is wrong, but there ...

CORE3262: Crash occurred in function JVM_RaiseSignal

846 byte By HMMa at 2007-11-26 20:14:58
We have Sun App Server 7 and using JAVA 1.4.2 version based application developed using struts framwork. When we deploy EAR file after doing the build and execute the application it works fine. Problem starts when trying to debug application by starting application instance in debug mode in app ...

running batch file error

3758 byte By NasirMunira at 2007-11-26 20:16:54
I have already tried to find some solution on Java Essential forum, not much success there. I hope someone might suggest something here.Design: one big file, split into chunks, recombined according to some order, feeded to some exe file, and finally compilation of results.Problem: I can run ...

jmethodID remains the same during the running(jvmti + jni)

502 byte By pet_a at 2007-11-26 20:19:22
Hi all!I have a question. I'd like to store in a map the jmethodID that I get from the methodentry jvmti event. And when I get another methodentry event I'd like to decide if the recieved jmethodID is new or I saw that before. But I don't know that jmethodID that I recieve remains the same ...

Tool for autogenerating java doc compliant documentation in source code.

1292 byte By kollareddya at 2007-11-26 20:22:03
Hi all, My apologies, I did not know about this forum and previously posted this query in java programming forum too but had no replies and thus posting here.There are tons of java classes in my current project that have zero documentation at class and method level. I tried using javadoc tool ...

is this a bug: variables() gives duplicate variables

492 byte By keesa at 2007-11-26 20:32:13
When I try to get a list of declared variables in a method, using variables() from class Method, I sometimes get two variables with the same name, although there is one declared. Is this a known bug? Example: the following method gives *two* local variables, both named mx. int ...

Thread Exception - StackOverFlow

3899 byte By yahwehagapea at 2007-11-26 21:06:59
This code creates a "missile" by mouse clicks:public boolean mouseDown(Event e, int x, int y){missiles[mc].reset(x,y);enemyMissiles[emc].reset();if (mc < missiles.length-1)mc++;elsemc = 0;if (emc < enemyMissiles.length-1)emc++;elseemc = 0;repaint();return true;}Missile Class:This is where ...

java.lang.NoSuchMethodError: main

2281 byte By KoTurka at 2007-11-26 21:18:30
Dear all,I am developing an application but I get the next error.Does anybody know this error?java.lang.NoSuchMethodError: mainException in thread "main" <CODE>import javax.swing.*; import java.awt.*;import java.awt.event.*;import javax.microedition.io.*;import java.io.*;import ...

This code should have color.

3145 byte By mail4diopa at 2007-11-26 21:35:35
I ran this program and the slider should produce color at the bottom of the frame but it doesn't please help.import javax.swing.*;import javax.swing.event.*;import java.awt.*;/** * Title: * * Description: * * Copyright: Copyright (c) 2007 * * Company: * * @author not attributable * @version ...

referenceTypeId in jvmti

1569 byte By JaMeSa at 2007-11-26 21:57:49
I'm implementing an agent using jvmti. I'm using the jdwp protocol to send and receive packets to and from a client. Many jdwp commands (see example below) utilize referenceTypeId (as well as objectId, methodId, etc). My question is this: Is there a way to get a referenceTypeId from the jvm ...

jvmti jobject

307 byte By JaMeSa at 2007-11-26 21:57:53
Is is possible to obtain a jobject directly from jvmti (without involving any java class) and then calljvmtiErrorSetTag(jvmtiEnv* env,jobject object,jlong tag)If so, how do you obtain a jobject via jvmti? --Or must the jobject be passed in from a java call via ...