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

Similar Messages

  • 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

  • Adobe Application Manager Download Error (and other problems)

    Last week I purchased a Creative Cloud membership (Student and Teacher Edition, if that matters at  all).  When I tried to download applications, the Adobe Application Manager seemed to be unable to connect and instead displayed "Download Error. Press Retry to try again or contact customer support."  I read some of the responses to this problem on the forums, and after trying several things, I got it to work (I'm honestly not sure what I did that caused it to work).  However, it is now failing to work again and I can't seem to fix it this time.  As an additional problem, When I tried to open Adobe Premiere Pro (which I managed to download when I got the App Manager working for a while), I got the opening screen that asked me to open a project or start a new project.  No matter what I clicked on, Premiere Pro closed with an error message. Just as with the App Manager (and at the same time), I managed to get Premiere Pro to work (it seemed to work after I set permissions so I thought I solved it), so I was able to use it for a day.  However, now the problem has returned.
    I don't know if these two problems are related, but they started working at the same time and stopped working at the same time, so I'm posting them together in case there is a connection.  I am running Windows Vista on my home computer.  I can sign on to the creative cloud online without problem so it recognizes me as a creative cloud subscriber.  My Internet connection is working fine.  I have disabled all firewalls and it still doesn't work.  Very frustrating, obviously.
    Thanks for your time and any help or suggestions you can give.
    - KP

    Kardypaine for your Internet configuration difficulties I would recommend reviewing Sign in or activation errors | CS6, CS5.5 Subscriptions, CS6 Perpetual - http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html.
    For the failure of Premiere Pro to open you will want to review the install log to see if you received an installation error.  You can find details on how to locate and interpret the installation logs at Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html.

  • 10.4 Server TLS errors and other errors

    My mail server is giving me a variety of errors that I haven't been able to figure out how to fix.
    TLS server engine: cannot load cert/key data
    Feb 11 16:35:45 Mail-Server imap[421]: error initializing TLS
    Feb 11 16:35:45 Mail-Server imap[421]: TLS server engine: cannot load CA data
    Feb 11 16:35:45 Mail-Server imap[421]: unable to get certificate from '/etc/certificates/Default.crt'
    Feb 11 16:35:45 Mail-Server imap[421]: TLS server engine: cannot load cert/key data
    Feb 11 16:35:45 Mail-Server imap[421]: error initializing TLS
    DBERROR: skiplist recovery /var/imap/user/f/frances.seen: 0240 should be ADD or DELETE
    Feb 11 16:52:15 Mail-Server imap[373]: DBERROR: opening /var/imap/user/f/frances.seen: cyrusdb error
    Feb 11 16:52:15 Mail-Server imap[373]: DBERROR: skiplist recovery /var/imap/user/f/frances.seen: 0240 should be ADD or DELETE
    Feb 11 16:52:15 Mail-Server imap[373]: DBERROR: opening /var/imap/user/f/frances.seen: cyrusdb error
    Feb 11 16:52:15 Mail-Server imap[373]: DBERROR: skiplist recovery /var/imap/user/f/frances.seen: 0240 should be ADD or DELETE
    Feb 11 16:52:15 Mail-Server imap[373]: DBERROR: opening /var/imap/user/f/frances.seen: cyrusdb error
    Feb 11 16:52:15 Mail-Server imap[373]: DBERROR: skiplist recovery /var/imap/user/f/frances.seen: 0240 should be ADD or DELETE
    Feb 11 16:52:15 Mail-Server imap[373]: DBERROR: opening /var/imap/user/f/frances.seen: cyrusdb error
    Feb 11 16:52:15 Mail-Server imap[373]: DBERROR: skiplist recovery /var/imap/user/f/frances.seen: 0240 should be ADD or DELETE
    Feb 11 16:52:15 Mail-Server imap[373]: DBERROR: opening /var/imap/user/f/frances.seen: cyrusdb error
    Feb 11 16:52:15 Mail-Server imap[373]: DBERROR: skiplist recovery /var/imap/user/f/frances.seen: 0240 should be ADD or DELETE
    Feb 11 16:52:15 Mail-Server imap[373]: DBERROR: opening /var/imap/user/f/frances.seen: cyrusdb error
    Feb 11 16:52:15 Mail-Server imap[373]: DBERROR: skiplist recovery /var/imap/user/f/frances.seen: 0240 should be ADD or DELETE
    Feb 11 16:52:15 Mail-Server imap[373]: DBERROR: opening /var/imap/user/f/frances.seen: cyrusdb error
    Feb 11 16:52:15 Mail-Server imap[373]: DBERROR: skiplist recovery /var/imap/user/f/frances.seen: 0240 should be ADD or DELETE
    Feb 11 16:52:15 Mail-Server imap[373]: DBERROR: opening /var/imap/user/f/frances.seen: cyrusdb error
    I'm using Plain authentication without SSL. I just bought a new MacBook Pro with 10.9.1, and whenever I send an email it says that Authentication fails, but sends the email anyway, and I'm not sure if that's something I should worry about or not.
    Feb 11 17:00:00 Mail-Server postfix/smtpd[626]: warning: AOD: Authentication failed for user rstilley. (Open Directroy error: -14090)
    Feb 11 17:00:00 Mail-Server postfix/smtpd[626]: warning: 24-178-136-163.dhcp.crtn.ga.charter.com[24.178.136.163]: SASL PLAIN authentication failed
    I haven't been able to find much out about this Open Directory error (odd that Directory is misspelled...)
    Any help anyone can give me would be most appreciated. I'll be glad to post any log files.
    Here is my postconf -n output:
    Mail-Server:/var/log root# postconf -n
    alias_maps = hash:/etc/aliases,hash:/var/mailman/data/aliases
    always_bcc =
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    daemon_directory = /usr/libexec/postfix
    debug_peer_level = 2
    delay_warning_time = 1h
    disable_vrfy_command = yes
    enable_server_options = yes
    inet_interfaces = all
    luser_relay =
    mail_owner = postfix
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    maps_rbl_domains =
    maximal_queue_lifetime = 2d
    message_size_limit = 0
    mydestination = $myhostname,localhost.$mydomain,times-georgian.com
    mydomain_fallback = localhost
    myhostname = times-georgian.com
    mynetworks = 127.0.0.1/32,10.1.6.0/24
    mynetworks_style = host
    newaliases_path = /usr/bin/newaliases
    owner_request_special = no
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    recipient_delimiter = +
    relayhost =
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = postdrop
    smtpd_client_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_rbl_client zen.spamhaus.org,permit
    smtpd_enforce_tls = no
    smtpd_helo_required = yes
    smtpd_helo_restrictions = permit_sasl_authenticated,permit_mynetworks,check_helo_access hash:/etc/postfix/helo_access,reject_non_fqdn_hostname,reject_invalid_hostname, permit
    smtpd_pw_server_security_options = plain
    smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination,permit
    smtpd_sasl_auth_enable = yes
    smtpd_tls_loglevel = 0
    smtpd_use_pw_server = yes
    smtpd_use_tls = no
    unknown_local_recipient_reject_code = 550
    Thanks in advance.

    UPDATE: My VPN is now running!
    Through a series of Firewall configuration changes, I am now able to connect and access files on the server through VPN. I still have some small details to work-out (i.e., I can't browse the Windows environment under the Network tab of My Computer). I can however map to the drive directly using the IP address.
    Windows 7 and Vista clients connect via L2TP using shared secret.

  • Photo images from dig. cam [one is error and other won't open] questions

    My wife inserted the sd card in the card reader and copied about 70 photo image files to the Mac. The camera that took all the 70 photos was a Panasonic DMC-LZ5 but I don't think the camera model matters much here.
    For the first time, 2 of the many images seem to be corrupt. Mac X reports one photo image has an error while trying to open and reports the second image won't open.
    My main concern is whether or not to just delete the two error/corrupt jpg images. My other main concern is that I don't want to keep the two images if it could affect or corrupt my hd or Mac system in some way.
    I normally just trash corrupted files; however, in this case I went ahead and attempted to open both of the 2 troubled files myself later and they both opened up in Preview and didn't report any error or corruption. However, one of the jpg images defintely is corrupt when viewing it as the bottom of the image is definitely messed up. However, the other image now opens perfectly and looks fine to the eye as if nothing is wrong with it.
    Here is a link to the one photo image that isn't quite right [note the obvious distortion at bottom of image]. Link is http://mysite.verizon.net/vzenvo78/question595.jpg
    Further very relevant information: The SanDisk sd card that all the 70 images were on is a 1 gig card and the sd card seems to be a total loss. The sd card can't be initialized/formatted by disk utility and furthermore the sd card is no longer recognized by the Panasonic camera - the Panasonic camera won't even preview the images off the card or allow me to format the card even from the camera.

    Hello,
    I see what you are talking about. I just discovered this same exact problem on a friends G5 after he uploaded pics from his Leica.
    This is what I did: I ran Disk Utility from the system restore disc to verify and repair the drive. DU reported Volume Bitmap problems. DU was able to repair the disc. Next, I created a new user account and tried uploading the images from the camera to the G5 and it worked just fine. The images loaded like they should.
    I also reinstalled the drivers that came with the camera.
    Delete any files that your Mac reports as a problem. It's just not worth leaving them on the drive.
    So...... run Disk Utility from your system restore disc. If it reports errors, hopefully DU can repair them. If not, one option is to get DiskWarrior here:
    www.alsoft.com or TechToolPro4 here: www.micromat.com
    One other idea is how old is the card?
    Next idea is to create a new user acccount: System Prefs/Accounts. Try using that account to upload the same images. See if they upload as they should. If they do, then the issue isn't system wide, it's just in the other user account.
    Remember to always back up your images/audio/data often as you never know when you might need to do either an Archive or Erase and Reinstall.
    Carolyn

  • Adobe CS5.5 Production Premium Install Errors and Other Issues

    Hi,
    I just  installed Adobe CS5.5 Production Premium on my computer and had some  errors pop up at the end of installation.  I  will paste the summary below.   I've tried to install Procction Premium a couple of times.  I've used  the Adobe Cleaner Tool.  From what I've researched, the Flash Issue  is a  a false error since Flash was already installed on the computer.   Is  the rest of it connected to the Flash issue as well?
    Thr programs all seem to work fine except for the issue below.
    My  other question is that when I am in Windows Explorer and I Right-Click  on say a .jpg file and select Open With...  I am not able to select  Adobe Photoshop or Illustrator for that matter.  I have Dreamweaver CS4  and that shows up as an option.  I have gone through the process of trying to add the  Adobe Photoshop .exe file, but it still doesn't work.  However, if I open Adobe Bridge, I am able to select Photoshop or Illustrator to open a file.  Is this  connected to my install or is there something else going on?  I did  uninstall an ancient version of Adobe Photoshop 7.0 that I've had for  years, but that was prior to installing Production Premium CS5.  Could  that have caused an issue?  I read that uninstalling an old Photoshop  can cause problems like this.
    Any help would be greatly appreciated.
    Exit Code: 6
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 4 error(s), 2 warning(s)
    ----------- Payload: {CFA46C39-C539-4BE9-9364-495003C714AD} Adobe SwitchBoard 2.0 2.0.0.0 -----------
    WARNING: DF029: ARKServiceControl::StartService: Service not started/stopped SwitchBoard. Current
    State: 0 Exit Code: 0 Service Specific Exit Code: 0(Seq 1)
    ----------- Payload: {2EE4F060-CEE6-4002-AA8B-91B791541767} Pixel Bender Toolkit 2.6.0.0 -----------
    WARNING: DF035: CreateAlias:Icon file does not exist at C:\Program Files (x86)
    \Adobe\Adobe Utilities - CS5.5\Pixel Bender Toolkit
    2.6\windows\pb_app.icofile:\\\C:\PIXELB~1\source\winwood\Staging 0X1.7E8FC6P-
    1021rea\windows\pb_app.ico42178f80493091e8e552c84a2897e9da68fce32_32_f80493091e8e552c84a28 97e9da68fce  for icon C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Adobe  Production Premium CS5.5\Adobe Pixel Bender Toolkit 2.6.lnk with target  C:\Program Files (x86)\Adobe\Adobe Utilities - CS5.5\Pixel Bender Toolkit 2.6\Pixel Bender Toolkit.exe(Seq 89)
    ----------- Payload: {43A1C48E-3E50-410e-951C-E17A66BBF824} Adobe Flash Player 10 Plugin 10.0.0.0 -----------
    ERROR: Error 1722.There is a problem with this Windows Installer package. A program run as part
    of the setup did not finish as expected. Contact your support personnel or package vendor. Action
    NewCustomAction1, location: C:\Users\RYANAN~1\AppData\Local\Temp\InstallPlugin.exe, command: -
    install plugin -msi
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 1722.There is a problem with this Windows Installer package. A program run
    as part of the setup did not finish as expected. Contact your support personnel or package vendor.
    Action NewCustomAction1, location: C:\Users\RYANAN~1\AppData\Local\Temp\InstallPlugin.exe,
    command: -install plugin -msi
    ERROR: DW050: The following payload errors were found during install:                                                  
    ERROR: DW050: - Adobe Flash Player 10 Plugin: Install failed
    Message was edited by: rynohose

    Yes, your installation errors appear to be the innocuous false errors related to the brain-dead Flash installer. If the programs seem to be working fine, don't worry about it. As far as not being able to open images with Photoshop from Windows Explorer, I recommend taking that question to the Photoshop forum.

  • Edge Animate causing Server Time Out Error and other problems

    Site is not verifying due to Server Time Out error. Also menu which was created with Adobe Edge Animate does not show up as navigation in a site map or when bots read the site. Site won't verify or index in google.
    Suggestions on how to fix this would be helpful and appreciated.
    This is the website address. please type in Without any spaces:
    louis place cafe DOT com DOT au

    Site is not verifying due to Server Time Out error. Also menu which was created with Adobe Edge Animate does not show up as navigation in a site map or when bots read the site. Site won't verify or index in google.
    Suggestions on how to fix this would be helpful and appreciated.
    This is the website address. please type in Without any spaces:
    louis place cafe DOT com DOT au

  • Tomcat error and temporarily stops working

    Can someone tell me why my Tomcat stops working when I startup w/following error:
    plication 2.3//EN --> http://java.sun.com/dtd/web-app_2_3.dtd "null"
    ERROR reading C:\jakarta-tomcat-3.2.2\webapps\bugrat\WEB-INF\web.xml
    At External entity not found: "http://java.sun.com/dtd/web-app_2_3.dtd".
    I checked the url reference for the dtd - it's completely valid.
    Afterwards, for a minute or so, Tomcat doesn't work(i.e., http://localhost returns error). But, finally spitting out the following error, tomcat comes back working.
    ERROR reading C:\jakarta-tomcat-3.2.2\webapps\bugrat\WEB-INF\web.xml
    java.net.ConnectException: Connection timed out: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:292)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:158)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:145)
    at java.net.Socket.connect(Socket.java:391)
    at java.net.Socket.connect(Socket.java:349)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:142)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:344)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:532)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:280)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:290)
    at sun.net.www.http.HttpClient.New(HttpClient.java:302)
    at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection
    .java:397)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLCon
    nection.java:490)
    at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:237
    at org.apache.crimson.parser.Resolver.createInputSource(Resolver.java:28
    7)
    at org.apache.crimson.parser.ExternalEntity.getInputSource(ExternalEntit
    y.java:91)
    at org.apache.crimson.parser.Parser2.pushReader(Parser2.java:3003)
    at org.apache.crimson.parser.Parser2.externalParameterEntity(Parser2.jav
    a:2738)
    at org.apache.crimson.parser.Parser2.maybeDoctypeDecl(Parser2.java:1155)
    at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:489)
    at org.apache.crimson.parser.Parser2.parse(Parser2.java:305)
    at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:433)
    at org.xml.sax.helpers.XMLReaderAdapter.parse(XMLReaderAdapter.java:223)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:317)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:260)
    at org.apache.tomcat.util.xml.XmlMapper.readXml(XmlMapper.java:214)
    at org.apache.tomcat.context.WebXmlReader.processWebXmlFile(WebXmlReader
    .java:202)
    at org.apache.tomcat.context.WebXmlReader.contextInit(WebXmlReader.java:
    109)
    at org.apache.tomcat.core.ContextManager.initContext(ContextManager.java
    :491)
    at org.apache.tomcat.core.ContextManager.init(ContextManager.java:453)
    at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:195)
    at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
    2001-07-17 11:39:52 - PoolTcpConnector: Starting HttpConnectionHandler on 80
    2001-07-17 11:39:53 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007
    PH!

    What I meant was, can your Tomcat installation actually connect to it (is it possible that your internet connection isn't working properly all the time)?

  • IDVD multiplexer error and other woes - a happy tale!

    I just wanted to share with anyone out there who's getting the nondescript "multiplexer error" when trying to burn a DVD in iDVD, that after poring over and trying just about every suggested solution I could find online, the one that worked was, of course, the simplest:
    All I did was go to Staples and buy DVD-R blank discs instead of the DVD+R ones I had been trying to use.
    Hope this helps somebody out there!

    A good point you make there about media.
    It is important to make sure the type of disks you are using are supported by your computer.
    1.) Make sure the DVD disks you are using are compatible with your computer's optical drive. If you use a disk that is not supported by your computer's SuperDrive you may get inconsistent burn results. You can find out what types and speeds of disks your computer supports by going here and looking for the "SuperDrive" section under your model of computer: http://support.apple.com/specs/
    2.) Use DVD-R disks that list a lower speed. Burnable media comes with numbering on the original packaging that indicates the speed of the disk (Usually 1x,2x,3x, etc.). A lower number may produce a more compatible disk on more systems than a high number.
    3.) Try different brands of media. I personally try to stick with media made by companies with a long history of making recordable media.

  • Lightroom 5.5 internal error and other issues

    Since upgrading to Lightroom 5 (I'm using 5.5 now), I've had all sorts of weird behavior and slow performance, particularly in the Library module. After heavy use in the Library, Lightroom starts to refuse to reorder, or add to collections, or it will open the wrong photo in Photoshop when I press Ctrl-E, all kinds of things. One day I couldn't quit by pressing Ctrl-Q; it would bring up the Export dialog box. Typically if I exit and restart, the problems go away for a time.
    Today, the latest is this:
    I've deleted the Preference files once, and I regularly optimize the catalog. Any clues where I could go from here?
    Windows 7 Home Premium, 64 bit.

    Do you have the 3G/4G mobile network active when you press the download button in the message? Whenever I had to download the attachments in a mms message, I did it while connected to the 3G network. The wifi connection had to be turned off or disconnected.
    HTH

  • Setup errors and guides best place ?

    Where should i ask my question about setup errors and other same things ?

    For what setup? Assuming windows I'd ask over here.
    http://answers.microsoft.com/en-us/windows
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • A useful guide to broadband, DLM, and other stuff

    Dear all,
    Here is some information I stumbled over whilst in my quest to understand broadband and why mine is broken. A little old but it will explain some concepts such as dynamic line management (DLM), line stabilisation, errors, and other such things. I hope it will help clarify the truths and the legends and allow people to understand the explanations offered by the technical and not so technical staff!
    Good luck one and all.
    http://www.thinkbroadband.com/files/broadband-max-myths-and-legends.pdf
    thedoctor.

    Nice info thank you
    If any post helps tick the star box on the left
    Just cause Im paranoid dont mean they are not out to get me

  • 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

  • Error in Tomcat log and localhost_log after  BO XI2 SP3 install

    Hi,
    After installing SP3 on my server I am getting the following error message in the localhost_log.2008-09-17.txt.
    Caused by: java.lang.IllegalStateException: Context path /businessobjects/enterprise115/desktoplaunch is already in use
         at org.apache.catalina.core.StandardHostDeployer.addChild(StandardHostDeployer.java:896)
    As well when I start Tomcat a severe error message apears.
    I have replaced web.xml and struts-InfoView.xml with the original version.
    Location:C:\Program Files\Business Objects\Tomcat\webapps\businessobjects\enterprise115\desktoplaunch\WEB-INF
    When I conncet to IfoView, it seems to work, except some activex buttons are "red Xed".
    Thank you for your help,
    Alex

    Error-Page tags work best with an error.html pages. If you have an error.jsp page what I would do, and I have, is wrap my classes and jsp pages in a try catch block where you forward to the error jsp page and display anything you want. YOu can also do this with if else statements. I have used the tomcat error pages before but when I've implemented them I used java.lang.Exception as the error to catch not Throwable. I don't know if this would make a difference or have anything to do with your problem.

  • Tomcat error:" It is not available the ServletAction"  and jars not found

    Hi,
    I am deploying an application using Ant from MyEclipse IDE.
    When I deploy the application with the Ant, it says to me that the application has successfully deployed. I go to webaapps directory and I can see into that it how the application has been deployed with its WAR.
    But when I try to excute the application, Tomcat gives me the following error:
    Message: It is not available the Servlet Action
    Description: The request resource (It doesn`t available the ServletAction) is not available.
    If I go to Apache Tomcat`s stdout log I can see two warnings:
    WARN: No appends could be found for logger (org.apache.commons.beanutils.Convertutils)
    WARN: Please initialize the log4j system properly
    But, If I go to the Java Build path of the application I can verify how I have added the commons.beanutils.jar and log4j.jar .
    I don`t know why it doesn´t run and I am stuck.
    I would be very grateful somebody could help me to solve this problem.
    Regards

    The logging doesn't need to be set up properly for the web app to function, usually. The more critical point is the error message from Tomcat about the Servlet Action. Is that the exact error message? I'm just asking because I've never seen a Tomcat error written like that. Could you post the exact message.. Are you using Struts? And where are you seeing the Tomcat error message? Is it appearing in the console or in one of the logs or in the browser?
    My guess is you have a jar missing from your classpath but I can't tell from what you've posted.

Maybe you are looking for