<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4728.2300" name=GENERATOR><!--IncrdiXMLRemarkStart>
<IncrdiX-Info>
<X-FID>FLAVOR00-NONE-0000-0000-000000000000</X-FID>
<X-FVER></X-FVER>
<X-CNT>;</X-CNT>
</IncrdiX-Info>
<IncrdiXMLRemarkEnd--></HEAD>
<BODY
style="BACKGROUND-POSITION: 0px 0px; FONT-SIZE: 10pt; MARGIN: 1px; FONT-FAMILY: Arial"
bgColor=#ffffff background="" scroll=yes X-FVER="2.0" ORGYPOS="0">
<DIV><SPAN class=993542910-02032002>
</SPAN></DIV>
<DIV><SPAN class=993542910-02032002></SPAN> </DIV>
<DIV><SPAN class=993542910-02032002>
My CLASSPATH variable points to c:\j2sdk1.4.0\bin. In this directory there is
the org directory and all subdirectories untill SAXBuilder file....the stange
thing is that during the compilation i don't get any error.</SPAN></DIV>
<DIV><SPAN class=993542910-02032002>Any suggestion?</SPAN></DIV>
<DIV><SPAN class=993542910-02032002></SPAN> </DIV>
<DIV><SPAN class=993542910-02032002>Brgs</SPAN></DIV>
<DIV><SPAN class=993542910-02032002>@ntonello</SPAN></DIV>
<BLOCKQUOTE>
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT
face=Tahoma>-----Messaggio originale-----<BR><B>Da:</B> Rajnish Bhasin
[mailto:rajnish@airteltango.com]<BR><B>Inviato:</B> luned́ 2 dicembre 2002
11.37<BR><B>A:</B> Antonello Dell'armi<BR><B>Oggetto:</B> Re: [jdom-interest]
setAttribute....<BR><BR></FONT></DIV>
<TABLE id=INCREDIMAINTABLE cellSpacing=0 cellPadding=0 width="95%" border=0>
<TBODY>
<TR>
<TD id=INCREDITEXTREGION
style="PADDING-RIGHT: 7px; PADDING-LEFT: 7px; FONT-SIZE: 10pt; FONT-FAMILY: Arial"
width="100%">
<DIV>Hi.</DIV>
<DIV>Try setting the classpath to the location it says as
java.lang.NoClassDefFoundError: org/jdom/input/SAXBuilder</DIV>
<DIV>I think thie exception is related to the CLASSPATH
Parameter.</DIV>
<DIV>Bye.</DIV>
<DIV id=IncrediOriginalMessage><I>-------Original
Message-------</I></DIV>
<DIV> </DIV>
<DIV id=receivestrings>
<DIV dir=ltr style="FONT-SIZE: 11pt" <i><B>From:</B></I> <A
href="mailto:A.Dellarmi@ELIS.ORG">Antonello Dell'armi</A></DIV>
<DIV dir=ltr style="FONT-SIZE: 11pt" <i><B>Date:</B></I> Monday,
December 02, 2002 16:21:29</DIV>
<DIV dir=ltr style="FONT-SIZE: 11pt" <i><B>To:</B></I> <A
href="mailto:jdom-interest@jdom.org">jdom-interest@jdom.org</A></DIV>
<DIV dir=ltr style="FONT-SIZE: 11pt" <i><B>Subject:</B></I>
[jdom-interest] setAttribute....</DIV></DIV>
<DIV> </DIV>I have a problem that make me crazy...<BR><BR>Compiling
my jdom program with jdomb6 i get<BR><BR>C:\project\myjdomfile.java:95:
cannot resolve symbol<BR>symbol : method setAttribute
(java.lang.String,java.lang.String)<BR>location: class
org.jdom.Element<BR>generalUserInfo.setAttribute("userID", userID);
(also userID is a String)<BR>^<BR>isn't this method implemeted in jdomb6
or what's wrong?<BR>I make the ipothesis that this method isn't
implemented in jdomb6 and so i installed jdom8.<BR>I premise that my
program without the method setAttribute run without problems and that my
program is an rmi program.<BR><BR>With jdomb8 also setAttribute method
was recognized and so i compiled my program entirely,but executing the
server i get an rmi exception with the following
stacktrace:<BR><BR>PLEASE HELP!!! (i'm using Tamino database from
SoftwareAG)<BR><BR>java.rmi.ServerError: Error occurred in server
thread; nested exception is: <BR>java.lang.NoClassDefFoundError:
org/jdom/input/SAXBuilder<BR>at
sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:289)<BR>at
sun.rmi.transport.Transport$1.run(Transport.java:148)<BR>at
java.security.AccessController.doPrivileged(Native Method)<BR>at
sun.rmi.transport.Transport.serviceCall(Transport.java:144)<BR>at
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)<BR>at
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)<BR>at
java.lang.Thread.run(Thread.java:536)<BR>at
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown
Source)<BR>at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown
Source)<BR>at sun.rmi.server.UnicastRef.invoke(Unknown Source)<BR>at
DataManagerImpl_Stub.userRegistration(Unknown Source)<BR>at
DMTestClient.main(DMTestClient.java:20)<BR>Caused by:
java.lang.NoClassDefFoundError: org/jdom/input/SAXBuilder<BR>at
com.softwareag.tamino.db.api.response.jdom.TJDOMInputStreamInterpreter.doInterpret(TJDOMInputStreamInterpreter.java:96)<BR>at
com.softwareag.tamino.db.api.response.TInputStreamInterpreter.interpret(TInputStreamInterpreter.java:55)<BR>at
com.softwareag.tamino.db.api.response.TResponseBuilderImpl.doBuild(TResponseBuilderImpl.java:81)<BR>at
com.softwareag.tamino.db.api.response.TResponseBuilderImpl.buildForXML(TResponseBuilderImpl.java:60)<BR>at
com.softwareag.tamino.db.api.accessor.TXMLObjectAccessorImpl.query(TXMLObjectAccessorImpl.java:228)<BR>at
Database.query(Database.java:67)<BR>at
DataManagerImpl.userRegistration(DataManagerImpl.java:40)<BR>at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<BR>at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<BR>at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<BR>at
java.lang.reflect.Method.invoke(Method.java:324)<BR>at
sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)<BR>at
sun.rmi.transport.Transport$1.run(Transport.java:148)<BR>at
java.security.AccessController.doPrivileged(Native Method)<BR>at
sun.rmi.transport.Transport.serviceCall(Transport.java:144)<BR>at
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)<BR>at
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)<BR>at
java.lang.Thread.run(Thread.java:536)<BR><BR><BR><BR><BR><BR><BR>---------------------------------------------<BR>Antonello
Dell'Armi student in<BR>computer science engineering @<BR>Universty of
Rome "Tor Vergata" <BR>ITALY<BR><BR>e-mail <A
href="mailto:anto.nello@tiscali.it">anto.nello@tiscali.it</A>
(unofficial)<BR>e-mail2 <A
href="mailto:a.dellarmi@elis.org">a.dellarmi@elis.org</A><BR>mobile:
+393388638812<BR>---------------------------------------------
<BR>_______________________________________________<BR>To control your
jdom-interest membership:<BR><A
href="http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com">http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com</A><BR><BR>.</TD></TR>
<TR>
<TD id=INCREDIFOOTER width="100%">
<TABLE cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD width="100%"></TD>
<TD id=INCREDISOUND vAlign=bottom align=middle></TD>
<TD id=INCREDIANIM vAlign=bottom
align=middle></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><SPAN
id=IncrediStamp><SPAN dir=ltr><FONT face="Arial, Helvetica, sans-serif"
size=2>____________________________________________________<BR><FONT
face="Comic Sans MS" size=2><A
href="http://www.incredimail.com/redir.asp?ad_id=309&lang=9"><IMG alt=""
hspace=0 src="cid:993542910@02032002-0109" align=baseline border=0></A>
<I>IncrediMail</I> - <B>Email has finally evolved</B> - </FONT><A
href="http://www.incredimail.com/redir.asp?ad_id=309&lang=9"><FONT
face="Times New Roman" size=3><B><U>Click
Here</U></B></FONT></A></SPAN></SPAN></FONT> </BLOCKQUOTE></BODY></HTML>