Installation

View: New views
5 Messages — Rating Filter:   Alert me  

Installation

by Leonie :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi

I try to install atleap-0.56 with opensuse 10.3 and tomcat 6.0.16 and with
differnet databases (hsqldb, mysql and derby).
I got always following:

BUILD FAILED
../build.xml:1810: The following error occurred while executing this line:
../properties.xml:131: Property hibernate.transaction.factory_class was circularly defined

Any idea how to solve?

Lihopaard


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Installation

by agrebnev :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Leo,

Please attach full log and your build.properties.

leo.ml1@... пишет:

> Hi
>
> I try to install atleap-0.56 with opensuse 10.3 and tomcat 6.0.16 and with
> differnet databases (hsqldb, mysql and derby).
> I got always following:
>
> BUILD FAILED
> ../build.xml:1810: The following error occurred while executing this line:
> ../properties.xml:131: Property hibernate.transaction.factory_class was circularly defined
>
> Any idea how to solve?
>
> Lihopaard
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>
>
>  
--
Best regards,
Andrey Grebnev, PhD CS
andrey.grebnev@...




signature.asc (266 bytes) Download Attachment

Re: Installation

by Leonie :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi Andrey!

Thank you for your quick response; my atleap-build.properties:

# Application properties
webapp.name=atleap
webapp.version=0.56
compile.debug=true
compile.deprecation=true
compile.optimize=false
compile.jsp=true
application.developmentMode=false
webapp.context=/${webapp.name}
context.doc.base=${webapp.name}
web.session.timeout=30
replace.translation.anchors=true
upload.maxFileSize=1M
secure.login=false
secure.application=false
rememberMe.enabled=true

# mail settings
mail.debug=false
mail.transport.protocol=smtp
mail.host=smtp.somewhere.in.the.net
mail.port=25
mail.username=
mail.password=

statistics.enabled=true
content.editor.defaultEditorAreaCss=
externalResourceCache.cacheTime=1800
admin.css.theme=atleap_admin
frontend.css.theme=atleap_frontend

# Application Server Properties
appserver.host=localhost
appserver.type=tomcat6.0
appserver.http.port=8080
appserver.https.port=8443
deploy.force.unpack=true

# Directory Properties
log.dir=${basedir.unix}/logs
search.index.dir=${basedir.unix}/work/searchindex
cache.oscache.dir=${basedir.unix}/work/oscache
cache.ehcache.dir=${basedir.unix}/work/ehcache
dbbackup.dir=${basedir.unix}/dbbackup
dbbackup.download=true
dbbackup.upload=true

# Log Mail Properties
log.mail.host=mail.smtp.host.com
log.mail.to=someuser@...
log.mail.from=someuser@...
log.mail.subject=Error in application ${webapp.name}-${webapp.version} at host ${appserver.host}

In ...atleap/logs is no message!

Leo



-------- Original-Nachricht --------
> Datum: Wed, 18 Jun 2008 09:47:19 +0500
> Von: Andrey Grebnev <andrey.grebnev@...>
> An: users@...
> Betreff: Re: Installation

> Hello Leo,
>
> Please attach full log and your build.properties.
>
> leo.ml1@... пишет:
> > Hi
> >
> > I try to install atleap-0.56 with opensuse 10.3 and tomcat 6.0.16 and
> with
> > differnet databases (hsqldb, mysql and derby).
> > I got always following:
> >
> > BUILD FAILED
> > ../build.xml:1810: The following error occurred while executing this
> line:
> > ../properties.xml:131: Property hibernate.transaction.factory_class was
> circularly defined
> >
> > Any idea how to solve?
> >
> > Lihopaard
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@...
> > For additional commands, e-mail: users-help@...
> >
> >
> >
> >  
>
> --
> Best regards,
> Andrey Grebnev, PhD CS
> andrey.grebnev@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Installation

by agrebnev :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Leo,

I think your problem is
appserver.type=tomcat6.0
it should be
appserver.type=tomcat6

leo.ml1@... пишет:
Hi Andrey!

Thank you for your quick response; my atleap-build.properties:

# Application properties
webapp.name=atleap
webapp.version=0.56
compile.debug=true
compile.deprecation=true
compile.optimize=false
compile.jsp=true
application.developmentMode=false
webapp.context=/${webapp.name}
context.doc.base=${webapp.name}
web.session.timeout=30
replace.translation.anchors=true
upload.maxFileSize=1M
secure.login=false
secure.application=false
rememberMe.enabled=true

# mail settings
mail.debug=false
mail.transport.protocol=smtp
mail.host=smtp.somewhere.in.the.net
mail.port=25
mail.username=
mail.password=

statistics.enabled=true
content.editor.defaultEditorAreaCss=
externalResourceCache.cacheTime=1800
admin.css.theme=atleap_admin
frontend.css.theme=atleap_frontend

# Application Server Properties
appserver.host=localhost
appserver.type=tomcat6.0
appserver.http.port=8080
appserver.https.port=8443
deploy.force.unpack=true

# Directory Properties
log.dir=${basedir.unix}/logs
search.index.dir=${basedir.unix}/work/searchindex
cache.oscache.dir=${basedir.unix}/work/oscache
cache.ehcache.dir=${basedir.unix}/work/ehcache
dbbackup.dir=${basedir.unix}/dbbackup
dbbackup.download=true
dbbackup.upload=true

