Tomcat 6 iReport and jasperreports

Hi everyone,
I have a problem creating a pdf report using jasperreports.
I create the jrxml file using iReport 3.0.0
when I run my standalone app it works and I obtain a pdf file.
When I try to use the pdf creator (the class that use jasperreports) in a webapp running on tomcat 6 I retrieve the following error:
GRAVE: Servlet.service() for servlet Registra threw exception
java.lang.ClassNotFoundException: org.apache.commons.digester.Digester
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:150)
at it.marionegri.ecm.registra.webapp.PdfMaker.printModulo(PdfMaker.java:40)
at it.marionegri.ecm.registra.webapp.servlet.Registra.doPost(Registra.java:57)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
the common-digester jar is present in WEB-INF/lib
thanks for any suggestion
Igor

Prats_Burad wrote:
I need to instll Tomcat and J2EE on Windows 2000 Advanced Server Edition. Can anyone tell me that are these two compatible with Microsoft 2000 Advanced Server
Tomcat 6.0 and J2EE? Huh? Tomcat 6.0 is a Servlet 2.5 / JSP 2.1 container, which is part of Java EE 5. J2EE is an outdated Java EE specification and Tomcat offers the legacy 4.x and 5.x servers for that. What do you need? Tomcat 6.0 (as being a Java EE 5 server) or Tomcat 4.x/5.x (as being a J2EE server)?
As Tomcat is written in Java language and Java EE is based on top of Java SE, the answer is obvious. If you check the JRE download page, you'll see that there's a JRE for Windows 2000.
It look like you're simply new to Java. I would then highly recommend to go through a decent book/tutorial first to avoid that you keep getting yourself in trouble all the time. Good luck.

