[redhat-ccm-list] ZipException When Trying to start ccm

Darian Schramm darian at abstractedge.com
Tue May 25 14:52:27 UTC 2004


Hello,

I've tried the newest builds and I'm still getting the same error.

I'm using
ccm-tools-servlet-tomcat-2.1.1.AUTO.05.21.2004-1
ccm-tools-2.1.1.AUTO.05.21.2004-1
ccm-core-6.1.0.AUTO.05.21.2004-9
ccm-cms-6.1.0.AUTO.05.21.2004-10
ant-1.5.4-2jpp

Everything seems to go smoothly unil I try and run ccm start. There are no
process listings
and no ports assigned.  The error log again gives me

java.util.zip.ZipException: error in opening zip file
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(ZipFile.java:112)
        at java.util.jar.JarFile.<init>(JarFile.java:117)
        at java.util.jar.JarFile.<init>(JarFile.java:55)
        at
org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(Standar
dClassLoader.java
:1082)
        at
org.apache.catalina.loader.StandardClassLoader.<init>(StandardClassLoader.ja
va:221)
        at
org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoader
Factory.java:204)
        at com.arsdigita.tools.catalina.startup.Bootstrap.main(Unknown
Source)


my env is:

CCM_SERVLET_TOMCAT_CONF=/usr/share/ccm-tools/server/tomcat/bin/tomcat-conf-g
en
TOMCAT_HOME=/usr/local/jakarta-tomcat-4.1.30/
CCM_TOOLS_HOME=/usr/share/ccm-tools
CCM_HOME=/usr/share/ccm
JAVA_HOME=/usr/java/j2sdk1.4.0_02/
PG_JDBC2_LIB=/usr/local/pgsql/lib/pg74.213.jdbc3.jar
CCM_SERVLET_CONTAINER=tomcat

Thank you again for your help,

Darian Schramm

----- Original Message ----- 
From: "Dennis Gregorovic" <dgregor at redhat.com>
To: "Darian Schramm" <darian at abstractedge.com>
Cc: <redhat-ccm-list at redhat.com>
Sent: Thursday, May 20, 2004 11:46
Subject: Re: [redhat-ccm-list] ZipException When Trying to start ccm


