Change:

http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.14/bin/apache-tomcat-6.0.14.zip

To:

http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.18/bin/apache-tomcat-6.0.18.zip

HTH,

Matt

On Thu, Nov 6, 2008 at 10:50 PM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
> Hai Matt,
>    As per your previous mail apache tomcat version is there in pom.xml
> -->Cargo container Settings .. then where i have to change ..I have apache
> tomcat 6.0.18 version is there with me ...Shall i mention 6.0.18 there.....
>  send me a reply ...if any other changes
>
> the below are file available in POM.xml
> <!-- Cargo settings -->
>         <cargo.container>tomcat5x</cargo.container>
>         <cargo.container.home>${env.CATALINA_HOME}</cargo.container.home>
>
> <cargo.container.url>http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.14/bin/apache-tomcat-6.0.14.zip</cargo.container.url>
>         <cargo.host>localhost</cargo.host>
>         <cargo.port>8081</cargo.port>
>         <cargo.wait>false</cargo.wait>
>
>
> with regards,
>  Manju
>
>
>
> Matt Raible wrote:
>
> Have you tried searching for "6.0.14" in your pom.xml? It should be in
> there and easy enough to change.
>
> Matt
>
> On Thu, Nov 6, 2008 at 10:05 PM, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
>
>
> Hai Matt,
>   As per your previous mail I deleted the temp folder and tried ..but when i
> am running mvn appfuse:full-source ..again its coming automatically.....
>
> In pom.xml where i have to change tomcat version 6.0.14 to 6.0.18....please
> tell me how to solve this problem.I asked many java tech persons..they also
> couldnt solve this problem......
>
> with regards,
>  manju
>
>
>
> Matt Raible wrote:
>
> I would try deleting
> C:\DOCUME~1\XPPRESP3\LOCALS~1\Temp\cargo\installs\. If that doesn't
> work, change Tomcat (in your pom.xml) from 6.0.14 to 6.0.16 or 6.0.18.
>
> Matt
>
> On Thu, Nov 6, 2008 at 6:14 AM, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
>
>
> Hai,
>   I developed one project by using Appfuse in Struts basic...i have one
> error when try to get    mvn appfuse:full-source...
>
> ERRORS:
>  1.unexpected end of ZLIB input stream
>  2.FATAL error
>   For further information I attached error trace which i was get ,,please
> send me comments how to solve this problem....
>
> With regards,
>   Manju
> , T_N varchar(50), M_N varchar(50), entity_type varchar(50), address_Line1
> varch
> ar(50), address_Line2 varchar(50), zipCode varchar(50), industry
> varchar(50), em
> ployeeStrength varchar(50), preferredPaymentCurrency varchar(50), name
> varchar(5
> 0), state varchar(50), country varchar(50), Title varchar(50), primary key
> (id))
>  ENGINE=InnoDB;
> create table Office (id bigint not null auto_increment, office_place
> varchar(50)
> , name varchar(50), strength varchar(50), primary key (id)) ENGINE=InnoDB;
> create table PackageOption (id bigint not null auto_increment, packageType
> varch
> ar(255), price varchar(255), packageName varchar(255), primary key (id))
> ENGINE=
> InnoDB;
> create table Person (id bigint not null auto_increment, first_name
> varchar(50),
> last_name varchar(50), primary key (id)) ENGINE=InnoDB;
> create table app_user (id bigint not null auto_increment, username
> varchar(50) n
> ot null unique, email varchar(255) not null unique, password_hint
> varchar(255),
> first_name varchar(50) not null, last_name varchar(50) not null,
> phone_number va
> rchar(255), website varchar(255), account_expired bit not null,
> account_locked b
> it not null, credentials_expired bit not null, city varchar(50) not null,
> provin
> ce varchar(100), postal_code varchar(15) not null, address varchar(150),
> country
>  varchar(100), account_enabled bit, version integer, password varchar(255)
> not n
> ull, primary key (id)) ENGINE=InnoDB;
> create table role (id bigint not null auto_increment, name varchar(20),
> descript
> ion varchar(64), primary key (id)) ENGINE=InnoDB;
> create table user_role (user_id bigint not null, role_id bigint not null,
> primar
> y key (user_id, role_id)) ENGINE=InnoDB;
> alter table user_role add index FK143BF46A4FD90D75 (role_id), add constraint
> FK1
> 43BF46A4FD90D75 foreign key (role_id) references role (id);
> alter table user_role add index FK143BF46AF503D155 (user_id), add constraint
> FK1
> 43BF46AF503D155 foreign key (user_id) references app_user (id);
> [INFO] [compiler:testCompile]
> [INFO] Compiling 6 source files to E:\Manju\avm\target\test-classes
> [INFO] [dbunit:operation {execution: test-compile}]
> [INFO] [surefire:test]
> [INFO] Surefire report directory: E:\Manju\avm\target\surefire-reports
> log4j:WARN Continuable parsing error 53 and column 64
> log4j:WARN Attribute value "com.opensymphony.xwork2.util.OgnlValueStack" of
> type
>  ID must be unique within the document.
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running com.mycompany.sample.service.impl.PersonManagerImplTest
> [final] DEBUG [main] PersonManagerImplTest.testFindByLastName(54) | testing
> find
> ByLastName
> [final] DEBUG [main] PersonManagerImplTest.testGetPerson(26) | testing
> getPerson
>
> [final] DEBUG [main] PersonManagerImplTest.testGetPersons(41) | testing
> getPerso
> ns
> [final] DEBUG [main] PersonManagerImplTest.testSavePerson(69) | testing
> savePers
> on
> [final] DEBUG [main] PersonManagerImplTest.testRemovePerson(82) | testing
> remove
> Person
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
> Running com.mycompany.sample.Dao.CandidateDaoTest
> [final] INFO [main] CandidateDaoTest.loadContextLocations(210) | Loading
> context
>  for locations:
> classpath:/applicationContext-resources.xml,classpath:/applicati
> onContext-dao.xml,classpath*:/applicationContext.xml,classpath:**/applicationCon
> text*.xml
> [final] DEBUG [main] CandidateDaoTest.startNewTransaction(392) | Began
> transacti
> on (1): transaction manager
> [org.springframework.orm.hibernate3.HibernateTransac
> [EMAIL PROTECTED]; rollback [true].
> [final] INFO [main] CandidateDaoTest.testAddAndRemoveCandidate(31) |
> -----------
> -----------------------
> [final] INFO [main] CandidateDaoTest.testAddAndRemoveCandidate(32) | 15
> [final] INFO [main] CandidateDaoTest.testAddAndRemoveCandidate(33) | mr
> [final] INFO [main] CandidateDaoTest.testAddAndRemoveCandidate(34) | manju
> [final] INFO [main] CandidateDaoTest.testAddAndRemoveCandidate(35) |
> professiona
> l
> [final] INFO [main] CandidateDaoTest.testAddAndRemoveCandidate(36) | Email
> [final] INFO [main] CandidateDaoTest.testAddAndRemoveCandidate(37) |
> TelephoneNu
> mber
> [final] INFO [main] CandidateDaoTest.testAddAndRemoveCandidate(38) |
> MobileNumbe
> r
> [final] DEBUG [main] CandidateDaoTest.testAddAndRemoveCandidate(42) |
> removing c
> andidate...
> [final] WARN [main] CandidateDaoHibernate.get(60) | Uh oh, 'class
> com.mycompany.
> sample.model.Candidate' object with id '15' not found...
> [final] DEBUG [main] CandidateDaoTest.testAddAndRemoveCandidate(49) |
> Expected e
> xception: Object of class [com.mycompany.sample.model.Candidate] with
> identifier
>  [15]: not found
> [final] DEBUG [main] CandidateDaoTest.endTransaction(360) | Rolled back
> transact
> ion after execution of test [testAddAndRemoveCandidate].
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.625 sec
> Running com.mycompany.sample.service.impl.CandidateManagerImplTest
> [final] DEBUG [main] CandidateManagerImplTest.testGetCandidate(26) | testing
> get
> Candidate
> [final] DEBUG [main] CandidateManagerImplTest.testGetCandidates(40) |
> testing ge
> tCandidates
> [final] DEBUG [main] CandidateManagerImplTest.testFindByLastName(53) |
> testing f
> indByLastName
> [final] DEBUG [main] CandidateManagerImplTest.testSaveCandidate(68) |
> testing sa
> veCandidate
> [final] DEBUG [main] CandidateManagerImplTest.testRemoveCandidate(81) |
> testing
> removeCandidate
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> Running com.mycompany.sample.Dao.PersonDaoTest
> [final] DEBUG [main] PersonDaoTest.startNewTransaction(392) | Began
> transaction
> (1): transaction manager
> [org.springframework.orm.hibernate3.HibernateTransactio
> [EMAIL PROTECTED]; rollback [true].
> [final] DEBUG [main] PersonDaoTest.endTransaction(360) | Rolled back
> transaction
>  after execution of test [testFindPersonByLastName].
> [final] DEBUG [main] PersonDaoTest.startNewTransaction(392) | Began
> transaction
> (1): transaction manager
> [org.springframework.orm.hibernate3.HibernateTransactio
> [EMAIL PROTECTED]; rollback [true].
> [final] DEBUG [main] PersonDaoTest.testAddAndRemovePerson(39) | removing
> person.
> ..
> [final] WARN [main] PersonDaoHibernate.get(60) | Uh oh, 'class
> com.mycompany.sam
> ple.model.Person' object with id '16' not found...
> [final] DEBUG [main] PersonDaoTest.testAddAndRemovePerson(48) | Expected
> excepti
> on: Object of class [com.mycompany.sample.model.Person] with identifier
> [16]: no
> t found
> [final] DEBUG [main] PersonDaoTest.endTransaction(360) | Rolled back
> transaction
>  after execution of test [testAddAndRemovePerson].
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 sec
> Running com.mycompany.sample.Dao.AddressDaoTest
> [final] DEBUG [main] AddressDaoTest.startNewTransaction(392) | Began
> transaction
>  (1): transaction manager
> [org.springframework.orm.hibernate3.HibernateTransacti
> [EMAIL PROTECTED]; rollback [true].
> [final] DEBUG [main] AddressDaoTest.endTransaction(360) | Rolled back
> transactio
> n after execution of test [testFindAddressByCityName].
> [final] DEBUG [main] AddressDaoTest.startNewTransaction(392) | Began
> transaction
>  (1): transaction manager
> [org.springframework.orm.hibernate3.HibernateTransacti
> [EMAIL PROTECTED]; rollback [true].
> [final] DEBUG [main] AddressDaoTest.testAddAndRemoveAddress(28) | --------
> [final] DEBUG [main] AddressDaoTest.testAddAndRemoveAddress(29) | home
> [final] DEBUG [main] AddressDaoTest.testAddAndRemoveAddress(30) | Kurnool
> [final] DEBUG [main] AddressDaoTest.testAddAndRemoveAddress(31) | AP
> [final] DEBUG [main] AddressDaoTest.testAddAndRemoveAddress(32) | India
> [final] DEBUG [main] AddressDaoTest.testAddAndRemoveAddress(42) | removing
> addre
> ss...
> [final] WARN [main] AddressDaoHibernate.get(60) | Uh oh, 'class
> com.mycompany.sa
> mple.model.Address' object with id '8' not found...
> [final] DEBUG [main] AddressDaoTest.testAddAndRemoveAddress(51) | Expected
> excep
> tion: Object of class [com.mycompany.sample.model.Address] with identifier
> [8]:
> not found
> [final] DEBUG [main] AddressDaoTest.endTransaction(360) | Rolled back
> transactio
> n after execution of test [testAddAndRemoveAddress].
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
> Running com.mycompany.sample.Dao.PackageOptionDaoTest
> [final] DEBUG [main] PackageOptionDaoTest.startNewTransaction(392) | Began
> trans
> action (1): transaction manager
> [org.springframework.orm.hibernate3.HibernateTra
> [EMAIL PROTECTED]; rollback [true].
> [final] INFO [main] PackageOptionDaoTest.testAddAndRemovePackageoption(20) |
> ---
> -------------
> [final] INFO [main] PackageOptionDaoTest.testAddAndRemovePackageoption(21) |
> 10
> [final] INFO [main] PackageOptionDaoTest.testAddAndRemovePackageoption(22) |
> ind
> ividual
> [final] DEBUG [main] PackageOptionDaoTest.testAddAndRemovePackageoption(25)
> | re
> moving packageoption...
> [final] WARN [main] PackageOptionDaoHibernate.get(60) | Uh oh, 'class
> com.mycomp
> any.sample.model.PackageOption' object with id '10' not found...
> [final] DEBUG [main] PackageOptionDaoTest.testAddAndRemovePackageoption(33)
> | Ex
> pected exception: Object of class [com.mycompany.sample.model.PackageOption]
> wit
> h identifier [10]: not found
> [final] DEBUG [main] PackageOptionDaoTest.endTransaction(360) | Rolled back
> tran
> saction after execution of test [testAddAndRemovePackageoption].
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
>
> Results :
>
> Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO] [dbunit:operation {execution: test}]
> [INFO] [war:war]
> [INFO] Exploding webapp...
> [INFO] Assembling webapp final in E:\Manju\avm\target\final-1.0
> [INFO] Copy webapp webResources to E:\Manju\avm\target\final-1.0
> [INFO] Expanding: C:\Documents and
> Settings\XPPRESP3\.m2\repository\org\appfuse\
> appfuse-struts\2.0.1\appfuse-struts-2.0.1.war into
> E:\Manju\avm\target\war\work\
> appfuse-struts-2.0.1
> [INFO] Expanding: C:\Documents and
> Settings\XPPRESP3\.m2\repository\org\appfuse\
> appfuse-web-common\2.0.1\appfuse-web-common-2.0.1.war into
> E:\Manju\avm\target\w
> ar\work\appfuse-web-common-2.0.1
> [INFO] Overlaying 2 war(s).
> [INFO] Generating war E:\Manju\avm\target\final-1.0.war
> [INFO] Building war: E:\Manju\avm\target\final-1.0.war
> [INFO] [cargo:start {execution: start-container}]
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error while expanding
> C:\DOCUME~1\XPPRESP3\LOCALS~1\Temp\cargo\installs\a
> pache-tomcat-6.0.14.zip
> Unexpected end of ZLIB input stream
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Trace
> Error while expanding
> C:\DOCUME~1\XPPRESP3\LOCALS~1\Temp\cargo\installs\apache-t
> omcat-6.0.14.zip
>        at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:164)
>        at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:127)
>        at
> org.codehaus.cargo.container.installer.ZipURLInstaller.unpack(ZipURLI
> nstaller.java:239)
>        at
> org.codehaus.cargo.container.installer.ZipURLInstaller.install(ZipURL
> Installer.java:136)
>        at
> org.codehaus.cargo.maven2.configuration.Container.setupHome(Container
> .java:337)
>        at
> org.codehaus.cargo.maven2.configuration.Container.createContainer(Con
> tainer.java:221)
>        at
> org.codehaus.cargo.maven2.AbstractCargoMojo.createNewContainer(Abstra
> ctCargoMojo.java:380)
>        at
> org.codehaus.cargo.maven2.AbstractCargoMojo.createContainer(AbstractC
> argoMojo.java:320)
>        at
> org.codehaus.cargo.maven2.ContainerStartMojo.doExecute(ContainerStart
> Mojo.java:52)
>        at
> org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCargoMojo
> .java:243)
>        at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
> nManager.java:451)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
> ultLifecycleExecutor.java:558)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
> fecycle(DefaultLifecycleExecutor.java:499)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
> ltLifecycleExecutor.java:478)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
> dleFailures(DefaultLifecycleExecutor.java:330)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
> ts(DefaultLifecycleExecutor.java:291)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
> fecycleExecutor.java:142)
>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
>        at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        at
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>        at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>
>        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: java.io.EOFException: Unexpected end of ZLIB input stream
>        at
> java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:223)
>        at
> java.util.zip.InflaterInputStream.read(InflaterInputStream.java:141)
>        at java.util.zip.ZipInputStream.read(ZipInputStream.java:146)
>        at java.io.FilterInputStream.read(FilterInputStream.java:90)
>        at org.apache.tools.ant.taskdefs.Expand.extractFile(Expand.java:247)
>        at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:157)
>        ... 27 more
> --- Nested Exception ---
> java.io.EOFException: Unexpected end of ZLIB input stream
>        at
> java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:223)
>        at
> java.util.zip.InflaterInputStream.read(InflaterInputStream.java:141)
>        at java.util.zip.ZipInputStream.read(ZipInputStream.java:146)
>        at java.io.FilterInputStream.read(FilterInputStream.java:90)
>        at org.apache.tools.ant.taskdefs.Expand.extractFile(Expand.java:247)
>        at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:157)
>        at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:127)
>        at
> org.codehaus.cargo.container.installer.ZipURLInstaller.unpack(ZipURLI
> nstaller.java:239)
>        at
> org.codehaus.cargo.container.installer.ZipURLInstaller.install(ZipURL
> Installer.java:136)
>        at
> org.codehaus.cargo.maven2.configuration.Container.setupHome(Container
> .java:337)
>        at
> org.codehaus.cargo.maven2.configuration.Container.createContainer(Con
> tainer.java:221)
>        at
> org.codehaus.cargo.maven2.AbstractCargoMojo.createNewContainer(Abstra
> ctCargoMojo.java:380)
>        at
> org.codehaus.cargo.maven2.AbstractCargoMojo.createContainer(AbstractC
> argoMojo.java:320)
>        at
> org.codehaus.cargo.maven2.ContainerStartMojo.doExecute(ContainerStart
> Mojo.java:52)
>        at
> org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCargoMojo
> .java:243)
>        at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
> nManager.java:451)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
> ultLifecycleExecutor.java:558)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
> fecycle(DefaultLifecycleExecutor.java:499)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
> ltLifecycleExecutor.java:478)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
> dleFailures(DefaultLifecycleExecutor.java:330)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
> ts(DefaultLifecycleExecutor.java:291)
>        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
> fecycleExecutor.java:142)
>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
>        at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        at
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>        at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>
>        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 58 seconds
> [INFO] Finished at: Wed Nov 05 15:47:20 IST 2008
> [INFO] Final Memory: 21M/53M
> [INFO]
> ------------------------------------------------------------------------
>
> E:\Manju\avm>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to