# Log Mail Properties
log.mail.host=mail.smtp.host.com
log.mail.to=someuser@...
log.mail.from=someuser@...
log.mail.subject=Error in application ${webapp.name}-${webapp.version} at host ${appserver.host}

In ...atleap/logs is no message!

Leo



-------- Original-Nachricht --------
  
Datum: Wed, 18 Jun 2008 09:47:19 +0500
Von: Andrey Grebnev andrey.grebnev@...
An: users@...
Betreff: Re: Installation
    

  
Hello Leo,

Please attach full log and your build.properties.

leo.ml1@... пишет:
    
Hi

I try to install atleap-0.56 with opensuse 10.3 and tomcat 6.0.16 and
      
with
    
differnet databases (hsqldb, mysql and derby).
I got always following:

BUILD FAILED
../build.xml:1810: The following error occurred while executing this
      
line:
    
../properties.xml:131: Property hibernate.transaction.factory_class was
      
circularly defined
    
Any idea how to solve?

Lihopaard


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...



  
      
-- 
Best regards,
Andrey Grebnev, PhD CS
andrey.grebnev@...


    

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...



  

-- 
Best regards,
Andrey Grebnev, PhD CS
andrey.grebnev@...


signature.asc (266 bytes) Download Attachment

Re: Installation

by Leonie :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It works!

-------- Original-Nachricht --------
> Datum: Thu, 19 Jun 2008 13:30:12 +0500
> Von: Andrey Grebnev <andrey.grebnev@...>
> An: users@...
> Betreff: Re: Installation

> Hello Leo,
>
> I think your problem is
>
> appserver.type=tomcat6.0
>
> it should be
>
> appserver.type=tomcat6
>
>
> leo.ml1@... пишет:
> > Hi Andrey!
> >
> > Thank you for your quick response; my atleap-build.properties:
> >
> > # Application properties
> > webapp.name=atleap
> > webapp.version=0.56
> > compile.debug=true
> > compile.deprecation=true
> > compile.optimize=false
> > compile.jsp=true
> > application.developmentMode=false
> > webapp.context=/${webapp.name}
> > context.doc.base=${webapp.name}
> > web.session.timeout=30
> > replace.translation.anchors=true
> > upload.maxFileSize=1M
> > secure.login=false
> > secure.application=false
> > rememberMe.enabled=true
> >
> > # mail settings
> > mail.debug=false
> > mail.transport.protocol=smtp
> > mail.host=smtp.somewhere.in.the.net
> > mail.port=25
> > mail.username=
> > mail.password=
> >
> > statistics.enabled=true
> > content.editor.defaultEditorAreaCss=
> > externalResourceCache.cacheTime=1800
> > admin.css.theme=atleap_admin
> > frontend.css.theme=atleap_frontend
> >
> > # Application Server Properties
> > appserver.host=localhost
> > appserver.type=tomcat6.0
> > appserver.http.port=8080
> > appserver.https.port=8443
> > deploy.force.unpack=true
> >
> > # Directory Properties
> > log.dir=${basedir.unix}/logs
> > search.index.dir=${basedir.unix}/work/searchindex
> > cache.oscache.dir=${basedir.unix}/work/oscache
> > cache.ehcache.dir=${basedir.unix}/work/ehcache
> > dbbackup.dir=${basedir.unix}/dbbackup
> > dbbackup.download=true
> > dbbackup.upload=true
> >
> > # Log Mail Properties
> > log.mail.host=mail.smtp.host.com
> > log.mail.to=someuser@...
> > log.mail.from=someuser@...
> > log.mail.subject=Error in application ${webapp.name}-${webapp.version}
> at host ${appserver.host}
> >
> > In ...atleap/logs is no message!
> >
> > Leo
> >
> >
> >
> > -------- Original-Nachricht --------
> >  
> >> Datum: Wed, 18 Jun 2008 09:47:19 +0500
> >> Von: Andrey Grebnev <andrey.grebnev@...>
> >> An: users@...
> >> Betreff: Re: Installation
> >>    
> >
> >  
> >> Hello Leo,
> >>
> >> Please attach full log and your build.properties.
> >>
> >> leo.ml1@... пишет:
> >>    
> >>> Hi
> >>>
> >>> I try to install atleap-0.56 with opensuse 10.3 and tomcat 6.0.16 and
> >>>      
> >> with
> >>    
> >>> differnet databases (hsqldb, mysql and derby).
> >>> I got always following:
> >>>
> >>> BUILD FAILED
> >>> ../build.xml:1810: The following error occurred while executing this
> >>>      
> >> line:
> >>    
> >>> ../properties.xml:131: Property hibernate.transaction.factory_class
> was
> >>>      
> >> circularly defined
> >>    
> >>> Any idea how to solve?
> >>>
> >>> Lihopaard
> >>>
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: users-unsubscribe@...
> >>> For additional commands, e-mail: users-help@...
> >>>
> >>>
> >>>
> >>>  
> >>>      
> >> --
> >> Best regards,
> >> Andrey Grebnev, PhD CS
> >> andrey.grebnev@...
> >>
> >>
> >>    
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@...
> > For additional commands, e-mail: users-help@...
> >
> >
> >
> >  
>
> --
> Best regards,
> Andrey Grebnev, PhD CS
> andrey.grebnev@...
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...