Similar Messages

  • How to create tomcat user and directory structure

    I am new in using tomcat, recently installed tomcat 5.0 but don't know how to use it and how to view sample jsp pages. I tried tomcat_users.xml file to create user, but anybody knows the different roles used there? if yes, olease provide.
    Thanking you,
    Waiting for reply.
    By,
    Jitendrarc

    You dont need to use a user account to access the example pages.
    You need to start the server using startup.bat / sh or the tomcat monitor and access http://localhost
    When you connect to localhost you will see a link to the examples.
    Also at the top of the page you will se a link to Tomcat Administration, you can use this to add new users, instead of editing the xml by hand. I cannot remember the default password, Im sure its in the documentation (link in centre of page).
    For an open source project the documentation and tutorials are pretty good, would suggest you always start with this inforamation before looking for answers in forums.

  • Error while starting Tomcat Apache and Jaguar services in AW webview server

    hi,
    I am facing a problem with AW webview server. I am not able to restart the Tomcat Apache and Jaguar Service after a planned server reboot activity.I am getting the below error.
    "Could not start Apache Tomcat service on Local Computer. Error 1069. The service could not start due to log on failure"
    The below account has been verified in the Domain controller and confirmed that the account is not Locked out or disabled.
    I have AW , HDS and Webview running on the same server.
    Can someone advice ...

    What OS version?  This might be a windows problem and not a Apache/Jaguar problem.
    david

  • IReport and JRHtmlExporter : Problem in reloading images

    Hello
    I have created the report with IReport and exported to the HTML format.
    The problem is when i reload my webpage , in backend error is shown that "Cannot write to image files".
    Does that mean when i refresh the page stream is still writing the images.
    If any one have any clue, plz reply....
    Thanks.

    hi professor
    i tried formatting my MMC card after taking the back up.the pop msg said that all data would be lost and then i pressed yes to it.but even after that all the data is still there in the card and i m not able to delete the images and video from there.
    secondly i changed my camera settings and instead of saving the images and video in the MMC card i changed the setting to phone memory and this time the image got saved easily and i can preview it also...
    so i think the MMC card is gone...but its only 1 month since i had been using this cell...wat a pitty
    cheers
    sid

  • Tomcat Installation and setting Java Classpath

    Please help me in setting up Java classpath for Tomcat Server. I am unable to start the Server itself.

    try this it worked for me..install Tomcat and Ant in 2 seperate directories, if you are win98 or less edit your autoexec.bat file and set the class paths as follows
    set PATH=C:\jdk1.3\bin;%PATH%
    set ANT_HOME=C:\Ant
    set TOMCAT_HOME=C:\Tomcat
    set JAVA_HOME=C:\jdk1.3
    If you are using windows 2000 or NT you have to goto control panel --> system --> advanced and click environment variables
    for name type in say TOMCAT_HOME and for value type in c:\Tomcat
    restart your computer.
    Then goto tomcat\bin and type startup....in a browser type in http://localhost:8080 and you are in
    hope this helps

  • Tomcat error  and others !!

    Hi ,
    I'm beginner in Jave. When I start tomcat in command line ,it appears new window named tomecat3.2 but shows error like that " The file name, directory name or volume label syntex is in correct" . How can I solve this problem??
    How can I install J2EE 1.2.1 application server?? I install j22ee1.2.1 sdk already. Is that enough or what else I need to install??
    To create java beans entity, what should I do??
    thanks

    I can't help you with your Tomcat technical problems.
    But since you're a beginner, I'd like to refer you to some very good books you ought to read if you're interested in learning how to develop web applications.
    The first book you should read is "core servlets and JSP" from Marty Hall. if you don't mind to read the older version, you can find a pdf file of this book at http://www.coreservlets.com/.
    A second book is the "Apache Tomcat Bible" from Eaves, Jones and Godfrey. This book explains what you need to develop web applications with Java, MySQL and Tomcat. And it shows the source code of a java web application for a cinema complex.
    Next, you should try to learn about the Model-View-Controller design pattern and learn how to divide your application in 3 layers.
    If you're looking for a free IDE, take a look at eclipse (eclipse.org), Gel for your JSP's (Gexperts.com) or JCreator if you want to take a quick start. JCreator (Jcreator.com) is easier to start with than eclipse.
    And finally, your question about a java bean. Well, a java bean is a java class containing properties and methods. The properties can only be changed or displayed if you use the so called getters and setters. These are functions in order to controll the properties. And then there is the constructor method(s). You have to define how you can make an object of the class. I'll give an example of a java bean. Don't mind the words you don't understand, it's Dutch.
    /** Java class "Meterronde.java" generated from Poseidon for UML.
    * Poseidon for UML is developed by Gentleware.
    * Generated with velocity template engine.
    package org.gertcuppens.mopo;
    // import java.util.*;
    import java.util.Collection;
    // import java.sql.*
    import java.sql.ResultSet;
    import java.sql.SQLException;
    * <p>
    * Een meterronde is een geografisch geheel van meteretappes, die binnen
    * een beperkte periode van 2 tot 4 dagen gelezen moet worden.
    * </p>
    public class Meterronde {
    // attributes
    * <p>
    * is de nummer die overeenstemt met de beurtrolwijknummer. De
    * beurtrolwijken zijn een geografische onderverdeling van het
    * verzorgingsgebied van AWW waaraan een beurtrolinspecteur is toegekend.
    * </p>
    private int wijknummer;
    * <p>
    * is de nummer van de ronde binnen de wijknummer. Wijknummer en
    * rondenummer vormen samen een unieke sleutel die de meterronde
    * identificeert.
    * </p>
    private int rondenummer;
    * <p>
    * is de omschrijving van de meterronde.
    * </p>
    private String omschrijving;
    * <p>
    * is de streefdatum (dag/maand) waarop de jaarlijks te lezen meters
    * gelezen moeten worden.
    * </p>
    private int streefdatumJR;
    * <p>
    * is de streefdatum (dag/maand) van het eerste kwartaal waarop de
    * trimestri&#235;le en driemaandelijks te lezen meters gelezen moeten worden.
    * </p>
    private int streefdatumK1;
    * <p>
    * is de streefdatum (dag/maand) van het tweede kwartaal waarop de
    * trimestri&#235;le en driemaandelijks te lezen meters gelezen moeten worden.
    * </p>
    private int streefdatumK2;
    * <p>
    * is de streefdatum (dag/maand) van het derde kwartaal waarop de
    * trimestri&#235;le en driemaandelijks te lezen meters gelezen moeten worden.
    * </p>
    private int streefdatumK3;
    * <p>
    * is de streefdatum (dag/maand) van het vierde kwartaal waarop de
    * trimestri&#235;le en driemaandelijks te lezen meters gelezen moeten worden.
    * </p>
    private int streefdatumK4;
    * <p>
    * is het aantal actieve leidingen toegekend aan actieve contracten die aan
    * deze meterronde zijn toegekend.
    * </p>
    private int aantalContractueleLeidingen;
    * <p>
    * is het aantal actieve meters dat aan deze meterronde is toegekend.
    * </p>
    private int aantalActieveMeters;
    * <p>
    * is het aantal meters van de meterronde die in de CMB-gegevens voorkomen.
    * </p>
    private int aantalInCMB;
    * <p>
    * is het aantal jaarlijkse meters waarvan de plandatum voorbij is ...
    * </p>
    private int aantalTeLezenJR;
    * <p>
    * is het aantal trimestri&#235;le meters waarvan de plandatum voorbij is
    * </p>
    * <p>
    * </p>
    private int aantalTeLezenTR;
    * <p>
    * is het aantal driemaandelijkse meters waarvan de plandatum voorbij is
    * </p>
    * <p>
    * </p>
    private int aantalTeLezen3M;
    * <p>
    * is het aantal maandelijkse meters waarvan de plandatum voorbij is
    * </p>
    * <p>
    * </p>
    private int aantalTeLezen1M;
    * <p>
    * is het aantal actieve meters van deze meterronde waarvan de plandatum
    * voorbij is.
    * </p>
    private int aantalTeLezen;
    * <p>
    * is de verzameling van meteretappes van deze meterronde. ...
    * </p>
    private Collection meteretappes;
    * Represents ...
    private Collection teLezenMeteretappes;
    * Represents ...
    private Collection gelezenMeteretappes;
    * Represents ...
    private Collection afwijkendeMeteretappes;
    // operations
    * Does ...
    * @return
    * <p>
    * geeft de wijknummer weer .
    * </p>
    * @return
    public int getWijknummer() {       
    return wijknummer;
    } // end getWijknummer
    * <p>
    * geeft de rondenummer weer ...
    * </p>
    * @return
    public int getRondenummer() {       
    return rondenummer;
    } // end getRondenummer
         * <p>
         * geeft de wijkronde weer ; wordt gebruikt in combinatie
         * met radiobuttons; hierdoor weten we welke primary key (wijk+ronde)
         * er geldig is bij de gekozen radiobutton
         * </p>
         * @return
              public int getWijkRonde() {       
                   return ((wijknummer * 100) + rondenummer) ;
              } // end getWijkRonde
    * <p>
    * geeft de omschrijving weer ...
    * </p>
    * @return
    public String getOmschrijving() {       
    return omschrijving;
    } // end getOmschrijving
    * <p>
    * geeft de streefdatum weer waarop de jaarlijkse meters gelezen moeten
    * worden
    * </p>
    * @return
    public int getStreefdatumJR() {       
    return streefdatumJR;
    } // end getStreefdatumJR
    * <p>
    * geeft de streefdatum weer waarop de trimestri&#235;le en driemaandelijkse
    * meters gelezen moeten worden in het eerste kwartaal
    * </p>
    * <p>
    * </p>
    * @return
    public int getStreefdatumK1() {       
    return streefdatumK1;
    } // end getStreefdatumK1
    * <p>
    * geeft de streefdatum weer waarop de trimestri&#235;le en driemaandelijkse
    * meters gelezen moeten worden in het tweede kwartaal
    * </p>
    * <p>
    * </p>
    * @return
    public int getStreefdatumK2() {       
    return streefdatumK2;
    } // end getStreefdatumK2
    * <p>
    * geeft de streefdatum weer waarop de trimestri&#235;le en driemaandelijkse
    * meters gelezen moeten worden in het derde kwartaal
    * </p>
    * <p>
    * </p>
    * @return
    public int getStreefdatumK3() {       
    return streefdatumK3;
    } // end getStreefdatumK3
    * <p>
    * geeft de streefdatum weer waarop de trimestri&#235;le en driemaandelijkse
    * meters gelezen moeten worden in het vierde kwartaal
    * </p>
    * <p>
    * </p>
    * @return
    public int getStreefdatumK4() {       
    return streefdatumK4;
    } // end getStreefdatumK4
    * <p>
    * Geeft het aantal leidingen weer van de meterronde die actief zijn en
    * gekoppeld zijn aan en actief BO ...
    * </p>
    * @return
    public int getAantalContractueleLeidingen() {       
    return aantalContractueleLeidingen;
    } // end getAantalContractueleLeidingen
    * <p>
    * Geeft het aantal actieve meters weer gekoppeld aan de meterronde ...
    * </p>
    * @return
    public int getAantalActieveMeters() {       
    return aantalActieveMeters;
    } // end getAantalActieveMeters
    * <p>
    * geeft het aantal meters weer dat is doorgegeven aan CMB ...
    * </p>
    * @return
    public int getAantalInCMB() {       
    return aantalInCMB;
    } // end getAantalInCMB
    * <p>
    * Geeft het aantal actieve meters weer die jaarlijks gelezen moeten worden
    * en waarvan de plandatum voorbij is ...
    * </p>
    * @return
    public int getAantalTeLezenJR() {       
    return aantalTeLezenJR;
    } // end getAantalTeLezenJR
    * <p>
    * Geeft het aantal actieve meters weer die trimestrieel gelezen moeten
    * worden en waarvan de plandatum voorbij is
    * </p>
    * <p>
    * </p>
    * @return
    public int getAantalTeLezenTR() {       
    return aantalTeLezenTR;
    } // end getAantalTeLezenTR
    * <p>
    * Geeft het aantal actieve meters weer die driemaandelijks gelezen moeten
    * worden en waarvan de plandatum voorbij is
    * </p>
    * <p>
    * </p>
    * @return
    public int getAantalTeLezen3M() {       
    return aantalTeLezen3M;
    } // end getAantalTeLezen3M
    * <p>
    * Geeft het aantal actieve meters weer die maandelijks gelezen moeten
    * worden en waarvan de plandatum voorbij is
    * </p>
    * <p>
    * </p>
    * @return
    public int getAantalTeLezen1M() {       
    return aantalTeLezen1M;
    } // end getAantalTeLezen1M
    * <p>
    * Geeft het totaal aantal actieve meters weer waarvan de plandatum
    * voorbij is
    * </p>
    * <p>
    * </p>
    * @return
    public int getAantalTeLezen() {       
    return aantalTeLezen;
    } // end getAantalTeLezen
    * <p>
    * Geeft de meteretappes weer die tot deze meterronde behoren ...
    * </p>
    * @return
    public Collection getMeteretappes() {       
    return meteretappes;
    } // end getMeteretappes
    * Does ...
    * @return
    public Collection getTeLezenMeteretappes() {       
    return teLezenMeteretappes;
    } // end getTeLezenMeteretappes
    * Does ...
    * @return
    public Collection getGelezenMeteretappes() {       
    return gelezenMeteretappes;
    } // end getGelezenMeteretappes
    * Does ...
    * @return
    public Collection getAfwijkendeMeteretappes() {       
    return afwijkendeMeteretappes;
    } // end getAfwijkendeMeteretappes
    * <p>
    * noteert de wijknummer ...
    * </p>
    * @param _wijknummer
    public void setWijknummer(int _wijknummer) {       
    wijknummer = _wijknummer;
    } // end setWijknummer
    * <p>
    * noteert de rondenummer ...
    * </p>
    * @param _rondenummer
    public void setRondenummer(int _rondenummer) {       
    rondenummer = _rondenummer;
    } // end setRondenummer
    * <p>
    * noteert de omschrijving ...
    * </p>
    * @param _omschrijving
    public void setOmschrijving(String _omschrijving) {       
    omschrijving = _omschrijving;
    } // end setOmschrijving
    * <p>
    * noteert de datum waarop de jaarlijks te lezen meters gelezen moeten
    * worden ...
    * </p>
    * @param _streefdatumJR
    public void setStreefdatumJR(int _streefdatumJR) {       
    streefdatumJR = _streefdatumJR;
    } // end setStreefdatumJR
    * <p>
    * noteert de datum waarop de trimestri&#235;le en driemaandelijks te lezen
    * meters gelezen moeten worden in het eerste kwartaal
    * </p>
    * <p>
    * </p>
    * @param _streefdatumK1
    public void setStreefdatumK1(int _streefdatumK1) {       
    streefdatumK1 = _streefdatumK1;
    } // end setStreefdatumK1
    * <p>
    * noteert de datum waarop de trimestri&#235;le en driemaandelijks te lezen
    * meters gelezen moeten worden in het tweede kwartaal
    * </p>
    * <p>
    * </p>
    * @param _streefdatumK2
    public void setStreefdatumK2(int _streefdatumK2) {       
    streefdatumK2 = _streefdatumK2;
    } // end setStreefdatumK2
    * <p>
    * noteert de datum waarop de trimestri&#235;le en driemaandelijks te lezen
    * meters gelezen moeten worden in het derde kwartaal
    * </p>
    * <p>
    * </p>
    * @param _streefdatumK3
    public void setStreefdatumK3(int _streefdatumK3) {       
    streefdatumK3 = _streefdatumK3;
    } // end setStreefdatumK3
    * <p>
    * noteert de datum waarop de trimestri&#235;le en driemaandelijks te lezen
    * meters gelezen moeten worden in het vierde kwartaal
    * </p>
    * <p>
    * </p>
    * @param _streefdatumK4
    public void setStreefdatumK4(int _streefdatumK4) {       
    streefdatumK4 = _streefdatumK4;
    } // end setStreefdatumK4
    * <p>
    * noteert het aantal actieve leidingen van de meterronde die gekoppeld
    * zijn aan een actief contract ...
    * </p>
    * @param _aantalContractueleLeidingen
    public void setAantalContractueleLeidingen(int _aantalContractueleLeidingen) {       
    aantalContractueleLeidingen = _aantalContractueleLeidingen;
    } // end setAantalContractueleLeidingen
    * <p>
    * noteert het aantal actieve meters van de meterronde ...
    * </p>
    * @param _aantalActieveMeters
    public void setAantalActieveMeters(int _aantalActieveMeters) {       
    aantalActieveMeters = _aantalActieveMeters;
    } // end setAantalActieveMeters
    * <p>
    * noteert het aantal meters dat aan CMB is overgedragen ...
    * </p>
    * @param _aantalInCMB
    public void setAantalInCMB(int _aantalInCMB) {       
    aantalInCMB = _aantalInCMB;
    } // end setAantalInCMB
    * <p>
    * noteert het aantal jaarlijks meters waarvan de plandatum voorbij is ...
    * </p>
    * @param _aantalTeLezenJR
    public void setAantalTeLezenJR(int _aantalTeLezenJR) {       
    aantalTeLezenJR = _aantalTeLezenJR;
    } // end setAantalTeLezenJR
    * <p>
    * noteert het aantal trimestrieel meters waarvan de plandatum voorbij is
    * </p>
    * <p>
    * </p>
    * @param _aantalTeLezenTR
    public void setAantalTeLezenTR(int _aantalTeLezenTR) {       
    aantalTeLezenTR = _aantalTeLezenTR;
    } // end setAantalTeLezenTR
    * <p>
    * noteert het aantal driemaandelijks meters waarvan de plandatum voorbij
    * is
    * </p>
    * <p>
    * </p>
    * @param _aantalTeLezen3M
    public void setAantalTeLezen3M(int _aantalTeLezen3M) {       
    aantalTeLezen3M = _aantalTeLezen3M;
    } // end setAantalTeLezen3M
    * <p>
    * noteert het aantal maandelijks meters waarvan de plandatum voorbij is
    * </p>
    * <p>
    * </p>
    * @param _aantalTeLezen1M
    public void setAantalTeLezen1M(int _aantalTeLezen1M) {       
    aantalTeLezen1M = _aantalTeLezen1M;
    } // end setAantalTeLezen1M
    * <p>
    * noteert het aantal meters waarvan de plandatum voorbij is
    * </p>
    * <p>
    * </p>
    * @param _aantalTeLezen
    public void setAantalTeLezen(int _aantalTeLezen) {       
    aantalTeLezen = _aantalTeLezen;
    } // end setAantalTeLezen
    * <p>
    * noteert alle meteretappes van de meterronde ...
    * </p>
    * @param _meteretappes
    public void setMeteretappes(Collection _meteretappes) {       
    meteretappes = _meteretappes;
    } // end setMeteretappes
    * Does ...
    * @param _teLezenMeteretappes
    public void setTeLezenMeteretappes(Collection _teLezenMeteretappes) {       
    teLezenMeteretappes = _teLezenMeteretappes;
    } // end setTeLezenMeteretappes
    * Does ...
    * @param _gelezenMeteretappes
    public void setGelezenMeteretappes(Collection _gelezenMeteretappes) {       
    gelezenMeteretappes = _gelezenMeteretappes;
    } // end setGelezenMeteretappes
    * Does ...
    * @param _afwijkendeMeteretappes
    public void setAfwijkendeMeteretappes(Collection _afwijkendeMeteretappes)
    afwijkendeMeteretappes = _afwijkendeMeteretappes;
    } // end setAfwijkendeMeteretappes
    // Constructors
    * Aanmaken van een meterronde op basis van een ResultSet
    * @author GC1494
    * @param _rs
    public Meterronde ( )
    this.setWijknummer(0 ) ;
    this.setRondenummer(0) ;
    this.setOmschrijving("???") ;           
         public Meterronde (ResultSet _rs) 
              throws SQLException
         this.setWijknummer(_rs.getInt("rowynr")) ;
         this.setRondenummer(_rs.getInt("roronr")) ;
         this.setOmschrijving(_rs.getString("roomsc")) ;           
    } // end Meterronde

  • Tomcat, JDBC and other APIs

    Hi all,
    This must be one of the most trivial questions to ask, but I'm new, so please bear with me.
    I have downloaded Tomcat, JDBC and JSSE. The question is: in which directory should I unpack these files and how should I set them up so that my Java compiler (JAVAC) will recognize this change?
    I am using the Java Software Development Kit version 1.3, and all of the class files, compilers and sample code that came with the SDK are in C:\jdk1.3.0_02\.
    Thank you in advance,
    cindybubbles

    Hi there,
    There's not much to installing Tomcat other than unzipping the distribution file, moving it to the place where you want it to be in your filesystem and then following the installation instructions in the Tomcat User's guide. This involves setting the TOMCAT_HOME and JAVA_HOME environment variables. Once you've set JAVA_HOME then Tomact can now find your Java installation.
    The core JDBC package is included in jdk1.3.0_02, if it's the optional package that have then just install it's jar file in c:\jdk1.3.0_02\jre\lib\ext
    JSSE also can be installed as a standard extension so copy it's jar file to c:\jdk1.3.0_02\jre\lib\ext.
    When a jar file is added to c:\jdk1.3.0_02\jre\lib\ext, the classes and packages that it contains will be available to you and to other applications that use the jdk (such as Tomcat). The term Standard Extension has been replaced with "Optional Package" now, but you are likely to still see both terms used interchangeably.
    Hope this helps.
    Amanda
    Developer Tech Support, Sun Microsystems

  • Tomcat Monitor and AdapterServer1 Processes are Down

    Hello All,
    I noticed today that the Tomcat Monitor and AdapterServer1 are down. Though it seems no service was impacted. I restarted the processes and the status are as follow:
    Tomcat Monitor: Running Normally
    AdapterServer1: Program started - No mgt msgs received
    What are the likely causes that made the services to went down? How can I prevent a re-occurence.
    Kindly find below some details about the CiscoWorks Server:
    OS Platform: Windows Server 2003
    LMS: 3.0.1
    CiscoWorks Common Services: 3.1.1
    Campus Manager: 5.0.6 
    CiscoView: 6.1.7
    CiscoWorks Assistant: 1.0.1
    Device Fault Manager: 3.0.5
    Internetwork Performance Monitor: 4.0.1
    Integration Utility: 1.7.1
    LMS Portal: 1.0.1
    Resource Manager Essentials: 4.1.1
    Health and Utilization Monitor: 1.0.0
    Thank you in advance.

    DFM prior to 3.0.4 was known to cause this problem.  There would be errors in the Event Viewer related to buffer space exhaustion, and failed connections to localhost (127.0.0.1).  That should have all gone away in DFM 3.0.5.  There are no known systemic issues which would cause those daemons to die.  Post your TomcatMonitor.log.

  • Need help..... regarding ireport and netbeans 5.0

    while running jar file of netbeans5.0 and jasper report by name sales.jar
    If i run in netbeans project of sales ireport is opening , but when i create jar and run i m getting error message :
    net.sf.jasperreports.engine.JRException: Errors were encountered when compiling report expressions class file:
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:4: package net.sf.jasperreports.engine do
    import net.sf.jasperreports.engine.*;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:5: package net.sf.jasperreports.engine.fi
    import net.sf.jasperreports.engine.fill.*;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:14: package net.sf.jasperreports.engine d
    import net.sf.jasperreports.engine.*;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:15: package net.sf.jasperreports.engine.d
    import net.sf.jasperreports.engine.data.*;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:21: cannot resolve symbol
    symbol : class JREvaluator
    location: class invoice_1210070826421_720642
    public class invoice_1210070826421_720642 extends JREvaluator
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:28: cannot resolve symbol
    symbol : class JRFillParameter
    location: class invoice_1210070826421_720642
    private JRFillParameter parameter_REPORT_RESOURCE_BUNDLE = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:29: cannot resolve symbol
    symbol : class JRFillParameter
    location: class invoice_1210070826421_720642
    private JRFillParameter parameter_REPORT_URL_HANDLER_FACTORY = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:30: cannot resolve symbol
    symbol : class JRFillParameter
    location: class invoice_1210070826421_720642
    private JRFillParameter parameter_REPORT_CONNECTION = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:31: cannot resolve symbol
    symbol : class JRFillParameter
    location: class invoice_1210070826421_720642
    private JRFillParameter parameter_REPORT_PARAMETERS_MAP = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:32: cannot resolve symbol
    symbol : class JRFillParameter
    location: class invoice_1210070826421_720642
    private JRFillParameter parameter_IS_IGNORE_PAGINATION = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:33: cannot resolve symbol
    symbol : class JRFillParameter
    location: class invoice_1210070826421_720642
    private JRFillParameter parameter_REPORT_CLASS_LOADER = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:34: cannot resolve symbol
    symbol : class JRFillParameter
    location: class invoice_1210070826421_720642
    private JRFillParameter parameter_REPORT_VIRTUALIZER = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:35: cannot resolve symbol
    symbol : class JRFillParameter
    location: class invoice_1210070826421_720642
    private JRFillParameter parameter_REPORT_LOCALE = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:36: cannot resolve symbol
    symbol : class JRFillParameter
    location: class invoice_1210070826421_720642
    private JRFillParameter parameter_REPORT_DATA_SOURCE = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:37: cannot resolve symbol
    symbol : class JRFillParameter
    location: class invoice_1210070826421_720642
    private JRFillParameter parameter_inv_no = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:38: cannot resolve symbol
    symbol : class JRFillParameter
    location: class invoice_1210070826421_720642
    private JRFillParameter parameter_REPORT_SCRIPTLET = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:39: cannot resolve symbol
    symbol : class JRFillParameter
    location: class invoice_1210070826421_720642
    private JRFillParameter parameter_REPORT_MAX_COUNT = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:40: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Unitprice5 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:41: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_B_Po = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:42: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_B_Comp = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:43: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Qty_shipped3 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:44: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Qty_bo2 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:45: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Qty_ordered4 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:46: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Date = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:47: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Date1 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:48: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_S_Po = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:49: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_S_Pin = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:50: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Qty_ordered3 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:51: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_S_Addr = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:52: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Invoice_no = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:53: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Unitprice3 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:54: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Doserv4 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:55: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_S_Country = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:56: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_B_Addr = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:57: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Hawb_no = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:58: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Sno4 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:59: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_B_Pin = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:60: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Qty_ordered1 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:61: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Despatch = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:62: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Unitprice1 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:63: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Pric_others = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:64: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Invoice_id = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:65: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Doserv2 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:66: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Sno1 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:67: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Carrier = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:68: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Destination = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:69: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_B_Country = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:70: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Payment = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:71: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Qty_shipped4 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:72: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Part4 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:73: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Qty_ordered5 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:74: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_B_State = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:75: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Qty_bo1 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:76: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Sno2 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:77: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Unitprice2 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:78: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Extprice4 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:79: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Qty_bo5 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:80: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Sno3 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:81: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_S_State = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:82: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Date2 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:83: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Qty_bo4 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:84: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Unitprice4 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:85: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Sl_no = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:86: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Qty_bo3 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:87: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Total_val = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:88: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Part_no = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:89: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Part2 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:90: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Mawb_no = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:91: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Qty_shipped2 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:92: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Part3 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:93: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_S_City = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:94: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Pay_others = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:95: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Qty_shipped1 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:96: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Extprice2 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:97: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Extprice5 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:98: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Part1 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:99: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_B_City = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:100: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Pricing = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:101: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Extprice3 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:102: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Doserv1 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:103: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_S_Comp = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:104: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Curr_cy = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:105: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Doserv3 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:106: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Order_no = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:107: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Qty_shipped5 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:108: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Extprice1 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:109: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Qty_ordered2 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:110: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Comments = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:111: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Doserv5 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:112: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_End_user = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:113: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Sno5 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:114: cannot resolve symbol
    symbol : class JRFillField
    location: class invoice_1210070826421_720642
    private JRFillField field_Part5 = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:115: cannot resolve symbol
    symbol : class JRFillVariable
    location: class invoice_1210070826421_720642
    private JRFillVariable variable_PAGE_NUMBER = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:116: cannot resolve symbol
    symbol : class JRFillVariable
    location: class invoice_1210070826421_720642
    private JRFillVariable variable_COLUMN_NUMBER = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:117: cannot resolve symbol
    symbol : class JRFillVariable
    location: class invoice_1210070826421_720642
    private JRFillVariable variable_REPORT_COUNT = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:118: cannot resolve symbol
    symbol : class JRFillVariable
    location: class invoice_1210070826421_720642
    private JRFillVariable variable_PAGE_COUNT = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:119: cannot resolve symbol
    symbol : class JRFillVariable
    location: class invoice_1210070826421_720642
    private JRFillVariable variable_COLUMN_COUNT = null;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:142: cannot resolve symbol
    symbol : class JRFillParameter
    location: class invoice_1210070826421_720642
    parameter_REPORT_RESOURCE_BUNDLE = (JRFillParameter)pm.get("REPORT_RESOURCE_BUNDLE");
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:143: cannot resolve symbol
    symbol : class JRFillParameter
    location: class invoice_1210070826421_720642
    parameter_REPORT_URL_HANDLER_FACTORY = (JRFillParameter)pm.get("REPORT_URL_HANDLER_FACTORY");
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210070826421_720642.java:144: cannot resolve symbol
    symbol : class JRFillParameter
    location: class invoice_1210070826421_720642
    parameter_REPORT_CONNECTION = (JRFillParameter)pm.get("REPORT_CONNECTION");
    ^
    100 errors
    at net.sf.jasperreports.engine.design.JRAbstractCompiler.compileReport(JRAbstractCompiler.java:193)
    at net.sf.jasperreports.engine.design.JRDefaultCompiler.compileReport(JRDefaultCompiler.java:104)
    at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:211)
    at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:144)
    at Salespack.Update_invoice.print_invActionPerformed(Update_invoice.java:1784)
    at Salespack.Update_invoice.access$2800(Update_invoice.java:38)
    at Salespack.Update_invoice$25.actionPerformed(Update_invoice.java:831)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
    at java.awt.Component.processMouseEvent(Component.java:5100)
    at java.awt.Component.processEvent(Component.java:4897)
    at java.awt.Container.processEvent(Container.java:1569)
    at java.awt.Component.dispatchEventImpl(Component.java:3615)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
    at java.awt.Container.dispatchEventImpl(Container.java:1613)
    at java.awt.Window.dispatchEventImpl(Window.java:1606)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

    I have set the classpath in cmd prompt, but still it is not opening the jasper report,
    when i click on print report the error i got is
    error:
    C:\>set classpath=C:\j2sdk1.4.2_12\lib\itext-1.3.1.jar
    C:\>set classpath=C:\j2sdk1.4.2_12\lib\swtjasperviewer-1.0.3.jar
    C:\>set classpath=C:\j2sdk1.4.2_12\lib\rt.jar
    C:\>cd C:\may 6 Sales Project\Sales Report Tool\dist
    C:\may 6 Sales Project\Sales Report Tool\dist>java -jar Sales_Report_Tool.jar
    Inside Customer Action--------
    Inside Customer Action--------
    Pressed Enter key here 2--------
    User Name is ----srini
    Inside Customer Action--------
    Inside Customer Action--------
    Inside Customer Action--------
    net.sf.jasperreports.engine.JRException: Errors were encountered when compiling report expressions class file:
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210138341109_389699.java:4: package net.sf.jasperreports.engine does not exist
    import net.sf.jasperreports.engine.*;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210138341109_389699.java:5: package net.sf.jasperreports.engine.fill does not exist
    import net.sf.jasperreports.engine.fill.*;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210138341109_389699.java:14: package net.sf.jasperreports.engine does not exist
    import net.sf.jasperreports.engine.*;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210138341109_389699.java:15: package net.sf.jasperreports.engine.data does not exist
    import net.sf.jasperreports.engine.data.*;
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210138341109_389699.java:21: cannot resolve symbol
    symbol : class JREvaluator
    location: class invoice_1210138341109_389699
    public class invoice_1210138341109_389699 extends JREvaluator
    ^
    C:\may 6 Sales Project\Sales Report Tool\dist\invoice_1210138341109_389699.java:28: cannot resolve symbol
    symbol : class JRFillParameter
    location: class invoice_1210138341109_389699
    private JRFillParameter parameter_REPORT_RESOURCE_BUNDLE = null;

  • URGENT HELP NEEDED ... Tomcat Realm and JRE1.4 plug-in problem

    I have tried the Security Realm of Tomcat. Since I do not have
    an LDAP server, I decided to use the Tomcat-users.xml file in
    Tomcat\conf directory.
    I added the following lines of code in the web.xml file.
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>Entire Application</web-resource-name>
    <url-pattern>/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <!-- NOTE: This role is not present in the default users file -->
    <role-name>webviewer</role-name>
    </auth-constraint>
    </security-constraint>
    <login-config>
    <auth-method>BASIC</auth-method>
    <realm-name>Tomcat Manager Application</realm-name>
    </login-config>
    The <role-name> "webviewer" is added into "Tomcat-Users.xml" as the following:
    <tomcat-users>
    <user name="test" password="password" roles="webviewer" />
    </tomcat-users>
    So, now when we type the url: http://localhost:8080/adbpdbre/default.htm, TOMCAT shows a dialog box asking for UserName: and Password:Now, only when we give the username and password, it shows the page. This is exactly what we want.
    But the problem now is, this default.htm page, has 5 links to 5 applets. The first time that I click on one of these links, the JRE plug of 1.4 shows a dialog again asking for the username and password. Till I dont provide the username and password the system doesnt go ahead and applet doesnt load. I do not want the JRE to ask me for the username/passwords again..How to avoid this ?
    Can you give me some more information on this. Ultimately in the production usage, we will be using LDAP and not Tomcat's memory realm.
    URGENT HELP NEEDED ... I need to get back to my client on this.
    Help would be v. much appreciated.

    In the config file, you 're essentially saying that you want Tomcat to prompt for usr/passw on every request (url-pattern = /*) made by a 'webviewer', and that's exactly what Tomcat is doing.
    Consider using specific url-patterns & roles for resources to be protected. If for now, all you need is to protect the first page, use a more specific url-pattern.
    Just an advice : if you'll be using LDAP in production, do not waste time with Tomcat's Security Realm and the BASIC authentication type, since the two have not much in common. Start reading doc on LDAP, and code a prototype, or even better, a vertical slice of the app (i.e a proof of concept).

  • Mod_jk for apache2, tomcat 5 and solaris 10

    when i compile mod_jk in solaris 10 x86 box it shows following error:
    /bin/bash /var/apache2/build/libtool --silent
    --mode=compile gcc -I/usr/apache2/include -g -O2 -O
    -xarch=386 -xchip=pentium -xspace -Xa -xildoff
    -DSSL_EXPERIMENTAL -DSSL_ENGINE -DHAVE_APR
    -I/usr/share/src/apache2/srclib/apr/include
    -I/usr/share/src/apache2/srclib/apr-util/include -g
    -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS
    -D_REENTRANT -I /usr/jdk/entsys-j2se/include -I
    /usr/jdk/entsys-j2se/include/ -c jk_ajp12_worker.c -o
    jk_ajp12_worker.lo
    gcc: unrecognized option `-Xa'
    gcc: unrecognized option `-KPIC'
    gcc: language ildoff not recognized
    gcc: jk_ajp12_worker.c: linker input file unused
    because linking not done
    mv: cannot access .libs/jk_ajp12_worker.lo
    *** Error code 2
    make: Fatal error: Command failed for target
    `jk_ajp12_worker.lo'
    Current working directory
    /Desktop/jakarta-tomcat-connectors-1.2.14.1-src/jk/native/common
    *** Error code 1
    The following command caused the error:
    set fnord $MAKEFLAGS; amf=$2; \
    dot_seen=no; \
    target=`echo all-recursive | sed s/-recursive//`; \
    list='common apache-2.0'; for subdir in $list; do \
    echo "Making $target in $subdir"; \
    if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
    else \
    local_target="$target"; \
    fi; \
    (cd $subdir && make $local_target) \
    || case "$amf" in *=*) exit 1;; k) fail=yes;; *)
    exit 1;; esac; \
    done; \
    if test "$dot_seen" = "no"; then \
    make "$target-am" || exit 1; \
    fi; test -z "$fail"
    make: Fatal error: Command failed for target `all-recursive'
    i'm using apache 2 that is included in solaris 10 package, tomcat 5.5.17 and jakarta-tomcat-connectors-1.2.15.
    please help.
    mnio

    Hi
    i am also face problem in mod_jk for apache 2.2.0
    I have done installation of apache 2.2.0 on Solaris 10_x86 .Problem in Solaris OS .But i face problem in tomcat connecter on Solaris 10_x86.
    I make theses step in Solaris 10.
    I download connector tomcat-connectors-1.2.25-src.tar.gz
    # gunzip tomcat-connectors-1.2.25-src.tar.gz
    # cd \tomcat-connectors-1.2.25-src\native
    #./ buildconf.sh
    # ./configure - - with - -apxs=/usr/local/apache2/bin/apxs after run this command make new file.File name is Makefile
    Edit in Makefile and parameter -Wl,-brtl
    Run make command for tomcat-connectors (mod_jk) compiling
    bash-3.00# make
    Making all in common
    /usr/local/apr/build-1/libtool silent mode=compile gcc -I/usr/local/apache2/include -g -O2 -L/usr/local/lib -R/usr/local/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/openwin/lib -R/usr/openwin/lib -DHAVE_APR -I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -I /include -I /include/ -c jk_ajp12_worker.c -o jk_ajp12_worker.lo
    /usr/local/apr/build-1/libtool[384]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[384]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[709]: /usr/local/bin/sed: not found
    *** Warning: inferring the mode of operation is deprecated.
    *** Future versions of Libtool will require --mode=MODE be specified.
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1054]: /usr/local/bin/sed: not found
    : compile: cannot determine name of library object from `'
    *** Error code 1
    make: Fatal error: Command failed for target `jk_ajp12_worker.lo'
    Current working directory /export/home/apache/tomcat-connectors-1.2.25-src/native/common
    *** Error code 1
    The following command caused the error:
    failcom='exit 1'; \
    for f in x $MAKEFLAGS; do \
    case $f in \
    *=* | --[!k]*);; \
    k) failcom='fail=yes';; \
    esac; \
    done; \
    dot_seen=no; \
    target=`echo all-recursive | sed s/-recursive//`; \
    list='common apache-2.0'; for subdir in $list; do \
    echo "Making $target in $subdir"; \
    if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
    else \
    local_target="$target"; \
    fi; \
    (cd $subdir && make $local_target) \
    || eval $failcom; \
    done; \
    if test "$dot_seen" = "no"; then \
    make "$target-am" || exit 1; \
    fi; test -z "$fail"
    make: Fatal error: Command failed for target `all-recursive'
    Please help me. My E-mail ID is [email protected]

  • Coldfusion 10 Enterprise with Tomcat + mod_jk and Apache2 experiencing child process hangups

    I am experiencing the most bizarre thing that so far I am unable to reproduce with my own visits to the site.
    After restarting Apache2 my cacti graphs show that the child processes increment consistently over the course of a day without dropping back down during off hours.  This behavior eventually leaves the website inaccessible...
    Looking at server-status it is filled with Ws (Sending Reply) and GET calls to my cfm applications :
    Current Time: Tuesday, 22-Jul-2014 16:33:00 PDTRestart Time: Monday, 21-Jul-2014 22:51:12 PDTParent Server Generation: 0Server uptime: 17 hours 41 minutes 48 secondsTotal accesses: 194844 - Total Traffic: 3.8 GBCPU Usage: u201.55 s34.46 cu0 cs0 - .37% CPU load3.06 requests/sec - 63.2 kB/second - 20.6 kB/request73 requests currently being processed, 4 idle workers
    WWWWWWWWWWWWWWWWWWWWWWWWWKWWWWWWWWWWWWWWWWWCWWWWW_WWWWWWCWWW_WWW _WKW...KWW.W_KWW....W........................................... ................................................................ ................................................................
    Scoreboard Key:
    "_" Waiting for Connection, "S" Starting up, "R" Reading Request,
    "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup,
    "C" Closing connection, "L" Logging, "G" Gracefully finishing,
    "I" Idle cleanup of worker, "." Open slot with no current process
    Srv
    PID
    Acc
    M
    CPU
    SS
    Req
    Conn
    Child
    Slot
    Client
    VHost
    Request
    0-0
    15074
    0/46/1370
    W
    7.39
    46158
    0
    0.0
    0.44
    23.89
    192.168.1.10
    www.mysite.edu
    GET /directory/?directory=department&deptexp=7000 HTTP/1.1
    1-0
    11563
    0/47/468
    W
    2.75
    58867
    0
    0.0
    4.69
    13.64
    192.168.1.10
    www.mysite.edu
    GET /catalog/index.cfm?courselist=list&dept=&searchc=PEHW%20148
    2-0
    12906
    0/65/884
    W
    7.30
    54536
    0
    0.0
    0.80
    14.62
    192.168.1.10
    www.mysite.edu
    GET /athletics/resources/nwaacc-athlete-of-the-week/ HTTP/1.1
    3-0
    13840
    0/41/1085
    W
    4.01
    51162
    0
    0.0
    0.56
    20.57
    192.168.1.10
    www.mysite.edu
    GET /directory/?directory=department&deptexp=17001 HTTP/1.1
    4-0
    15928
    0/20/1635
    W
    5.40
    43715
    0
    0.0
    0.06
    41.37
    192.168.1.10
    www.mysite.edu
    GET /directory/?directory=department&deptexp=37000 HTTP/1.1
    5-0
    18774
    0/19/2387
    W
    0.33
    34564
    0
    0.0
    0.24
    52.70
    192.168.1.10
    www.mysite.edu
    GET /directory/?directory=department&deptexp=19009 HTTP/1.1
    6-0
    4321
    0/36/6612
    W
    3.61
    13200
    0
    0.0
    0.28
    129.74
    192.168.1.10
    www.mysite.edu
    GET /directory/index.cfm?directory=department&deptexp=28011 HTT
    7-0
    13077
    0/0/808
    W
    0.42
    54383
    0
    0.0
    0.00
    24.81
    192.168.1.10
    www.mysite.edu
    GET /directory/index.cfm?directory=department&deptexp=6005 HTTP
    8-0
    16488
    0/118/1673
    W
    12.39
    40692
    0
    0.0
    1.30
    35.44
    192.168.1.10
    www.mysite.edu
    GET /directory/?directory=department&deptexp=31003 HTTP/1.1
    9-0
    10726
    0/15/110
    W
    0.58
    61963
    0
    0.0
    0.05
    1.83
    192.168.1.10
    www.mysite.edu
    GET /directory/index.cfm?directory=All&index=Q HTTP/1.1
    10-0
    13154
    0/1/688
    W
    0.00
    54165
    0
    0.0
    0.00
    16.83
    192.168.1.10
    www.mysite.edu
    GET /directory/?directory=All&firstname=Patrick&lastname=Murphy
    11-0
    12590
    0/25/516
    W
    4.45
    55851
    0
    0.0
    0.76
    11.19
    192.168.1.10
    www.mysite.edu
    GET /directory/?directory=department&deptexp=4000 HTTP/1.1
    12-0
    12551
    0/13/454
    W
    1.84
    56055
    0
    0.0
    0.38
    10.00
    192.168.1.10
    www.mysite.edu
    GET /directory/index.cfm?directory=department&deptexp=20001 HTT
    13-0
    13333
    0/23/626
    W
    3.86
    53189
    0
    0.0
    0.57
    11.66
    192.168.1.10
    www.mysite.edu
    GET /directory/?directory=department&deptexp=31005 HTTP/1.1
    14-0
    12410
    0/13/387
    W
    2.70
    56484
    0
    0.0
    0.42
    10.55
    192.168.1.10
    www.mysite.edu
    GET /directory/?directory=department&deptexp=6003 HTTP/1.1
    15-0
    13162
    0/70/389
    W
    10.81
    53114
    0
    0.0
    0.86
    5.60
    192.168.1.10
    www.mysite.edu
    GET /directory/?directory=department&deptexp=6005 HTTP/1.1
    16-0
    12309
    0/22/275
    W
    2.23
    56878
    0
    0.0
    0.43
    3.91
    192.168.1.10
    www.mysite.edu
    GET /directory/?directory=department&deptexp=20005 HTTP/1.1
    17-0
    13163
    0/57/341
    W
    11.85
    53120
    0
    0.0
    1.38
    6.49
    192.168.1.10
    www.mysite.edu
    GET /catalog/index.cfm?courselist=list&dept=&searchc=ENGR%26%20
    I have straced a hung process to only find the following :
    strace -p 6472
    Process 6472 attached - interrupt to quit
    read(23,
    Another interesting bit of info, none of these GET requests make it into my access.log file which I find very peculiar as well.
    Here are my CF Specs
    Server Details
    Server Product ColdFusion
    Version 10,0,13,287689
    Tomcat Version 7.0.23.0
    Edition Enterprise 
    Serial Number
    Operating System UNIX 
    OS Version 3.2.0-65-generic 
    Update Level /opt/coldfusion10/cfusion/lib/updates/chf10000013.jar 
    Adobe Driver Version 4.1 (Build 0001) 
    JVM Details
    Java Version 1.6.0_29 
    Java Vendor Sun Microsystems Inc. 
    Here are my Apache2 Specs
    Server version: Apache/2.2.22 (Ubuntu)
    Server built:   Apr 17 2014 21:49:25
    Server's Module Magic Number: 20051115:30
    Server loaded:  APR 1.4.6, APR-Util 1.3.12
    Compiled using: APR 1.4.6, APR-Util 1.3.12
    Architecture:   64-bit
    Server MPM:     Prefork
      threaded:     no
        forked:     yes (variable process count)
    Server compiled with....
    -D APACHE_MPM_DIR="server/mpm/prefork"
    -D APR_HAS_SENDFILE
    -D APR_HAS_MMAP
    -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
    -D APR_USE_SYSVSEM_SERIALIZE
    -D APR_USE_PTHREAD_SERIALIZE
    -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
    -D APR_HAS_OTHER_CHILD
    -D AP_HAVE_RELIABLE_PIPED_LOGS
    -D DYNAMIC_MODULE_LIMIT=128
    -D HTTPD_ROOT="/etc/apache2"
    -D SUEXEC_BIN="/usr/lib/apache2/suexec"
    -D DEFAULT_PIDLOG="/var/run/apache2.pid"
    -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
    -D DEFAULT_LOCKFILE="/var/run/apache2/accept.lock"
    -D DEFAULT_ERRORLOG="logs/error_log"
    -D AP_TYPES_CONFIG_FILE="mime.types"
    -D SERVER_CONFIG_FILE="apache2.conf"
    I am hoping this is no normal behavior for Coldfusion 10.
    Many thanks in advance.

    We're having the same problem, although with CF11.

  • Please Help ?? Tomcat 6 and JDK 6 Class Not Found Exception when deploying

    Hi,
    I am deploying this application in Tomcat 6, but I am getting ClassNotFoundException when I try to the application. I am a novice at this.
    SEVERE: Error loading WebappClassLoader
      delegate: false
      repositories:
    ----------> Parent Classloader:
    org.apache.catalina.loader.StandardClassLoader@146c1d4
    com.jbe.test.HelloWorldServlet
    java.lang.ClassNotFoundException: com.jbe.test.HelloWorldServlet
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1359)
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1205)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1068)
         at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:791)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:127)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
         at java.lang.Thread.run(Thread.java:619)
    Oct 15, 2007 12:57:31 AM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Allocate exception for servlet asterisk
    java.lang.ClassNotFoundException: com.jbe.test.HelloWorldServlet
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1359)
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1205)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1068)
         at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:791)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:127)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
         at java.lang.Thread.run(Thread.java:619)My web xml configuration
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
        version="2.4">
         <display-name>Hello, World Application</display-name>
        <description>
         Simple Test with a servlet.
        </description>
        <servlet>
             <servlet-name>helloworld</servlet-name>
             <servlet-class>com.jbe.test.HelloWorldServlet</servlet-class>
        </servlet>
        <servlet-mapping>
             <servlet-name>helloworld</servlet-name>
             <url-pattern>/hello.htm</url-pattern>
        </servlet-mapping>
    </web-app>My JSP: <html>
         <head><title>Test Hello World</title>
         </head>
         <body>
         <form>
         <a href = "hello.htm">Hello World</a>
         </form>
         </body>
    </html>
    Please Help !!!

    Are you sure your HelloWorldServlet has doGet method?
    package com.jbe.test;
    // Import servlet packages
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    public class HelloWorldServlet extends HttpServlet {
         public HelloWorldServlet() {}
         public void init() throws ServletException     {}
         public void doGet(HttpServletRequest request, HttpServletResponse response)
         throws ServletException, IOException           {
              response.setContentType("text/html");
            // then get the writer and write the response data
            PrintWriter out = response.getWriter();
            out.println("<HEAD><TITLE> SimpleServlet Output</TITLE></HEAD><BODY>");
            out.println("<h1> SimpleServlet Output </h1>");
            out.println("<P>This is output is from SimpleServlet.");
         out.println("</BODY>");
         out.close();
         public void destroy()     {}
    }

  • Link between Tomcat 5 and JSTL 1.1

    Could someone help me to point to the right URI, please. Here is my code and error.
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <html>
    <body>
    You sent the following request headers:
    <table border="1">
    <tr>
    <th>
    Header
    </th>
    <th>
    Value
    </th>
    </tr>
    <c:forEach var="entry" items="${header}">
    <tr>
    <td>
    ${entry.key}
    </td>
    <td>
    ${entry.value}
    </td>
    </tr>
    </c:forEach>
    </table>
    </body>
    </html>
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
         at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:94)
         at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:365)
         at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:151)
         at org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:174)
         at org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:448)
         at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:506)
         at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1547)
         at org.apache.jasper.compiler.Parser.parse(Parser.java:166)
         at org.apache.jasper.compiler.ParserController.parse(ParserController.java:269)
         at org.apache.jasper.compiler.ParserController.parse(ParserController.java:155)
         at org.apache.jasper.compiler.ParserController.parse(ParserController.java:142)
         at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:245)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:448)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:434)
         at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:571)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:303)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:293)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:288)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:294)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:490)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1020)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:196)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:490)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1020)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2625)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:490)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1020)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:163)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:490)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1020)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:196)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:625)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:430)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:567)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:623)
         at java.lang.Thread.run(Thread.java:534)
    Apache Tomcat/5.0

    It's in the c.tld file inside the standard.jar.
    You should have that in your WEB-INF/lib directory.
    %

  • Question concerning Eclipse and Tomcat Plugin and JSP

    I have a Tomcat-Project that I am working on in Eclipse and quite a few external JARs. Everything works fine, when I run my Test class within my project (in Eclipse). But as soon, as I am trying to call the jsp in my browser I get Exceptions: "java.lang.NoClassDefFoundError: org/apache/log4j/Logger" for example, which tells me that in the browser it can't find the JARs... I'm guessing something's wrong with the classpath but I was thinking that Eclipse would handle those things for me...
    I've added the JARs to my project via Eclipse (Properties -> Java Build Path -> Libraries -> Add external JARs). And I've created a subdirectory for my jsp files and allowed my project to update the .xml file for the settings and all... Do I need to do anything else? What have I done wrong so far, have I forgotten to do?

    I solved the problem...

Maybe you are looking for

  • Using DV Kitchen

    I am trying to use DV Kitchen to encode an HD movie from FCP. In all their glossy advertising and their "Hey guys it's all so simple blurb" they don't seem to mention exactly how you get the movie from FCP into DV Kitchen to start with. Anyone got an

  • Work Flow Help

    Hi, I'm working on a project and need to know what a good approach is. I have about 50 videos. There will be a main main and several sub menus. The sub menu options will take the users to a page that displays a video to one side and then text on the

  • Precision operation (Float point) on FPGA 2011

    Dear Experts.... For my application I have to perform demodulation operation on FPGA. I want to store an array of double precision number. When I am trying to perform any double precision number operation I am getting this error "Wire:Type not suppor

  • Certificate of Insurance

    Hi Gurus, Any body have idea on certificate of insurance. If so please give me some inputs. (in process industry) What is certificate on insurance? I googled out and couldn't find anything. How it is mapped and what are the steps to map. Waiting for

  • Adding options to a button?

    I've got the following code: obj = w.add('panel', [45,50,350,135], 'Title'); How do I add options, such as size, margins, alignChildren to this panel? If I would do this in Script UI I'de do something like this: var layout = "dialog {  \     text: 'T