> Sorry, I meant try the nightly builds that go up tonight.  i.e.  try
> tomorrow. :)
>
> On Thu, 2004-05-20 at 11:27, Darian Schramm wrote:
> > Dennis,
> >
> > Thank you for the quick response. I've tried the new builds and I'm
still
> > getting the same
> > error.
> >
> > When I run
> >
> > ccm --verbose start
> >
> > CCM_HOME: /usr/share/ccm
> > CCM_TOOLS_HOME: /usr/share/ccm-tools
> > CCM_TOOLS_COMMANDS_DIR: /usr/share/ccm-tools/commands
> >
/usr/share/ccm-tools/commands/start --verbose/usr/java/j2sdk1.4.0_02/bin/jav
> > a -classpath
> >
/usr/local/pgsql/lib/pg74.213.jdbc3.jar:/usr/java/j2sdk1.4.0_02/lib/tools.ja
> >
r:/usr/local/jakarta-tomcat-4.1.30/bin/bootstrap.jar:/usr/share/ccm-tools/se
> >
rver/tomcat/classes   -Dccm.home=/usr/share/ccm -Dccm.conf=/usr/share/ccm/co
> >
nf/registry -Dcom.arsdigita.util.Assert.enabled=true -Djavax.xml.parsers.Doc
> >
umentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl -Djava
> >
x.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl -
> >
Djavax.xml.transform.TransformerFactory=com.icl.saxon.TransformerFactoryImpl
>
>  -Djava.protocol.handler.pkgs=com.arsdigita.util.protocol -Djava.ext.dirs=
/u
> >
sr/java/j2sdk1.4.0_02/jre/lib/ext:/usr/java/j2sdk1.4.0_02/lib/ext:/usr/share
> >
/ccm/webapps/WEB-INF/system:/usr/share/ccm-tools/lib/security -Dlog4j.config
> >
uration=file:///usr/share/ccm/conf/log4j.properties -Djava.endorsed.dirs=/us
> >
r/local/jakarta-tomcat-4.1.30/common/endorsed -Dcatalina.base=/usr/local/jak
> > arta-tomcat-4.1.30/ -Dcatalina.home=/usr/local/jakarta-tomcat-4.1.30/
> > com.arsdigita.tools.catalina.startup.Bootstrap -config
> > /usr/share/ccm/conf/server.xml start >
> > /usr/share/ccm/logs/catalina-stdout.log 2>
> > /usr/share/ccm/logs/catalina-stderr.log &
> >
> > Does ant-1.5.4-2jpp work with this build?  Should I try ant-1.5 ?
> >
> > Thank you again,
> >
> > Darian Schramm
> >
> > ----- Original Message ----- 
> > From: "Dennis Gregorovic" <dgregor at redhat.com>
> > To: "Darian Schramm" <darian at abstractedge.com>
> > Cc: <redhat-ccm-list at redhat.com>
> > Sent: Thursday, May 20, 2004 10:08
> > Subject: Re: [redhat-ccm-list] ZipException When Trying to start ccm
> >
> >
> > > I just did an install of the nightlies and didn't run into the ZIP
> > > problem.  However, because of some recent changes to the nightly build
> > > machine, the packages were being built with a different version of Ant
> > > than before.  I have switched Ant back to its previous version.  So,
> > > give tonight's builds a try and see if the problem has gone away for
> > > you.
> > >
> > > -- Dennis
> > >
> > > On Wed, 2004-05-19 at 10:27, Darian Schramm wrote:
> > > > Hello,
> > > >
> > > > I'm trying to install the nightly builds of ccm-core and ccm-cms but
> > > > I'm running into a problem.
> > > > Everything installes correctly and I can do a ccm init , but when I
> > > > try to start the ccm instance
> > > > I get this exception in the /log/ccm/catalina-stderr.log
> > > >
> > > > java.util.zip.ZipException: error in opening zip file
> > > >  at java.util.zip.ZipFile.open(Native Method)
> > > >  at java.util.zip.ZipFile.<init>(ZipFile.java:112)
> > > >  at java.util.jar.JarFile.<init>(JarFile.java:117)
> > > >  at java.util.jar.JarFile.<init>(JarFile.java:55)
> > > >  at
> > > >
> >
org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(Standar
> > dClassLoader.java:1082)
> > > >  at
> > > >
> >
org.apache.catalina.loader.StandardClassLoader.<init>(StandardClassLoader.ja
> > va:221)
> > > >  at
> > > >
> >
org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoader
> > Factory.java:204)
> > > >  at com.arsdigita.tools.catalina.startup.Bootstrap.main(Unknown
> > > > Source)
> > > >
> > > >
> > > > I've looked in the archives and I saw a post recommending using a
> > > > newer ant package, but the version I have
> > > > installed is ant-1.5.4-2.
> > > >
> > > > My configuration is:
> > > >
> > > > ccm-cms-6.1.0.AUTO.05.16.2004-10
> > > > ccm-tools-2.1.1.AUTO.05.16.2004-1
> > > > ccm-core-6.1.0.AUTO.05.16.2004-9
> > > > ccm-tools-servlet-tomcat-2.1.1.AUTO.05.16.2004-1
> > > > tomcat 4.1.30
> > > > j2sdk 1.4.0_02
> > > >
> > > > Thanks in advance,
> > > >
> > > > -----------------------------------------------
> > > > Darian Schramm
> > > > Abstract Edge
> > > > 4 West 22nd Street, 6th Floor
> > > > New York, NY 10010
> > > > t: 212-352-9311 x102
> > > >
> > > >
> > > >
______________________________________________________________________
> > > > -- 
> > > > Redhat-ccm-list mailing list
> > > > Redhat-ccm-list at redhat.com
> > > > https://www.redhat.com/mailman/listinfo/redhat-ccm-list
> > > > Archives: https://www.redhat.com/pipermail/redhat-ccm-list/
> > >
> >
>





More information about the Redhat-ccm-list mailing list