Boris, A quick and easy answer might be to try your build with JDK 1.3 as there are complications with 1.4 and the database connections.
HTH Brian ----- Original Message ----- From: "Boris Lipsman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Boris Lipsman" <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 9:24 AM Subject: Please help with instalation > > Any help is appreciated on advance... > I am trying to install cocoon on Linux machine that has JDK 1.4, Tomcat > 3.3, Apache 1.3 > > When I am trying to build COCOON by running ./build.sh , I am getting > number of errors such as: > > Compiling 752 source files to > /home/blipsman/cocoon/xml-cocoon2/build/cocoon/classes > /home/blipsman/cocoon/xml-cocoon2/build/cocoon/src/org/apache/cocoon/acting/ > OraAddAction.java:53: package oracle.jdbc does not exist > import oracle.jdbc.OracleResultSet; > ^ > /home/blipsman/cocoon/xml-cocoon2/build/cocoon/src/org/apache/cocoon/acting/ > OraAddAction.java:54: package oracle.sql does not exist > import oracle.sql.BLOB; > ^ > /home/blipsman/cocoon/xml-cocoon2/build/cocoon/src/org/apache/cocoon/acting/ > OraAddAction.java:55: package oracle.sql does not exist > import oracle.sql.CLOB; > ^ > /home/blipsman/cocoon/xml-cocoon2/build/cocoon/src/org/apache/cocoon/acting/ > OraAddAction.java:187: cannot resolve symbol > symbol : class OracleResultSet > location: class org.apache.cocoon.acting.OraAddAction > OracleResultSet set = (OracleResultSet) > LOBstatement.executeQuery(); > ^ > /home/blipsman/cocoon/xml-cocoon2/build/cocoon/src/org/apache/cocoon/acting/ > OraAddAction.java:187: cannot resolve symbol > symbol : class OracleResultSet > location: class org.apache.cocoon.acting.OraAddAction > OracleResultSet set = (OracleResultSet) > LOBstatement.executeQuery(); > ^ > /home/blipsman/cocoon/xml-cocoon2/build/cocoon/src/org/apache/cocoon/acting/ > OraAddAction.java:204: cannot resolve symbol > symbol : class CLOB > location: class org.apache.cocoon.acting.OraAddAction > CLOB ascii = set.getCLOB(index); > ^ > /home/blipsman/cocoon/xml-cocoon2/build/cocoon/src/org/apache/cocoon/acting/ > OraAddAction.java:217: cannot resolve symbol > symbol : class BLOB > location: class org.apache.cocoon.acting.OraAddAction > BLOB binary = set.getBLOB(index); > ^ > 7 errors > > BUILD FAILED > > /home/blipsman/cocoon/xml-cocoon2/build.xml:925: Compile failed, messages > should have been provided. > > > **************************************************************************** > ********************** > > Apparentlly the oracle.sql and oracle.jdbc packages are not visible during > > > I do not have any problems when I am trying to compile my java sources > through the javac > > > thanks a lot again for your help > > > > > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > For additional commands, e-mail: <[EMAIL PROTECTED]> > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>