Problem to deploy on glassfish

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Problem to deploy on glassfish

Mekbib
I tried to deploy ofbiz on glassfish2.1 using the templates provided but deployment failed. The verifier results:

         NUMBER OF FAILURES/WARNINGS/ERRORS
         ----------------------------------
         # of Failures : 34
         # of Warnings : 0
         # of Errors : 0

          -----------------------------
          RESULTS FOR WEB-RELATED TESTS
          -----------------------------
       
         --------------
         FAILED TESTS :
         --------------
       
         Test Name : tests.web.WebArchiveClassesLoadable
         Test Assertion : All classes in this Web Archive are loadable excluding classes used in JSPs. The test AllJSPsMustBeCompilable takes care of reporting non portable errors in JSP classes.  
         Test Description : For [ ofbiz#bi.war ]

Failed to find following classes:
[
        org.zeroturnaround.javarebel.Reloader,
        org.zeroturnaround.javarebel.ReloaderFactory,
        org.zeroturnaround.javarebel.ClassEventListener
]

referenced in the following call stack :

        at freemarker.ext.beans.JavaRebelIntegration$BeansWrapperCacheInvalidator
        at freemarker.ext.beans.JavaRebelIntegration
        at freemarker.ext.beans.BeansWrapper
        at freemarker.template.DefaultObjectWrapper
        at freemarker.template.ObjectWrapper
        at freemarker.template.SimpleHash
        at freemarker.core.Environment$Namespace
        at freemarker.core.Macro$Context
        at freemarker.core.Environment
        at freemarker.template.TemplateModelException
        at freemarker.template.TemplateMethodModelEx
        at freemarker.template.GeneralPurposeNothing
        at freemarker.template.TemplateModel
        at freemarker.core.TemplateObject
        at freemarker.core.ParseException
        at freemarker.template.utility.StringUtil
        at org.ofbiz.service.ModelServiceReader
        at org.ofbiz.service.DispatchContext
        at org.ofbiz.service.ModelNotification
        at org.ofbiz.service.ModelService
        at org.ofbiz.service.group.GroupServiceModel
        at org.ofbiz.service.group.GroupModel
        at org.ofbiz.service.group.ServiceGroupReader
        at org.ofbiz.service.ServiceDispatcher
        at org.ofbiz.service.jms.JmsListenerFactory
        at org.ofbiz.service.LocalDispatcher
        at org.ofbiz.webapp.control.ControlServlet

Failed to find following classes:
[
        com.thoughtworks.xstream.XStream
]

referenced in the following call stack :

        at org.codehaus.groovy.antlr.AntlrParserPlugin
        at org.codehaus.groovy.antlr.AntlrParserPluginFactory
        at org.codehaus.groovy.control.ParserPluginFactory
        at org.codehaus.groovy.control.CompilerConfiguration
        at org.codehaus.groovy.ast.CompileUnit
        at org.codehaus.groovy.ast.ClassNode
        at org.codehaus.groovy.ast.MethodNode
        at org.codehaus.groovy.ast.ModuleNode
        at groovy.lang.GroovyRuntimeException
        at org.codehaus.groovy.control.CompilationFailedException
        at org.ofbiz.base.util.string.FlexibleStringExpander$GroovyElem
        at org.ofbiz.base.util.string.FlexibleStringExpander
        at org.ofbiz.base.util.collections.FlexibleMapAccessor
        at org.ofbiz.base.util.collections.MapComparator
        at org.ofbiz.base.util.UtilMisc
        at org.ofbiz.base.util.UtilProperties
        at org.ofbiz.base.util.Debug
        at org.ofbiz.base.util.UtilJ2eeCompat
        at org.ofbiz.webapp.control.ControlServlet

Failed to find following classes:
[
        com.thoughtworks.xstream.XStream
]

referenced in the following call stack :

        at org.codehaus.groovy.control.SourceUnit
        at org.codehaus.groovy.control.ParserPlugin
        at org.codehaus.groovy.control.ParserPluginFactory
        at org.codehaus.groovy.control.CompilerConfiguration
        at org.codehaus.groovy.ast.CompileUnit
        at org.codehaus.groovy.ast.ClassNode
        at org.codehaus.groovy.ast.MethodNode
        at org.codehaus.groovy.ast.ModuleNode
        at groovy.lang.GroovyRuntimeException
        at org.codehaus.groovy.control.CompilationFailedException
        at org.ofbiz.base.util.string.FlexibleStringExpander$GroovyElem
        at org.ofbiz.base.util.string.FlexibleStringExpander
        at org.ofbiz.base.util.collections.FlexibleMapAccessor
        at org.ofbiz.base.util.collections.MapComparator
        at org.ofbiz.base.util.UtilMisc
        at org.ofbiz.base.util.UtilProperties
        at org.ofbiz.base.util.Debug
        at org.ofbiz.base.util.UtilJ2eeCompat
        at org.ofbiz.webapp.control.ControlServlet

Failed to find following classes:
[
        sun.text.Normalizer$Mode
]

referenced in the following call stack :

        at org.owasp.esapi.reference.DefaultEncoder
        at org.owasp.esapi.reference.DefaultRandomizer
        at org.owasp.esapi.ESAPI
        at org.owasp.esapi.errors.IntrusionException
        at org.owasp.esapi.IntrusionDetector
        at org.owasp.esapi.errors.EnterpriseSecurityException
        at org.owasp.esapi.errors.EncodingException
        at org.owasp.esapi.Encoder
        at org.ofbiz.base.util.StringUtil
        at org.ofbiz.base.util.UtilDateTime
        at org.ofbiz.base.util.ObjectType
        at org.ofbiz.base.util.string.FlexibleStringExpander$VarElem
        at org.ofbiz.base.util.string.FlexibleStringExpander
        at org.ofbiz.base.util.collections.FlexibleMapAccessor
        at org.ofbiz.base.util.collections.MapComparator
        at org.ofbiz.base.util.UtilMisc
        at org.ofbiz.base.util.UtilProperties
        at org.ofbiz.base.util.Debug
        at org.ofbiz.base.util.UtilJ2eeCompat
        at org.ofbiz.webapp.control.ControlServlet

Please support.